galactic-bot/language/languages/en_us/settings/en_us_moderation.lang

255 lines
7.2 KiB
Plaintext
Raw Normal View History

2020-06-09 17:57:58 +02:00
//MODPOINTS SETTING
[S_MODPOINTS_NAN]
Invalid points: `{arg}`
[S_MODPOINTS_TOOSMALL]
The provided integer is too small: `{arg}`
[S_MODPOINTS_TOOBIG]
The provided integer is too big: `{arg}`
[S_MODPOINTS_INVALID_TIMESTRING]
Could not parse a valid timestring from arguments!
Make sure you're using the right format!
**(int unit)**
s, sec, secs, second, seconds - will parse to seconds
m, min, mins, minute, minutes - will parse to minutes
h, hr, hrs, hour, hours - will parse to hours
d, day, days - will parse to days
w, week, weeks - will parse to weeks
mon, mth, mths, month, months - will parse to months
y, yr, yrs, year, years - will parse to years
[S_MODPOINTS_ASSOCIATE]
Successfully associated `{word}` to `{points}` points.
[S_MODPOINTS_ASSOCIATE_REMOVE]
Successfully removed the following associations: {words}
[S_MODPOINTS_ASSOCIATE_RESET]
Successfully cleared all point associations.
[S_MODPOINTS_EXPIRE]
Successfully set {type} to expire in `{time}` time.
[S_MODPOINTS_TOGGLE]
Successfully toggled modpoints {toggle}.
2020-06-10 16:46:42 +02:00
//IGNORE SETTING
[S_IGNORE_DESCRIPTION]
Define the channels that the bot will ignore commands in from non-bypassed users.
[S_IGNORE_ADD]
Successfully added the following channels to the ignore list:
`{changes}`
[S_IGNORE_REMOVE]
Successfully removed the following channels from the ignore list:
`{changes}`
[S_IGNORE_LIST]
The following channels are being ignored by the bot:
`{channels}`
The following roles have ignore bypass enabled:
`{roles}`
[S_IGNORE_BYPASS_ADD]
Successfully added the following roles to the ignore bypass:
`{changes}`
[S_IGNORE_BYPASS_REMOVE]
Successfully removed the following roles from the ignore bypass:
`{changes}`
2020-05-22 22:13:47 +02:00
//modlogs setting
2020-05-24 00:09:24 +02:00
[S_MODERATIONLOG_DESCRIPTION]
2020-05-22 22:13:47 +02:00
Define the channel to which moderation logs are sent. The setting also allows you to exclude types of actions from being logged in the channel.
2020-05-24 10:54:33 +02:00
[S_MODERATIONLOG_CHANNEL404]
2020-05-22 22:13:47 +02:00
{val} does not resolve into a channel.
2020-05-24 10:54:33 +02:00
[S_MODERATIONLOG_CHANNEL_SUCCESS]
2020-05-22 22:13:47 +02:00
Successfully set the modlogs channel to {channel}.
[S_MODERATIONLOG_OFF]
Successfully disabled moderation logs.
2020-05-24 10:54:33 +02:00
[S_MODERATIONLOG_LIST]
2020-05-24 00:09:24 +02:00
The following infractions are set to be logged:
`{list}`
2020-05-24 10:54:33 +02:00
[S_MODERATIONLOG_REMOVE]
2020-05-24 00:09:24 +02:00
The followin infraction types will no longer be logged:
`{list}`
2020-05-24 10:54:33 +02:00
[S_MODERATIONLOG_ADD]
2020-05-24 00:09:24 +02:00
The followin infraction types will now be logged:
`{list}`
2020-05-24 23:37:39 +02:00
//NICKNAMELOGS SETTING
[S_NICKNAMELOG_DESCRIPTION]
Configure member nickname logging for your server.
[S_NICKNAMELOG_TOGGLE]
Successfully toggled member nickname logging **{changed}**.
[S_NICKNAMELOG_CHANNEL]
Successfully set member nicknames to log to **#{changed}**.
//MEMBERLOGS SETTING
[S_MEMBERLOG_DESCRIPTION]
Configure member logging for your server.
[S_MEMBERLOGS_TOGGLE]
Successfully turned member logging **{changed}**.
[S_MEMBERLOGS_CHANNEL]
Successfully set member joins and leaves to log to **#{changed}**.
[S_MEMBERLOGS_JOIN]
Successfully **{action}** the member join message to
`{changed}`
[S_MEMBERLOGS_LEAVE]
Successfully **{action}** the member leave message to
`{changed}`
//VOICELOGS SETTING
[S_VOICELOG_DESCRIPTION]
Configure logging of voice joins and leaves for your server.
[S_VOICELOG_TOGGLE]
Successfully turned voice join and leave logging **{changed}**.
[S_VOICELOG_CHANNEL]
Successfully set voice joins and leaves to log to **#{changed}**.
//CHATLOGS|MESSAGELOGS SETTING
2020-05-24 00:09:24 +02:00
2020-05-24 10:54:33 +02:00
[S_MESSAGELOG_DESCRIPTION]
2020-05-24 00:09:24 +02:00
Configure message logging for your server.
2020-06-18 16:07:39 +02:00
Message logging utilizes webhooks for bulk message deletions, so if you wish to log those, make sure the bot has the `MANAGE_WEBHOOKS` permission in the logging channel!
If you've given the permission retroactively, make sure to reconfigure the channel to ensure the bot creates the webhook.
2020-05-24 00:09:24 +02:00
2020-05-24 10:54:33 +02:00
[S_MESSAGELOG_ROLES_LIST]
2020-05-24 00:09:24 +02:00
The following roles are ignored by chatlogs:
{roles}
2020-05-24 10:54:33 +02:00
[S_MESSAGELOG_CHANNELS_LIST]
2020-05-24 00:09:24 +02:00
The following channels are ignored by chatlogs:
{channels}
2020-05-24 10:54:33 +02:00
[S_MESSAGELOG_ROLES]
2020-05-24 00:09:24 +02:00
Successfully {action} the following roles:
{changed}
2020-05-24 10:54:33 +02:00
[S_MESSAGELOG_CHANNELS]
2020-05-24 00:09:24 +02:00
Successfully {action} the following channels:
{changed}
2020-05-24 10:54:33 +02:00
[S_MESSAGELOG_ATTACHMENTS]
2020-05-24 23:37:39 +02:00
Successfully turned attachment logging **{changed}**.
2020-05-24 00:09:24 +02:00
2020-05-24 10:54:33 +02:00
[S_MESSAGELOG_RESET]
2020-05-24 00:09:24 +02:00
Successfully reset the chatlogs setting.
2020-05-24 23:37:39 +02:00
[S_MESSAGELOG_TOGGLE]
Successfully turned message logging **{changed}**.
2020-06-18 16:07:39 +02:00
[S_MESSAGELOG_TOGGLE_PERM]
Successfully turned message logging **{changed}**.
**Note:** The bot lacks the `MANAGE_WEBHOOKS` permission and is as such unable to configure the webhook for message logging.
2020-05-24 23:37:39 +02:00
[S_MESSAGELOG_CHANNEL]
Successfully set messages to log to **#{changed}**.
2020-05-22 22:13:47 +02:00
//mute Setting
[S_MUTE_DESCRIPTION]
2020-06-16 00:15:13 +02:00
**Assign/create a muted role, choose mute functionality, define a default mute duration, or enable permanent mutes.** If creating a new muted role, creating permissions could take some time. Default mute durations will only be assigned if permanent mutes are off and a duration is not passed to the mute command.
2020-05-24 10:54:33 +02:00
2020-05-22 22:13:47 +02:00
__Mute Types__
**`0`:** Mutes only add/remove the muted role. *(default)*
**`1`:** Mutes remove all roles except for the muted role.
**`2`:** Mutes remove all roles, does not require a muted role.
[S_MUTE_TYPENAN]
The argument provided is not a number! The available types are: `0`, `1`, or `2`.
View `{prefix}setting mute` for more help.
[S_MUTE_TYPEINVALID]
The argument provided is not a valid type! The available types are: `0`, `1`, or `2`.
View `{prefix}setting mute` for more help.
[S_MUTE_TYPESUCCESS]
Successfully set the **mute type** to `{type}`.
[S_MUTE_TYPESWITCH]
switch({type}) {
case 0:
"Mutes will now *only add/remove* the muted role.";
break;
case 1:
"Mutes will now *remove all roles except for the muted role*, and then add them back once done.";
break;
case 2:
"Mutes will now *remove all roles* and then add them back once done.";
break;
}
2020-06-16 00:15:13 +02:00
[S_MUTE_PERMANENTINVALID]
The argument provided is not a boolean value. *(__t__rue, __f__alse)*
[S_MUTE_PERMANENTSUCCESS]
Successfully set **permanent mutes** to `{boolean}`.
[S_MUTE_DEFAULTINVALID]
The argument provided is not a time value. *(1hr, 3d, etc.)*
[S_MUTE_DEFAULTSUCCESS]
Successfully set the **default duration** to `{time} seconds`.
2020-05-22 22:13:47 +02:00
[S_MUTE_ROLEMISSINGPERMISSION]
The bot *must have* the `MANAGE_ROLES` permission to create a new mute role.
[S_MUTE_ROLEPROMPT]
Found an existing role named **{name}** `({id})`, would you like to use it and update these roles permissions?
Answering no will create a new role with updated permissions. *(__y__es, __n__o)*
This prompt will time out in __30 seconds__.
[S_MUTE_ROLEPROMPTERROR]
You provided an invalid input, please try again.
[S_MUTE_ROLECREATEERROR]
The bot encountered an issue while creating a role for the guild.
[S_MUTE_ROLEMISSING]
Cannot find a specified role with those arguments.
To create a new role, try `{prefix}setting createmute Muted`
[S_MUTE_ROLESUCCESS]
Successfully {type} the **mute role** to `{role}`.
[S_MUTE_GENERATEDPERMISSIONS]
**Permissions have been applied to all possible channels.**
[S_MUTE_UNGENERATEDPERMISSIONS]
**None of the permissions have been changed.**
[S_MUTE_ISSUES]
Some issues were found while creating permissions:
{issues}
//Silent Setting
[S_SILENT_INVALID]
The argument provided is not a boolean value. *(__t__rue, __f__alse)*
[S_SILENT_SUCCESS]
Successfully set **silent** to `{value}`.