Adding LatexExpression, LaTeX integration for texts (needs a comment tho)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
- Simplified label rendering for both Latex and normal mode - Texts now can integrate latex expressions in latex mode - There is now a toggle for texts to use normal fonts or integrate latex - Updated translation sources.
This commit is contained in:
parent
07ae71de36
commit
12ecf3b19b
11 changed files with 722 additions and 441 deletions
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="117"/>
|
<location filename="../logarithmplotter.py" line="118"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>Über LogarithmPlotter</translation>
|
<translation>Über LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -529,12 +529,12 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="36"/>
|
||||||
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
<translation>Beispiel: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ-*), ]0;1[, {3;4;5}</translation>
|
<translation>Beispiel: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ-*), ]0;1[, {3;4;5}</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="55"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="43"/>
|
||||||
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
<translation>Die folgenden Parameter werden verwendet, wenn der Definitionsbereich eine nicht kontinuierliche Menge ist. (Beispiel: ℕ, ℤ, Mengen wie {0;3}...)</translation>
|
<translation>Die folgenden Parameter werden verwendet, wenn der Definitionsbereich eine nicht kontinuierliche Menge ist. (Beispiel: ℕ, ℤ, Mengen wie {0;3}...)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -544,7 +544,7 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation>Hinweis: Geben Sie die Wahrscheinlichkeit für jeden Wert an.</translation>
|
<translation>Hinweis: Geben Sie die Wahrscheinlichkeit für jeden Wert an.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="37"/>
|
||||||
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
||||||
<translation>Hinweis: Verwenden Sie %1[n], um sich auf %1ₙ zu beziehen, %1[n+1] für %1ₙ₊₁…</translation>
|
<translation>Hinweis: Verwenden Sie %1[n], um sich auf %1ₙ zu beziehen, %1[n+1] für %1ₙ₊₁…</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -607,22 +607,24 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>gainbode</name>
|
<name>gainbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="33"/>
|
||||||
<source>Bode Magnitude</source>
|
<source>Bode Magnitude</source>
|
||||||
<translation>Bode-Magnitude</translation>
|
<translation>Bode-Magnitude</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="34"/>
|
||||||
<source>Bode Magnitudes</source>
|
<source>Bode Magnitudes</source>
|
||||||
<translation>Bode-Magnituden</translation>
|
<translation>Bode-Magnituden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>low-pass</source>
|
<source>low-pass</source>
|
||||||
<translation>Tiefpass</translation>
|
<translation>Tiefpass</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>high-pass</source>
|
<source>high-pass</source>
|
||||||
<translation>Hochpass</translation>
|
<translation>Hochpass</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -654,6 +656,38 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation type="vanished">Der Name von %1 %2 wurde in %3 geändert.</translation>
|
<translation type="vanished">Der Name von %1 %2 wurde in %3 geändert.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>latex</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="70"/>
|
||||||
|
<source>No Latex installation found.
|
||||||
|
If you already have a latex distribution installed, make sure it's installed on your path.
|
||||||
|
Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="72"/>
|
||||||
|
<source>DVIPNG was not found. Make sure you include it from your Latex distribution.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="150"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' ended with a non-zero return code {}:
|
||||||
|
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="158"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' took too long to finish:
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -781,12 +815,12 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
||||||
<source>Bode Phase</source>
|
<source>Bode Phase</source>
|
||||||
<translation>Bode-Phase</translation>
|
<translation>Bode-Phase</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="32"/>
|
||||||
<source>Bode Phases</source>
|
<source>Bode Phases</source>
|
||||||
<translation>Bode-Phasen</translation>
|
<translation>Bode-Phasen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -807,108 +841,108 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>prop</name>
|
<name>prop</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="33"/>
|
||||||
<source>expression</source>
|
<source>expression</source>
|
||||||
<translation>Ausdruck</translation>
|
<translation>Ausdruck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="34"/>
|
||||||
<source>definitionDomain</source>
|
<source>definitionDomain</source>
|
||||||
<translation>Definitionsbereich</translation>
|
<translation>Definitionsbereich</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="35"/>
|
||||||
<source>destinationDomain</source>
|
<source>destinationDomain</source>
|
||||||
<translation>Reichweite</translation>
|
<translation>Reichweite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
||||||
<source>labelPosition</source>
|
<source>labelPosition</source>
|
||||||
<translation>Position des Etiketts</translation>
|
<translation>Position des Etiketts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="41"/>
|
||||||
<source>displayMode</source>
|
<source>displayMode</source>
|
||||||
<translation>Anzeigemodus</translation>
|
<translation>Anzeigemodus</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="43"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="39"/>
|
||||||
<source>labelX</source>
|
<source>labelX</source>
|
||||||
<translation>X-Position des Etiketts</translation>
|
<translation>X-Position des Etiketts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="33"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
||||||
<source>drawPoints</source>
|
<source>drawPoints</source>
|
||||||
<translation>Unentschiedene Punkte</translation>
|
<translation>Unentschiedene Punkte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
||||||
<source>drawDashedLines</source>
|
<source>drawDashedLines</source>
|
||||||
<translation>Gestrichelte Linien anzeigen</translation>
|
<translation>Gestrichelte Linien anzeigen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="34"/>
|
||||||
<source>om_0</source>
|
<source>om_0</source>
|
||||||
<translation>ω₀</translation>
|
<translation>ω₀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="37"/>
|
||||||
<source>pass</source>
|
<source>pass</source>
|
||||||
<translation>Pass</translation>
|
<translation>Pass</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="38"/>
|
||||||
<source>gain</source>
|
<source>gain</source>
|
||||||
<translation>Größenordnung</translation>
|
<translation>Größenordnung</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="41"/>
|
||||||
<source>omGraduation</source>
|
<source>omGraduation</source>
|
||||||
<translation>Teilung auf ω zeigen</translation>
|
<translation>Teilung auf ω zeigen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="35"/>
|
||||||
<source>phase</source>
|
<source>phase</source>
|
||||||
<translation>Phase</translation>
|
<translation>Phase</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="36"/>
|
||||||
<source>unit</source>
|
<source>unit</source>
|
||||||
<translation>Einheit</translation>
|
<translation>Einheit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="33"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
||||||
<source>x</source>
|
<source>x</source>
|
||||||
<translation>X</translation>
|
<translation>X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="34"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
||||||
<source>y</source>
|
<source>y</source>
|
||||||
<translation>Y</translation>
|
<translation>Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="36"/>
|
||||||
<source>pointStyle</source>
|
<source>pointStyle</source>
|
||||||
<translation>Punkt-Stil</translation>
|
<translation>Punkt-Stil</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -922,6 +956,11 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<source>text</source>
|
<source>text</source>
|
||||||
<translation>Inhalt</translation>
|
<translation>Inhalt</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="41"/>
|
||||||
|
<source>disableLatex</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
||||||
<source>targetElement</source>
|
<source>targetElement</source>
|
||||||
|
@ -948,12 +987,12 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation>Wertposition des Ziels</translation>
|
<translation>Wertposition des Ziels</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
||||||
<source>defaultExpression</source>
|
<source>defaultExpression</source>
|
||||||
<translation>Standardausdruck</translation>
|
<translation>Standardausdruck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation>Initialisierungswerte</translation>
|
<translation>Initialisierungswerte</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -978,12 +1017,12 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>sequence</name>
|
<name>sequence</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="29"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
||||||
<source>Sequence</source>
|
<source>Sequence</source>
|
||||||
<translation>Folge</translation>
|
<translation>Folge</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="31"/>
|
||||||
<source>Sequences</source>
|
<source>Sequences</source>
|
||||||
<translation>Folgen</translation>
|
<translation>Folgen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -991,8 +1030,8 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>sommegainsbode</name>
|
<name>sommegainsbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="30"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="32"/>
|
||||||
<source>Bode Magnitudes Sum</source>
|
<source>Bode Magnitudes Sum</source>
|
||||||
<translation>Bode-Magnituden Summe</translation>
|
<translation>Bode-Magnituden Summe</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1000,8 +1039,8 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>sommephasesbode</name>
|
<name>sommephasesbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="29"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="31"/>
|
||||||
<source>Bode Phases Sum</source>
|
<source>Bode Phases Sum</source>
|
||||||
<translation>Bode-Phasen Summe</translation>
|
<translation>Bode-Phasen Summe</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="117"/>
|
<location filename="../logarithmplotter.py" line="118"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>About LogarithmPlotter</translation>
|
<translation>About LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -529,12 +529,12 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="36"/>
|
||||||
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
<translation>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</translation>
|
<translation>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="55"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="43"/>
|
||||||
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
<translation>The following parameters are used when the domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}…)</translation>
|
<translation>The following parameters are used when the domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}…)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -544,7 +544,7 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation>Note: Specify the probability for each value.</translation>
|
<translation>Note: Specify the probability for each value.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="37"/>
|
||||||
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
||||||
<translation>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁…</translation>
|
<translation>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁…</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -607,22 +607,24 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>gainbode</name>
|
<name>gainbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="33"/>
|
||||||
<source>Bode Magnitude</source>
|
<source>Bode Magnitude</source>
|
||||||
<translation>Bode Magnitude</translation>
|
<translation>Bode Magnitude</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="34"/>
|
||||||
<source>Bode Magnitudes</source>
|
<source>Bode Magnitudes</source>
|
||||||
<translation>Bode Magnitudes</translation>
|
<translation>Bode Magnitudes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>low-pass</source>
|
<source>low-pass</source>
|
||||||
<translation>low-pass</translation>
|
<translation>low-pass</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>high-pass</source>
|
<source>high-pass</source>
|
||||||
<translation>high-pass</translation>
|
<translation>high-pass</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -654,6 +656,38 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation type="vanished">Name of %1 %2 changed to %3.</translation>
|
<translation type="vanished">Name of %1 %2 changed to %3.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>latex</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="70"/>
|
||||||
|
<source>No Latex installation found.
|
||||||
|
If you already have a latex distribution installed, make sure it's installed on your path.
|
||||||
|
Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="72"/>
|
||||||
|
<source>DVIPNG was not found. Make sure you include it from your Latex distribution.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="150"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' ended with a non-zero return code {}:
|
||||||
|
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="158"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' took too long to finish:
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -781,12 +815,12 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
||||||
<source>Bode Phase</source>
|
<source>Bode Phase</source>
|
||||||
<translation>Bode Phase</translation>
|
<translation>Bode Phase</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="32"/>
|
||||||
<source>Bode Phases</source>
|
<source>Bode Phases</source>
|
||||||
<translation>Bode Phases</translation>
|
<translation>Bode Phases</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -807,108 +841,108 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>prop</name>
|
<name>prop</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="33"/>
|
||||||
<source>expression</source>
|
<source>expression</source>
|
||||||
<translation>Expression</translation>
|
<translation>Expression</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="34"/>
|
||||||
<source>definitionDomain</source>
|
<source>definitionDomain</source>
|
||||||
<translation>Domain</translation>
|
<translation>Domain</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="35"/>
|
||||||
<source>destinationDomain</source>
|
<source>destinationDomain</source>
|
||||||
<translation>Range</translation>
|
<translation>Range</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
||||||
<source>labelPosition</source>
|
<source>labelPosition</source>
|
||||||
<translation>Label position</translation>
|
<translation>Label position</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="41"/>
|
||||||
<source>displayMode</source>
|
<source>displayMode</source>
|
||||||
<translation>Display mode</translation>
|
<translation>Display mode</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="43"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="39"/>
|
||||||
<source>labelX</source>
|
<source>labelX</source>
|
||||||
<translation>Label's X position</translation>
|
<translation>Label's X position</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="33"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
||||||
<source>drawPoints</source>
|
<source>drawPoints</source>
|
||||||
<translation>Show points</translation>
|
<translation>Show points</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
||||||
<source>drawDashedLines</source>
|
<source>drawDashedLines</source>
|
||||||
<translation>Show dashed lines</translation>
|
<translation>Show dashed lines</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="34"/>
|
||||||
<source>om_0</source>
|
<source>om_0</source>
|
||||||
<translation>ω₀</translation>
|
<translation>ω₀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="37"/>
|
||||||
<source>pass</source>
|
<source>pass</source>
|
||||||
<translation>Pass</translation>
|
<translation>Pass</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="38"/>
|
||||||
<source>gain</source>
|
<source>gain</source>
|
||||||
<translation>Magnitude gain</translation>
|
<translation>Magnitude gain</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="41"/>
|
||||||
<source>omGraduation</source>
|
<source>omGraduation</source>
|
||||||
<translation>Show graduation on ω₀</translation>
|
<translation>Show graduation on ω₀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="35"/>
|
||||||
<source>phase</source>
|
<source>phase</source>
|
||||||
<translation>Phase</translation>
|
<translation>Phase</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="36"/>
|
||||||
<source>unit</source>
|
<source>unit</source>
|
||||||
<translation>Unit to use</translation>
|
<translation>Unit to use</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="33"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
||||||
<source>x</source>
|
<source>x</source>
|
||||||
<translation>X</translation>
|
<translation>X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="34"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
||||||
<source>y</source>
|
<source>y</source>
|
||||||
<translation>Y</translation>
|
<translation>Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="36"/>
|
||||||
<source>pointStyle</source>
|
<source>pointStyle</source>
|
||||||
<translation>Point style</translation>
|
<translation>Point style</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -922,6 +956,11 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<source>text</source>
|
<source>text</source>
|
||||||
<translation>Content</translation>
|
<translation>Content</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="41"/>
|
||||||
|
<source>disableLatex</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
||||||
<source>targetElement</source>
|
<source>targetElement</source>
|
||||||
|
@ -948,12 +987,12 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation>Target's value position</translation>
|
<translation>Target's value position</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
||||||
<source>defaultExpression</source>
|
<source>defaultExpression</source>
|
||||||
<translation>Default expression</translation>
|
<translation>Default expression</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation>Initialisation values</translation>
|
<translation>Initialisation values</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -978,12 +1017,12 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>sequence</name>
|
<name>sequence</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="29"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
||||||
<source>Sequence</source>
|
<source>Sequence</source>
|
||||||
<translation>Sequence</translation>
|
<translation>Sequence</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="31"/>
|
||||||
<source>Sequences</source>
|
<source>Sequences</source>
|
||||||
<translation>Sequences</translation>
|
<translation>Sequences</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -991,8 +1030,8 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>sommegainsbode</name>
|
<name>sommegainsbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="30"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="32"/>
|
||||||
<source>Bode Magnitudes Sum</source>
|
<source>Bode Magnitudes Sum</source>
|
||||||
<translation>Bode Magnitudes Sum</translation>
|
<translation>Bode Magnitudes Sum</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1000,8 +1039,8 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>sommephasesbode</name>
|
<name>sommephasesbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="29"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="31"/>
|
||||||
<source>Bode Phases Sum</source>
|
<source>Bode Phases Sum</source>
|
||||||
<translation>Bode Phases Sum</translation>
|
<translation>Bode Phases Sum</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="117"/>
|
<location filename="../logarithmplotter.py" line="118"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>Sobre LogarithmPlotter</translation>
|
<translation>Sobre LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -528,12 +528,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="36"/>
|
||||||
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="55"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="43"/>
|
||||||
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -543,7 +543,7 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="37"/>
|
||||||
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -606,26 +606,60 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>gainbode</name>
|
<name>gainbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="33"/>
|
||||||
<source>Bode Magnitude</source>
|
<source>Bode Magnitude</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="34"/>
|
||||||
<source>Bode Magnitudes</source>
|
<source>Bode Magnitudes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>low-pass</source>
|
<source>low-pass</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>high-pass</source>
|
<source>high-pass</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>latex</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="70"/>
|
||||||
|
<source>No Latex installation found.
|
||||||
|
If you already have a latex distribution installed, make sure it's installed on your path.
|
||||||
|
Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="72"/>
|
||||||
|
<source>DVIPNG was not found. Make sure you include it from your Latex distribution.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="150"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' ended with a non-zero return code {}:
|
||||||
|
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="158"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' took too long to finish:
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -753,12 +787,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
||||||
<source>Bode Phase</source>
|
<source>Bode Phase</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="32"/>
|
||||||
<source>Bode Phases</source>
|
<source>Bode Phases</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -779,108 +813,108 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>prop</name>
|
<name>prop</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="33"/>
|
||||||
<source>expression</source>
|
<source>expression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="34"/>
|
||||||
<source>definitionDomain</source>
|
<source>definitionDomain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="35"/>
|
||||||
<source>destinationDomain</source>
|
<source>destinationDomain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
||||||
<source>labelPosition</source>
|
<source>labelPosition</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="41"/>
|
||||||
<source>displayMode</source>
|
<source>displayMode</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="43"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="39"/>
|
||||||
<source>labelX</source>
|
<source>labelX</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="33"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
||||||
<source>drawPoints</source>
|
<source>drawPoints</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
||||||
<source>drawDashedLines</source>
|
<source>drawDashedLines</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="34"/>
|
||||||
<source>om_0</source>
|
<source>om_0</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="37"/>
|
||||||
<source>pass</source>
|
<source>pass</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="38"/>
|
||||||
<source>gain</source>
|
<source>gain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="41"/>
|
||||||
<source>omGraduation</source>
|
<source>omGraduation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="35"/>
|
||||||
<source>phase</source>
|
<source>phase</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="36"/>
|
||||||
<source>unit</source>
|
<source>unit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="33"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
||||||
<source>x</source>
|
<source>x</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="34"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
||||||
<source>y</source>
|
<source>y</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="36"/>
|
||||||
<source>pointStyle</source>
|
<source>pointStyle</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -894,6 +928,11 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<source>text</source>
|
<source>text</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="41"/>
|
||||||
|
<source>disableLatex</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
||||||
<source>targetElement</source>
|
<source>targetElement</source>
|
||||||
|
@ -920,12 +959,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
||||||
<source>defaultExpression</source>
|
<source>defaultExpression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -946,12 +985,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>sequence</name>
|
<name>sequence</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="29"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
||||||
<source>Sequence</source>
|
<source>Sequence</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="31"/>
|
||||||
<source>Sequences</source>
|
<source>Sequences</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -959,8 +998,8 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>sommegainsbode</name>
|
<name>sommegainsbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="30"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="32"/>
|
||||||
<source>Bode Magnitudes Sum</source>
|
<source>Bode Magnitudes Sum</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -968,8 +1007,8 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>sommephasesbode</name>
|
<name>sommephasesbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="29"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="31"/>
|
||||||
<source>Bode Phases Sum</source>
|
<source>Bode Phases Sum</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="117"/>
|
<location filename="../logarithmplotter.py" line="118"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>À propos de LogarithmPlotter</translation>
|
<translation>À propos de LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -537,12 +537,12 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="36"/>
|
||||||
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
<translation>Par exemple : R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</translation>
|
<translation>Par exemple : R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="55"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="43"/>
|
||||||
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
<translation>Les paramètres suivants sont utilisés lorsque le domaine de définition est un ensemble non-continu. (Ex : ℕ, ℤ, des ensembles comme {0;3}…)</translation>
|
<translation>Les paramètres suivants sont utilisés lorsque le domaine de définition est un ensemble non-continu. (Ex : ℕ, ℤ, des ensembles comme {0;3}…)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -552,7 +552,7 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation>Note : Spécifiez la probabilité pour chaque valeur.</translation>
|
<translation>Note : Spécifiez la probabilité pour chaque valeur.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="37"/>
|
||||||
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
||||||
<translatorcomment>Note : Utilisez %1[n] pour faire référence à %1ₙ, %1[n+1] pour %1ₙ₊₁...</translatorcomment>
|
<translatorcomment>Note : Utilisez %1[n] pour faire référence à %1ₙ, %1[n+1] pour %1ₙ₊₁...</translatorcomment>
|
||||||
<translation>Note : Utilisez %1[n] pour faire référence à %1ₙ, %1[n+1] pour %1ₙ₊₁…</translation>
|
<translation>Note : Utilisez %1[n] pour faire référence à %1ₙ, %1[n+1] pour %1ₙ₊₁…</translation>
|
||||||
|
@ -616,22 +616,24 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>gainbode</name>
|
<name>gainbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="33"/>
|
||||||
<source>Bode Magnitude</source>
|
<source>Bode Magnitude</source>
|
||||||
<translation>Gain de Bode</translation>
|
<translation>Gain de Bode</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="34"/>
|
||||||
<source>Bode Magnitudes</source>
|
<source>Bode Magnitudes</source>
|
||||||
<translation>Gains de Bode</translation>
|
<translation>Gains de Bode</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>low-pass</source>
|
<source>low-pass</source>
|
||||||
<translation>passe-bas</translation>
|
<translation>passe-bas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>high-pass</source>
|
<source>high-pass</source>
|
||||||
<translation>passe-haut</translation>
|
<translation>passe-haut</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -663,6 +665,38 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation type="vanished">Le nom de %1 %2 a été changé en %3.</translation>
|
<translation type="vanished">Le nom de %1 %2 a été changé en %3.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>latex</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="70"/>
|
||||||
|
<source>No Latex installation found.
|
||||||
|
If you already have a latex distribution installed, make sure it's installed on your path.
|
||||||
|
Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="72"/>
|
||||||
|
<source>DVIPNG was not found. Make sure you include it from your Latex distribution.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="150"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' ended with a non-zero return code {}:
|
||||||
|
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="158"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' took too long to finish:
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -790,12 +824,12 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
||||||
<source>Bode Phase</source>
|
<source>Bode Phase</source>
|
||||||
<translation>Phase de Bode</translation>
|
<translation>Phase de Bode</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="32"/>
|
||||||
<source>Bode Phases</source>
|
<source>Bode Phases</source>
|
||||||
<translation>Phases de Bode</translation>
|
<translation>Phases de Bode</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -816,108 +850,108 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>prop</name>
|
<name>prop</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="33"/>
|
||||||
<source>expression</source>
|
<source>expression</source>
|
||||||
<translation>Expression</translation>
|
<translation>Expression</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="34"/>
|
||||||
<source>definitionDomain</source>
|
<source>definitionDomain</source>
|
||||||
<translation>Domaine de définition</translation>
|
<translation>Domaine de définition</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="35"/>
|
||||||
<source>destinationDomain</source>
|
<source>destinationDomain</source>
|
||||||
<translation>Portée</translation>
|
<translation>Portée</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
||||||
<source>labelPosition</source>
|
<source>labelPosition</source>
|
||||||
<translation>Position de l'étiquette</translation>
|
<translation>Position de l'étiquette</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="41"/>
|
||||||
<source>displayMode</source>
|
<source>displayMode</source>
|
||||||
<translation>Mode d'affichage</translation>
|
<translation>Mode d'affichage</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="43"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="39"/>
|
||||||
<source>labelX</source>
|
<source>labelX</source>
|
||||||
<translation>Position en X de l'étiquette</translation>
|
<translation>Position en X de l'étiquette</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="33"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
||||||
<source>drawPoints</source>
|
<source>drawPoints</source>
|
||||||
<translation>Afficher les points</translation>
|
<translation>Afficher les points</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
||||||
<source>drawDashedLines</source>
|
<source>drawDashedLines</source>
|
||||||
<translation>Afficher les pointillés</translation>
|
<translation>Afficher les pointillés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="34"/>
|
||||||
<source>om_0</source>
|
<source>om_0</source>
|
||||||
<translation>ω₀</translation>
|
<translation>ω₀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="37"/>
|
||||||
<source>pass</source>
|
<source>pass</source>
|
||||||
<translation>Passe</translation>
|
<translation>Passe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="38"/>
|
||||||
<source>gain</source>
|
<source>gain</source>
|
||||||
<translation>Gain</translation>
|
<translation>Gain</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="41"/>
|
||||||
<source>omGraduation</source>
|
<source>omGraduation</source>
|
||||||
<translation>Afficher la graduation sur ω₀</translation>
|
<translation>Afficher la graduation sur ω₀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="35"/>
|
||||||
<source>phase</source>
|
<source>phase</source>
|
||||||
<translation>Phase</translation>
|
<translation>Phase</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="36"/>
|
||||||
<source>unit</source>
|
<source>unit</source>
|
||||||
<translation>Unité de la phase</translation>
|
<translation>Unité de la phase</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="33"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
||||||
<source>x</source>
|
<source>x</source>
|
||||||
<translation>X</translation>
|
<translation>X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="34"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
||||||
<source>y</source>
|
<source>y</source>
|
||||||
<translation>Y</translation>
|
<translation>Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="36"/>
|
||||||
<source>pointStyle</source>
|
<source>pointStyle</source>
|
||||||
<translation>Style du point</translation>
|
<translation>Style du point</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -931,6 +965,11 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<source>text</source>
|
<source>text</source>
|
||||||
<translation>Contenu</translation>
|
<translation>Contenu</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="41"/>
|
||||||
|
<source>disableLatex</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
||||||
<source>targetElement</source>
|
<source>targetElement</source>
|
||||||
|
@ -957,12 +996,12 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation>Position de la valeur de la cible</translation>
|
<translation>Position de la valeur de la cible</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
||||||
<source>defaultExpression</source>
|
<source>defaultExpression</source>
|
||||||
<translation>Expression</translation>
|
<translation>Expression</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation>Valeurs d'initialisation</translation>
|
<translation>Valeurs d'initialisation</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -987,12 +1026,12 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>sequence</name>
|
<name>sequence</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="29"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
||||||
<source>Sequence</source>
|
<source>Sequence</source>
|
||||||
<translation>Suite</translation>
|
<translation>Suite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="31"/>
|
||||||
<source>Sequences</source>
|
<source>Sequences</source>
|
||||||
<translation>Suites</translation>
|
<translation>Suites</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1000,8 +1039,8 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>sommegainsbode</name>
|
<name>sommegainsbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="30"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="32"/>
|
||||||
<source>Bode Magnitudes Sum</source>
|
<source>Bode Magnitudes Sum</source>
|
||||||
<translation>Sommes des gains de Bode</translation>
|
<translation>Sommes des gains de Bode</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1009,8 +1048,8 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>sommephasesbode</name>
|
<name>sommephasesbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="29"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="31"/>
|
||||||
<source>Bode Phases Sum</source>
|
<source>Bode Phases Sum</source>
|
||||||
<translation>Somme des phases de Bode</translation>
|
<translation>Somme des phases de Bode</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="117"/>
|
<location filename="../logarithmplotter.py" line="118"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>LogarithmPlotter névjegye</translation>
|
<translation>LogarithmPlotter névjegye</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -529,12 +529,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="36"/>
|
||||||
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
<translation>Példák: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</translation>
|
<translation>Példák: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="55"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="43"/>
|
||||||
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
<translation>A következő paraméterek használatosak, ha a tartomány nem folytonos halmaz. (Példák: ℕ, ℤ, olyan halmazok, mint a {0;3}…)</translation>
|
<translation>A következő paraméterek használatosak, ha a tartomány nem folytonos halmaz. (Példák: ℕ, ℤ, olyan halmazok, mint a {0;3}…)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -544,7 +544,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation>Megjegyzés: Adja meg az egyes értékek valószínűségét.</translation>
|
<translation>Megjegyzés: Adja meg az egyes értékek valószínűségét.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="37"/>
|
||||||
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
||||||
<translation>Megjegyzés: A(z) %1[n] használatával hivatkozhat erre: %1ₙ, a(z) %1[n+1] használatával hivatkozhat erre: %1ₙ₊₁, …</translation>
|
<translation>Megjegyzés: A(z) %1[n] használatával hivatkozhat erre: %1ₙ, a(z) %1[n+1] használatával hivatkozhat erre: %1ₙ₊₁, …</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -607,22 +607,24 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>gainbode</name>
|
<name>gainbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="33"/>
|
||||||
<source>Bode Magnitude</source>
|
<source>Bode Magnitude</source>
|
||||||
<translation>Bode-nagyságrend</translation>
|
<translation>Bode-nagyságrend</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="34"/>
|
||||||
<source>Bode Magnitudes</source>
|
<source>Bode Magnitudes</source>
|
||||||
<translation>Bode-nagyságrendek</translation>
|
<translation>Bode-nagyságrendek</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>low-pass</source>
|
<source>low-pass</source>
|
||||||
<translation>aluláteresztő</translation>
|
<translation>aluláteresztő</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>high-pass</source>
|
<source>high-pass</source>
|
||||||
<translation>felüláteresztő</translation>
|
<translation>felüláteresztő</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -650,6 +652,38 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation type="vanished">%1 %2 rejtve.</translation>
|
<translation type="vanished">%1 %2 rejtve.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>latex</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="70"/>
|
||||||
|
<source>No Latex installation found.
|
||||||
|
If you already have a latex distribution installed, make sure it's installed on your path.
|
||||||
|
Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="72"/>
|
||||||
|
<source>DVIPNG was not found. Make sure you include it from your Latex distribution.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="150"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' ended with a non-zero return code {}:
|
||||||
|
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="158"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' took too long to finish:
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -777,12 +811,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
||||||
<source>Bode Phase</source>
|
<source>Bode Phase</source>
|
||||||
<translation>Bode-fázis</translation>
|
<translation>Bode-fázis</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="32"/>
|
||||||
<source>Bode Phases</source>
|
<source>Bode Phases</source>
|
||||||
<translation>Bode-fázisok</translation>
|
<translation>Bode-fázisok</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -803,108 +837,108 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>prop</name>
|
<name>prop</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="33"/>
|
||||||
<source>expression</source>
|
<source>expression</source>
|
||||||
<translation>Kifejezés</translation>
|
<translation>Kifejezés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="34"/>
|
||||||
<source>definitionDomain</source>
|
<source>definitionDomain</source>
|
||||||
<translation>Abszcissza tartomány</translation>
|
<translation>Abszcissza tartomány</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="35"/>
|
||||||
<source>destinationDomain</source>
|
<source>destinationDomain</source>
|
||||||
<translation>Ordináta tartomány</translation>
|
<translation>Ordináta tartomány</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
||||||
<source>labelPosition</source>
|
<source>labelPosition</source>
|
||||||
<translation>Címke helyzete</translation>
|
<translation>Címke helyzete</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="41"/>
|
||||||
<source>displayMode</source>
|
<source>displayMode</source>
|
||||||
<translation>Megjelenítési mód</translation>
|
<translation>Megjelenítési mód</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="43"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="39"/>
|
||||||
<source>labelX</source>
|
<source>labelX</source>
|
||||||
<translation>Címke X helyzete</translation>
|
<translation>Címke X helyzete</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="33"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
||||||
<source>drawPoints</source>
|
<source>drawPoints</source>
|
||||||
<translation>Pontok megjelenítése</translation>
|
<translation>Pontok megjelenítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
||||||
<source>drawDashedLines</source>
|
<source>drawDashedLines</source>
|
||||||
<translation>Szaggatott vonalak megjelenítése</translation>
|
<translation>Szaggatott vonalak megjelenítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="34"/>
|
||||||
<source>om_0</source>
|
<source>om_0</source>
|
||||||
<translation>ω₀</translation>
|
<translation>ω₀</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="37"/>
|
||||||
<source>pass</source>
|
<source>pass</source>
|
||||||
<translation>Áteresztő</translation>
|
<translation>Áteresztő</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="38"/>
|
||||||
<source>gain</source>
|
<source>gain</source>
|
||||||
<translation>Nagyságrend nyeresége</translation>
|
<translation>Nagyságrend nyeresége</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="41"/>
|
||||||
<source>omGraduation</source>
|
<source>omGraduation</source>
|
||||||
<translation>ω₀ érettségi megjelenítése</translation>
|
<translation>ω₀ érettségi megjelenítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="35"/>
|
||||||
<source>phase</source>
|
<source>phase</source>
|
||||||
<translation>Fázis</translation>
|
<translation>Fázis</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="36"/>
|
||||||
<source>unit</source>
|
<source>unit</source>
|
||||||
<translation>Egység használata</translation>
|
<translation>Egység használata</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="33"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
||||||
<source>x</source>
|
<source>x</source>
|
||||||
<translation>X</translation>
|
<translation>X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="34"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
||||||
<source>y</source>
|
<source>y</source>
|
||||||
<translation>Y</translation>
|
<translation>Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="36"/>
|
||||||
<source>pointStyle</source>
|
<source>pointStyle</source>
|
||||||
<translation>Pontstílus</translation>
|
<translation>Pontstílus</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -918,6 +952,11 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<source>text</source>
|
<source>text</source>
|
||||||
<translation>Tartalom</translation>
|
<translation>Tartalom</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="41"/>
|
||||||
|
<source>disableLatex</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
||||||
<source>targetElement</source>
|
<source>targetElement</source>
|
||||||
|
@ -944,12 +983,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation>Cél értékpozíciója</translation>
|
<translation>Cél értékpozíciója</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
||||||
<source>defaultExpression</source>
|
<source>defaultExpression</source>
|
||||||
<translation>Alapértelmezett kifejezés</translation>
|
<translation>Alapértelmezett kifejezés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation>Kezdeményezési értékek</translation>
|
<translation>Kezdeményezési értékek</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -970,12 +1009,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>sequence</name>
|
<name>sequence</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="29"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
||||||
<source>Sequence</source>
|
<source>Sequence</source>
|
||||||
<translation>Sorozat</translation>
|
<translation>Sorozat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="31"/>
|
||||||
<source>Sequences</source>
|
<source>Sequences</source>
|
||||||
<translation>Sorozatok</translation>
|
<translation>Sorozatok</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -983,8 +1022,8 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>sommegainsbode</name>
|
<name>sommegainsbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="30"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="32"/>
|
||||||
<source>Bode Magnitudes Sum</source>
|
<source>Bode Magnitudes Sum</source>
|
||||||
<translation>Bode-nagyságrendek összege</translation>
|
<translation>Bode-nagyságrendek összege</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -992,8 +1031,8 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>sommephasesbode</name>
|
<name>sommephasesbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="29"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="31"/>
|
||||||
<source>Bode Phases Sum</source>
|
<source>Bode Phases Sum</source>
|
||||||
<translation>Bode-fázisok összege</translation>
|
<translation>Bode-fázisok összege</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="117"/>
|
<location filename="../logarithmplotter.py" line="118"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>Om</translation>
|
<translation>Om</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -529,12 +529,12 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="36"/>
|
||||||
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="55"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="43"/>
|
||||||
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -544,7 +544,7 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="37"/>
|
||||||
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -607,22 +607,24 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>gainbode</name>
|
<name>gainbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="33"/>
|
||||||
<source>Bode Magnitude</source>
|
<source>Bode Magnitude</source>
|
||||||
<translation>Bode-magnitude</translation>
|
<translation>Bode-magnitude</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="34"/>
|
||||||
<source>Bode Magnitudes</source>
|
<source>Bode Magnitudes</source>
|
||||||
<translation>Bode-magnituder</translation>
|
<translation>Bode-magnituder</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>low-pass</source>
|
<source>low-pass</source>
|
||||||
<translation>lavpass</translation>
|
<translation>lavpass</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>high-pass</source>
|
<source>high-pass</source>
|
||||||
<translation>høypass</translation>
|
<translation>høypass</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -650,6 +652,38 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<translation type="vanished">%1 %2 skjult.</translation>
|
<translation type="vanished">%1 %2 skjult.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>latex</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="70"/>
|
||||||
|
<source>No Latex installation found.
|
||||||
|
If you already have a latex distribution installed, make sure it's installed on your path.
|
||||||
|
Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="72"/>
|
||||||
|
<source>DVIPNG was not found. Make sure you include it from your Latex distribution.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="150"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' ended with a non-zero return code {}:
|
||||||
|
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="158"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' took too long to finish:
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -777,12 +811,12 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
||||||
<source>Bode Phase</source>
|
<source>Bode Phase</source>
|
||||||
<translation>Bode-fase</translation>
|
<translation>Bode-fase</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="32"/>
|
||||||
<source>Bode Phases</source>
|
<source>Bode Phases</source>
|
||||||
<translation>Bode-faser</translation>
|
<translation>Bode-faser</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -803,108 +837,108 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>prop</name>
|
<name>prop</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="33"/>
|
||||||
<source>expression</source>
|
<source>expression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="34"/>
|
||||||
<source>definitionDomain</source>
|
<source>definitionDomain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="35"/>
|
||||||
<source>destinationDomain</source>
|
<source>destinationDomain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
||||||
<source>labelPosition</source>
|
<source>labelPosition</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="41"/>
|
||||||
<source>displayMode</source>
|
<source>displayMode</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="43"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="39"/>
|
||||||
<source>labelX</source>
|
<source>labelX</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="33"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
||||||
<source>drawPoints</source>
|
<source>drawPoints</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
||||||
<source>drawDashedLines</source>
|
<source>drawDashedLines</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="34"/>
|
||||||
<source>om_0</source>
|
<source>om_0</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="37"/>
|
||||||
<source>pass</source>
|
<source>pass</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="38"/>
|
||||||
<source>gain</source>
|
<source>gain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="41"/>
|
||||||
<source>omGraduation</source>
|
<source>omGraduation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="35"/>
|
||||||
<source>phase</source>
|
<source>phase</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="36"/>
|
||||||
<source>unit</source>
|
<source>unit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="33"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
||||||
<source>x</source>
|
<source>x</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="34"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
||||||
<source>y</source>
|
<source>y</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="36"/>
|
||||||
<source>pointStyle</source>
|
<source>pointStyle</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -918,6 +952,11 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<source>text</source>
|
<source>text</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="41"/>
|
||||||
|
<source>disableLatex</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
||||||
<source>targetElement</source>
|
<source>targetElement</source>
|
||||||
|
@ -944,12 +983,12 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
||||||
<source>defaultExpression</source>
|
<source>defaultExpression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -970,12 +1009,12 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>sequence</name>
|
<name>sequence</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="29"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
||||||
<source>Sequence</source>
|
<source>Sequence</source>
|
||||||
<translation>Følge</translation>
|
<translation>Følge</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="31"/>
|
||||||
<source>Sequences</source>
|
<source>Sequences</source>
|
||||||
<translation type="unfinished">Følger</translation>
|
<translation type="unfinished">Følger</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -983,8 +1022,8 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>sommegainsbode</name>
|
<name>sommegainsbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="30"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="32"/>
|
||||||
<source>Bode Magnitudes Sum</source>
|
<source>Bode Magnitudes Sum</source>
|
||||||
<translation>Bode-magnitudesum</translation>
|
<translation>Bode-magnitudesum</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -992,8 +1031,8 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>sommephasesbode</name>
|
<name>sommephasesbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="29"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="31"/>
|
||||||
<source>Bode Phases Sum</source>
|
<source>Bode Phases Sum</source>
|
||||||
<translation>Bode-fasesum</translation>
|
<translation>Bode-fasesum</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="117"/>
|
<location filename="../logarithmplotter.py" line="118"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -528,12 +528,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="36"/>
|
||||||
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="55"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="43"/>
|
||||||
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -543,7 +543,7 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="37"/>
|
||||||
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
<source>Note: Use %1[n] to refer to %1ₙ, %1[n+1] for %1ₙ₊₁...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -606,26 +606,60 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>gainbode</name>
|
<name>gainbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="33"/>
|
||||||
<source>Bode Magnitude</source>
|
<source>Bode Magnitude</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="34"/>
|
||||||
<source>Bode Magnitudes</source>
|
<source>Bode Magnitudes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>low-pass</source>
|
<source>low-pass</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="80"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="74"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="79"/>
|
||||||
<source>high-pass</source>
|
<source>high-pass</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>latex</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="70"/>
|
||||||
|
<source>No Latex installation found.
|
||||||
|
If you already have a latex distribution installed, make sure it's installed on your path.
|
||||||
|
Otherwise, you can download a Latex distribution like TeX Live at https://tug.org/texlive/.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="72"/>
|
||||||
|
<source>DVIPNG was not found. Make sure you include it from your Latex distribution.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="150"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' ended with a non-zero return code {}:
|
||||||
|
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../util/latex.py" line="158"/>
|
||||||
|
<source>An exception occured within the creation of the latex formula.
|
||||||
|
Process '{}' took too long to finish:
|
||||||
|
{}
|
||||||
|
Please make sure your latex installation is correct and report a bug if so.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -753,12 +787,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
||||||
<source>Bode Phase</source>
|
<source>Bode Phase</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="32"/>
|
||||||
<source>Bode Phases</source>
|
<source>Bode Phases</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -779,108 +813,108 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>prop</name>
|
<name>prop</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="33"/>
|
||||||
<source>expression</source>
|
<source>expression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="34"/>
|
||||||
<source>definitionDomain</source>
|
<source>definitionDomain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="35"/>
|
||||||
<source>destinationDomain</source>
|
<source>destinationDomain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="45"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="35"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="39"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="49"/>
|
||||||
<source>labelPosition</source>
|
<source>labelPosition</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="41"/>
|
||||||
<source>displayMode</source>
|
<source>displayMode</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="42"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="38"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/repartition.js" line="40"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="43"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="39"/>
|
||||||
<source>labelX</source>
|
<source>labelX</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="33"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
||||||
<source>drawPoints</source>
|
<source>drawPoints</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="48"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="34"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
||||||
<source>drawDashedLines</source>
|
<source>drawDashedLines</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="36"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="34"/>
|
||||||
<source>om_0</source>
|
<source>om_0</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="43"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="37"/>
|
||||||
<source>pass</source>
|
<source>pass</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="44"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="38"/>
|
||||||
<source>gain</source>
|
<source>gain</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/gainbode.js" line="41"/>
|
||||||
<source>omGraduation</source>
|
<source>omGraduation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="41"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="35"/>
|
||||||
<source>phase</source>
|
<source>phase</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/phasebode.js" line="36"/>
|
||||||
<source>unit</source>
|
<source>unit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="33"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="37"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="47"/>
|
||||||
<source>x</source>
|
<source>x</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="34"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="38"/>
|
||||||
<source>y</source>
|
<source>y</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="42"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/point.js" line="36"/>
|
||||||
<source>pointStyle</source>
|
<source>pointStyle</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -894,6 +928,11 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<source>text</source>
|
<source>text</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/text.js" line="41"/>
|
||||||
|
<source>disableLatex</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/xcursor.js" line="48"/>
|
||||||
<source>targetElement</source>
|
<source>targetElement</source>
|
||||||
|
@ -920,12 +959,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="35"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="36"/>
|
||||||
<source>defaultExpression</source>
|
<source>defaultExpression</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="40"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="41"/>
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -946,12 +985,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>sequence</name>
|
<name>sequence</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="29"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
||||||
<source>Sequence</source>
|
<source>Sequence</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sequence.js" line="31"/>
|
||||||
<source>Sequences</source>
|
<source>Sequences</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -959,8 +998,8 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>sommegainsbode</name>
|
<name>sommegainsbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="30"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="31"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommegainsbode.js" line="32"/>
|
||||||
<source>Bode Magnitudes Sum</source>
|
<source>Bode Magnitudes Sum</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -968,8 +1007,8 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>sommephasesbode</name>
|
<name>sommephasesbode</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="29"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="30"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/sommephasesbode.js" line="31"/>
|
||||||
<source>Bode Phases Sum</source>
|
<source>Bode Phases Sum</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
/**
|
||||||
|
* LogarithmPlotter - 2D plotter software to make BODE plots, sequences and distribution functions.
|
||||||
|
* Copyright (C) 2022 Ad5001
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
import QtQuick 2.12
|
||||||
|
import QtQuick.Controls 2.12
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: expr
|
||||||
|
property string expression
|
||||||
|
|
||||||
|
src: Latex.render(expression).split(',')[0]
|
||||||
|
}
|
|
@ -219,47 +219,15 @@ class DrawableObject {
|
||||||
* @param {string|Enum} labelPosition - Position of the label relative to the marked position
|
* @param {string|Enum} labelPosition - Position of the label relative to the marked position
|
||||||
* @param {number} posX - Component of the marked position on the x-axis
|
* @param {number} posX - Component of the marked position on the x-axis
|
||||||
* @param {number} posY - Component of the marked position on the y-axis
|
* @param {number} posY - Component of the marked position on the y-axis
|
||||||
|
* @param {bool} forceText - Force the rendering of the label as text.
|
||||||
*/
|
*/
|
||||||
drawLabel(canvas, ctx, labelPosition, posX, posY) {
|
drawLabel(canvas, ctx, labelPosition, posX, posY, forceText = false) {
|
||||||
if(true) { // TODO: Check for user setting with Latex.
|
let offset
|
||||||
|
if(!forceText && true) { // TODO: Check for user setting with Latex.
|
||||||
// With latex
|
// With latex
|
||||||
let offset = 8
|
|
||||||
let drawLblCb = function(canvas, ctx, ltxImg) {
|
let drawLblCb = function(canvas, ctx, ltxImg) {
|
||||||
switch(this.labelPosition) {
|
this.drawLabelDivergence(labelPosition, 8, ltxImg, posX, posY,
|
||||||
case 'center':
|
(x,y) => canvas.drawVisibleImage(ctx, ltxImg.source, x, y, ltxImg.width, ltxImg.height))
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX-ltxImg.width/2, posY-ltxImg.height/2, ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'top':
|
|
||||||
case 'above':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX-ltxImg.width/2, posY-(ltxImg.height+offset), ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'bottom':
|
|
||||||
case 'below':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX-ltxImg.width/2, posY+offset, ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'left':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX-(ltxImg.width+offset), posY-ltxImg.height/2, ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'right':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX+offset, posY-ltxImg.height/2, ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'top-left':
|
|
||||||
case 'above-left':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX-(ltxImg.width+offset), posY-(ltxImg.height+offset), ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'top-right':
|
|
||||||
case 'above-right':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX+offset, posY-(ltxImg.height+offset), ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'bottom-left':
|
|
||||||
case 'below-left':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX-(ltxImg.width+offset), posY+offset, ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
case 'bottom-right':
|
|
||||||
case 'below-right':
|
|
||||||
canvas.drawVisibleImage(ctx, ltxImg.source, posX+offset, posY+offset, ltxImg.width, ltxImg.height)
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
let ltxLabel = this.getLatexLabel();
|
let ltxLabel = this.getLatexLabel();
|
||||||
if(ltxLabel != "")
|
if(ltxLabel != "")
|
||||||
|
@ -269,45 +237,61 @@ class DrawableObject {
|
||||||
// Without latex
|
// Without latex
|
||||||
let text = this.getLabel()
|
let text = this.getLabel()
|
||||||
ctx.font = `${canvas.textsize}px sans-serif`
|
ctx.font = `${canvas.textsize}px sans-serif`
|
||||||
let textSize = canvas.measureText(ctx, text)
|
this.drawLabelDivergence(labelPosition, 4, canvas.measureText(ctx, text), posX, posY,
|
||||||
let offset = 4
|
(x,y) => canvas.drawVisibleText(ctx, text, x, y))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Applicates a \c drawFunction with two position arguments depending on
|
||||||
|
* both the \c posX and \c posY of where the label should be displayed,
|
||||||
|
* and the \c labelPosition which declares the label should be displayed
|
||||||
|
* relatively to that position.
|
||||||
|
* @param {string|Enum} labelPosition - Position of the label relative to the marked position
|
||||||
|
* @param {number} offset - Margin between the position and the object to be drawn
|
||||||
|
* @param {Dictionary} size - Size of the label item, containing two properties, "width" and "height"
|
||||||
|
* @param {number} posX - Component of the marked position on the x-axis
|
||||||
|
* @param {number} posY - Component of the marked position on the y-axis
|
||||||
|
* @param {function} drawFunction - Function with two arguments (x, y) that will be called to draw the label
|
||||||
|
*/
|
||||||
|
drawLabelDivergence(labelPosition, offset, size, posX, posY, drawFunction) {
|
||||||
switch(labelPosition) {
|
switch(labelPosition) {
|
||||||
case 'center':
|
case 'center':
|
||||||
canvas.drawVisibleText(ctx, text, posX-textSize.width/2, posY-textSize.height/2)
|
drawFunction(posX-size.width/2, posY-size.height/2)
|
||||||
break;
|
break;
|
||||||
case 'top':
|
case 'top':
|
||||||
case 'above':
|
case 'above':
|
||||||
canvas.drawVisibleText(ctx, text, posX-textSize.width/2, posY-textSize.height-offset)
|
drawFunction(posX-size.width/2, posY-size.height-offset)
|
||||||
break;
|
break;
|
||||||
case 'bottom':
|
case 'bottom':
|
||||||
case 'below':
|
case 'below':
|
||||||
canvas.drawVisibleText(ctx, text, posX-textSize.width/2, posY+offset)
|
drawFunction(posX-size.width/2, posY+offset)
|
||||||
break;
|
break;
|
||||||
case 'left':
|
case 'left':
|
||||||
canvas.drawVisibleText(ctx, text, posX-textSize.width-offset, posY-textSize.height/2)
|
drawFunction(posX-size.width-offset, posY-size.height/2)
|
||||||
break;
|
break;
|
||||||
case 'right':
|
case 'right':
|
||||||
canvas.drawVisibleText(ctx, text, posX+offset, posY-textSize.height/2)
|
drawFunction(posX+offset, posY-size.height/2)
|
||||||
break;
|
break;
|
||||||
case 'top-left':
|
case 'top-left':
|
||||||
case 'above-left':
|
case 'above-left':
|
||||||
canvas.drawVisibleText(ctx, text, posX-textSize.width, posY-textSize.height-offset)
|
drawFunction(posX-size.width, posY-size.height-offset)
|
||||||
break;
|
break;
|
||||||
case 'top-right':
|
case 'top-right':
|
||||||
case 'above-right':
|
case 'above-right':
|
||||||
canvas.drawVisibleText(ctx, text, posX+offset, posY-textSize.height-offset)
|
drawFunction(posX+offset, posY-size.height-offset)
|
||||||
break;
|
break;
|
||||||
case 'bottom-left':
|
case 'bottom-left':
|
||||||
case 'below-left':
|
case 'below-left':
|
||||||
canvas.drawVisibleText(ctx, text, posX-textSize.width-offset, posY+offset)
|
drawFunction(posX-size.width-offset, posY+offset)
|
||||||
break;
|
break;
|
||||||
case 'bottom-right':
|
case 'bottom-right':
|
||||||
case 'below-right':
|
case 'below-right':
|
||||||
canvas.drawVisibleText(ctx, text, posX+offset, posY+offset)
|
drawFunction(posX+offset, posY+offset)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
toString() {
|
toString() {
|
||||||
return this.name;
|
return this.name;
|
||||||
|
|
|
@ -37,11 +37,12 @@ class Text extends Common.DrawableObject {
|
||||||
[QT_TRANSLATE_NOOP('prop','x')]: 'Expression',
|
[QT_TRANSLATE_NOOP('prop','x')]: 'Expression',
|
||||||
[QT_TRANSLATE_NOOP('prop','y')]: 'Expression',
|
[QT_TRANSLATE_NOOP('prop','y')]: 'Expression',
|
||||||
[QT_TRANSLATE_NOOP('prop','labelPosition')]: P.Enum.Positioning,
|
[QT_TRANSLATE_NOOP('prop','labelPosition')]: P.Enum.Positioning,
|
||||||
[QT_TRANSLATE_NOOP('prop','text')]: 'string'
|
[QT_TRANSLATE_NOOP('prop','text')]: 'string',
|
||||||
|
[QT_TRANSLATE_NOOP('prop','disableLatex')]: 'boolean'
|
||||||
}}
|
}}
|
||||||
|
|
||||||
constructor(name = null, visible = true, color = null, labelContent = 'null',
|
constructor(name = null, visible = true, color = null, labelContent = 'null',
|
||||||
x = 1, y = 0, labelPosition = 'center', text = 'New text') {
|
x = 1, y = 0, labelPosition = 'center', text = 'New text', disableLatex = false) {
|
||||||
if(name == null) name = Common.getNewName('t')
|
if(name == null) name = Common.getNewName('t')
|
||||||
super(name, visible, color, labelContent)
|
super(name, visible, color, labelContent)
|
||||||
this.type = 'Point'
|
this.type = 'Point'
|
||||||
|
@ -51,50 +52,45 @@ class Text extends Common.DrawableObject {
|
||||||
this.y = y
|
this.y = y
|
||||||
this.labelPosition = labelPosition
|
this.labelPosition = labelPosition
|
||||||
this.text = text
|
this.text = text
|
||||||
|
this.disableLatex = disableLatex
|
||||||
}
|
}
|
||||||
|
|
||||||
getReadableString() {
|
getReadableString() {
|
||||||
return `${this.name} = "${this.text}"`
|
return `${this.name} = "${this.text}"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
latexMarkupText() {
|
||||||
|
let txt = this.text
|
||||||
|
let i
|
||||||
|
for(i = 0; txt.includes('$$'); i++)
|
||||||
|
if(i & 0x01) // Every odd number
|
||||||
|
txt = txt.replace('$$', '\\textrm{')
|
||||||
|
else
|
||||||
|
txt = txt.replace('$$', '}')
|
||||||
|
if(i & 0x01) // Finished by a }
|
||||||
|
txt += "{"
|
||||||
|
return txt
|
||||||
|
}
|
||||||
|
|
||||||
|
getLatexString() {
|
||||||
|
return `${Latex.variable(this.name)} = "\\textrm{${this.latexMarkupText()}}"`
|
||||||
|
}
|
||||||
|
|
||||||
export() {
|
export() {
|
||||||
return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text]
|
return [this.name, this.visible, this.color.toString(), this.labelContent, this.x.toEditableString(), this.y.toEditableString(), this.labelPosition, this.text]
|
||||||
}
|
}
|
||||||
|
|
||||||
draw(canvas, ctx) {
|
getLabel() {
|
||||||
var [canvasX, canvasY] = [canvas.x2px(this.x.execute()), canvas.y2px(this.y.execute())]
|
return this.text
|
||||||
ctx.font = `${canvas.textsize}px sans-serif`
|
|
||||||
var textSize = ctx.measureText(this.text).width
|
|
||||||
switch(this.labelPosition) {
|
|
||||||
case 'center':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX-textSize/2, canvasY+4)
|
|
||||||
break;
|
|
||||||
case 'top':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX-textSize/2, canvasY-16)
|
|
||||||
break;
|
|
||||||
case 'bottom':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX-textSize/2, canvasY+16)
|
|
||||||
break;
|
|
||||||
case 'left':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX-textSize-5, canvasY+4)
|
|
||||||
break;
|
|
||||||
case 'right':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX+5, canvasY+4)
|
|
||||||
break;
|
|
||||||
case 'top-left':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX-textSize-5, canvasY-16)
|
|
||||||
break;
|
|
||||||
case 'top-right':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX+5, canvasY-16)
|
|
||||||
break;
|
|
||||||
case 'bottom-left':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX-textSize-5, canvasY+16)
|
|
||||||
break;
|
|
||||||
case 'bottom-right':
|
|
||||||
canvas.drawVisibleText(ctx, this.text, canvasX+5, canvasY+16)
|
|
||||||
break;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getLatexLabel() {
|
||||||
|
return `\\textrm{${this.latexMarkupText()}}`
|
||||||
|
}
|
||||||
|
|
||||||
|
draw(canvas, ctx) {
|
||||||
|
let yOffset = this.disableLatex ? canvas.textsize-4 : 0
|
||||||
|
this.drawLabel(canvas, ctx, this.labelPosition, canvas.x2px(this.x.execute()), canvas.y2px(this.y.execute())+yOffset, this.disableLatex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -143,11 +143,11 @@ class Latex(QObject):
|
||||||
"""
|
"""
|
||||||
proc = Popen(process, stdout=PIPE, stderr=PIPE, cwd=self.tempdir.name)
|
proc = Popen(process, stdout=PIPE, stderr=PIPE, cwd=self.tempdir.name)
|
||||||
try:
|
try:
|
||||||
out, err = proc.communicate(timeout=5) # 5 seconds is already FAR too long.
|
out, err = proc.communicate(timeout=2) # 2 seconds is already FAR too long.
|
||||||
if proc.returncode != 0:
|
if proc.returncode != 0:
|
||||||
# Process errored
|
# Process errored
|
||||||
QMessageBox.warning(None, "LogarithmPlotter - Latex",
|
QMessageBox.warning(None, "LogarithmPlotter - Latex",
|
||||||
QCoreApplication.translate("latex", "An exception occured within the creation of the latex formula.\nProcess '{}' ended with a non-zero return code {}:\n{}\nPlease make sure your latex installation is correct and report a bug if so.")
|
QCoreApplication.translate("latex", "An exception occured within the creation of the latex formula.\nProcess '{}' ended with a non-zero return code {}:\n\n{}\nPlease make sure your latex installation is correct and report a bug if so.")
|
||||||
.format(" ".join(process), proc.returncode, str(out, 'utf8')+"\n"+str(err,'utf8')))
|
.format(" ".join(process), proc.returncode, str(out, 'utf8')+"\n"+str(err,'utf8')))
|
||||||
raise Exception(" ".join(process) + " process exited with return code " + str(proc.returncode) + ":\n" + str(out, 'utf8')+"\n"+str(err,'utf8'))
|
raise Exception(" ".join(process) + " process exited with return code " + str(proc.returncode) + ":\n" + str(out, 'utf8')+"\n"+str(err,'utf8'))
|
||||||
except TimeoutExpired as e:
|
except TimeoutExpired as e:
|
||||||
|
|
Loading…
Reference in a new issue