+ description: 'Dieser Bot kann automatisch Discord Events für abonnierte Veranstaltungen und Benutzer erstellen. Er ist auch in der Lage, Diskussions-Kanäle für Async Turnieren zu verwalten.',
+ eventSubError: 'Fehler beim Abonnieren',
+ eventSubscriptionDescription: 'Episoden abonnierter Veranstaltungen werden als Event in Discord angelegt.',
+ commandTimeUser: '{{ time, L HH:mm:ss }} by {{ user }}',
commandType: {
'episode-event': 'Episode event synchronization',
message: 'Message',
result: 'Result',
},
controls: 'Controls',
+ crewAddError: 'Error adding user',
+ crewChangeError: 'Error modifying user',
+ crewRemoveError: 'Error removing user',
+ description: 'This bot can automatically create scheduled events on your discord for events and users your discord is subscribed to. It also manages creation and access for async tournament discussion channels.',
eventSubError: 'Error subscribing',
+ eventSubscriptionDescription: 'Episodes of subscribed events will be posted as discord scheduled events.',
eventSubscriptions: 'Event subscriptions',
eventUnsubError: 'Error unsubscribing',
guild: 'Server',
guildControls: 'Server controls',
+ guildCrew: 'Crew',
guildProtocol: 'Command protocol',
heading: 'Discord Bot',
invite: 'Invite bot',
message: 'Message',
messageError: 'Error sending message',
messageSuccess: 'Message queued',
+ roles: {
+ admin: 'Admin',
+ manager: 'Manager',
+ member: 'Member',
+ },
+ roleDescriptions: {
+ admin: 'Effectively in total control. Server owners (user with the crown in discord) is always an admin.',
+ heading: 'Role descriptions',
+ manager: 'Managers may do pretty much everything except for administering users and roles.',
+ member: 'May see this page, but not do anything with it.',
+ },
selectGuild: 'Please select server',
sendMessage: 'Send message',
userSubError: 'Error subscribing',
+ userSubscriptionDescription: 'Episodes where subscribed users are participating as runners will be posted as discord scheduled events.',