lang
This commit is contained in:
parent
610046700b
commit
5001852658
@ -31,4 +31,44 @@ Deleted the reminder.
|
||||
You have no active reminders.
|
||||
|
||||
[COMMAND_REMIND_CONTENT_FILTERED]
|
||||
The content in your reminder was filtered.
|
||||
The content in your reminder was filtered.
|
||||
|
||||
// Poll command
|
||||
|
||||
[COMMAND_POLL_QUESTION]
|
||||
Please respond with question {number}.
|
||||
Respond with `cancel` to cancel the poll.
|
||||
Respond with `stop` to instead go ahead with the given questions.
|
||||
|
||||
[COMMAND_POLL_TIMEOUT]
|
||||
Command timed out.
|
||||
|
||||
[COMMAND_POLL_DURATION]
|
||||
How long should the poll run for?
|
||||
Respond with `skip` to have the poll run infinitely.
|
||||
|
||||
[COMMAND_POLL_MULTICHOICE]
|
||||
Should the poll be multi choice?
|
||||
Respond with **y**es or **n**o
|
||||
|
||||
[COMMAND_POLL_BOT_PERMS]
|
||||
Bot is missing the following permissions in <#{channel}>:
|
||||
{missing}
|
||||
|
||||
[COMMAND_POLL_USER_PERMS]
|
||||
You are missing the send messages permissions in <#{channel}>.
|
||||
|
||||
[COMMAND_POLL_TITLE]
|
||||
{user} started a poll.
|
||||
|
||||
[COMMAND_POLL_START]
|
||||
Started a poll in <#{channel}>
|
||||
|
||||
[COMMAND_POLL_DESCRIPTION_MULTI]
|
||||
You can choose multiple options.
|
||||
|
||||
[COMMAND_POLL_DESCRIPTION]
|
||||
You can choose one option.
|
||||
|
||||
[COMMAND_POLL_STARTING]
|
||||
{emoji_loading} Starting poll...
|
@ -19,6 +19,10 @@ Missing `{perms}` permission(s) in {emoji_text-channel}**{channel}**.
|
||||
[ERR_MISSING_PERMISSIONS]
|
||||
You lack the necessary permissions for that.
|
||||
|
||||
[ERR_BOT_MISSING_PERMISSIONS]
|
||||
The bot is missing the following permissions:
|
||||
{missing}
|
||||
|
||||
[C_MUTE_INVALIDMUTEROLE_AUTOMOD]
|
||||
It seems like the mute role was deleted, use the command `-set mute` for more information.
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
[GENERAL_CANCELLED]
|
||||
Cancelled.
|
||||
|
||||
[GENERAL_REMINDER_TITLE]
|
||||
:alarm_clock: **REMINDER**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user