forked from Galactic/galactic-bot
lang
This commit is contained in:
parent
890ea6191d
commit
e7b7c582e1
@ -17,5 +17,12 @@ switch({bool}) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
[SETTINGS_SUCCESS]
|
[SETTING_SUCCESS]
|
||||||
Successfully updated **{setting}**
|
Successfully updated **{setting}**
|
||||||
|
|
||||||
|
[SETTINGS_NO_REPLY]
|
||||||
|
Setting handler **{resolveable}** gave no response.
|
||||||
|
Changes **not** saved.
|
||||||
|
|
||||||
|
[SETTINGS_ERROR]
|
||||||
|
Internal error during handling of **{resolveable}**.
|
48
src/localization/en_us/settings/en_us_moderation.lang
Normal file
48
src/localization/en_us/settings/en_us_moderation.lang
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
[SETTING_MUTE_ROLE]
|
||||||
|
》 Mute Role
|
||||||
|
|
||||||
|
[SETTING_MUTE_TYPE]
|
||||||
|
》 Mute Type
|
||||||
|
|
||||||
|
[SETTING_MUTE_PERMANENT]
|
||||||
|
》 Permanent Mutes
|
||||||
|
|
||||||
|
[SETTING_MUTE_DEFAULT]
|
||||||
|
》 Default Duration
|
||||||
|
|
||||||
|
[SETTING_MUTE_SUCCESS]
|
||||||
|
Successfully updated **{setting}**.
|
||||||
|
|
||||||
|
[SETTING_MUTE_EXCLUSIVE]
|
||||||
|
Cannot use both `role` and `create` at the same time.
|
||||||
|
|
||||||
|
[SETTING_MUTE_ROLEMISSINGPERMISSION]
|
||||||
|
The bot *must have* the `MANAGE_ROLES` permission to create a new mute role.
|
||||||
|
|
||||||
|
[SETTING_MUTE_ROLECREATEERROR]
|
||||||
|
The bot encountered an issue while creating a role for the guild.
|
||||||
|
|
||||||
|
[SETTING_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__.
|
||||||
|
|
||||||
|
[SETTING_MUTE_ROLEPROMPTERROR]
|
||||||
|
Prompt timed out. Any other changes were discarded.
|
||||||
|
|
||||||
|
[SETTING_MUTE_CREATESUCCESS]
|
||||||
|
Successfully set the **mute role** to {emoji_role}**{role}**.
|
||||||
|
{permissions}
|
||||||
|
|
||||||
|
[SETTING_MUTE_CREATESUCCESSALT]
|
||||||
|
Successfully created and set the **mute role** to {emoji_role}**{role}**.
|
||||||
|
{permissions}
|
||||||
|
|
||||||
|
[SETTING_MUTE_CREATESUCCESSWARNING]
|
||||||
|
Some issues were found while creating permissions.
|
||||||
|
|
||||||
|
[SETTING_MUTE_GENERATEDPERMISSIONS]
|
||||||
|
**Permissions have been applied to all possible channels.**
|
||||||
|
|
||||||
|
[SETTING_MUTE_UNGENERATEDPERMISSIONS]
|
||||||
|
**None of the permissions have been changed.**
|
Loading…
Reference in New Issue
Block a user