Implemented houses
This commit is contained in:
@@ -211,8 +211,22 @@
|
||||
"accept": "Werbung mit diesem Partner starten",
|
||||
"wooing": {
|
||||
"gifts": "Werbegeschenke",
|
||||
"sendGift": "Werbegeschenk senden"
|
||||
}
|
||||
"sendGift": "Werbegeschenk senden",
|
||||
"gift": "Geschenk",
|
||||
"value": "Kosten",
|
||||
"effect": "Wirkung"
|
||||
},
|
||||
"giftAffect": {
|
||||
"0": "Keiner",
|
||||
"1": "Sehr niedrig",
|
||||
"2": "Niedrig",
|
||||
"3": "Mittel",
|
||||
"4": "Hoch",
|
||||
"5": "Sehr hoch"
|
||||
|
||||
},
|
||||
"mood": "Stimmung",
|
||||
"progress": "Zuneigung"
|
||||
},
|
||||
"relationships": {
|
||||
"name": "Name"
|
||||
@@ -242,6 +256,15 @@
|
||||
"addSpouse": "Ehepartner hinzufügen",
|
||||
"viewDetails": "Details anzeigen",
|
||||
"remove": "Entfernen"
|
||||
},
|
||||
"sendgift": {
|
||||
"error": {
|
||||
"nogiftselected": "Bitte wähle ein Geschenk aus.",
|
||||
"generic": "Ein unbekannter Fehler ist aufgetreten.",
|
||||
"tooOften": "Du kannst nicht so oft Geschenke machen.",
|
||||
"insufficientFunds": "Du hast nicht genug Geld."
|
||||
},
|
||||
"success": "Das Geschenk wurde überreicht."
|
||||
}
|
||||
},
|
||||
"product": {
|
||||
@@ -291,9 +314,15 @@
|
||||
"changeValue": "Wertänderung",
|
||||
"time": "Zeit",
|
||||
"activities": {
|
||||
"Product sale": "Produktverkauf",
|
||||
"Product sale": "Produkte verkauft",
|
||||
"Production cost": "Produktionskosten",
|
||||
"Sell all products": "Alle Produkte verkaufen"
|
||||
"Sell all products": "Alle Produkte verkauft",
|
||||
"sell products": "Produkte verkauft",
|
||||
"director starts production": "Direktor beginnt Produktion",
|
||||
"Buy storage (type: field)": "Lagerplatz gekauft (Typ: Feld)",
|
||||
"Buy storage (type: iron)": "Lagerplatz gekauft (Typ: Eisen)",
|
||||
"Buy storage (type: stone)": "Lagerplatz gekauft (Typ: Stein)",
|
||||
"Buy storage (type: wood)": "Lagerplatz gekauft (Typ: Holz)"
|
||||
}
|
||||
},
|
||||
"newdirector": {
|
||||
@@ -327,6 +356,63 @@
|
||||
"Cat": "Katze",
|
||||
"Dog": "Hund",
|
||||
"Horse": "Pferd"
|
||||
},
|
||||
"mood": {
|
||||
"happy": "Glücklich",
|
||||
"sad": "Traurig",
|
||||
"angry": "Wütend",
|
||||
"scared": "Verängstigt",
|
||||
"surprised": "Überrascht",
|
||||
"normal": "Normal"
|
||||
},
|
||||
"character": {
|
||||
"brave": "Mutig",
|
||||
"kind": "Freundlich",
|
||||
"greedy": "Gierig",
|
||||
"wise": "Weise",
|
||||
"loyal": "Loyal",
|
||||
"cunning": "Listig",
|
||||
"generous": "Großzügig",
|
||||
"arrogant": "Arrogant",
|
||||
"honest": "Ehrlich",
|
||||
"ambitious": "Ehrgeizig",
|
||||
"patient": "Geduldig",
|
||||
"impatient": "Ungeduldig",
|
||||
"selfish": "Egoistisch",
|
||||
"charismatic": "Charismatisch",
|
||||
"empathetic": "Einfühlsam",
|
||||
"timid": "Schüchtern",
|
||||
"stubborn": "Stur",
|
||||
"resourceful": "Einfallsreich",
|
||||
"reckless": "Rücksichtslos",
|
||||
"disciplined": "Diszipliniert",
|
||||
"optimistic": "Optimistisch",
|
||||
"pessimistic": "Pessimistisch",
|
||||
"manipulative": "Manipulativ",
|
||||
"independent": "Unabhängig",
|
||||
"dependent": "Abhängig",
|
||||
"adventurous": "Abenteuerlustig",
|
||||
"humble": "Bescheiden",
|
||||
"vengeful": "Rachsüchtig",
|
||||
"pragmatic": "Pragmatisch",
|
||||
"idealistic": "Idealistisch"
|
||||
},
|
||||
"house": {
|
||||
"title": "Haus",
|
||||
"statusreport": "Zustand des Hauses",
|
||||
"element": "Bereich",
|
||||
"state": "Zustand",
|
||||
"buyablehouses": "Kaufe ein Haus",
|
||||
"buy": "Kaufen",
|
||||
"price": "Kaufpreis",
|
||||
"worth": "Restwert",
|
||||
"sell": "Verkaufen",
|
||||
"status": {
|
||||
"roofCondition": "Dach",
|
||||
"wallCondition": "Wände",
|
||||
"floorCondition": "Böden",
|
||||
"windowCondition": "Fenster"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user