Added de.js (#10)

Added forgotten de.js for german translation.
This commit is contained in:
X00LA
2021-06-10 09:37:07 +02:00
committed by GitHub
parent 7a7c14e57e
commit 7c238904d8
+8
View File
@@ -0,0 +1,8 @@
const translate = new Object();
translate.name = "Name";
translate.job = "Beruf";
translate.bank = "Bankguthaben";
translate.money = "Bargeld";
translate.gender = "Geschlecht";
translate.dob = "Geburtsdatum";