This commit is contained in:
2023-12-05 17:36:31 +01:00
parent 89e6f9cff4
commit 0fc220ce94
25 changed files with 607 additions and 342 deletions

View File

@@ -19,6 +19,7 @@
"mwg": "MiniWarGear",
"ws": "WarShip",
"as": "AirShip",
"qg": "QuickGear",
"rotating": "Rotating",
"megawg": "MegaWarGear",
"micro": "MicroWarGear",
@@ -103,7 +104,19 @@
"as": {
"title": "AirShip"
},
"qg": {
"title": "QuickGear"
},
"ranking": {
"heading": "{# mode #} Rankings"
},
"announcements": {
"table": {
"time": "Time",
"blue": "Blue Team",
"red": "Red Team",
"team": "Team",
"points": "Points"
}
}
}