Skip to content

Commit 41d395c

Browse files
committed
add German language
1 parent 950e96c commit 41d395c

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
letters:
2+
start : "a"
3+
end : "z"
4+
5+
numbers:
6+
start : "0"
7+
end : "9"
8+
9+
reserved:
10+
"." : "."
11+
"," : ","
12+
"1" : "1"
13+
"2" : "2"
14+
"3" : "3"
15+
"4" : "4"
16+
"5" : "5"
17+
"6" : "6"
18+
"7" : "7"
19+
"8" : "8"
20+
"9" : "9"
21+
"0" : "0"
22+
"drucke" : "print"
23+
"sonstwenn" : "elif"
24+
"wenn" : "if"
25+
"sonst" : "else"
26+
"solange" : "while"
27+
"für" : "for"
28+
"in" : "in"
29+
"eingabe" : "input"
30+
"abbrechen" : "break"
31+
"weiter" : "continue"
32+
"nichts" : "pass"
33+
"wahr" : "True"
34+
"falsch" : "False"
35+
"ist" : "is"
36+
"klasse" : "class"
37+
"funktion" : "def"
38+
"__anfang__" : "__init__"
39+
"selbst" : "self"
40+
"zurück" : "return"
41+
"zeichenkette": "string"
42+
"str" : "str"
43+
"hinzufügen" : "append"
44+
"entfernen" : "pop"
45+
"und" : "and"
46+
"oder" : "or"
47+
"alle" : "all"
48+
"irgendwas" : "any"
49+
"nichts_wert" : "None"
50+
"zahl" : "int"

0 commit comments

Comments
 (0)