galactic-bot/structure/language/languages/en_us/en_us_general.lang
Erik ad4383ee8c basically finished wordfilter setting
needs testing and options for generic actions
2020-09-20 01:44:03 +03:00

285 lines
5.6 KiB
Plaintext

[GENERAL_COMPONENTS]
switch({component}) {
case "command":
"command";
break;
case "setting":
"setting";
break;
case "inhibitor":
"inhibitor";
break;
}
[NO_RESULT]
**The search returned no results.**
[GENERAL_EXAMPLES]
Example Usage
[GENERAL_ALIASES]
Aliases
[GENERAL_ARGUMENTS]
Arguments
[GENERAL_CURRENT]
Current Settings
[GENERAL_SETTINGRESET]
Successfully reset the setting **{setting}** to the default value.
[GENERAL_ADDED]
added
[GENERAL_REMOVED]
removed
[PREMIUM_REQUIRED]
Sorry! This is a tier {required} premium feature.
Current server tier: `{tier}`
[MISSING_ARGS]
Missing arguments.
[INVALID_ARGS]
Invalid arguments.
[SETTING_STATUS]
switch({bool}) {
case true:
`{emoji_enabled} Enabled`
break;
case false:
`{emoji_disabled} Disabled`
break;
}
[SETTING_ENABLEDISABLE]
switch({bool}) {
case true:
"enabled"
break;
case false:
"disabled"
break;
}
[ON_OFF_TOGGLE]
switch({toggle}) {
case true:
'on';
break;
case false:
'off';
break;
}
[SET_RESET]
switch("{set}") {
case 'reset':
'reset';
break;
case 'set':
'set';
break;
}
[TAGS]
**Usable tags:**
{mention} - mentions the user
{tag} - username#discriminator
{user} - username
{guildsize} - member count of the server
{guildname} - name of the server
{accage} - age of the account
{id} - ID of the account
//Grammar stuff
[ADD_PAST]
added
[REMOVE_PAST]
removed
[SET_PAST]
set
[RESET_PAST]
reset
//Errors
[ERR_CHANNEL_RESOLVE]
Failed to resolve `{resolveable}` to a channel.
[ERR_ROLE_RESOLVE]
Failed to resolve `{resolveable}` to a role.
[ERR_CHRESOLVE]
Failed to resolve any channels.
[ERR_ROLERESOLVE]
Failed to resolve any roles.
[ERR_MEMBER_RESOLVE]
Failed to resolve `{resolveable}` to a member.
[ERR_USER_RESOLVE]
Failed to resolve `{resolveable}` to a user.
[ERR_BOOLEAN_RESOLVE]
Unable to resolve `{resolveable}` to a boolean.
[ERR_INVALID_METHOD]
Method `{method}` is invalid!
[ERR_INVALID_INFRACTION]
Invalid infraction, must be one of {valid}.
[ERR_INVALID_SUBMETHOD]
Submethod `{submethod}` is invalid!
[ERR_CHANNEL_TYPE]
Cannot use a channel of type {type}.
[ERR_CHANNEL_PERMS]
Missing `{perms}` permission(s) in {emoji_text-channel}**{channel}**.
[ERR_INVALID_TIMESTRING]
Invalid timestring provided. Must be `INT unit [INT unit..]`.
[S_AUTOMOD_LENGTH_SUCCESS]
Successfully set the action duration.
//Command Handler
[COMMANDHANDLER_COMMAND_MISSINGPERMISSIONS]
Missing the **Embed Links** permission, grant this permission to use the command.
[COMMANDHANDLER_TYPES]
switch("{type}") {
case "STRING":
"string";
break;
case "INTEGER":
"integer";
break;
case "FLOAT":
"float";
break;
case "BOOLEAN":
"boolean";
break;
case "USER":
"user";
break;
case "MEMBER":
"member";
break;
case "CHANNEL":
"channel";
break;
case "ROLE":
"role";
break;
}
[COMMANDHANDLER_TYPE_ERROR]
Failed to parse a **{type}** value for the argument **{arg}**, try again.
[COMMANDHANDLER_NUMBERMAX_ERROR]
The **{type}** value for the argument **{arg}** must be __less than__ `{max}`. *({min}-{max})*
[COMMANDHANDLER_NUMBERMIN_ERROR]
The **{type}** value for the argument **{arg}** must be __more than__ `{min}`. *({min}-{max})*
[COMMANDHANDLER_OPTIONS_ERROR]
The value for the argument **{arg}** must be one of the following: {options}.
[COMMANDHANDLER_COMMAND_ERROR]
The command **{command}** had issues running. **`[{id}:{date}]`**
Please provide a screenshot of this error in the {emoji_text-channel}*support* channel here: <{invite}>
// Inhibitors
[I_CLIENTPERMISSIONS_ERROR]
The command **{command}** requires the bot to have permissions to use.
*Missing: {missing}.*
[I_DISABLED_ERROR]
The command **{command}** is disabled {modifier}.
[I_DISABLED_ERRORMODIFIER]
switch("{globally}") {
case true:
'globally';
break;
case false:
'in this server';
break;
}
[I_GUILDONLY_ERROR]
The command **{command}** can only be run in servers.
[I_PERMISSIONS_ERROR]
The command **{command}** requires you to have permissions to use.
*Missing: {missing}.*
[I_RESTRICTED_ERROR]
The command **{command}** can only be run by developers.
[I_THROTTLE_ERROR]
The command **{command}** is currently throttled.
*You can use this command again in `{remaining}` seconds.*
[I_CHANNELIGNORE_ERROR]
This channel is ignored by the bot, this should not be sending.
//Moderation Manager
[MODERATIONMANAGER_INFRACTION_MAXTARGETS]
You can only specify up to `{maxTargets}` unique {type}s, try again.
[MODERATIONMANAGER_INFRACTION_MAXTARGETSALT]
You can increase the amount of targets by upgrading to premium.
[INFRACTION_ERROR]
an error occured
[INFRACTION_PROTECTIONERROR]
they have hierarchy over you
[INFRACTION_AUTOMODESCALATION]
This action was automatically escalated by auto-moderation.
[INFRACTION_ESCALATIONREASON]
auto-moderation escalated this infraction.
[INFRACTION_SUCCESS]
Successfully {infraction} {targetType} {target}{text}
[INFRACTION_FAIL]
Failed to {infraction} {targetType} {target} because {reason}.
[INFRACTION_DESCRIPTION]
**{type}**
**Moderator:** {moderator}
**Reason:** {reason}
[INFRACTION_DESCRIPTIONPOINTS]
**Points:** {points} | **Total Points**: {total}
[INFRACTION_DESCRIPTIONDURATION]
**Duration:** {duration}
[INFRACTION_DESCRIPTIONJUMPTO]
**[Jump To {name}]({link})**
//Prune Command
[INFRACTION_DESCRIPTIONAMOUNT]
**Amount:** {amount}
//Addrole/Removerole Commands
[INFRACTION_DESCRIPTIONROLES]
**Role{plural}:** {roles}