fix: Starboard
This commit is contained in:
@@ -339,12 +339,17 @@ const de: Dictionary = {
|
||||
'fun.cat.title': 'Random Cat',
|
||||
'fun.dog.title': 'Random Dog',
|
||||
'starboard.notConfigured': 'Starboard ist noch nicht konfiguriert. Nutze `/starboard setup`.',
|
||||
'starboard.invalidChannel': 'Der Starboard-Kanal ist ungültig.',
|
||||
'starboard.setupDone': 'Starboard konfiguriert.',
|
||||
'starboard.invalidChannel':
|
||||
'Der Starboard-Kanal ist ungültig oder dem Bot fehlen Rechte (Ansehen, Senden, Embeds).',
|
||||
'starboard.setupDone': 'Starboard konfiguriert und aktiviert.',
|
||||
'starboard.noContent': '*Kein Textinhalt*',
|
||||
'starboard.field.stars': 'Sterne',
|
||||
'starboard.field.source': 'Quelle',
|
||||
'starboard.jumpLink': 'Zur Nachricht',
|
||||
'starboard.statusLine':
|
||||
'Starboard aktiv → Kanal {channel}, Emoji {emoji}, Schwelle {threshold}, Self-Star: {selfStar}',
|
||||
'starboard.selfStarOn': 'erlaubt',
|
||||
'starboard.selfStarOff': 'verboten',
|
||||
'suggestion.created': 'Vorschlag eingereicht (ID: `{id}`).',
|
||||
'suggestion.setupDone': 'Vorschlagssystem konfiguriert.',
|
||||
'suggestion.staffUpdated': 'Vorschlag aktualisiert ({status}).',
|
||||
@@ -925,12 +930,17 @@ const en: Dictionary = {
|
||||
'fun.cat.title': 'Random Cat',
|
||||
'fun.dog.title': 'Random Dog',
|
||||
'starboard.notConfigured': 'Starboard is not configured yet. Use `/starboard setup`.',
|
||||
'starboard.invalidChannel': 'The starboard channel is invalid.',
|
||||
'starboard.setupDone': 'Starboard configured.',
|
||||
'starboard.invalidChannel':
|
||||
'The starboard channel is invalid or the bot lacks permissions (View, Send, Embed Links).',
|
||||
'starboard.setupDone': 'Starboard configured and enabled.',
|
||||
'starboard.noContent': '*No text content*',
|
||||
'starboard.field.stars': 'Stars',
|
||||
'starboard.field.source': 'Source',
|
||||
'starboard.jumpLink': 'Jump to message',
|
||||
'starboard.statusLine':
|
||||
'Starboard active → channel {channel}, emoji {emoji}, threshold {threshold}, self-star: {selfStar}',
|
||||
'starboard.selfStarOn': 'allowed',
|
||||
'starboard.selfStarOff': 'denied',
|
||||
'suggestion.created': 'Suggestion submitted (ID: `{id}`).',
|
||||
'suggestion.setupDone': 'Suggestion system configured.',
|
||||
'suggestion.staffUpdated': 'Suggestion updated ({status}).',
|
||||
|
||||
Reference in New Issue
Block a user