Some fixes and additions
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"age": "Alter",
|
||||
"wealth": "Vermögen",
|
||||
"health": "Gesundheit",
|
||||
"events": "Ereignisse"
|
||||
"events": "Ereignisse",
|
||||
"relationship": "Beziehung"
|
||||
},
|
||||
"health": {
|
||||
"amazing": "Super",
|
||||
@@ -97,7 +98,8 @@
|
||||
"selection": {
|
||||
"title": "Niederlassungsauswahl",
|
||||
"selected": "Ausgewählte Niederlassung",
|
||||
"placeholder": "Noch keine Niederlassung ausgewählt"
|
||||
"placeholder": "Noch keine Niederlassung ausgewählt",
|
||||
"selectedcity": "Ausgewählte Stadt"
|
||||
},
|
||||
"actions": {
|
||||
"create": "Neue Niederlassung erstellen",
|
||||
@@ -223,7 +225,6 @@
|
||||
"3": "Mittel",
|
||||
"4": "Hoch",
|
||||
"5": "Sehr hoch"
|
||||
|
||||
},
|
||||
"mood": "Stimmung",
|
||||
"progress": "Zuneigung",
|
||||
@@ -353,19 +354,32 @@
|
||||
"Fine Wine": "Feiner Wein",
|
||||
"Artisan Chocolate": "Kunsthandwerkliche Schokolade",
|
||||
"Pearl Necklace": "Perlenanhänger",
|
||||
"Rare Painting": "Seltenes Gemälde",
|
||||
"Rare Painting": "Seltenes Gemälde",
|
||||
"Silver Watch": "Silberuhr",
|
||||
"Cat": "Katze",
|
||||
"Dog": "Hund",
|
||||
"Cat": "Katze",
|
||||
"Dog": "Hund",
|
||||
"Horse": "Pferd"
|
||||
},
|
||||
"mood": {
|
||||
"happy": "Glücklich",
|
||||
"sad": "Traurig",
|
||||
"angry": "Wütend",
|
||||
"scared": "Verängstigt",
|
||||
"surprised": "Überrascht",
|
||||
"normal": "Normal"
|
||||
"nervous": "Nervös",
|
||||
"excited": "Aufgeregt",
|
||||
"bored": "Gelangweilt",
|
||||
"fearful": "Ängstlich",
|
||||
"confident": "Selbstbewusst",
|
||||
"curious": "Neugierig",
|
||||
"hopeful": "Hoffnungsvoll",
|
||||
"frustrated": "Frustriert",
|
||||
"lonely": "Einsam",
|
||||
"grateful": "Dankbar",
|
||||
"jealous": "Eifersüchtig",
|
||||
"guilty": "Schuldig",
|
||||
"apathetic": "Apathisch",
|
||||
"relieved": "Erleichtert",
|
||||
"proud": "Stolz",
|
||||
"ashamed": "Beschämt"
|
||||
},
|
||||
"character": {
|
||||
"brave": "Mutig",
|
||||
@@ -595,6 +609,72 @@
|
||||
"barber": "Barbier"
|
||||
},
|
||||
"choose": "Bitte auswählen"
|
||||
},
|
||||
"politics": {
|
||||
"title": "Politik",
|
||||
"tabs": {
|
||||
"current": "Aktuelle Position",
|
||||
"upcoming": "Anstehende Neuwahl-Positionen",
|
||||
"elections": "Wahlen"
|
||||
},
|
||||
"current": {
|
||||
"office": "Amt",
|
||||
"region": "Region",
|
||||
"termEnds": "Läuft ab am",
|
||||
"income": "Einkommen",
|
||||
"none": "Keine aktuelle Position vorhanden.",
|
||||
"holder": "Inhaber"
|
||||
},
|
||||
"open": {
|
||||
"office": "Amt",
|
||||
"region": "Region",
|
||||
"date": "Datum",
|
||||
"candidacy": "Kandidatur",
|
||||
"none": "Keine offenen Positionen."
|
||||
},
|
||||
"upcoming": {
|
||||
"office": "Amt",
|
||||
"region": "Region",
|
||||
"postDate": "Datum",
|
||||
"none": "Keine anstehenden Positionen."
|
||||
},
|
||||
"elections": {
|
||||
"office": "Amt",
|
||||
"region": "Region",
|
||||
"date": "Datum",
|
||||
"posts": "Zu besetzende Posten",
|
||||
"none": "Keine Wahlen vorhanden.",
|
||||
"choose": "Kandidaten",
|
||||
"vote": "Stimme abgeben",
|
||||
"voteAll": "Alle Stimmen abgeben",
|
||||
"candidates": "Kandidaten",
|
||||
"action": "Aktion"
|
||||
},
|
||||
"offices": {
|
||||
"chancellor": "Kanzler",
|
||||
"minister": "Minister",
|
||||
"ministry-helper": "Ministerhelfer",
|
||||
"governor": "Gouverneur",
|
||||
"super-state-administrator": "Oberstaatsverwalter",
|
||||
"state-administrator": "Staatsverwalter",
|
||||
"ruler-consultant": "Berater des Herrschers",
|
||||
"territorial-council-speaker": "Sprecher des Territorialrats",
|
||||
"territorial-council": "Territorialrat",
|
||||
"hangman": "Henker",
|
||||
"treasurer": "Schatzmeister",
|
||||
"sheriff": "Sheriff",
|
||||
"taxman": "Steuereintreiber",
|
||||
"bailif": "Gerichtsdiener",
|
||||
"judge": "Richter",
|
||||
"village-major": "Dorfvorsteher",
|
||||
"master-builder": "Baumeister",
|
||||
"mayor": "Bürgermeister",
|
||||
"town-clerk": "Stadtschreiber",
|
||||
"beadle": "Schulze",
|
||||
"council": "Ratsherr",
|
||||
"councillor": "Stadtrat",
|
||||
"assessor": "Schätzer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user