Start implementation of branches, new form element tabledropdown, model improvements
This commit is contained in:
@@ -13,6 +13,7 @@ import enSettings from './locales/en/settings.json';
|
||||
import enAdmin from './locales/en/admin.json';
|
||||
import enSocialNetwork from './locales/en/socialnetwork.json';
|
||||
import enFriends from './locales/en/friends.json';
|
||||
import enFalukant from './locales/en/falukant.json';
|
||||
|
||||
import deGeneral from './locales/de/general.json';
|
||||
import deHeader from './locales/de/header.json';
|
||||
@@ -26,6 +27,7 @@ import deSettings from './locales/de/settings.json';
|
||||
import deAdmin from './locales/de/admin.json';
|
||||
import deSocialNetwork from './locales/de/socialnetwork.json';
|
||||
import deFriends from './locales/de/friends.json';
|
||||
import deFalukant from './locales/de/falukant.json';
|
||||
|
||||
const messages = {
|
||||
en: {
|
||||
@@ -41,6 +43,7 @@ const messages = {
|
||||
...enAdmin,
|
||||
...enSocialNetwork,
|
||||
...enFriends,
|
||||
...enFalukant,
|
||||
},
|
||||
de: {
|
||||
'Ok': 'Ok',
|
||||
@@ -56,6 +59,7 @@ const messages = {
|
||||
...deAdmin,
|
||||
...deSocialNetwork,
|
||||
...deFriends,
|
||||
...deFalukant,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -1,5 +1,130 @@
|
||||
{
|
||||
"falukant": {
|
||||
|
||||
"statusbar": {
|
||||
"age": "Alter",
|
||||
"wealth": "Vermögen",
|
||||
"health": "Gesundheit",
|
||||
"events": "Ereignisse"
|
||||
},
|
||||
"health": {
|
||||
"amazing": "Super",
|
||||
"good": "Gut",
|
||||
"normal": "Normal",
|
||||
"bad": "Schlecht",
|
||||
"very_bad": "Sehr schlecht"
|
||||
},
|
||||
"create": {
|
||||
"title": "Am Spiel teilnehmen",
|
||||
"gender": "Geschlecht",
|
||||
"male": "Mann",
|
||||
"female": "Frau",
|
||||
"firstname": "Vorname",
|
||||
"lastname": "Nachname",
|
||||
"random": "Zufällig",
|
||||
"submit": "Teilnehmen"
|
||||
},
|
||||
"overview": {
|
||||
"title": "Falukant - Übersicht",
|
||||
"metadata": {
|
||||
"title": "Persönliches",
|
||||
"name": "Name",
|
||||
"money": "Vermögen",
|
||||
"age": "Alter",
|
||||
"mainbranch": "Heimatstadt"
|
||||
},
|
||||
"productions": {
|
||||
"title": "Produktionen"
|
||||
},
|
||||
"stock": {
|
||||
"title": "Lager"
|
||||
},
|
||||
"branches": {
|
||||
"title": "Filialen",
|
||||
"level": {
|
||||
"production": "Produktion",
|
||||
"store": "Verkauf",
|
||||
"fullstack": "Produktion mit Verkauf"
|
||||
}
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
"male": {
|
||||
"noncivil": "Leibeigener",
|
||||
"civil": "Bürgerlich",
|
||||
"sir": "Herr",
|
||||
"townlord": "Stadtherr",
|
||||
"by": "von",
|
||||
"landlord": "Landherr",
|
||||
"knight": "Ritter",
|
||||
"baron": "Baron",
|
||||
"count": "Graf",
|
||||
"palsgrave": "Pfalzgraf",
|
||||
"margrave": "Markgraf",
|
||||
"landgrave": "Landgraf",
|
||||
"ruler": "Fürst",
|
||||
"elector": "Kurfürst",
|
||||
"imperial-prince": "Reichsfürst",
|
||||
"duke": "Herzog",
|
||||
"grand-duke": "Großherzog",
|
||||
"prince-regent": "Prinzregent",
|
||||
"king": "König"
|
||||
},
|
||||
"female": {
|
||||
"noncivil": "Leibeigene",
|
||||
"civil": "Bürgerlich",
|
||||
"sir": "Frau",
|
||||
"townlord": "Stadtherrin",
|
||||
"by": "zu",
|
||||
"landlord": "Landherrin",
|
||||
"knight": "Freifrau",
|
||||
"baron": "Baronin",
|
||||
"count": "Gräfin",
|
||||
"palsgrave": "Pfalzgräfin",
|
||||
"margrave": "Markgräfin",
|
||||
"landgrave": "Landgräfin",
|
||||
"ruler": "Fürstin",
|
||||
"elector": "Kurfürstin",
|
||||
"imperial-prince": "Reichsfürstin",
|
||||
"duke": "Herzogin",
|
||||
"grand-duke": "Großherzogin",
|
||||
"prince-regent": "Prinzregentin",
|
||||
"king": "Königin"
|
||||
}
|
||||
},
|
||||
"branch": {
|
||||
"title": "Filiale",
|
||||
"selection": {
|
||||
"title": "Niederlassungsauswahl",
|
||||
"selected": "Ausgewählte Niederlassung",
|
||||
"placeholder": "Noch keine Niederlassung ausgewählt"
|
||||
},
|
||||
"actions": {
|
||||
"create": "Neue Niederlassung erstellen",
|
||||
"upgrade": "Aktuelle Niederlassung aufwerten",
|
||||
"createAlert": "Neue Niederlassung wird erstellt.",
|
||||
"upgradeAlert": "Die Niederlassung mit der ID {branchId} wird aufgewertet."
|
||||
},
|
||||
"director": {
|
||||
"title": "Direktor-Infos",
|
||||
"info": "Informationen über den Direktor der Niederlassung."
|
||||
},
|
||||
"sale": {
|
||||
"title": "Verkauf",
|
||||
"info": "Hier können Produkte verkauft werden."
|
||||
},
|
||||
"production": {
|
||||
"title": "Produktion",
|
||||
"info": "Details zur Produktion in der Niederlassung."
|
||||
},
|
||||
"columns": {
|
||||
"city": "Stadt",
|
||||
"type": "Typ"
|
||||
},
|
||||
"types": {
|
||||
"production": "Produktion",
|
||||
"store": "Verkauf",
|
||||
"fullstack": "Produktion mit Verkauf"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -55,7 +55,12 @@
|
||||
"house": "Haus",
|
||||
"darknet": "Untergrund",
|
||||
"reputation": "Reputation",
|
||||
"moneyhistory": "Geldfluss"
|
||||
"moneyhistory": "Geldfluss",
|
||||
"nobility": "Sozialstatus",
|
||||
"politics": "Politik",
|
||||
"education": "Bildung",
|
||||
"health": "Gesundheit",
|
||||
"bank": "Bank"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user