Improving MJS lupdate hacky script to take private fields into account.
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
934dd3ea1b
commit
9663c33563
8 changed files with 131 additions and 127 deletions
|
@ -1308,27 +1308,27 @@ Ausdruck analysiert: %3</translation>
|
|||
<translation type="vanished">Verlauf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="98"/>
|
||||
<source>Saved plot to '%1'.</source>
|
||||
<translation>Gespeicherte Grafik auf '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="104"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="110"/>
|
||||
<source>Loading file '%1'.</source>
|
||||
<translation>Laden der Datei '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="148"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="154"/>
|
||||
<source>Unknown object type: %1.</source>
|
||||
<translation>Unbekannter Objekttyp: %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="163"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="169"/>
|
||||
<source>Invalid file provided.</source>
|
||||
<translation>Ungültige Datei angegeben.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="167"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="173"/>
|
||||
<source>Could not load file: </source>
|
||||
<translation>Datei konnte nicht geladen werden: </translation>
|
||||
</message>
|
||||
|
@ -1337,7 +1337,7 @@ Ausdruck analysiert: %3</translation>
|
|||
<translation type="vanished">Die Datei konnte nicht gespeichert werden: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="172"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="178"/>
|
||||
<source>Loaded file '%1'.</source>
|
||||
<translation>Geladene Datei '%1'.</translation>
|
||||
</message>
|
||||
|
@ -1759,17 +1759,17 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
|
|||
<context>
|
||||
<name>settingCategory</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="30"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="33"/>
|
||||
<source>default</source>
|
||||
<translation>Standardeinstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="28"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="31"/>
|
||||
<source>general</source>
|
||||
<translation>Allgemeine</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="29"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="32"/>
|
||||
<source>editor</source>
|
||||
<translation>Ausdruckseditor</translation>
|
||||
</message>
|
||||
|
@ -1827,22 +1827,22 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
|
|||
<context>
|
||||
<name>usage</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="86"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="88"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: Funktionsähnliches Objekt>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="63"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="70"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="65"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="72"/>
|
||||
<source>Usage:
|
||||
%1</source>
|
||||
<translation>Verwendung:
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="73"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="90"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="103"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="75"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="105"/>
|
||||
<source>Usage:
|
||||
%1
|
||||
%2</source>
|
||||
|
@ -1851,17 +1851,17 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
|
|||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="87"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="89"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation>integral(<von: Zahl>, <bis: Zahl>, <f: String>, <Variablen: String>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="98"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="100"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation>derivative(<f: Funktionsähnliches Objekt>, <x: Zahl>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="99"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="101"/>
|
||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||
<translation>derivative(<f: String>, <Variablen: String>, <x: Zahl>)</translation>
|
||||
</message>
|
||||
|
|
|
@ -1308,27 +1308,27 @@ Evaluated expression: %3</translation>
|
|||
<translation type="vanished">History</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="98"/>
|
||||
<source>Saved plot to '%1'.</source>
|
||||
<translation>Saved plot to '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="104"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="110"/>
|
||||
<source>Loading file '%1'.</source>
|
||||
<translation>Loading file '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="148"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="154"/>
|
||||
<source>Unknown object type: %1.</source>
|
||||
<translation>Unknown object type: %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="163"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="169"/>
|
||||
<source>Invalid file provided.</source>
|
||||
<translation>Invalid file provided.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="167"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="173"/>
|
||||
<source>Could not load file: </source>
|
||||
<translation>Could not load file: </translation>
|
||||
</message>
|
||||
|
@ -1337,7 +1337,7 @@ Evaluated expression: %3</translation>
|
|||
<translation type="vanished">Could not save file: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="172"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="178"/>
|
||||
<source>Loaded file '%1'.</source>
|
||||
<translation>Loaded file '%1'.</translation>
|
||||
</message>
|
||||
|
@ -1759,17 +1759,17 @@ Please make sure your LaTeX installation is correct and report a bug if so.</tra
|
|||
<context>
|
||||
<name>settingCategory</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="28"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="31"/>
|
||||
<source>general</source>
|
||||
<translation>General</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="29"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="32"/>
|
||||
<source>editor</source>
|
||||
<translation>Expression Editor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="30"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="33"/>
|
||||
<source>default</source>
|
||||
<translation>Default settings</translation>
|
||||
</message>
|
||||
|
@ -1827,22 +1827,22 @@ Please make sure your LaTeX installation is correct and report a bug if so.</tra
|
|||
<context>
|
||||
<name>usage</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="86"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="88"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation>integral(<from: number>, <to: number>, <f: Function-like object>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="63"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="70"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="65"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="72"/>
|
||||
<source>Usage:
|
||||
%1</source>
|
||||
<translation>Usage:
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="73"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="90"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="103"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="75"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="105"/>
|
||||
<source>Usage:
|
||||
%1
|
||||
%2</source>
|
||||
|
@ -1851,17 +1851,17 @@ Please make sure your LaTeX installation is correct and report a bug if so.</tra
|
|||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="87"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="89"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="98"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="100"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation>derivative(<f: Function-like object>, <x: number>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="99"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="101"/>
|
||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||
<translation>derivative(<f: string>, <variable: string>, <x: number>)</translation>
|
||||
</message>
|
||||
|
|
|
@ -1320,27 +1320,27 @@ Expresión evaluada: %3</translation>
|
|||
<translation type="vanished">Objetos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="98"/>
|
||||
<source>Saved plot to '%1'.</source>
|
||||
<translation>Gráfico guardado en '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="104"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="110"/>
|
||||
<source>Loading file '%1'.</source>
|
||||
<translation>Cargando el archivo '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="148"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="154"/>
|
||||
<source>Unknown object type: %1.</source>
|
||||
<translation>Tipo de objeto desconocido: %1 .</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="163"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="169"/>
|
||||
<source>Invalid file provided.</source>
|
||||
<translation>Se ha proporcionado un archivo no válido.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="167"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="173"/>
|
||||
<source>Could not load file: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1349,7 +1349,7 @@ Expresión evaluada: %3</translation>
|
|||
<translation type="vanished">No se ha podido guardar el archivo: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="172"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="178"/>
|
||||
<source>Loaded file '%1'.</source>
|
||||
<translation>Archivo cargado '%1'.</translation>
|
||||
</message>
|
||||
|
@ -1759,17 +1759,17 @@ Por favor, asegúrese de que su instalación de LaTeX es correcta e informe de u
|
|||
<context>
|
||||
<name>settingCategory</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="28"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="31"/>
|
||||
<source>general</source>
|
||||
<translation>General</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="29"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="32"/>
|
||||
<source>editor</source>
|
||||
<translation>Editor de expresiones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="30"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="33"/>
|
||||
<source>default</source>
|
||||
<translation>Ajustes por defecto</translation>
|
||||
</message>
|
||||
|
@ -1827,22 +1827,22 @@ Por favor, asegúrese de que su instalación de LaTeX es correcta e informe de u
|
|||
<context>
|
||||
<name>usage</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="86"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="88"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation>integral(<desde: número>, <hasta: número>, <f: Objeto similar a una función>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="63"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="70"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="65"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="72"/>
|
||||
<source>Usage:
|
||||
%1</source>
|
||||
<translation>Uso:
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="73"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="90"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="103"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="75"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="105"/>
|
||||
<source>Usage:
|
||||
%1
|
||||
%2</source>
|
||||
|
@ -1851,17 +1851,17 @@ Por favor, asegúrese de que su instalación de LaTeX es correcta e informe de u
|
|||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="87"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="89"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation>integral(<desde: número>, <hasta: número>, <f: cadena>, <variable: cadena>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="98"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="100"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation>derivative(<f: objeto similar a una función>, <x: número>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="99"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="101"/>
|
||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||
<translation>derivative(<f: cadena>, <variable: cadena>, <x: número>)</translation>
|
||||
</message>
|
||||
|
|
|
@ -1323,27 +1323,27 @@ Formule analysée : %3</translation>
|
|||
<translation type="vanished">&Mettre à jour LogarithmPlotter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="98"/>
|
||||
<source>Saved plot to '%1'.</source>
|
||||
<translation>Graphe sauvegardé dans '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="104"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="110"/>
|
||||
<source>Loading file '%1'.</source>
|
||||
<translation>Chargement du fichier '%1'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="148"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="154"/>
|
||||
<source>Unknown object type: %1.</source>
|
||||
<translation>Type d'objet inconnu : %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="163"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="169"/>
|
||||
<source>Invalid file provided.</source>
|
||||
<translation>Fichier fourni invalide.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="167"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="173"/>
|
||||
<source>Could not load file: </source>
|
||||
<translation>Impossible de charger le fichier : </translation>
|
||||
</message>
|
||||
|
@ -1352,7 +1352,7 @@ Formule analysée : %3</translation>
|
|||
<translation type="vanished">Impossible de sauvegarder le fichier : </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="172"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="178"/>
|
||||
<source>Loaded file '%1'.</source>
|
||||
<translation>Fichier '%1' chargé.</translation>
|
||||
</message>
|
||||
|
@ -1762,17 +1762,17 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
|
|||
<context>
|
||||
<name>settingCategory</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="28"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="31"/>
|
||||
<source>general</source>
|
||||
<translation>Général</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="29"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="32"/>
|
||||
<source>editor</source>
|
||||
<translation>Éditeur de formule</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="30"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="33"/>
|
||||
<source>default</source>
|
||||
<translation>Paramètres par défaut</translation>
|
||||
</message>
|
||||
|
@ -1830,22 +1830,22 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
|
|||
<context>
|
||||
<name>usage</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="86"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="88"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation>integral(<de : nombre>, <à : nombre>, <f : Objet fonction>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="63"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="70"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="65"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="72"/>
|
||||
<source>Usage:
|
||||
%1</source>
|
||||
<translation>Emploi :
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="73"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="90"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="103"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="75"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="105"/>
|
||||
<source>Usage:
|
||||
%1
|
||||
%2</source>
|
||||
|
@ -1854,17 +1854,17 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
|
|||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="87"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="89"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation>integral(<de : nombre>, <à : nombre>, <f : fonction chaîne>, <variable>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="98"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="100"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation>derivative(<f : Objet fonction>, <x : nombre>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="99"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="101"/>
|
||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||
<translation>derivative(<f : fonction chaîne>, <variable>, <x : nombre>)</translation>
|
||||
</message>
|
||||
|
|
|
@ -1304,27 +1304,27 @@ Kiértékelt kifejezés: %3</translation>
|
|||
<translation type="vanished">Előzmények</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="98"/>
|
||||
<source>Saved plot to '%1'.</source>
|
||||
<translation>Ábra mentve ide: „%1”.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="104"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="110"/>
|
||||
<source>Loading file '%1'.</source>
|
||||
<translation>A(z) „%1” fájl betöltése folyamatban van.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="148"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="154"/>
|
||||
<source>Unknown object type: %1.</source>
|
||||
<translation>Ismeretlen objektumtípus: %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="163"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="169"/>
|
||||
<source>Invalid file provided.</source>
|
||||
<translation>A megadott fájl érvénytelen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="167"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="173"/>
|
||||
<source>Could not load file: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1333,7 +1333,7 @@ Kiértékelt kifejezés: %3</translation>
|
|||
<translation type="vanished">A fájl mentése nem sikerült: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="172"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="178"/>
|
||||
<source>Loaded file '%1'.</source>
|
||||
<translation>A(z) „%1” fájl betöltve.</translation>
|
||||
</message>
|
||||
|
@ -1759,17 +1759,17 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
|
|||
<context>
|
||||
<name>settingCategory</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="28"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="31"/>
|
||||
<source>general</source>
|
||||
<translation>Általános</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="29"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="32"/>
|
||||
<source>editor</source>
|
||||
<translation>Kifejezésszerkesztő</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="30"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="33"/>
|
||||
<source>default</source>
|
||||
<translation>Alapértelmezett ábra</translation>
|
||||
</message>
|
||||
|
@ -1827,22 +1827,22 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
|
|||
<context>
|
||||
<name>usage</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="86"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="88"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation>integral(<alsó korlát: szám>, <felső korlát: szám>, <f: függvényszerű objektum>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="63"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="70"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="65"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="72"/>
|
||||
<source>Usage:
|
||||
%1</source>
|
||||
<translation>Használat:
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="73"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="90"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="103"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="75"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="105"/>
|
||||
<source>Usage:
|
||||
%1
|
||||
%2</source>
|
||||
|
@ -1851,17 +1851,17 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
|
|||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="87"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="89"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation>integral(<alsó korlát: szám>, <felső korlát: szám>, <függvény: karakterlánc>, <változó: karakterlánc>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="98"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="100"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation>derivative(<f: függvényszerű objektum>, <x: szám>)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="99"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="101"/>
|
||||
<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>
|
||||
</message>
|
||||
|
|
|
@ -1235,27 +1235,27 @@ Evaluated expression: %3</source>
|
|||
<translation type="vanished">Historikk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="98"/>
|
||||
<source>Saved plot to '%1'.</source>
|
||||
<translation>Lagret plott i «%1».</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="104"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="110"/>
|
||||
<source>Loading file '%1'.</source>
|
||||
<translation>Laster inn «%1»-fil.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="148"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="154"/>
|
||||
<source>Unknown object type: %1.</source>
|
||||
<translation>Ukjent objekttype: %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="163"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="169"/>
|
||||
<source>Invalid file provided.</source>
|
||||
<translation>Ugyldig fil angitt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="167"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="173"/>
|
||||
<source>Could not load file: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1264,7 +1264,7 @@ Evaluated expression: %3</source>
|
|||
<translation type="vanished">Kunne ikke lagre fil: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="172"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="178"/>
|
||||
<source>Loaded file '%1'.</source>
|
||||
<translation>Lastet inn filen «%1».</translation>
|
||||
</message>
|
||||
|
@ -1669,17 +1669,17 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
|||
<context>
|
||||
<name>settingCategory</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="28"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="31"/>
|
||||
<source>general</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="29"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="32"/>
|
||||
<source>editor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="30"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="33"/>
|
||||
<source>default</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1737,38 +1737,38 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
|||
<context>
|
||||
<name>usage</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="86"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="88"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="63"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="70"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="65"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="72"/>
|
||||
<source>Usage:
|
||||
%1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="73"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="90"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="103"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="75"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="105"/>
|
||||
<source>Usage:
|
||||
%1
|
||||
%2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="87"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="89"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="98"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="100"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="99"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="101"/>
|
||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -1069,32 +1069,32 @@ Evaluated expression: %3</source>
|
|||
<context>
|
||||
<name>io</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="98"/>
|
||||
<source>Saved plot to '%1'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="104"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="110"/>
|
||||
<source>Loading file '%1'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="148"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="154"/>
|
||||
<source>Unknown object type: %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="163"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="169"/>
|
||||
<source>Invalid file provided.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="167"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="173"/>
|
||||
<source>Could not load file: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/io.mjs" line="172"/>
|
||||
<location filename="../../common/src/module/io.mjs" line="178"/>
|
||||
<source>Loaded file '%1'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1465,17 +1465,17 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
|||
<context>
|
||||
<name>settingCategory</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="28"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="31"/>
|
||||
<source>general</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="29"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="32"/>
|
||||
<source>editor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="30"/>
|
||||
<location filename="../../common/src/module/preferences.mjs" line="33"/>
|
||||
<source>default</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1519,38 +1519,38 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
|||
<context>
|
||||
<name>usage</name>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="86"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="88"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: ExecutableObject>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="63"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="70"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="65"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="72"/>
|
||||
<source>Usage:
|
||||
%1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="73"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="90"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="103"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="75"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="92"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="105"/>
|
||||
<source>Usage:
|
||||
%1
|
||||
%2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="87"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="89"/>
|
||||
<source>integral(<from: number>, <to: number>, <f: string>, <variable: string>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="98"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="100"/>
|
||||
<source>derivative(<f: ExecutableObject>, <x: number>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="99"/>
|
||||
<location filename="../../common/src/module/expreval.mjs" line="101"/>
|
||||
<source>derivative(<f: string>, <variable: string>, <x: number>)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -33,6 +33,8 @@ for file in $files; do
|
|||
replace "${file%.*}.js" "^export" "/*export*/"
|
||||
replace "${file%.*}.js" "async " "/*async */"
|
||||
replace "${file%.*}.js" "await" "/*await */"
|
||||
replace "${file%.*}.js" " #" "// #"
|
||||
replace "${file%.*}.js" "this.#" "/*this.#*/"
|
||||
done
|
||||
|
||||
echo "----------------------------"
|
||||
|
@ -55,7 +57,9 @@ for file in $files; do
|
|||
replace "$file" "/*async */" "async "
|
||||
replace "$file" "^/*export*/" "export"
|
||||
replace "$file" "^/*export default*/" "export default"
|
||||
replace "$file" '.mjs"*/' '.mjs"'
|
||||
replace "$file" "^/*import" "import"
|
||||
replace "$file" "^/*export" "export"
|
||||
replace "$file" '.mjs"*/$' '.mjs"'
|
||||
replace "$file" "// #" " #"
|
||||
replace "$file" "/*this.#*/" "this.#"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue