Migrate Site to German as Default Locale
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"home": {
|
||||
"page": "SteamWar - Startseite",
|
||||
"title": {
|
||||
"first": "Steam",
|
||||
"second": "War"
|
||||
},
|
||||
"subtitle": {
|
||||
"1": "WarGears, AirShips, WarShips",
|
||||
"2": "Spieler Online: "
|
||||
"2": "Spieler Online: ",
|
||||
"3": "Version: 1.12 - 1.20"
|
||||
},
|
||||
"join": "Jetzt Spielen",
|
||||
"benefits": {
|
||||
@@ -37,15 +42,25 @@
|
||||
},
|
||||
"status": {
|
||||
"loading": "Lade...",
|
||||
"players": "Spieler: {# count #}"
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"players": "Spieler: {# count #}",
|
||||
"version": "Version: {# version #}"
|
||||
},
|
||||
"navbar": {
|
||||
"title": "SteamWar",
|
||||
"logo": {
|
||||
"alt": "SteamWar Logo"
|
||||
},
|
||||
"links": {
|
||||
"home": {
|
||||
"title": "Start",
|
||||
"announcements": "Ankündigungen",
|
||||
"about": "Über Uns",
|
||||
"publics": "Publics",
|
||||
"downloads": "Downloads",
|
||||
"ranked": "Ranked",
|
||||
"faq": "FAQ"
|
||||
},
|
||||
"rules": {
|
||||
@@ -55,6 +70,7 @@
|
||||
"mwg": "MiniWarGear",
|
||||
"ws": "WarShip",
|
||||
"as": "AirShip",
|
||||
"qg": "QuickGear",
|
||||
"rotating": "Rotierend",
|
||||
"megawg": "MegaWarGear",
|
||||
"micro": "MicroWarGear",
|
||||
@@ -69,6 +85,30 @@
|
||||
"account": "Konto"
|
||||
}
|
||||
},
|
||||
"wg": {
|
||||
"title": "WarGear"
|
||||
},
|
||||
"bwg": {
|
||||
"title": "Basic WarGear"
|
||||
},
|
||||
"swg": {
|
||||
"title": "(Standard) WarGear"
|
||||
},
|
||||
"pwg": {
|
||||
"title": "Pro WarGear"
|
||||
},
|
||||
"mwg": {
|
||||
"title": "MiniWarGear"
|
||||
},
|
||||
"ws": {
|
||||
"title": "WarShip"
|
||||
},
|
||||
"as": {
|
||||
"title": "AirShip"
|
||||
},
|
||||
"qg": {
|
||||
"title": "QuickGear"
|
||||
},
|
||||
"footer": {
|
||||
"imprint": "Impressum",
|
||||
"privacy": "Datenschutzerklärung",
|
||||
@@ -81,6 +121,9 @@
|
||||
"elo": {
|
||||
"place": "Platz"
|
||||
},
|
||||
"tag": {
|
||||
"title": "Tag: {# tag #} - SteamWar"
|
||||
},
|
||||
"announcements": {
|
||||
"table": {
|
||||
"time": "Startzeit",
|
||||
@@ -96,11 +139,13 @@
|
||||
"title": "Ankündigungen - SteamWar"
|
||||
},
|
||||
"dashboard": {
|
||||
"page": "SteamWar - Dashboard",
|
||||
"title": "Hallo, {# name #}!",
|
||||
"rank": "Rang: {# rank #}",
|
||||
"permissions": "Berechtigungen:",
|
||||
"buttons": {
|
||||
"logout": "Abmelden"
|
||||
"logout": "Abmelden",
|
||||
"admin": "Admin Panel"
|
||||
},
|
||||
"stats": {
|
||||
"playtime": "Spielzeit: {# playtime #}",
|
||||
@@ -110,8 +155,10 @@
|
||||
"schematic": {
|
||||
"upload": "Hochladen",
|
||||
"dir": "Ordner",
|
||||
"home": "Schematics",
|
||||
"head": {
|
||||
"type": "Typ",
|
||||
"name": "Name",
|
||||
"owner": "Besitzer",
|
||||
"updated": "Aktualisiert",
|
||||
"replaceColor": "Farbe ersetzen",
|
||||
|
||||
@@ -1,31 +1,17 @@
|
||||
{
|
||||
"navbar": {
|
||||
"title": "SteamWar",
|
||||
"logo": {
|
||||
"alt": "SteamWar Logo"
|
||||
},
|
||||
"links": {
|
||||
"home": {
|
||||
"title": "Home",
|
||||
"announcements": "Announcements",
|
||||
"about": "About",
|
||||
"publics": "Publics",
|
||||
"downloads": "Downloads",
|
||||
"ranked": "Ranked",
|
||||
"faq": "FAQ"
|
||||
},
|
||||
"rules": {
|
||||
"title": "Rules",
|
||||
"gamemode": "Gamemodes",
|
||||
"wg": "WarGear",
|
||||
"mwg": "MiniWarGear",
|
||||
"ws": "WarShip",
|
||||
"as": "AirShip",
|
||||
"qg": "QuickGear",
|
||||
"rotating": "Rotating",
|
||||
"megawg": "MegaWarGear",
|
||||
"micro": "MicroWarGear",
|
||||
"sf": "StreetFight",
|
||||
"general": "General",
|
||||
"coc": "Code of Conduct"
|
||||
},
|
||||
@@ -39,22 +25,13 @@
|
||||
},
|
||||
"status": {
|
||||
"loading": "Loading...",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"players": "Players: {# count #}",
|
||||
"version": "Version: {# version #}"
|
||||
"players": "Players: {# count #}"
|
||||
},
|
||||
"home": {
|
||||
"page": "SteamWar - Home",
|
||||
"title": {
|
||||
"first": "Steam",
|
||||
"second": "War"
|
||||
},
|
||||
"subtitle": {
|
||||
"1": "WarGears, AirShips, WarShips",
|
||||
"2": "Players Online: ",
|
||||
"3": "Version: 1.12 - 1.20"
|
||||
"2": "Players Online: "
|
||||
},
|
||||
"join": "Join Now",
|
||||
"benefits": {
|
||||
@@ -95,30 +72,6 @@
|
||||
"announcements": "Announcements",
|
||||
"join": "Join Now"
|
||||
},
|
||||
"wg": {
|
||||
"title": "WarGear"
|
||||
},
|
||||
"bwg": {
|
||||
"title": "Basic WarGear"
|
||||
},
|
||||
"swg": {
|
||||
"title": "(Standard) WarGear"
|
||||
},
|
||||
"pwg": {
|
||||
"title": "Pro WarGear"
|
||||
},
|
||||
"mwg": {
|
||||
"title": "MiniWarGear"
|
||||
},
|
||||
"ws": {
|
||||
"title": "WarShip"
|
||||
},
|
||||
"as": {
|
||||
"title": "AirShip"
|
||||
},
|
||||
"qg": {
|
||||
"title": "QuickGear"
|
||||
},
|
||||
"ranking": {
|
||||
"heading": "{# mode #} Rankings"
|
||||
},
|
||||
@@ -144,20 +97,15 @@
|
||||
"title": "This page is not available in your language.",
|
||||
"text": "The page you are trying to access is not available in your language. You can still access the original page in German."
|
||||
},
|
||||
"tag": {
|
||||
"title": "Tag: {# tag #} - SteamWar"
|
||||
},
|
||||
"blog": {
|
||||
"title": "Announcements - SteamWar"
|
||||
},
|
||||
"dashboard": {
|
||||
"page": "SteamWar - Dashboard",
|
||||
"title": "Hello, {# name #}!",
|
||||
"rank": "Rank: {# rank #}",
|
||||
"permissions": "Permssions:",
|
||||
"buttons": {
|
||||
"logout": "Logout",
|
||||
"admin": "Admin Panel"
|
||||
"logout": "Logout"
|
||||
},
|
||||
"stats": {
|
||||
"playtime": "Playtime: {# playtime #}h",
|
||||
@@ -168,11 +116,9 @@
|
||||
"upload": "Upload",
|
||||
"cancel": "Cancel",
|
||||
"title": "Upload Schematic",
|
||||
"home": "Schematics",
|
||||
"dir": "Directory",
|
||||
"head": {
|
||||
"type": "Type",
|
||||
"name": "Name",
|
||||
"owner": "Owner",
|
||||
"updated": "Updated",
|
||||
"replaceColor": "Replace Color",
|
||||
|
||||
Reference in New Issue
Block a user