From e9282f7a50ecd033a0dcafce3244f49aa162493d Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Tue, 18 Jan 2022 16:32:50 +0200 Subject: [PATCH] lang --- .../en_us/general/en_us_general.lang | 24 +++++++++++++++++++ .../en_us/settings/en_us_administration.lang | 6 +++++ .../en_us/settings/en_us_logging.lang | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 src/localization/en_us/settings/en_us_administration.lang create mode 100644 src/localization/en_us/settings/en_us_logging.lang diff --git a/src/localization/en_us/general/en_us_general.lang b/src/localization/en_us/general/en_us_general.lang index 408c1e6..b791952 100644 --- a/src/localization/en_us/general/en_us_general.lang +++ b/src/localization/en_us/general/en_us_general.lang @@ -10,6 +10,24 @@ Choices [GENERAL_SILENT] 》 Silent +[GENERAL_ROLES] +》 Roles + +[GENERAL_CHANNEL] +》 Channel + +[ATTACHMENT_LOGS] +》 Attachment Logs + +[IGNORED_ROLES] +》 Ignored Roles + +[IGNORED_CHANNELS] +》 Ignored Channels + +[GENERAL_TYPE] +》 Type + [GENERAL_STATE] switch({bool}) { case true: @@ -33,9 +51,15 @@ Changes **not** saved. [SETTINGS_ERROR] Internal error during handling of **{resolveable}**. +[SETTINGS_LIST] +Use the `help [setting]` or `settings ` command to view setting specific information. + [SETTING_NOCONTENT] No content provided. +[SETTING_MISSING_ARG] +Must provude both a **list** and **method** argument + [TIMEOUT_IN] Timeout in {time} seconds. diff --git a/src/localization/en_us/settings/en_us_administration.lang b/src/localization/en_us/settings/en_us_administration.lang new file mode 100644 index 0000000..5e62fdc --- /dev/null +++ b/src/localization/en_us/settings/en_us_administration.lang @@ -0,0 +1,6 @@ +[SETTING_SILENT_HELP] +Configure if all moderation commands will execute silently. +Silent execution enables ephemeral responses to moderation commands, i.e. the bot's response **only** shows to the executor. + +[SETTING_PROTECTION_PROMPT] +Respond with the roles \ No newline at end of file diff --git a/src/localization/en_us/settings/en_us_logging.lang b/src/localization/en_us/settings/en_us_logging.lang new file mode 100644 index 0000000..e5b472f --- /dev/null +++ b/src/localization/en_us/settings/en_us_logging.lang @@ -0,0 +1,4 @@ +[SETTING_MESSAGELOG_HELP] +Configure message logging for your server. +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.