Updating translations for new expr-eval
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cc0f277da7
commit
3c42cbb6d0
8 changed files with 549 additions and 514 deletions
|
@ -917,62 +917,60 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>error</name>
|
<name>error</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="125"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="96"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="290"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="241"/>
|
||||||
<source>Cannot find property %1 of object %2.</source>
|
<source>Cannot find property %1 of object %2.</source>
|
||||||
<translation>Eigenschaft %1 von Objekt %2 kann nicht gefunden werden.</translation>
|
<translation>Eigenschaft %1 von Objekt %2 kann nicht gefunden werden.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="227"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="204"/>
|
||||||
<source>Undefined variable %1.</source>
|
<source>Undefined variable %1.</source>
|
||||||
<translation>Die Variable %1 ist nicht definiert.</translation>
|
<translation>Die Variable %1 ist nicht definiert.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="248"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="225"/>
|
||||||
<source>In order to be executed, object %1 must have at least one argument.</source>
|
<source>In order to be executed, object %1 must have at least one argument.</source>
|
||||||
<translation>Um als Funktion verwendet zu werden, benötigt das Objekt %1 mindestens ein Parameter.</translation>
|
<translation>Um als Funktion verwendet zu werden, benötigt das Objekt %1 mindestens ein Parameter.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="250"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="227"/>
|
||||||
<source>%1 cannot be executed.</source>
|
<source>%1 cannot be executed.</source>
|
||||||
<translation>%1 ist keine Formel.</translation>
|
<translation>%1 ist keine Formel.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="301"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="252"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="381"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="339"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="437"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="384"/>
|
||||||
<source>Invalid expression.</source>
|
<source>Invalid expression.</source>
|
||||||
<translation>Ungültiger Ausdruck.</translation>
|
<translation>Ungültiger Ausdruck.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="256"/>
|
||||||
<source>Invalid expression (parity).</source>
|
<source>Invalid expression (parity).</source>
|
||||||
<translation>Ungültiger Ausdruck (Parität).</translation>
|
<translation>Ungültiger Ausdruck (Parität).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="626"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="141"/>
|
||||||
<source>Unknown character "%1".</source>
|
<source>Unknown character "%1".</source>
|
||||||
<translation>Unbekanntes Schriftzeichen "%1".</translation>
|
<translation>Unbekanntes Schriftzeichen "%1".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="820"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="542"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="826"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="548"/>
|
||||||
<source>Illegal escape sequence: %1.</source>
|
<source>Illegal escape sequence: %1.</source>
|
||||||
<translation>Unzulässige Escapesequenz: %1.</translation>
|
<translation>Unzulässige Escapesequenz: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1028"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1082"/>
|
|
||||||
<source>Parse error [%1:%2]: %3</source>
|
<source>Parse error [%1:%2]: %3</source>
|
||||||
<translation>Analysefehler [%1:%2]: %3</translation>
|
<translation type="vanished">Analysefehler [%1:%2]: %3</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1084"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="125"/>
|
||||||
<source>Expected %1</source>
|
<source>Expected %1</source>
|
||||||
<translation>Erwartet %1</translation>
|
<translation>Erwartet %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="155"/>
|
||||||
<source>Unexpected %1</source>
|
<source>Unexpected %1</source>
|
||||||
<translation>Unerwartetes %1</translation>
|
<translation>Unerwartetes %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -985,76 +983,82 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation type="vanished">Erwartete Variable für Zuweisung.</translation>
|
<translation type="vanished">Erwartete Variable für Zuweisung.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1315"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="123"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="573"/>
|
||||||
|
<source>Parse error [position %1]: %2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="380"/>
|
||||||
<source>Unexpected ".": member access is not permitted</source>
|
<source>Unexpected ".": member access is not permitted</source>
|
||||||
<translation>Unerwartetes ".": Mitgliederzugriff ist nicht erlaubt</translation>
|
<translation>Unerwartetes ".": Mitgliederzugriff ist nicht erlaubt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1322"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="387"/>
|
||||||
<source>Unexpected "[]": arrays are disabled.</source>
|
<source>Unexpected "[]": arrays are disabled.</source>
|
||||||
<translation>Unerwartetes "[]": Arrays sind deaktiviert.</translation>
|
<translation>Unerwartetes "[]": Arrays sind deaktiviert.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1329"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="394"/>
|
||||||
<source>Unexpected symbol: %1.</source>
|
<source>Unexpected symbol: %1.</source>
|
||||||
<translation>Unerwartetes Symbol: %1.</translation>
|
<translation>Unerwartetes Symbol: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1594"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="285"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1604"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="295"/>
|
||||||
<source>Function %1 must have at least one argument.</source>
|
<source>Function %1 must have at least one argument.</source>
|
||||||
<translation>Die Funktion %1 benötigt mindestens ein Parameter.</translation>
|
<translation>Die Funktion %1 benötigt mindestens ein Parameter.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1610"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="301"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
||||||
<source>First argument to map is not a function.</source>
|
<source>First argument to map is not a function.</source>
|
||||||
<translation>Der erste Parameter von map ist keine Formel.</translation>
|
<translation>Der erste Parameter von map ist keine Formel.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1613"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="304"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
||||||
<source>Second argument to map is not an array.</source>
|
<source>Second argument to map is not an array.</source>
|
||||||
<translation>Der zweite Parameter von map ist kein Array.</translation>
|
<translation>Der zweite Parameter von map ist kein Array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1622"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="313"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
||||||
<source>First argument to fold is not a function.</source>
|
<source>First argument to fold is not a function.</source>
|
||||||
<translation>Der erste Parameter für fold ist keine Formel.</translation>
|
<translation>Der erste Parameter für fold ist keine Formel.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1625"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="316"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
||||||
<source>Second argument to fold is not an array.</source>
|
<source>Second argument to fold is not an array.</source>
|
||||||
<translation>Der zweite Parameter für fold ist kein Array.</translation>
|
<translation>Der zweite Parameter für fold ist kein Array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1634"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="325"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
||||||
<source>First argument to filter is not a function.</source>
|
<source>First argument to filter is not a function.</source>
|
||||||
<translation>Der erste Parameter für filter ist keine Formel.</translation>
|
<translation>Der erste Parameter für filter ist keine Formel.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1637"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="328"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
||||||
<source>Second argument to filter is not an array.</source>
|
<source>Second argument to filter is not an array.</source>
|
||||||
<translation>Der zweite Parameter von filter ist kein Array.</translation>
|
<translation>Der zweite Parameter von filter ist kein Array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1646"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="337"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
||||||
<source>Second argument to indexOf is not a string or array.</source>
|
<source>Second argument to indexOf is not a string or array.</source>
|
||||||
<translation>Der zweite Parameter von indexOf ist kein String oder Array.</translation>
|
<translation>Der zweite Parameter von indexOf ist kein String oder Array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1654"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="345"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
||||||
<source>Second argument to join is not an array.</source>
|
<source>Second argument to join is not an array.</source>
|
||||||
<translation>Der zweite Parameter von join ist kein Array.</translation>
|
<translation>Der zweite Parameter von join ist kein Array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1782"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parser.mjs" line="157"/>
|
||||||
<source>EOF</source>
|
<source>EOF</source>
|
||||||
<translation>Ende des Ausdrucks</translation>
|
<translation>Ende des Ausdrucks</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1772,37 +1776,37 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
|
||||||
<context>
|
<context>
|
||||||
<name>usage</name>
|
<name>usage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="69"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="66"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="73"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation>Verwendung: %1</translation>
|
<translation>Verwendung: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="79"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="76"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="92"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="108"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="105"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation>Verwendung: %1 oder
|
<translation>Verwendung: %1 oder
|
||||||
%2</translation>
|
%2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="91"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="88"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: ExecutableObject>)</translation>
|
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: ExecutableObject>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="92"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="89"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: String>, <Variablen: String>)</translation>
|
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: String>, <Variablen: String>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="100"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation>derivative(<f: ExecutableObject>, <x: Zahl>)</translation>
|
<translation>derivative(<f: ExecutableObject>, <x: Zahl>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="104"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="101"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation>derivative(<f: String>, <Variablen: String>, <x: Zahl>)</translation>
|
<translation>derivative(<f: String>, <Variablen: String>, <x: Zahl>)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -917,62 +917,60 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>error</name>
|
<name>error</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="125"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="96"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="290"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="241"/>
|
||||||
<source>Cannot find property %1 of object %2.</source>
|
<source>Cannot find property %1 of object %2.</source>
|
||||||
<translation>Cannot find property %1 of object %2.</translation>
|
<translation>Cannot find property %1 of object %2.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="227"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="204"/>
|
||||||
<source>Undefined variable %1.</source>
|
<source>Undefined variable %1.</source>
|
||||||
<translation>Undefined variable %1.</translation>
|
<translation>Undefined variable %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="248"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="225"/>
|
||||||
<source>In order to be executed, object %1 must have at least one argument.</source>
|
<source>In order to be executed, object %1 must have at least one argument.</source>
|
||||||
<translation>In order to be executed, object %1 must have at least one argument.</translation>
|
<translation>In order to be executed, object %1 must have at least one argument.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="250"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="227"/>
|
||||||
<source>%1 cannot be executed.</source>
|
<source>%1 cannot be executed.</source>
|
||||||
<translation>%1 is not a function.</translation>
|
<translation>%1 is not a function.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="301"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="252"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="381"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="339"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="437"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="384"/>
|
||||||
<source>Invalid expression.</source>
|
<source>Invalid expression.</source>
|
||||||
<translation>Invalid expression.</translation>
|
<translation>Invalid expression.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="256"/>
|
||||||
<source>Invalid expression (parity).</source>
|
<source>Invalid expression (parity).</source>
|
||||||
<translation>Invalid expression (parity).</translation>
|
<translation>Invalid expression (parity).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="626"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="141"/>
|
||||||
<source>Unknown character "%1".</source>
|
<source>Unknown character "%1".</source>
|
||||||
<translation>Unknown character "%1".</translation>
|
<translation>Unknown character "%1".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="820"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="542"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="826"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="548"/>
|
||||||
<source>Illegal escape sequence: %1.</source>
|
<source>Illegal escape sequence: %1.</source>
|
||||||
<translation>Illegal escape sequence: %1.</translation>
|
<translation>Illegal escape sequence: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1028"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1082"/>
|
|
||||||
<source>Parse error [%1:%2]: %3</source>
|
<source>Parse error [%1:%2]: %3</source>
|
||||||
<translation>Parse error [%1:%2]: %3</translation>
|
<translation type="vanished">Parse error [%1:%2]: %3</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1084"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="125"/>
|
||||||
<source>Expected %1</source>
|
<source>Expected %1</source>
|
||||||
<translation>Expected %1</translation>
|
<translation>Expected %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="155"/>
|
||||||
<source>Unexpected %1</source>
|
<source>Unexpected %1</source>
|
||||||
<translation>Unexpected %1</translation>
|
<translation>Unexpected %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -985,76 +983,82 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation type="vanished">Expected variable for assignment.</translation>
|
<translation type="vanished">Expected variable for assignment.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1315"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="123"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="573"/>
|
||||||
|
<source>Parse error [position %1]: %2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="380"/>
|
||||||
<source>Unexpected ".": member access is not permitted</source>
|
<source>Unexpected ".": member access is not permitted</source>
|
||||||
<translation>Unexpected ".": member access is not permitted</translation>
|
<translation>Unexpected ".": member access is not permitted</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1322"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="387"/>
|
||||||
<source>Unexpected "[]": arrays are disabled.</source>
|
<source>Unexpected "[]": arrays are disabled.</source>
|
||||||
<translation>Unexpected "[]": arrays are disabled.</translation>
|
<translation>Unexpected "[]": arrays are disabled.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1329"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="394"/>
|
||||||
<source>Unexpected symbol: %1.</source>
|
<source>Unexpected symbol: %1.</source>
|
||||||
<translation>Unexpected symbol: %1.</translation>
|
<translation>Unexpected symbol: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1594"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="285"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1604"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="295"/>
|
||||||
<source>Function %1 must have at least one argument.</source>
|
<source>Function %1 must have at least one argument.</source>
|
||||||
<translation>Function %1 must have at least one argument.</translation>
|
<translation>Function %1 must have at least one argument.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1610"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="301"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
||||||
<source>First argument to map is not a function.</source>
|
<source>First argument to map is not a function.</source>
|
||||||
<translation>First argument to map is not a function.</translation>
|
<translation>First argument to map is not a function.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1613"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="304"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
||||||
<source>Second argument to map is not an array.</source>
|
<source>Second argument to map is not an array.</source>
|
||||||
<translation>Second argument to map is not an array.</translation>
|
<translation>Second argument to map is not an array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1622"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="313"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
||||||
<source>First argument to fold is not a function.</source>
|
<source>First argument to fold is not a function.</source>
|
||||||
<translation>First argument to fold is not a function.</translation>
|
<translation>First argument to fold is not a function.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1625"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="316"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
||||||
<source>Second argument to fold is not an array.</source>
|
<source>Second argument to fold is not an array.</source>
|
||||||
<translation>Second argument to fold is not an array.</translation>
|
<translation>Second argument to fold is not an array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1634"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="325"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
||||||
<source>First argument to filter is not a function.</source>
|
<source>First argument to filter is not a function.</source>
|
||||||
<translation>First argument to filter is not a function.</translation>
|
<translation>First argument to filter is not a function.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1637"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="328"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
||||||
<source>Second argument to filter is not an array.</source>
|
<source>Second argument to filter is not an array.</source>
|
||||||
<translation>Second argument to filter is not an array.</translation>
|
<translation>Second argument to filter is not an array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1646"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="337"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
||||||
<source>Second argument to indexOf is not a string or array.</source>
|
<source>Second argument to indexOf is not a string or array.</source>
|
||||||
<translation>Second argument to indexOf is not a string or array.</translation>
|
<translation>Second argument to indexOf is not a string or array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1654"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="345"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
||||||
<source>Second argument to join is not an array.</source>
|
<source>Second argument to join is not an array.</source>
|
||||||
<translation>Second argument to join is not an array.</translation>
|
<translation>Second argument to join is not an array.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1782"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parser.mjs" line="157"/>
|
||||||
<source>EOF</source>
|
<source>EOF</source>
|
||||||
<translation>End of expression</translation>
|
<translation>End of expression</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1772,37 +1776,37 @@ Please make sure your LaTeX installation is correct and report a bug if so.</tra
|
||||||
<context>
|
<context>
|
||||||
<name>usage</name>
|
<name>usage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="69"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="66"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="73"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation>Usage: %1</translation>
|
<translation>Usage: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="79"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="76"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="92"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="108"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="105"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation>Usage: %1 or
|
<translation>Usage: %1 or
|
||||||
%2</translation>
|
%2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="91"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="88"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation>integral(<from: number>, <to: number>, <f: ExecutableObject>)</translation>
|
<translation>integral(<from: number>, <to: number>, <f: ExecutableObject>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="92"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="89"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</translation>
|
<translation>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="100"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation>derivative(<f: ExecutableObject>, <x: number>)</translation>
|
<translation>derivative(<f: ExecutableObject>, <x: number>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="104"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="101"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation>derivative(<f: string>, <variable: string>, <x: number>)</translation>
|
<translation>derivative(<f: string>, <variable: string>, <x: number>)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -917,139 +917,138 @@ Estos ajustes se pueden cambiar en cualquier momento desde el menú “Ajustes
|
||||||
<context>
|
<context>
|
||||||
<name>error</name>
|
<name>error</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="125"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="96"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="290"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="241"/>
|
||||||
<source>Cannot find property %1 of object %2.</source>
|
<source>Cannot find property %1 of object %2.</source>
|
||||||
<translation>No se puede encontrar la propiedad %1 del objeto %2.</translation>
|
<translation>No se puede encontrar la propiedad %1 del objeto %2.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="227"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="204"/>
|
||||||
<source>Undefined variable %1.</source>
|
<source>Undefined variable %1.</source>
|
||||||
<translation>Variable %1 no definida.</translation>
|
<translation>Variable %1 no definida.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="248"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="225"/>
|
||||||
<source>In order to be executed, object %1 must have at least one argument.</source>
|
<source>In order to be executed, object %1 must have at least one argument.</source>
|
||||||
<translation>Para ser ejecutado, el objeto %1 debe tener al menos un argumento.</translation>
|
<translation>Para ser ejecutado, el objeto %1 debe tener al menos un argumento.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="250"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="227"/>
|
||||||
<source>%1 cannot be executed.</source>
|
<source>%1 cannot be executed.</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="301"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="252"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="381"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="339"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="437"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="384"/>
|
||||||
<source>Invalid expression.</source>
|
<source>Invalid expression.</source>
|
||||||
<translation>Expresión incorrecta.</translation>
|
<translation>Expresión incorrecta.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="256"/>
|
||||||
<source>Invalid expression (parity).</source>
|
<source>Invalid expression (parity).</source>
|
||||||
<translation>Expresión no válida (paridad).</translation>
|
<translation>Expresión no válida (paridad).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="626"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="141"/>
|
||||||
<source>Unknown character "%1".</source>
|
<source>Unknown character "%1".</source>
|
||||||
<translation>Carácter "%1" desconocido.</translation>
|
<translation>Carácter "%1" desconocido.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="820"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="542"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="826"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="548"/>
|
||||||
<source>Illegal escape sequence: %1.</source>
|
<source>Illegal escape sequence: %1.</source>
|
||||||
<translation>Secuencia de salida no válida: %1 .</translation>
|
<translation>Secuencia de salida no válida: %1 .</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1028"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1082"/>
|
|
||||||
<source>Parse error [%1:%2]: %3</source>
|
<source>Parse error [%1:%2]: %3</source>
|
||||||
<translation>Error de análisis [%1:%2]: %3</translation>
|
<translation type="vanished">Error de análisis [%1:%2]: %3</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1084"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="123"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="573"/>
|
||||||
|
<source>Parse error [position %1]: %2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="125"/>
|
||||||
<source>Expected %1</source>
|
<source>Expected %1</source>
|
||||||
<translation>Previsto %1</translation>
|
<translation>Previsto %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="155"/>
|
||||||
<source>Unexpected %1</source>
|
<source>Unexpected %1</source>
|
||||||
<translation>Inesperado %1</translation>
|
<translation>Inesperado %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1315"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="380"/>
|
||||||
<source>Unexpected ".": member access is not permitted</source>
|
<source>Unexpected ".": member access is not permitted</source>
|
||||||
<translation>"." Inesperado: el acceso de miembros no está permitido</translation>
|
<translation>"." Inesperado: el acceso de miembros no está permitido</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1322"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="387"/>
|
||||||
<source>Unexpected "[]": arrays are disabled.</source>
|
<source>Unexpected "[]": arrays are disabled.</source>
|
||||||
<translation>"[]" inesperado: las matrices están desactivadas.</translation>
|
<translation>"[]" inesperado: las matrices están desactivadas.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1329"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="394"/>
|
||||||
<source>Unexpected symbol: %1.</source>
|
<source>Unexpected symbol: %1.</source>
|
||||||
<translation>Símbolo inesperado: %1.</translation>
|
<translation>Símbolo inesperado: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1594"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="285"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1604"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="295"/>
|
||||||
<source>Function %1 must have at least one argument.</source>
|
<source>Function %1 must have at least one argument.</source>
|
||||||
<translation>La función %1 debe tener al menos un argumento.</translation>
|
<translation>La función %1 debe tener al menos un argumento.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1610"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="301"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
||||||
<source>First argument to map is not a function.</source>
|
<source>First argument to map is not a function.</source>
|
||||||
<translation>El primer argumento de map no es una función.</translation>
|
<translation>El primer argumento de map no es una función.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1613"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="304"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
||||||
<source>Second argument to map is not an array.</source>
|
<source>Second argument to map is not an array.</source>
|
||||||
<translation>El segundo argumento de map no es una matriz.</translation>
|
<translation>El segundo argumento de map no es una matriz.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1622"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="313"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
||||||
<source>First argument to fold is not a function.</source>
|
<source>First argument to fold is not a function.</source>
|
||||||
<translation>El primer argumento de fold no es una función.</translation>
|
<translation>El primer argumento de fold no es una función.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1625"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="316"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
||||||
<source>Second argument to fold is not an array.</source>
|
<source>Second argument to fold is not an array.</source>
|
||||||
<translation>El segundo argumento de fold no es una matriz.</translation>
|
<translation>El segundo argumento de fold no es una matriz.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1634"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="325"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
||||||
<source>First argument to filter is not a function.</source>
|
<source>First argument to filter is not a function.</source>
|
||||||
<translation>El primer argumento del filtro no es una función.</translation>
|
<translation>El primer argumento del filtro no es una función.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1637"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="328"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
||||||
<source>Second argument to filter is not an array.</source>
|
<source>Second argument to filter is not an array.</source>
|
||||||
<translation>El segundo argumento del filtro no es una matriz.</translation>
|
<translation>El segundo argumento del filtro no es una matriz.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1646"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="337"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
||||||
<source>Second argument to indexOf is not a string or array.</source>
|
<source>Second argument to indexOf is not a string or array.</source>
|
||||||
<translation>El segundo argumento de indexOf no es una cadena ni una matriz.</translation>
|
<translation>El segundo argumento de indexOf no es una cadena ni una matriz.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1654"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="345"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
||||||
<source>Second argument to join is not an array.</source>
|
<source>Second argument to join is not an array.</source>
|
||||||
<translation>El segundo argumento para unirse no es una matriz.</translation>
|
<translation>El segundo argumento para unirse no es una matriz.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1782"/>
|
|
||||||
<source>EOF</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="544"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="544"/>
|
||||||
<source>No object found with names %1.</source>
|
<source>No object found with names %1.</source>
|
||||||
|
@ -1105,6 +1104,11 @@ Deshaciendo el último cambio.</translation>
|
||||||
<source>Expected variable for assignment.</source>
|
<source>Expected variable for assignment.</source>
|
||||||
<translation type="vanished">Variable de asignación esperada.</translation>
|
<translation type="vanished">Variable de asignación esperada.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parser.mjs" line="157"/>
|
||||||
|
<source>EOF</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>expression</name>
|
<name>expression</name>
|
||||||
|
@ -1772,37 +1776,37 @@ Por favor, asegúrese de que su instalación de LaTeX es correcta e informe de u
|
||||||
<context>
|
<context>
|
||||||
<name>usage</name>
|
<name>usage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="69"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="66"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="73"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation>Uso: %1</translation>
|
<translation>Uso: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="79"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="76"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="92"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="108"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="105"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation>Uso: %1 o
|
<translation>Uso: %1 o
|
||||||
%2</translation>
|
%2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="91"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="88"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation>integral(<desde: número>, <hasta: número>, <f: objeto ejecutable>)</translation>
|
<translation>integral(<desde: número>, <hasta: número>, <f: objeto ejecutable>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="92"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="89"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</translation>
|
<translation>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="100"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation>derivada(<f: ExecutableObject>, <x: number>)</translation>
|
<translation>derivada(<f: ExecutableObject>, <x: number>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="104"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="101"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation>derivada(<f: string>, <variable: string>, <x: number>)</translation>
|
<translation>derivada(<f: string>, <variable: string>, <x: number>)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -920,62 +920,60 @@ Ces paramètres peuvent être modifiés à tout moment à partir du menu "P
|
||||||
<context>
|
<context>
|
||||||
<name>error</name>
|
<name>error</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="125"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="96"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="290"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="241"/>
|
||||||
<source>Cannot find property %1 of object %2.</source>
|
<source>Cannot find property %1 of object %2.</source>
|
||||||
<translation>Impossible de trouver la propriété %1 de l'objet %2.</translation>
|
<translation>Impossible de trouver la propriété %1 de l'objet %2.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="227"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="204"/>
|
||||||
<source>Undefined variable %1.</source>
|
<source>Undefined variable %1.</source>
|
||||||
<translation>La variable %1 n'est pas définie.</translation>
|
<translation>La variable %1 n'est pas définie.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="248"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="225"/>
|
||||||
<source>In order to be executed, object %1 must have at least one argument.</source>
|
<source>In order to be executed, object %1 must have at least one argument.</source>
|
||||||
<translation>Pour être utilisé comme fonction, l'objet %1 nécessite au moins un argument.</translation>
|
<translation>Pour être utilisé comme fonction, l'objet %1 nécessite au moins un argument.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="250"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="227"/>
|
||||||
<source>%1 cannot be executed.</source>
|
<source>%1 cannot be executed.</source>
|
||||||
<translation>%1 n'est pas une fonction.</translation>
|
<translation>%1 n'est pas une fonction.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="301"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="252"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="381"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="339"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="437"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="384"/>
|
||||||
<source>Invalid expression.</source>
|
<source>Invalid expression.</source>
|
||||||
<translation>Formule invalide.</translation>
|
<translation>Formule invalide.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="256"/>
|
||||||
<source>Invalid expression (parity).</source>
|
<source>Invalid expression (parity).</source>
|
||||||
<translation>Formule invalide (parité).</translation>
|
<translation>Formule invalide (parité).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="626"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="141"/>
|
||||||
<source>Unknown character "%1".</source>
|
<source>Unknown character "%1".</source>
|
||||||
<translation>Le caractère "%1" est inconnu.</translation>
|
<translation>Le caractère "%1" est inconnu.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="820"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="542"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="826"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="548"/>
|
||||||
<source>Illegal escape sequence: %1.</source>
|
<source>Illegal escape sequence: %1.</source>
|
||||||
<translation>Séquence d'échappement illégale : %1.</translation>
|
<translation>Séquence d'échappement illégale : %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1028"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1082"/>
|
|
||||||
<source>Parse error [%1:%2]: %3</source>
|
<source>Parse error [%1:%2]: %3</source>
|
||||||
<translation>Erreur de syntaxe [%1:%2] : %3</translation>
|
<translation type="vanished">Erreur de syntaxe [%1:%2] : %3</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1084"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="125"/>
|
||||||
<source>Expected %1</source>
|
<source>Expected %1</source>
|
||||||
<translation>%1 attendu</translation>
|
<translation>%1 attendu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="155"/>
|
||||||
<source>Unexpected %1</source>
|
<source>Unexpected %1</source>
|
||||||
<translation>%1 inattendu</translation>
|
<translation>%1 inattendu</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -988,76 +986,82 @@ Ces paramètres peuvent être modifiés à tout moment à partir du menu "P
|
||||||
<translation type="vanished">Une variable est attendue pour l'affectation.</translation>
|
<translation type="vanished">Une variable est attendue pour l'affectation.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1315"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="123"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="573"/>
|
||||||
|
<source>Parse error [position %1]: %2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="380"/>
|
||||||
<source>Unexpected ".": member access is not permitted</source>
|
<source>Unexpected ".": member access is not permitted</source>
|
||||||
<translation>"." inattendu : l'accès aux propriétés n'est pas autorisé</translation>
|
<translation>"." inattendu : l'accès aux propriétés n'est pas autorisé</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1322"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="387"/>
|
||||||
<source>Unexpected "[]": arrays are disabled.</source>
|
<source>Unexpected "[]": arrays are disabled.</source>
|
||||||
<translation>"[]" inattendu : les tableaux sont désactivés.</translation>
|
<translation>"[]" inattendu : les tableaux sont désactivés.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1329"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="394"/>
|
||||||
<source>Unexpected symbol: %1.</source>
|
<source>Unexpected symbol: %1.</source>
|
||||||
<translation>Symbole inconnu : %1.</translation>
|
<translation>Symbole inconnu : %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1594"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="285"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1604"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="295"/>
|
||||||
<source>Function %1 must have at least one argument.</source>
|
<source>Function %1 must have at least one argument.</source>
|
||||||
<translation>La fonction %1 nécessite au moins un argument.</translation>
|
<translation>La fonction %1 nécessite au moins un argument.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1610"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="301"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
||||||
<source>First argument to map is not a function.</source>
|
<source>First argument to map is not a function.</source>
|
||||||
<translation>Le premier argument de map n'est pas une fonction.</translation>
|
<translation>Le premier argument de map n'est pas une fonction.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1613"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="304"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
||||||
<source>Second argument to map is not an array.</source>
|
<source>Second argument to map is not an array.</source>
|
||||||
<translation>Le deuxième argument de map n'est pas un tableau.</translation>
|
<translation>Le deuxième argument de map n'est pas un tableau.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1622"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="313"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
||||||
<source>First argument to fold is not a function.</source>
|
<source>First argument to fold is not a function.</source>
|
||||||
<translation>Le premier argument de fold n'est pas une fonction.</translation>
|
<translation>Le premier argument de fold n'est pas une fonction.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1625"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="316"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
||||||
<source>Second argument to fold is not an array.</source>
|
<source>Second argument to fold is not an array.</source>
|
||||||
<translation>Le deuxième argument de fold n'est pas un tableau.</translation>
|
<translation>Le deuxième argument de fold n'est pas un tableau.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1634"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="325"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
||||||
<source>First argument to filter is not a function.</source>
|
<source>First argument to filter is not a function.</source>
|
||||||
<translation>Le premier argument de filter n'est pas une fonction.</translation>
|
<translation>Le premier argument de filter n'est pas une fonction.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1637"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="328"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
||||||
<source>Second argument to filter is not an array.</source>
|
<source>Second argument to filter is not an array.</source>
|
||||||
<translation>Le deuxième argument de filter n'est pas un tableau.</translation>
|
<translation>Le deuxième argument de filter n'est pas un tableau.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1646"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="337"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
||||||
<source>Second argument to indexOf is not a string or array.</source>
|
<source>Second argument to indexOf is not a string or array.</source>
|
||||||
<translation>Le deuxième argument de indexOf n'est ni chaîne de caractères ni un tableau.</translation>
|
<translation>Le deuxième argument de indexOf n'est ni chaîne de caractères ni un tableau.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1654"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="345"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
||||||
<source>Second argument to join is not an array.</source>
|
<source>Second argument to join is not an array.</source>
|
||||||
<translation>Le deuxième argument de join n'est pas un tableau.</translation>
|
<translation>Le deuxième argument de join n'est pas un tableau.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1782"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parser.mjs" line="157"/>
|
||||||
<source>EOF</source>
|
<source>EOF</source>
|
||||||
<translation>Fin de la formule</translation>
|
<translation>Fin de la formule</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1775,37 +1779,37 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
|
||||||
<context>
|
<context>
|
||||||
<name>usage</name>
|
<name>usage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="69"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="66"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="73"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation>Emploi : %1</translation>
|
<translation>Emploi : %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="79"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="76"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="92"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="108"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="105"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation>Emploi : %1 ou
|
<translation>Emploi : %1 ou
|
||||||
%2</translation>
|
%2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="91"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="88"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation>integral(<de : nombre>, <à : nombre>, <f : Objet exécutable>)</translation>
|
<translation>integral(<de : nombre>, <à : nombre>, <f : Objet exécutable>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="92"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="89"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation>integral(<de : nombre>, <à : nombre>, <f : fonction chaîne>, <variable>)</translation>
|
<translation>integral(<de : nombre>, <à : nombre>, <f : fonction chaîne>, <variable>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="100"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation>derivative(<f : Objet exécutable>, <x : nombre>)</translation>
|
<translation>derivative(<f : Objet exécutable>, <x : nombre>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="104"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="101"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation>derivative(<f : fonction chaîne>, <variable>, <x : nombre>)</translation>
|
<translation>derivative(<f : fonction chaîne>, <variable>, <x : nombre>)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -917,62 +917,60 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>error</name>
|
<name>error</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="125"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="96"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="290"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="241"/>
|
||||||
<source>Cannot find property %1 of object %2.</source>
|
<source>Cannot find property %1 of object %2.</source>
|
||||||
<translation>A(z) %2 objektum %1 tulajdonsága nem található.</translation>
|
<translation>A(z) %2 objektum %1 tulajdonsága nem található.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="227"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="204"/>
|
||||||
<source>Undefined variable %1.</source>
|
<source>Undefined variable %1.</source>
|
||||||
<translation>A(z) %1 változó nincs meghatározva.</translation>
|
<translation>A(z) %1 változó nincs meghatározva.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="248"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="225"/>
|
||||||
<source>In order to be executed, object %1 must have at least one argument.</source>
|
<source>In order to be executed, object %1 must have at least one argument.</source>
|
||||||
<translation>A végrehajtáshoz a(z) %1 objektumnak legalább egy argumentummal kell rendelkeznie.</translation>
|
<translation>A végrehajtáshoz a(z) %1 objektumnak legalább egy argumentummal kell rendelkeznie.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="250"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="227"/>
|
||||||
<source>%1 cannot be executed.</source>
|
<source>%1 cannot be executed.</source>
|
||||||
<translation>A(z) %1 nem függvény.</translation>
|
<translation>A(z) %1 nem függvény.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="301"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="252"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="381"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="339"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="437"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="384"/>
|
||||||
<source>Invalid expression.</source>
|
<source>Invalid expression.</source>
|
||||||
<translation>Érvénytelen kifejezés.</translation>
|
<translation>Érvénytelen kifejezés.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="256"/>
|
||||||
<source>Invalid expression (parity).</source>
|
<source>Invalid expression (parity).</source>
|
||||||
<translation>Érvénytelen kifejezés (paritás).</translation>
|
<translation>Érvénytelen kifejezés (paritás).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="626"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="141"/>
|
||||||
<source>Unknown character "%1".</source>
|
<source>Unknown character "%1".</source>
|
||||||
<translation>Ismeretlen karakter „%1”.</translation>
|
<translation>Ismeretlen karakter „%1”.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="820"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="542"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="826"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="548"/>
|
||||||
<source>Illegal escape sequence: %1.</source>
|
<source>Illegal escape sequence: %1.</source>
|
||||||
<translation>Érvénytelen kilépési sorozat: %1.</translation>
|
<translation>Érvénytelen kilépési sorozat: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1028"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1082"/>
|
|
||||||
<source>Parse error [%1:%2]: %3</source>
|
<source>Parse error [%1:%2]: %3</source>
|
||||||
<translation>Elemzési hiba [%1:%2]: %3</translation>
|
<translation type="vanished">Elemzési hiba [%1:%2]: %3</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1084"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="125"/>
|
||||||
<source>Expected %1</source>
|
<source>Expected %1</source>
|
||||||
<translation>Várható %1</translation>
|
<translation>Várható %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="155"/>
|
||||||
<source>Unexpected %1</source>
|
<source>Unexpected %1</source>
|
||||||
<translation>Váratlan %1</translation>
|
<translation>Váratlan %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -985,76 +983,82 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation type="vanished">A hozzárendeléshez várt változó.</translation>
|
<translation type="vanished">A hozzárendeléshez várt változó.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1315"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="123"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="573"/>
|
||||||
|
<source>Parse error [position %1]: %2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="380"/>
|
||||||
<source>Unexpected ".": member access is not permitted</source>
|
<source>Unexpected ".": member access is not permitted</source>
|
||||||
<translation>Váratlan „.”: a tagok hozzáférése nem engedélyezett</translation>
|
<translation>Váratlan „.”: a tagok hozzáférése nem engedélyezett</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1322"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="387"/>
|
||||||
<source>Unexpected "[]": arrays are disabled.</source>
|
<source>Unexpected "[]": arrays are disabled.</source>
|
||||||
<translation>Váratlan „[]”: a tömbök le vannak tiltva.</translation>
|
<translation>Váratlan „[]”: a tömbök le vannak tiltva.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1329"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="394"/>
|
||||||
<source>Unexpected symbol: %1.</source>
|
<source>Unexpected symbol: %1.</source>
|
||||||
<translation>Váratlan szimbólum: %1.</translation>
|
<translation>Váratlan szimbólum: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1594"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="285"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1604"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="295"/>
|
||||||
<source>Function %1 must have at least one argument.</source>
|
<source>Function %1 must have at least one argument.</source>
|
||||||
<translation>A(z) %1 függvénynek legalább egy argumentumnak kell lennie.</translation>
|
<translation>A(z) %1 függvénynek legalább egy argumentumnak kell lennie.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1610"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="301"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
||||||
<source>First argument to map is not a function.</source>
|
<source>First argument to map is not a function.</source>
|
||||||
<translation>Az első leképezési argumentum nem függvény.</translation>
|
<translation>Az első leképezési argumentum nem függvény.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1613"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="304"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
||||||
<source>Second argument to map is not an array.</source>
|
<source>Second argument to map is not an array.</source>
|
||||||
<translation>A második leképezési argumentum nem tömb.</translation>
|
<translation>A második leképezési argumentum nem tömb.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1622"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="313"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
||||||
<source>First argument to fold is not a function.</source>
|
<source>First argument to fold is not a function.</source>
|
||||||
<translation>Az első behajtási argumentum nem függvény.</translation>
|
<translation>Az első behajtási argumentum nem függvény.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1625"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="316"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
||||||
<source>Second argument to fold is not an array.</source>
|
<source>Second argument to fold is not an array.</source>
|
||||||
<translation>A második behajtási argumentum nem tömb.</translation>
|
<translation>A második behajtási argumentum nem tömb.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1634"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="325"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
||||||
<source>First argument to filter is not a function.</source>
|
<source>First argument to filter is not a function.</source>
|
||||||
<translation>Az első szűrési argumentum nem függvény.</translation>
|
<translation>Az első szűrési argumentum nem függvény.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1637"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="328"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
||||||
<source>Second argument to filter is not an array.</source>
|
<source>Second argument to filter is not an array.</source>
|
||||||
<translation>A második szűrési argumentum nem tömb.</translation>
|
<translation>A második szűrési argumentum nem tömb.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1646"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="337"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
||||||
<source>Second argument to indexOf is not a string or array.</source>
|
<source>Second argument to indexOf is not a string or array.</source>
|
||||||
<translation>Az indexOf második argumentuma nem karakterlánc vagy tömb.</translation>
|
<translation>Az indexOf második argumentuma nem karakterlánc vagy tömb.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1654"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="345"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
||||||
<source>Second argument to join is not an array.</source>
|
<source>Second argument to join is not an array.</source>
|
||||||
<translation>A második csatlakozási argumentum nem tömb.</translation>
|
<translation>A második csatlakozási argumentum nem tömb.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1782"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parser.mjs" line="157"/>
|
||||||
<source>EOF</source>
|
<source>EOF</source>
|
||||||
<translation>Kifejezés vége</translation>
|
<translation>Kifejezés vége</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -1768,37 +1772,37 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
|
||||||
<context>
|
<context>
|
||||||
<name>usage</name>
|
<name>usage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="69"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="66"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="73"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation>Használat: %1</translation>
|
<translation>Használat: %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="79"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="76"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="92"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="108"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="105"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation>Használat: %1 vagy
|
<translation>Használat: %1 vagy
|
||||||
%2</translation>
|
%2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="91"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="88"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation>integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: végrehajtható objektum>)</translation>
|
<translation>integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: végrehajtható objektum>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="92"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="89"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation>integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: karakterlánc>, <változó: karakterlánc>)</translation>
|
<translation>integrál(<alsó korlát: szám>, <felső korlát: szám>, <függvény: karakterlánc>, <változó: karakterlánc>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="100"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation>derivált(<függvény: VégrehajthatóObjektum>, <x: szám>)</translation>
|
<translation>derivált(<függvény: VégrehajthatóObjektum>, <x: szám>)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="104"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="101"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation>derivált(<függvény: karakterlánc>, <változó: karakterlánc>, <x: szám>)</translation>
|
<translation>derivált(<függvény: karakterlánc>, <változó: karakterlánc>, <x: szám>)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -868,140 +868,6 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>error</name>
|
<name>error</name>
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="125"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="290"/>
|
|
||||||
<source>Cannot find property %1 of object %2.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="227"/>
|
|
||||||
<source>Undefined variable %1.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="248"/>
|
|
||||||
<source>In order to be executed, object %1 must have at least one argument.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="250"/>
|
|
||||||
<source>%1 cannot be executed.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="301"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="381"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="437"/>
|
|
||||||
<source>Invalid expression.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="305"/>
|
|
||||||
<source>Invalid expression (parity).</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="626"/>
|
|
||||||
<source>Unknown character "%1".</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="820"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="826"/>
|
|
||||||
<source>Illegal escape sequence: %1.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1028"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1082"/>
|
|
||||||
<source>Parse error [%1:%2]: %3</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1084"/>
|
|
||||||
<source>Expected %1</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1111"/>
|
|
||||||
<source>Unexpected %1</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1315"/>
|
|
||||||
<source>Unexpected ".": member access is not permitted</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1322"/>
|
|
||||||
<source>Unexpected "[]": arrays are disabled.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1329"/>
|
|
||||||
<source>Unexpected symbol: %1.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1594"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1604"/>
|
|
||||||
<source>Function %1 must have at least one argument.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1610"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
|
||||||
<source>First argument to map is not a function.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1613"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
|
||||||
<source>Second argument to map is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1622"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
|
||||||
<source>First argument to fold is not a function.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1625"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
|
||||||
<source>Second argument to fold is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1634"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
|
||||||
<source>First argument to filter is not a function.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1637"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
|
||||||
<source>Second argument to filter is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1646"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
|
||||||
<source>Second argument to indexOf is not a string or array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1654"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
|
||||||
<source>Second argument to join is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1782"/>
|
|
||||||
<source>EOF</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="544"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="544"/>
|
||||||
<source>No object found with names %1.</source>
|
<source>No object found with names %1.</source>
|
||||||
|
@ -1043,6 +909,140 @@ Evaluated expression: %3</source>
|
||||||
Undoing last change.</source>
|
Undoing last change.</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="96"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="241"/>
|
||||||
|
<source>Cannot find property %1 of object %2.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="204"/>
|
||||||
|
<source>Undefined variable %1.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="225"/>
|
||||||
|
<source>In order to be executed, object %1 must have at least one argument.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="227"/>
|
||||||
|
<source>%1 cannot be executed.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="252"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="339"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="384"/>
|
||||||
|
<source>Invalid expression.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="256"/>
|
||||||
|
<source>Invalid expression (parity).</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parser.mjs" line="157"/>
|
||||||
|
<source>EOF</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="123"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="573"/>
|
||||||
|
<source>Parse error [position %1]: %2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="125"/>
|
||||||
|
<source>Expected %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="155"/>
|
||||||
|
<source>Unexpected %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="380"/>
|
||||||
|
<source>Unexpected ".": member access is not permitted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="387"/>
|
||||||
|
<source>Unexpected "[]": arrays are disabled.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="394"/>
|
||||||
|
<source>Unexpected symbol: %1.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="285"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="295"/>
|
||||||
|
<source>Function %1 must have at least one argument.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="301"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
||||||
|
<source>First argument to map is not a function.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="304"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
||||||
|
<source>Second argument to map is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="313"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
||||||
|
<source>First argument to fold is not a function.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="316"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
||||||
|
<source>Second argument to fold is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="325"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
||||||
|
<source>First argument to filter is not a function.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="328"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
||||||
|
<source>Second argument to filter is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="337"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
||||||
|
<source>Second argument to indexOf is not a string or array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="345"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
||||||
|
<source>Second argument to join is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="141"/>
|
||||||
|
<source>Unknown character "%1".</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="542"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="548"/>
|
||||||
|
<source>Illegal escape sequence: %1.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>expression</name>
|
<name>expression</name>
|
||||||
|
@ -1686,38 +1686,38 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
||||||
<context>
|
<context>
|
||||||
<name>usage</name>
|
<name>usage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="69"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="66"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="73"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="79"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="76"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="92"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="108"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="105"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="91"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="88"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="92"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="89"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="100"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="104"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="101"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -756,140 +756,6 @@
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>error</name>
|
<name>error</name>
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="125"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="290"/>
|
|
||||||
<source>Cannot find property %1 of object %2.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="227"/>
|
|
||||||
<source>Undefined variable %1.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="248"/>
|
|
||||||
<source>In order to be executed, object %1 must have at least one argument.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="250"/>
|
|
||||||
<source>%1 cannot be executed.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="301"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="381"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="437"/>
|
|
||||||
<source>Invalid expression.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="305"/>
|
|
||||||
<source>Invalid expression (parity).</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="626"/>
|
|
||||||
<source>Unknown character "%1".</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="820"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="826"/>
|
|
||||||
<source>Illegal escape sequence: %1.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1028"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1082"/>
|
|
||||||
<source>Parse error [%1:%2]: %3</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1084"/>
|
|
||||||
<source>Expected %1</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1111"/>
|
|
||||||
<source>Unexpected %1</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1315"/>
|
|
||||||
<source>Unexpected ".": member access is not permitted</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1322"/>
|
|
||||||
<source>Unexpected "[]": arrays are disabled.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1329"/>
|
|
||||||
<source>Unexpected symbol: %1.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1594"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1604"/>
|
|
||||||
<source>Function %1 must have at least one argument.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1610"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
|
||||||
<source>First argument to map is not a function.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1613"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
|
||||||
<source>Second argument to map is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1622"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
|
||||||
<source>First argument to fold is not a function.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1625"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
|
||||||
<source>Second argument to fold is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1634"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
|
||||||
<source>First argument to filter is not a function.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1637"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
|
||||||
<source>Second argument to filter is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1646"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
|
||||||
<source>Second argument to indexOf is not a string or array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1654"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
|
||||||
<source>Second argument to join is not an array.</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expr-eval.js" line="1782"/>
|
|
||||||
<source>EOF</source>
|
|
||||||
<translation></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="544"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="544"/>
|
||||||
<source>No object found with names %1.</source>
|
<source>No object found with names %1.</source>
|
||||||
|
@ -931,6 +797,140 @@ Evaluated expression: %3</source>
|
||||||
Undoing last change.</source>
|
Undoing last change.</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="96"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="241"/>
|
||||||
|
<source>Cannot find property %1 of object %2.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="204"/>
|
||||||
|
<source>Undefined variable %1.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="225"/>
|
||||||
|
<source>In order to be executed, object %1 must have at least one argument.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="227"/>
|
||||||
|
<source>%1 cannot be executed.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="252"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="339"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="384"/>
|
||||||
|
<source>Invalid expression.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/expression.mjs" line="256"/>
|
||||||
|
<source>Invalid expression (parity).</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parser.mjs" line="157"/>
|
||||||
|
<source>EOF</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="123"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="573"/>
|
||||||
|
<source>Parse error [position %1]: %2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="125"/>
|
||||||
|
<source>Expected %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="155"/>
|
||||||
|
<source>Unexpected %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="380"/>
|
||||||
|
<source>Unexpected ".": member access is not permitted</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="387"/>
|
||||||
|
<source>Unexpected "[]": arrays are disabled.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/parserstate.mjs" line="394"/>
|
||||||
|
<source>Unexpected symbol: %1.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="285"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="295"/>
|
||||||
|
<source>Function %1 must have at least one argument.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="301"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="93"/>
|
||||||
|
<source>First argument to map is not a function.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="304"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="95"/>
|
||||||
|
<source>Second argument to map is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="313"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="101"/>
|
||||||
|
<source>First argument to fold is not a function.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="316"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="103"/>
|
||||||
|
<source>Second argument to fold is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="325"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="109"/>
|
||||||
|
<source>First argument to filter is not a function.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="328"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="111"/>
|
||||||
|
<source>Second argument to filter is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="337"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="123"/>
|
||||||
|
<source>Second argument to indexOf is not a string or array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/polyfill.mjs" line="345"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parsing/polyfill.mjs" line="117"/>
|
||||||
|
<source>Second argument to join is not an array.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="141"/>
|
||||||
|
<source>Unknown character "%1".</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="542"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/tokens.mjs" line="548"/>
|
||||||
|
<source>Illegal escape sequence: %1.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>expression</name>
|
<name>expression</name>
|
||||||
|
@ -1527,38 +1527,38 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
||||||
<context>
|
<context>
|
||||||
<name>usage</name>
|
<name>usage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="69"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="66"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="73"/>
|
||||||
<source>Usage: %1</source>
|
<source>Usage: %1</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="79"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="76"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="95"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="92"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="108"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="105"/>
|
||||||
<source>Usage: %1 or
|
<source>Usage: %1 or
|
||||||
%2</source>
|
%2</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="91"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="88"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="92"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="89"/>
|
||||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="100"/>
|
||||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.js" line="104"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/lib/expr-eval/integration.mjs" line="101"/>
|
||||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -5,27 +5,41 @@
|
||||||
# See also: https://bugreports.qt.io/browse/QTBUG-123819
|
# See also: https://bugreports.qt.io/browse/QTBUG-123819
|
||||||
#
|
#
|
||||||
|
|
||||||
|
escape() {
|
||||||
|
str="$1"
|
||||||
|
str="${str//\//\\/}" # Escape slashes
|
||||||
|
str="${str//\*/\\*}" # Escape asterixes
|
||||||
|
echo "$str"
|
||||||
|
}
|
||||||
|
|
||||||
|
replace() {
|
||||||
|
file="$1"
|
||||||
|
from="$(escape "$2")"
|
||||||
|
to="$(escape "$3")"
|
||||||
|
sed -i "s/${from}/${to}/g" "$file"
|
||||||
|
}
|
||||||
|
|
||||||
files=$(find .. -name *.mjs)
|
files=$(find .. -name *.mjs)
|
||||||
for file in $files; do
|
for file in $files; do
|
||||||
echo "Moving '$file' to '${file%.*}.js'..."
|
echo "Moving '$file' to '${file%.*}.js'..."
|
||||||
mv "$file" "${file%.*}.js"
|
mv "$file" "${file%.*}.js"
|
||||||
# Replacements to make it valid js
|
# Replacements to make it valid js
|
||||||
sed -i 's/^import/\/\/import/g' "${file%.*}.js"
|
replace "${file%.*}.js" "^import" "/*import"
|
||||||
sed -i 's/^export default/\/*export default*\//g' "${file%.*}.js"
|
replace "${file%.*}.js" '.mjs"$' '.mjs"*/'
|
||||||
sed -i 's/^export/\/*export*\//g' "${file%.*}.js"
|
replace "${file%.*}.js" "^export default" "/*export default*/"
|
||||||
|
replace "${file%.*}.js" "^export" "/*export*/"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "------------------------"
|
echo "----------------------------"
|
||||||
echo "Updating translations..."
|
echo "| Updating translations... |"
|
||||||
echo "------------------------"
|
echo "----------------------------"
|
||||||
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_*.ts
|
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_*.ts
|
||||||
# Updating locations in files
|
# Updating locations in files
|
||||||
for lp in *.ts; do
|
for lp in *.ts; do
|
||||||
echo "Replacing locations in $lp..."
|
echo "Replacing locations in $lp..."
|
||||||
for file in $files; do
|
for file in $files; do
|
||||||
echo " > Replacing for file $file..."
|
echo " > Replacing for file $file..."
|
||||||
f="${file//\//\\/}" # Escape slashes
|
replace "$lp" "${file%.*}.js" "$file"
|
||||||
sed -i "s/${f%.*}.js/$f/g" "$lp"
|
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -33,7 +47,8 @@ for file in $files; do
|
||||||
echo "Moving '${file%.*}.js' to '$file'..."
|
echo "Moving '${file%.*}.js' to '$file'..."
|
||||||
mv "${file%.*}.js" "$file"
|
mv "${file%.*}.js" "$file"
|
||||||
# Resetting changes
|
# Resetting changes
|
||||||
sed -i 's/^\/\/import/import/g' "$file"
|
replace "$file" "^/*import" "import"
|
||||||
sed -i 's/^\/\*export default\*\//export default/g' "$file"
|
replace "$file" '.mjs"*/$' '.mjs"'
|
||||||
sed -i 's/^\/\*export\*\//export/g' "$file"
|
replace "$file" "^/*export default*/" "export default"
|
||||||
|
replace "$file" "^/*export*/" "export"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue