This commit is contained in:
parent
934dd3ea1b
commit
9663c33563
8 changed files with 131 additions and 127 deletions
assets/i18n
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue