Skip to content

Commit

Permalink
👽 Fix some translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Aug 1, 2020
1 parent a509fa6 commit 2f165ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion languages/en-US/administration/automod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"USAGE": "{{prefix}}automod [on/off] (#channel)",
"EXAMPLES": "{{prefix}}automod on\n{{prefix}}automod off #general\n{{prefix}}automod off",
"MISSING_STATUS": "Please enter a valid value between `on` and `off`",
"ENABLED": "**Discord invites will be automatically deleted!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}automod off #channel` to ignore a channel!*",
"ENABLED": "**Discord invites will be automatically deleted!**\n\n:arrow_right_hook: *Send `{{prefix}}automod off #channel` to ignore a channel!*",
"DISABLED_CHANNEL": "Auto-moderation will no longer be performed in {{channel}}!",
"DISABLED": "All right! Auto moderation is no longer effective on this server!",
"DELETED": "Your message was deleted because Discord invitations are not allowed on this server!"
Expand Down
4 changes: 2 additions & 2 deletions languages/en-US/administration/autorole.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"MISSING_STATUS": "Please specify a valid value between `on` and `off`",
"MISSING_ROLE": "Please specify a valid role!",
"SUCCESS_ENABLED": "Autorole enabled! New members will automatically receive the **{{roleName}}** role.",
"ALREADY_DISABLED": "**The autorole is already disabled.**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}autorole on @YourRole` to enable it again!*",
"SUCCESS_DISABLED": "**Autorole disabled!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}configuration` to see the updated configuration!*"
"ALREADY_DISABLED": "**The autorole is already disabled.**\n\n:arrow_right_hook: *Send `{{prefix}}autorole on @YourRole` to enable it again!*",
"SUCCESS_DISABLED": "**Autorole disabled!**\n\n:arrow_right_hook: *Send `{{prefix}}configuration` to see the updated configuration!*"
}
4 changes: 2 additions & 2 deletions languages/en-US/administration/slowmode.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"DESCRIPTION": "Set a channel cooldown",
"USAGE": "{{prefix}}slowmode [#channel] (time)",
"EXAMPLES": "{{prefix}}slowmode #general 10m\n{{prefix}}slowmode #general",
"DISABLED": "**Slow-mode has just been disabled in {{channel}}!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}slowmode [#channel] (time)` to enable it again!*",
"ENABLED": "**A slow-mode of `{{time}}` has just been enabled in `{{channel}}`!**\n\n:arrow_right_hook: *Answer by sending `{{prefix}}slowmode {{channel}} 0` to disable it!*",
"DISABLED": "**Slow-mode has just been disabled in {{channel}}!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode [#channel] (time)` to enable it again!*",
"ENABLED": "**A slow-mode of `{{time}}` has just been enabled in `{{channel}}`!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode {{channel}}` to disable it!*",
"PLEASE_WAIT": "Channel {{channel}} is in slowmode! Please wait {{time}} between each message!"
}

0 comments on commit 2f165ce

Please sign in to comment.