Merge pull request #772 from andreasbrett/patch-6

show logged in user on settings page
This commit is contained in:
Louis Lam
2021-10-27 10:24:45 +08:00
committed by GitHub
6 changed files with 25 additions and 2 deletions

View File

@@ -304,4 +304,5 @@ export default {
"One record": "Ein Eintrag",
"Showing {from} to {to} of {count} records": "Zeige {from} zu {to} von {count} Einträge",
steamApiKeyDescription: "Um einen Steam Game Server zu überwachen, wird ein Steam Web-API-Schlüssel benötigt. Dieser kann hier registriert werden: ",
"Current User": "Aktueller Benutzer",
};

View File

@@ -306,4 +306,5 @@ export default {
"One record": "One record",
"Showing {from} to {to} of {count} records": "Showing {from} to {to} of {count} records",
steamApiKeyDescription: "For monitoring a Steam Game Server you need a Steam Web-API key. You can register your API key here: ",
"Current User": "Current User",
};