mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
Update info dialog
This commit is contained in:
parent
60235bd757
commit
5ddfb355c2
@ -19,8 +19,8 @@ root.typeInputFieldPlaceholder=Typannahmen hier eingeben. Ein '!' wird zu '∀'
|
||||
root.absRuleLet=Abs-Regel mit Let
|
||||
root.varRuleLet=Var-Regel mit Let
|
||||
root.termExplanation=Die folgende Grammatik beschreibt den Aufbau eines gültigen Terms:
|
||||
root.assExplanation=Im Typannahmen-Eingabefeld werden einzelne Typannahmen durch ein Semikolon \
|
||||
(<span style="font-family: Arial Black">;</span>)<br>voneinander getrennt. Variable und Typ einer Typannahme werden \
|
||||
root.assExplanation=Im Typannahmen-Eingabefeld werden einzelne Typannahmen durch ein Komma \
|
||||
(<span style="font-family: Arial Black">,</span>)<br>voneinander getrennt. Variable und Typ einer Typannahme werden \
|
||||
durch einen<br>Doppelpunkt (<span style="font-family: Arial Black">:</span>) separiert.
|
||||
root.typeExplanation=Die folgende Grammatik beschreibt die Syntax eines gültigen Typs:
|
||||
root.typeAssumptions=Typannahmen
|
||||
|
@ -19,8 +19,8 @@ root.varRuleLet=Var rule with Let
|
||||
root.inputFieldPlaceholder=Enter term here. A '\\' is converted to '\u03BB'.
|
||||
root.typeInputFieldPlaceholder=Enter type assumptions here. A '!' is converted to '∀'.
|
||||
root.termExplanation=The following grammar specifies the structure of a valid term:
|
||||
root.assExplanation=In the type assumption input field, type assumptions are separated by a semicolon \
|
||||
(<span style="font-family: Arial Black">;</span>).<br> The variable and type of a type assumption are separated by a colon \
|
||||
root.assExplanation=In the type assumption input field, type assumptions are separated by a comma \
|
||||
(<span style="font-family: Arial Black">,</span>).<br> The variable and type of a type assumption are separated by a colon \
|
||||
(<span style="font-family: Arial Black">:</span>).
|
||||
root.typeExplanation=The following grammar specifies the syntax of a valid type:
|
||||
root.typeAssumptions=Type Assumptions
|
||||
|
Loading…
Reference in New Issue
Block a user