Renamed "en" to "en-US", removed "uk" and made i18n for /config
This commit is contained in:
44
locale/en-US.json
Normal file
44
locale/en-US.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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}\nLanguage: {language}"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"language": {
|
||||
"description": "Language for bot's messages"
|
||||
}
|
||||
}
|
||||
},
|
||||
"config_reset": {
|
||||
"description": "Reset the guild's configuration",
|
||||
"options": {
|
||||
"confirm": {
|
||||
"description": "Confirmation of the operation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"config_show": {
|
||||
"description": "Show the guild's configuration"
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"messages": {}
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"messages": {}
|
||||
}
|
Reference in New Issue
Block a user