Some falukant fixes, added undeground ui - no save right now, changed menu (and verification)
This commit is contained in:
@@ -334,7 +334,8 @@
|
||||
"salary": "Gehalt",
|
||||
"skills": "Wissen",
|
||||
"product": "Produkt",
|
||||
"knowledge": "Produktwissen"
|
||||
"knowledge": "Produktwissen",
|
||||
"hire": "Einstellen"
|
||||
},
|
||||
"skillKnowledges": {
|
||||
"excelent": "Exzellent",
|
||||
@@ -434,7 +435,8 @@
|
||||
"type": {
|
||||
"backyard_room": "Hinterhofzimmer",
|
||||
"wooden_house": "Holzhütte",
|
||||
"straw_hut": "Strohhütte"
|
||||
"straw_hut": "Strohhütte",
|
||||
"family_house": "Familienhaus"
|
||||
}
|
||||
},
|
||||
"nobility": {
|
||||
@@ -675,6 +677,46 @@
|
||||
"councillor": "Stadtrat",
|
||||
"assessor": "Schätzer"
|
||||
}
|
||||
},
|
||||
"underground": {
|
||||
"title": "Untergrund",
|
||||
"tabs": {
|
||||
"activities": "Aktivitäten",
|
||||
"attacks": "Angriffe"
|
||||
},
|
||||
"activities": {
|
||||
"none": "Keine Aktivitäten vorhanden.",
|
||||
"create": "Neue Aktivität erstellen",
|
||||
"type": "Aktivitätstyp",
|
||||
"victim": "Zielperson",
|
||||
"cost": "Kosten",
|
||||
"additionalInfo": "Zusätzliche Informationen",
|
||||
"victimPlaceholder": "Benutzername eingeben",
|
||||
"sabotageTarget": "Sabotageziel",
|
||||
"corruptGoal": "Ziel der Korruption"
|
||||
},
|
||||
"attacks": {
|
||||
"target": "Angreifer",
|
||||
"date": "Datum",
|
||||
"success": "Erfolg",
|
||||
"none": "Keine Angriffe aufgezeichnet."
|
||||
},
|
||||
"types": {
|
||||
"spyin": "Spionage",
|
||||
"assassin": "Attentat",
|
||||
"sabotage": "Sabotage",
|
||||
"corrupt_politician": "Korruption",
|
||||
"rob": "Raub"
|
||||
},
|
||||
"targets": {
|
||||
"house": "Wohnhaus",
|
||||
"storage": "Lager"
|
||||
},
|
||||
"goals": {
|
||||
"elect": "Amtseinsetzung",
|
||||
"taxIncrease": "Steuern erhöhen",
|
||||
"taxDecrease": "Steuern senken"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user