Update 1.5
This commit is contained in:
@@ -9,40 +9,31 @@
|
||||
"set_channel_description": "Voice channel `{0}` has been set as a parent.",
|
||||
"set_category_title": "☑ Parent category set",
|
||||
"set_category_description": "Category `{0}` has been set as the parent category.",
|
||||
"set_prefix_title": "☑ Command prefix set",
|
||||
"set_prefix_description": "On this server, all commands are now prefixed with `{0}`",
|
||||
"set_locale_title": "☑ Bot language set",
|
||||
"set_locale_description": "This server is now using `{0}`",
|
||||
"reset_channel_title": "☑ Parent channel reset",
|
||||
"reset_channel_description": "Use `{0}channel CHANNELID` to select a new channel",
|
||||
"reset_channel_description": "Use `/channel set` to select a new channel",
|
||||
"reset_category_title": "☑ Parent category reset",
|
||||
"reset_category_description": "Use `{0}category ID-CATEGORY` to select a new category",
|
||||
"reset_prefix_title": "☑ Command Prefix Reset",
|
||||
"reset_prefix_description": "The default prefix `{0}` is now used.\nUse `{1}prefix CHAR` to select a new one",
|
||||
"reset_category_description": "Use `/category set` to select a new category",
|
||||
"reset_locale_title": "☑ Bot language reset",
|
||||
"reset_locale_description": "The default locale `{0}` is now used.\nUse `{1}locale LANGUAGE` to select a different one",
|
||||
"reset_locale_description": "The default locale `{0}` is now used.\nUse `/locale set` to select a different one",
|
||||
"error_channel_title": "🚫 Error installing channel",
|
||||
"error_channel_description": "Correct Usage: `{0}channel CHANNELID`",
|
||||
"error_channel_description": "Correct Usage: `/channel set`",
|
||||
"error_category_title": "🚫 Error setting category",
|
||||
"error_category_description": "Correct Usage: `{0}category CATEGORY-ID`",
|
||||
"error_prefix_title": "🚫 Error setting prefix",
|
||||
"error_prefix_description": "Correct Usage: `{0}prefix SYMBOL`",
|
||||
"error_category_description": "Correct Usage: `/category set`",
|
||||
"error_locale_title": "🚫 Error installing language",
|
||||
"error_locale_description": "Correct Usage: `{0}locale LANGUAGE`\nAvailable languages: {1}",
|
||||
"error_locale_description": "Correct Usage: `/locale set`\nAvailable languages: {1}",
|
||||
"hint_none_channel_title": "⚠ No parent channel set",
|
||||
"hint_none_channel_description": "For the bot to work properly, you need to set the parent channel, by entering which the user can create his own private voice channel. Set the parent channel with the command `{0}channel CHANNEL-ID`",
|
||||
"hint_none_channel_description": "For the bot to work properly, you need to set the parent channel, by entering which the user can create his own private voice channel. Set the parent channel with the command `/channel set`",
|
||||
"hint_none_category_title": "⚠ No parent category set",
|
||||
"hint_none_category_description": "For the bot to work properly, you need to set a parent category, within which a private channel will be created for the user. Set the parent category with the command `{0}category ID-CATEGORY`",
|
||||
"hint_none_prefix_title": "⚠ No prefix set",
|
||||
"hint_none_prefix_description": "This server uses the default `{0}`.\nTo change it use `{1}prefix CHAR`",
|
||||
"hint_none_category_description": "For the bot to work properly, you need to set a parent category, within which a private channel will be created for the user. Set the parent category with the command `/category set`",
|
||||
"hint_none_locale_title": "⚠ Bot language not set",
|
||||
"hint_none_locale_description": "This server uses default `{0}`.\nTo change it use `{1}locale LANGUAGE`",
|
||||
"hint_none_locale_description": "This server uses default `{0}`.\nTo change it use `/locale set`",
|
||||
"error_text_channel_title": "🚫 Error installing channel",
|
||||
"error_text_channel_description": "The selected channel must be a voice channel.",
|
||||
"help_title": "Server Information",
|
||||
"help_title_dm": "Bot Commands",
|
||||
"help_server": "Commands must be run on the server",
|
||||
"help_prefix": "ℹ Command prefix: `{0}`",
|
||||
"help_locale": "ℹ Server bot language: `{0}`",
|
||||
"help_channel_set": "☑ Parent channel: `{0}`",
|
||||
"help_channel_none": "⚠ Parent channel not installed",
|
||||
@@ -51,7 +42,6 @@
|
||||
"help_cmd_shutdown": "Shut the bot down",
|
||||
"help_cmd_channel": "Set parent channel\nMust be a voice channel",
|
||||
"help_cmd_category": "Set parent category",
|
||||
"help_cmd_prefix": "Set command prefix",
|
||||
"help_cmd_locale": "Change bot language on server",
|
||||
"help_notice_id": "Note that channel name ≠ channel ID",
|
||||
"help_notice_id_category": "Note that category name ≠ category ID",
|
||||
|
Reference in New Issue
Block a user