FS25-Discord-Bot/config.example-de.json

41 lines
No EOL
1.3 KiB
JSON

{
"application": {
"serverPassword": "TypeMyServerPasswordHere",
"serverStatsUrl": "http://1.1.1.1:8080/feed/dedicated-server-stats.xml",
"serverMapUrl": "http://1.1.1.1:8080/feed/dedicated-server-stats-map.jpg",
"updateIntervalSeconds": 30
},
"discord": {
"channelId": "DiscordChannelId_12345",
"botToken": "DiscordSecretBotToken_XYZ"
},
"translation": {
"discordEmbed": {
"title": "LS25 Server Status",
"descriptionOnline": "Der Server ist online",
"descriptionOffline": "Der Server ist offline",
"descriptionUnknown": "Serverdaten werden abgerufen",
"titleServerName": "Server-Name:",
"titleServerMap": "Server-Karte:",
"titleServerMods": "Server-Mods:",
"titleServerPassword": "Server-Passwort:",
"titleServerTime": "Server-Zeit:",
"titlePlayerCount": "Spieler online:",
"noPlayersOnline": "Keine Spieler online"
},
"common": {
"monthJanuary": "Januar",
"monthFebruary": "Februar",
"monthMarch": "März",
"monthApril": "April",
"monthMay": "Mai",
"monthJune": "Juni",
"monthJuly": "Juli",
"monthAugust": "August",
"monthSeptember": "September",
"monthOctober": "Oktober",
"monthNovember": "November",
"monthDecember": "Dezember"
}
}
}