Added server config to frontend #127

This commit is contained in:
2023-08-14 18:06:32 +02:00
parent 5d36f1188a
commit 6c39cd1ae1
30 changed files with 699 additions and 276 deletions

View File

@@ -37,7 +37,7 @@
"header": "Bot",
"help_url": "Befehlsreferenz",
"ping_urls": "Ping Adressen",
"technicianIds": "Techniker Ids",
"technician_ids": "Techniker Ids",
"wait_for_restart": "Wartezeit vor Neustart",
"wait_for_shutdown": "Wartezeit vor Herunterfahren"
},
@@ -156,7 +156,7 @@
"id": "Id",
"leftServer": "Server verlassen",
"messageId": "Nachricht Id",
"minXp": "Min. XP",
"min_xp": "Min. XP",
"name": "Name",
"operator": "Operator",
"permissions": "Berechtigung",
@@ -407,6 +407,28 @@
}
}
},
"config": {
"bot": {
"admin_roles": "Admin Rollen",
"afk_channels": "AFK Sprachkanäle",
"afk_command_channel_id": "AFK Kanal für den Befehl /afk",
"header": "Bot Konfiguration",
"help_voice_channel_id": "Sprachkanal für Hilfsbenachrichtung",
"login_message_channel_id": "Kanal für die Nachricht vom Bot nach Start",
"max_message_xp_per_hour": "Maximale XP pro Stunde durch Nachrichten",
"max_voice_state_hours": "Maximale Stunden für eine ontime nach Bot neustart",
"message_delete_timer": "Zeit bis zum löschen einer Botnachricht in sekunden",
"moderator_roles": "Moderator Rollen",
"notification_chat_id": "Benachrichtungskanal",
"team_channel_id": "Team chat",
"xp_per_achievement": "XP für Errungenschaft",
"xp_per_event_participation": "XP für Event Teilnahme",
"xp_per_message": "XP für eine Nachricht",
"xp_per_ontime_hour": "XP für eine Stunde im Sprachkanal",
"xp_per_reaction": "XP für eine Reaktion"
},
"header": "Server Konfiguration"
},
"dashboard": {
"deleted_message_count": "Gelöschte Nachrichten",
"header": "Server dashboard",

View File

@@ -37,7 +37,7 @@
"header": "Bot",
"help_url": "Help URL",
"ping_urls": "Ping addresses",
"technicianIds": "Technician Ids",
"technician_ids": "Technician Ids",
"wait_for_restart": "Time to wait before restart",
"wait_for_shutdown": "Time to wait before shutdown"
},
@@ -156,7 +156,7 @@
"id": "Id",
"leftServer": "Left server",
"messageId": "Message Id",
"minXp": "Min. XP",
"min_xp": "Min. XP",
"name": "Name",
"operator": "Operator",
"permissions": "Permissions",
@@ -407,6 +407,28 @@
}
}
},
"config": {
"bot": {
"admin_roles": "Admin Roles",
"afk_channels": "AFK Voicechannel",
"afk_command_channel_id": "AFK Channel for the command /afk",
"header": "Bot configuration",
"help_voice_channel_id": "Voicechannel für help notifications",
"login_message_channel_id": "Channel for bot message after start",
"max_message_xp_per_hour": "Max xp per hour with message",
"max_voice_state_hours": "Max ontime hours after bot restart",
"message_delete_timer": "Time to wait before delete bot messages",
"moderator_roles": "Moderator roles",
"notification_chat_id": "Notification channel",
"team_channel_id": "Team chat",
"xp_per_achievement": "XP for achievement",
"xp_per_event_participation": "XP for event participation",
"xp_per_message": "XP for message",
"xp_per_ontime_hour": "XP for one hour in an voice channel",
"xp_per_reaction": "XP for an reaction"
},
"header": "Server configuration"
},
"dashboard": {
"deleted_message_count": "Deleted messages",
"header": "Server dashboard",
@@ -487,7 +509,7 @@
"ontime": "Ontime",
"permission_denied": "Access denied!",
"permission_denied_d": "You have to be moderator to see other profiles!",
"xp": "Xp"
"xp": "XP"
}
},
"user_settings": {