Files
QuizBot/locale/en-US.json

42 lines
1.7 KiB
JSON

{
"messages": {
"operation_unconfirmed": "Operation not confirmed.",
"guild_unconfigured": "Guild is not configured. Please, report this to the administrator.",
"guild_unconfigured_admin": "Guild is not configured. Please, configure it using `/config set`.",
"timezone_invalid": "Timezone **{timezone}** was not found. Please, select one of the timezones provided by the autocompletion.",
"config_set": "Configuration has been updated. You can review it anytime using `/config show`.",
"config_reset": "Configuration has been reset. You can update it using `/config set`, otherwise no events can be held.",
"config_show": "**Guild config**\n\nChannel: <#{channel_id}>\nCategory: <#{category_id}>\nTimezone: {timezone}"
},
"commands": {
"config": {
"description": "Guild management"
},
"config_set": {
"description": "Configure the guild",
"options": {
"category": {
"description": "Category where channels for each user will be created"
},
"channel": {
"description": "Text channel for admin notifications"
},
"timezone": {
"description": "Timezone in which events take place"
}
}
},
"config_reset": {
"description": "Reset the guild's configuration",
"options": {
"confirm": {
"description": "Confirmation of the operation"
}
}
},
"config_show": {
"description": "Show the guild's configuration"
}
}
}