311 lines
No EOL
9.8 KiB
JSON
311 lines
No EOL
9.8 KiB
JSON
{
|
|
"CommandList": [
|
|
{
|
|
"Type": 1,
|
|
"Names": {
|
|
"en": "scoresaber",
|
|
"de": "scoresaber"
|
|
},
|
|
"Descriptions": {
|
|
"en": "Interact with the ScoreSaber API.",
|
|
"de": "Erlaubt es dir mit der ScoreSaber API zu interagieren."
|
|
},
|
|
"Commands": [
|
|
{
|
|
"Names": {
|
|
"en": "profile",
|
|
"de": "profil"
|
|
},
|
|
"Descriptions": {
|
|
"en": "Displays you the registered profile of the mentioned user or looks up a profile by a ScoreSaber Id.",
|
|
"de": "Zeigt dir das Profil von einem Benutzer oder sucht auf ScoreSaber nach der angegeben Id."
|
|
},
|
|
"Options": [
|
|
{
|
|
"Names": {
|
|
"en": "profile",
|
|
"de": "profil"
|
|
},
|
|
"Descriptions": {
|
|
"en": "Id|@User",
|
|
"de": "Id|@Benutzer"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Names": {
|
|
"en": "search",
|
|
"de": "suche"
|
|
},
|
|
"Descriptions": {
|
|
"en": "Search a user on Score Saber by name.",
|
|
"de": "Such nach einem ScoreSaber Profil via Name."
|
|
},
|
|
"Options": [
|
|
{
|
|
"Names": {
|
|
"en": "name",
|
|
"de": "name"
|
|
},
|
|
"Descriptions": {
|
|
"en": "The name to search for",
|
|
"de": "Der Name nachdem gesucht werden soll."
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Names": {
|
|
"en": "map-leaderboard",
|
|
"de": "map-rangliste"
|
|
},
|
|
"Descriptions": {
|
|
"en": "Display the leaderboard off a specific map.",
|
|
"de": "Zeigt dir die Rangliste von der angegebenen Map."
|
|
},
|
|
"Options": [
|
|
{
|
|
"Names": {
|
|
"en": "leaderboardid",
|
|
"de": "ranglisten_id"
|
|
},
|
|
"Descriptions": {
|
|
"en": "The Id of the Leaderboard to fetch.",
|
|
"de": "Die Id von der Rangliste die geladen werden soll."
|
|
}
|
|
},
|
|
{
|
|
"Names": {
|
|
"en": "page",
|
|
"de": "seite"
|
|
},
|
|
"Descriptions": {
|
|
"en": "The page of the Leaderboard to fetch.",
|
|
"de": "Die Seite von der Rangliste die geladen werden soll."
|
|
}
|
|
},
|
|
{
|
|
"Names": {
|
|
"en": "internal_page",
|
|
"de": "interne_seite"
|
|
},
|
|
"Descriptions": {
|
|
"en": "The internal page of the Leaderboard to fetch.",
|
|
"de": "Die interne Seite von der Rangliste die geladen werden soll."
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Names": {
|
|
"en": "unlink",
|
|
"de": "link-entfernen"
|
|
},
|
|
"Descriptions": {
|
|
"en": "Allows you to remove the saved ScoreSaber profile from your Discord account.",
|
|
"de": "Entfernt eine ScoreSaber Profil von deinem Discord Account."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Commands": {
|
|
"ScoreSaber": {
|
|
"InternalServerError": {
|
|
"en": "An internal server exception occurred. Please retry later.",
|
|
"de": "Ein interner Fehler ist aufgetreten. Bitte versuche es später erneut."
|
|
},
|
|
"ForbiddenError": {
|
|
"en": "The access to this api endpoint is currently forbidden. This may mean that it's temporarily disabled.",
|
|
"de": "Der Zugriff auf diesen API Endpoint ist aktuell verboten. Dies heißt wahrscheinlich dass er aktuell deaktiviert ist."
|
|
},
|
|
"MapLeaderboard": {
|
|
"LoadingScoreboard": {
|
|
"en": "Looking for scoreboard..",
|
|
"de": "Suche nach der Rangliste.."
|
|
},
|
|
"ScoreboardNotExist": {
|
|
"en": "The requested scoreboard does not exist.",
|
|
"de": "Die angefragte Rangliste existiert nicht."
|
|
},
|
|
"PageNotExist": {
|
|
"en": "Page {Page} doesn't exist.",
|
|
"de": "Seite {Page} existiert nicht."
|
|
},
|
|
"Profile": {
|
|
"en": "Profile",
|
|
"de": "Profil"
|
|
}
|
|
},
|
|
"Profile": {
|
|
"InvalidInput": {
|
|
"en": "Input must be a scoresaber id or @user.",
|
|
"de": "Eingabe muss eine ScoreSaber Id oder @DiscordNutzer sein."
|
|
},
|
|
"NoUser": {
|
|
"en": "The user you tagged does not exist.",
|
|
"de": "Der getaggte Nutzer existiert nicht."
|
|
},
|
|
"NoProfile": {
|
|
"en": "This user has no Score Saber Profile linked to their Discord Account.",
|
|
"de": "Dieser Benutzer hat kein Score Saber Profile mit seinem Discord-Account verknüpft."
|
|
},
|
|
"LoadingPlayer": {
|
|
"en": "Loading player profile..",
|
|
"de": "Lade Spielerprofil.."
|
|
},
|
|
"ShowProfile": {
|
|
"en": "Show Profile",
|
|
"de": "Profil anzeigen"
|
|
},
|
|
"ShowTopScores": {
|
|
"en": "Show Top Scores",
|
|
"de": "Beste Scores anzeigen"
|
|
},
|
|
"ShowRecentScores": {
|
|
"en": "Show Recent Scores",
|
|
"de": "Letzte Scores anzeigen"
|
|
},
|
|
"LinkProfileToAccount": {
|
|
"en": "Link Score Saber Profile to Discord Account",
|
|
"de": "Score Saber Account mit Discord Account verknüpfen"
|
|
},
|
|
"OpenInBrowser": {
|
|
"en": "Open in browser",
|
|
"de": "Im Browser öffnen"
|
|
},
|
|
"LinkSuccessful": {
|
|
"en": [
|
|
"Linked '{ProfileName}' ({ProfileId}) to your account. You can now run '{ProfileCommand}' without an argument to get your profile in an instant.",
|
|
"To remove the link, run '{UnlinkCommand}'."
|
|
],
|
|
"de": [
|
|
"'{ProfileName}' ({ProfileId}) mit deinem Discord Account verknüpft. Du kannst jetzt '{ProfileCommand}' ausführen ohne Argumente um dein Profil anzusehen.",
|
|
"Um die Verknüpfung zu entfernen, verwende '{UnlinkCommand}'."
|
|
]
|
|
},
|
|
"InactiveUser": {
|
|
"en": "User is inactive.",
|
|
"de": "Benutzer ist inaktiv."
|
|
},
|
|
"TopScores": {
|
|
"en": "Top Scores",
|
|
"de": "Beste Scores"
|
|
},
|
|
"RecentScores": {
|
|
"en": "Recent Scores",
|
|
"de": "Letzte Scores"
|
|
},
|
|
"MapLeaderboard": {
|
|
"en": "Map Leaderboard",
|
|
"de": "Map Rangliste"
|
|
},
|
|
"RankedPlayCount": {
|
|
"en": "Ranked Play Count",
|
|
"de": "Gewertete Spielanzahl"
|
|
},
|
|
"TotalRankedScore": {
|
|
"en": "Total Ranked Score",
|
|
"de": "Gesamter gewertete Punktzahl"
|
|
},
|
|
"AverageRankedAccuracy": {
|
|
"en": "Average Ranked Accuracy",
|
|
"de": "Gewertete durchschnittliche Genauigkeit"
|
|
},
|
|
"TotalPlayCount": {
|
|
"en": "Total Play Count",
|
|
"de": "Gesamte Spielanzahl"
|
|
},
|
|
"TotalScore": {
|
|
"en": "Total Score",
|
|
"de": "Gesamte Punktzahl"
|
|
},
|
|
"ReplaysWatched": {
|
|
"en": "Replays Watched By Others",
|
|
"de": "Replays angeschaut von Anderen"
|
|
},
|
|
"GraphDays": {
|
|
"en": "{Count} days ago",
|
|
"de": "Vor {Count} Tagen"
|
|
},
|
|
"GraphToday": {
|
|
"en": "Today",
|
|
"de": "Heute"
|
|
},
|
|
"Placement": {
|
|
"en": "Placement",
|
|
"de": "Platzierung"
|
|
},
|
|
"UserDoesNotExist": {
|
|
"en": "Couldn't find the specified player.",
|
|
"de": "Konnte den angegebenen Spieler nicht finden."
|
|
},
|
|
"InvalidId": {
|
|
"en": "Please provide a scoresaber profile id.",
|
|
"de": "Bitte gebe eine ScoreSaber Profil Id an."
|
|
}
|
|
},
|
|
"Search": {
|
|
"NoCountryFilter": {
|
|
"en": "No country filter (may load much longer)",
|
|
"de": "Kein Landfilter (lädt evtl. wesentlich länger)"
|
|
},
|
|
"SelectContinentDropdown": {
|
|
"en": "Select a continent..",
|
|
"de": "Wähle ein Kontinent aus.."
|
|
},
|
|
"SelectCountryDropdown": {
|
|
"en": "Select a country..",
|
|
"de": "Wähle ein Land aus.."
|
|
},
|
|
"StartSearch": {
|
|
"en": "Start Search",
|
|
"de": "Suche starten"
|
|
},
|
|
"NextStep": {
|
|
"en": "Next step..",
|
|
"de": "Nächster Schritt.."
|
|
},
|
|
"SelectContinent": {
|
|
"en": "Please select a continent filter below.",
|
|
"de": "Bitte wähle ein Kontinent-Filter."
|
|
},
|
|
"SelectCountry": {
|
|
"en": "Please select a country filter below.",
|
|
"de": "Bitte wähle ein Land-Filter."
|
|
},
|
|
"SelectedCountry": {
|
|
"en": "Selected country",
|
|
"de": "Ausgewähltes Land"
|
|
},
|
|
"Searching": {
|
|
"en": "Searching for players with specified criteria..",
|
|
"de": "Suche nach Spielern mit den gewählten Kriterien."
|
|
},
|
|
"SelectPlayer": {
|
|
"en": "Select a player..",
|
|
"de": "Wähle ein Spieler aus.."
|
|
},
|
|
"FoundCount": {
|
|
"en": "Found {TotalCount} players.",
|
|
"de": "{TotalCount} Spieler gefunden."
|
|
},
|
|
"NoSearchResult": {
|
|
"en": "Couldn't find any player with the specified criteria.",
|
|
"de": "Es konnten keine Spieler mit den gewählten Kriterien gefunden werden."
|
|
}
|
|
},
|
|
"Unlink": {
|
|
"Unlinked": {
|
|
"en": "Unlinked your Score Saber Profile from your Discord Account.",
|
|
"de": "ScoreSaber Profil vom Discord Account entfernt."
|
|
},
|
|
"NoLink": {
|
|
"en": "There is no Score Saber Profile linked to your Discord Account.",
|
|
"de": "Kein ScoreSaber Profil ist mit deinem Discord Account verknüpft."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |