New Code Editor and fun

This commit is contained in:
2023-12-03 19:31:29 +01:00
parent 2abe554059
commit fbd52f3edb
53 changed files with 1330 additions and 489 deletions

View File

@@ -90,5 +90,20 @@
"gamemodes": "Gamemodes",
"announcements": "Announcements",
"join": "Join Now"
},
"wg": {
"title": "WarGear"
},
"mwg": {
"title": "MiniWarGear"
},
"ws": {
"title": "WarShip"
},
"as": {
"title": "AirShip"
},
"ranking": {
"heading": "{# mode #} Rankings"
}
}

View File

@@ -0,0 +1,5 @@
{
"blog": {
"title": "Ankündigungen - SteamWar"
}
}

View File

@@ -0,0 +1,5 @@
{
"blog": {
"title": "Announcements - SteamWar"
}
}

View File

@@ -0,0 +1,5 @@
{
"tag": {
"title": "Tag: {# tag #} - SteamWar"
}
}

View File

@@ -0,0 +1,5 @@
{
"ranked": {
"title": "{# mode #} - Rangliste"
}
}

View File

@@ -0,0 +1,5 @@
{
"ranked": {
"title": "{# mode #} - Ranking"
}
}

View File

@@ -1,22 +1,19 @@
{
"page": "SteamWar - Rules",
"wg": {
"title": "WarGears",
"description": "Today, the battlefields of Earth are dominated by heavy artillery. With our traditional rules, WarGears are also arena-wrecking heavyweights. Due to the cannon technology with the most projectiles, you can expect hard and short-lived battles in WarGears."
},
"as": {
"title": "AirShips",
"description": "The dream of flying has inspired humanity for millennia. The AirShips game mode offers you the almost unlimited possibilities of the sky. Whether you compete with 15 2-projectile cannons or 2 15-projectile cannons, you always have a realistic chance of winning. Because: Everything has its price."
},
"ws": {
"title": "WarShips",
"description": "For a long time, warships were the ultimate weapon of war. This is still true for Warships today in terms of rocket and slime technology. Due to the limited cannon power, WarShips offer long, intense and varied battles, with new techniques always being introduced in the arena. After a while, a WarShip battle shifts to the water through boarding, providing exciting PvP action."
},
"mwg": {
"title": "MiniWarGears",
"description": "In today's urban warfare, there is no place for heavy equipment, which is why smaller machines still have their place today. With their slightly smaller cannons, MiniWarGears are the perfect choice for beginners, casual players, and those who like to experiment."
},
"rules": "Rules »",
"council": "Council »",
"ranking": "Ranking »"
"ranking": "Ranking »",
"title": "{# mode #} - Rules"
}

View File

@@ -0,0 +1,5 @@
{
"stats": {
"title": "Kampf Statistiken"
}
}

View File

@@ -0,0 +1,5 @@
{
"stats": {
"title": "Fight Statistics"
}
}