Fixed translation #360

This commit is contained in:
Sven Heidemann 2023-09-24 17:13:19 +02:00
parent c06cb02cd6
commit 9226a1188e
3 changed files with 3 additions and 2 deletions

View File

@ -116,7 +116,7 @@
<div class="content-row"> <div class="content-row">
<div class="content-column"> <div class="content-column">
<div class="content-data-name">{{'view.server.config.bot.login_message_channel_id' | translate}}:</div> <div class="content-data-name">{{'view.server.config.bot.default_role_id' | translate}}:</div>
<p-dropdown class="content-data-value" [options]="roles ?? []" optionLabel="name" optionValue="id" [(ngModel)]="config.defaultRoleId" <p-dropdown class="content-data-value" [options]="roles ?? []" optionLabel="name" optionValue="id" [(ngModel)]="config.defaultRoleId"
placeholder="{{'view.server.config.bot.default_role_id' | translate}}"></p-dropdown> placeholder="{{'view.server.config.bot.default_role_id' | translate}}"></p-dropdown>
</div> </div>

View File

@ -412,10 +412,10 @@
"admin_roles": "Admin Rollen", "admin_roles": "Admin Rollen",
"afk_channels": "AFK Sprachkanäle", "afk_channels": "AFK Sprachkanäle",
"afk_command_channel_id": "AFK Kanal für den Befehl /afk", "afk_command_channel_id": "AFK Kanal für den Befehl /afk",
"default_role_id": "Standardrolle des Servers",
"header": "Bot Konfiguration", "header": "Bot Konfiguration",
"help_voice_channel_id": "Sprachkanal für Hilfsbenachrichtung", "help_voice_channel_id": "Sprachkanal für Hilfsbenachrichtung",
"login_message_channel_id": "Kanal für die Nachricht vom Bot nach Start", "login_message_channel_id": "Kanal für die Nachricht vom Bot nach Start",
"default_role_id": "Standardrolle des Servers",
"max_message_xp_per_hour": "Maximale XP pro Stunde durch Nachrichten", "max_message_xp_per_hour": "Maximale XP pro Stunde durch Nachrichten",
"max_voice_state_hours": "Maximale Stunden für eine ontime nach Bot neustart", "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", "message_delete_timer": "Zeit bis zum löschen einer Botnachricht in sekunden",

View File

@ -412,6 +412,7 @@
"admin_roles": "Admin Roles", "admin_roles": "Admin Roles",
"afk_channels": "AFK Voicechannel", "afk_channels": "AFK Voicechannel",
"afk_command_channel_id": "AFK Channel for the command /afk", "afk_command_channel_id": "AFK Channel for the command /afk",
"default_role_id": "Default role",
"header": "Bot configuration", "header": "Bot configuration",
"help_voice_channel_id": "Voicechannel für help notifications", "help_voice_channel_id": "Voicechannel für help notifications",
"login_message_channel_id": "Channel for bot message after start", "login_message_channel_id": "Channel for bot message after start",