YusarinBot/locale/en.json

40 lines
3.1 KiB
JSON
Raw Normal View History

2022-02-05 02:31:32 +02:00
{
"messages": {
"shutdown": "Shutting down...",
2022-02-07 03:06:01 +02:00
"locale_name": "English",
"locale_set": "Bot's locale has been changed to `English`",
2022-02-07 03:10:47 +02:00
"help": "**List of command:**\n{0}• Set parent channel: `{1}channel CHANNEL-ID`\n• Set parent category: `{2}category CATEGORY-ID`\n• Set commands prefix: `{3}prefix SYMBOL`\n• Change bot's locale on server `{4}locale LOCALE`\n\nTo reset channel/category/prefix use `reset` as argument\n\nPlease note that channel/category name ≠ ID of channel/category",
2022-02-05 02:31:32 +02:00
"help_owner": "• Turn off the bot: `{0}shutdown`\n",
"command_in_dm": "Commands can only be executed on the server",
"command_forbidden": "To set up private channels, you need to have **Administrator** permission on the server",
"usage_channel": "Correct usage: `{0}channel CHANNEL-ID`\nPlease note that name of channel ≠ ID of channel.\nFind out more about this here: https://support.discord.com/hc/articles/206346498-Where-can-I-find-my-User-Server-Message-ID",
"usage_category": "Correct usage: `{0}category CATEGORY-ID`\nPlease note that name of category ≠ ID of category.\nFind out more about it here: https://support.discord.com/hc/articles/206346498-Where-can-I-find-my-User-Server-Message-ID",
"usage_prefix": "Correct usage: `{0}prefix SYMBOL`",
2022-02-07 03:06:01 +02:00
"usage_locale": "Correct usage: `{0}locale LOCALE`\nAvailable locales: {1}",
2022-02-05 02:31:32 +02:00
"result_channel": "Voice channel **{0}** is now set as parent",
2022-02-06 02:58:55 +02:00
"result_category": "Category **{0}** is now set as parent",
2022-02-05 02:31:32 +02:00
"result_prefix": "Command prefix **{0}** is now set as primary for this server",
"warn_channel": "⚠ Parent channel is not set!\nFor the bot to work, you need to set parent channel: `{0}channel CHANNEL-ID`",
"warn_category": "⚠ Parent category is not set!\nFor the bot to work, you need to set parent category: `{0}category CATEGORY-ID`",
2022-02-10 21:26:16 +02:00
"warn_text_channel": "⚠ Selected channel is a text channel!\nPlease, use an ID of the voice channel instead.",
2022-02-05 02:31:32 +02:00
"reset_channel": "Parent voice channel has been reset",
"reset_category": "Parent category has been reset",
"reset_prefix": "Commands prefix has been reset and now is `{0}`",
2022-02-07 03:06:01 +02:00
"reset_locale": "Bot's locale on this server has been reset and now is `{0}`",
2022-02-05 02:31:32 +02:00
"none_channel": "Parent voice channel is not set",
"none_category": "Parent category is not set",
"none_prefix": "Commands prefix is not set, using default prefix `{0}`",
2022-02-07 03:06:01 +02:00
"none_locale": "Bot's locale on this server is not set, using default locale: `{0}`",
"server_config": "**Server status:**\n{0}\n{1}\n{2}\n{3}\n\n",
"info_prefix": " Commands prefix: `{0}`",
"info_locale": " Bot's server language: `{0}`",
2022-02-05 02:31:32 +02:00
"unconfigured_channel": "⚠ Parent channel",
"unconfigured_category": "⚠ Parent category",
2022-02-07 03:06:01 +02:00
"configured_channel": "☑ Parent channel: `{0}`",
"configured_category": "☑ Parent category: `{0}`",
2022-02-06 02:58:55 +02:00
"name_voice": "{0}'s channel",
"name_nomic": "no-mic-{0}",
"description_nomic": "Text channel for no mic communication\nVoice room ID: {0}"
2022-02-05 02:31:32 +02:00
}
2022-02-10 21:26:16 +02:00
}