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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,8 @@
|
||||
"administration": "Verwaltung",
|
||||
"m-chats": {
|
||||
"multiChat": "Multiuser-Chat",
|
||||
"randomChat": "Zufalls-Singlechat"
|
||||
"randomChat": "Zufalls-Singlechat",
|
||||
"eroticChat": "Erotikchat"
|
||||
},
|
||||
"m-socialnetwork": {
|
||||
"guestbook": "Gästebuch",
|
||||
@@ -20,7 +21,12 @@
|
||||
"gallery": "Galerie",
|
||||
"blockedUsers": "Blockierte Benutzer",
|
||||
"oneTimeInvitation": "Einmal-Einladungen",
|
||||
"diary": "Tagebuch"
|
||||
"diary": "Tagebuch",
|
||||
"erotic": "Erotik",
|
||||
"m-erotic": {
|
||||
"pictures": "Bilder",
|
||||
"videos": "Videos"
|
||||
}
|
||||
},
|
||||
"m-settings": {
|
||||
"homepage": "Startseite",
|
||||
|
||||
Reference in New Issue
Block a user