lang
This commit is contained in:
parent
4bb47eed3c
commit
99bebe4e0b
@ -37,6 +37,7 @@ __**Warning:** This is a long embed.__
|
||||
__**{component} HELP**__
|
||||
{desc}
|
||||
|
||||
**Example usage**
|
||||
{text}
|
||||
|
||||
|
||||
|
@ -24,4 +24,17 @@ Arguments
|
||||
Current Settings
|
||||
|
||||
[GENERAL_SETTINGRESET]
|
||||
Successfully reset the setting {setting} to the default value.
|
||||
Successfully reset the setting **{setting}** to the default value.
|
||||
|
||||
[GENERAL_ADDED]
|
||||
added
|
||||
|
||||
[GENERAL_REMOVED]
|
||||
removed
|
||||
|
||||
[ERR_INVALID_METHOD]
|
||||
Method `{method}` is invalid!
|
||||
|
||||
[PREMIUM_2]
|
||||
Sorry! This is a tier 2 premium feature.
|
||||
Current server tier: `{tier}`
|
||||
|
@ -1,6 +1,6 @@
|
||||
//modlogs setting
|
||||
|
||||
[S_MODLOGS_DESCRIPTION]
|
||||
[S_MODERATIONLOG_DESCRIPTION]
|
||||
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.
|
||||
|
||||
[S_MODLOGS_CHANNEL404]
|
||||
@ -9,9 +9,58 @@ Define the channel to which moderation logs are sent. The setting also allows yo
|
||||
[S_MODLOGS_CHANNEL_SUCCESS]
|
||||
Successfully set the modlogs channel to {channel}.
|
||||
|
||||
[S_MODLOGS_EXCLUDE404]
|
||||
[S_MODLOGS_ARGS404]
|
||||
Missing arguments.
|
||||
|
||||
[S_MODLOGS_LIST]
|
||||
The following infractions are set to be logged:
|
||||
`{list}`
|
||||
|
||||
[S_MODLOGS_REMOVE]
|
||||
The followin infraction types will no longer be logged:
|
||||
`{list}`
|
||||
|
||||
[S_MODLOGS_ADD]
|
||||
The followin infraction types will now be logged:
|
||||
`{list}`
|
||||
|
||||
//CHATLOGS SETTING
|
||||
|
||||
[S_CHATLOGS_DESCRIPTION]
|
||||
Configure message logging for your server.
|
||||
|
||||
[S_CHATLOGS_ROLES_LIST]
|
||||
The following roles are ignored by chatlogs:
|
||||
{roles}
|
||||
|
||||
[S_CHATLOGS_CHANNELS_LIST]
|
||||
The following channels are ignored by chatlogs:
|
||||
{channels}
|
||||
|
||||
[S_CHATLOGS_ROLES]
|
||||
Successfully {action} the following roles:
|
||||
{changed}
|
||||
|
||||
[S_CHATLOGS_CHANNELS]
|
||||
Successfully {action} the following channels:
|
||||
{changed}
|
||||
|
||||
[S_CHATLOGS_ATTACHMENTS]
|
||||
Successfully turned attachment logging {changed}
|
||||
|
||||
[S_CHATLOGS_TOGGLE]
|
||||
switch({toggle}) {
|
||||
case true:
|
||||
'on';
|
||||
break;
|
||||
case false:
|
||||
'off';
|
||||
break;
|
||||
}
|
||||
|
||||
[S_CHATLOGS_RESET]
|
||||
Successfully reset the chatlogs setting.
|
||||
|
||||
//mute Setting
|
||||
|
||||
[S_MUTE_DESCRIPTION]
|
||||
|
Loading…
Reference in New Issue
Block a user