mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
tokentype english translation
This commit is contained in:
parent
3dd79320be
commit
3110aa8bc0
@ -95,6 +95,21 @@ root.UNEXPECTED_CHARACTER=The input contains a character which is not allowed at
|
||||
error.heading=Input is syntactically wrong!
|
||||
root.wrongCharacter=Wrong character: \u0020
|
||||
root.position=At Position: \u0020
|
||||
error.expectedToken=Expected: {0}
|
||||
tokentype.LAMBDA=λ
|
||||
tokentype.VARIABLE=Variable
|
||||
tokentype.LET=let
|
||||
tokentype.IN=in
|
||||
tokentype.TRUE=true
|
||||
tokentype.FALSE=false
|
||||
tokentype.NUMBER=Number
|
||||
tokentype.LEFT_PARENTHESIS=(
|
||||
tokentype.RIGHT_PARENTHESIS=)
|
||||
tokentype.DOT=.
|
||||
tokentype.EQUALS==
|
||||
tokentype.ARROW=->
|
||||
tokentype.EOF=End of input
|
||||
root.or=or
|
||||
root.slideExp=Typicalc is an application for the visualisation of type inference. The slideshow below the text \
|
||||
demonstrates the most important features of the website. In each slide the relevant operating element is surrounded \
|
||||
by a red border. The buttons at the bottom of the website can be used to navigate through the slides.
|
||||
|
Loading…
Reference in New Issue
Block a user