Updates and more

This commit is contained in:
2023-10-12 21:02:57 +02:00
parent f10d4c17d6
commit c5164f2bd3
29 changed files with 803 additions and 147 deletions

66
src/i18n/common/de.json Normal file
View File

@@ -0,0 +1,66 @@
{
"home": {
"page": "SteamWar - Startseite",
"subtitle": {
"1": "Spieler Online: ",
"2": "WarGears, AirShips, WarShips"
},
"join": "Jetzt Spielen",
"benefits": {
"historic": {
"title": "Historische Spielmodi",
"description": {
"1": "Kämpfe mit Deinen alten WarGears und WarShips!",
"2": "von 1.7 WarGears bis 1.12 WarShips kannst du deine alte Technik wiederverwenden!"
}
},
"server": {
"title": "Eigene Bauserver",
"description": "Um beste Performance zu gewährleisten verfügt jeder Spieler einen eigenen Bauserver, welcher unabhängig von anderen Bauservern arbeitet."
},
"events": {
"title": "Regelmäßige Events",
"description": {
"1": "Teste dein Können mit deinem Team bei regelmäßig stattfindenden Events.",
"2": "Unser eigenes Eventsystem ist vielseitig verwendbar und ermöglicht einzigartige Kämpfe!"
}
}
},
"prefix": {
"Admin": "Administrator",
"Dev": "Developer",
"Mod": "Moderator",
"Sup": "Supporter",
"Arch": "Architekt"
}
},
"navbar": {
"links": {
"home": {
"title": "Start",
"about": "Über Uns",
"downloads": "Downloads",
"faq": "FAQ"
},
"announcements": "Ankünigungen",
"rules": {
"title": "Regeln",
"gamemode": "Spielmodi",
"wg": "WarGear",
"mwg": "MiniWarGear",
"ws": "WarShip",
"as": "AirShip",
"rotating": "Rotating",
"megawg": "MegaWarGear",
"micro": "MicroWarGear",
"sf": "StreetFight",
"general": "General",
"coc": "Verhaltensrichtlinien"
},
"help": {
"title": "Hilfe",
"docs": "Dokumentation"
}
}
}
}

76
src/i18n/common/en.json Normal file
View File

@@ -0,0 +1,76 @@
{
"navbar": {
"title": "SteamWar",
"logo": {
"alt": "SteamWar Logo"
},
"links": {
"home": {
"title": "Home",
"about": "About",
"downloads": "Downloads",
"faq": "FAQ"
},
"announcements": "Announcements",
"rules": {
"title": "Rules",
"gamemode": "Gamemodes",
"wg": "WarGear",
"mwg": "MiniWarGear",
"ws": "WarShip",
"as": "AirShip",
"rotating": "Rotating",
"megawg": "MegaWarGear",
"micro": "MicroWarGear",
"sf": "StreetFight",
"general": "General",
"coc": "Code of Conduct"
},
"help": {
"title": "Help",
"center": "Helpcenter",
"docs": "Docs"
}
}
},
"home": {
"page": "SteamWar - Home",
"title": {
"first": "Steam",
"second": "War"
},
"subtitle": {
"1": "Players Online: ",
"2": "WarGears, AirShips, WarShips",
"3": "Version: 1.12 - 1.20"
},
"join": "Join Now",
"benefits": {
"historic": {
"title": "Historical Gamemodes",
"description": {
"1": "Play with your old WarGears and WarShips!",
"2": "You can play with your old tech from 1.7 WarGear to 1.12 WarShips"
}
},
"server": {
"title": "Own Build Server",
"description": "To garantuee the best performance, every player has his own build server, which runs independently from other servers."
},
"events": {
"title": "Regular Turnaments",
"description": {
"1": "Test your skills in regular turnaments!",
"2": "Our own event system is very flexible and allows us to create unique turnaments."
}
}
},
"prefix": {
"Admin": "Admin",
"Dev": "Developer",
"Mod": "Moderator",
"Sup": "Supporter",
"Arch": "Builder"
}
}
}