From 4bfa17520dab8733c7580d9413296fc23fb7aba9 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Fri, 28 Jan 2022 20:31:37 +0200 Subject: [PATCH] lang --- src/localization/en_us/general/en_us_general.lang | 8 ++++++++ .../en_us/observers/en_us_commandHandler.lang | 3 +++ src/localization/en_us/settings/en_us_logging.lang | 7 +++++++ 3 files changed, 18 insertions(+) diff --git a/src/localization/en_us/general/en_us_general.lang b/src/localization/en_us/general/en_us_general.lang index ffe5e44..a85574a 100644 --- a/src/localization/en_us/general/en_us_general.lang +++ b/src/localization/en_us/general/en_us_general.lang @@ -4,6 +4,8 @@ Command Options [GENERAL_CHOICES] Choices +[GENERAL_DEPENDSON] +Depends on: `{dependencies}` // Setting field names [GENERAL_JOINMSG] @@ -39,6 +41,12 @@ Choices [GENERAL_TYPE] 》 Type +[GENERAL_INFRACTIONS] +》 Infractions + +[GENERAL_MESSAGES] +》 Messages + [GENERAL_STATE] switch({bool}) { case true: diff --git a/src/localization/en_us/observers/en_us_commandHandler.lang b/src/localization/en_us/observers/en_us_commandHandler.lang index 9daa24f..7f88a50 100644 --- a/src/localization/en_us/observers/en_us_commandHandler.lang +++ b/src/localization/en_us/observers/en_us_commandHandler.lang @@ -23,6 +23,9 @@ The command option {option} requires a number between `{min}` and `{max}`. [O_COMMANDHANDLER_TYPEFLOAT] The command option {option} requires a float between `{min}` and `{max}`. +[O_COMMANDHANDLER_DEPEDENCY] +The command option **{option}** depends on another option **{dependency}**. + [O_COMMANDHANDLER_ERROR] An error occured while executing that command. It is recommended to contact a developer about this issue. diff --git a/src/localization/en_us/settings/en_us_logging.lang b/src/localization/en_us/settings/en_us_logging.lang index 470286e..c3b3e98 100644 --- a/src/localization/en_us/settings/en_us_logging.lang +++ b/src/localization/en_us/settings/en_us_logging.lang @@ -14,3 +14,10 @@ Configure member logging for your server. {guildname} - name of the server {accage} - age of the account {id} - ID of the account + +[SETTING_DMINFRACTION_HELP] +Configure if messages get sent to users after they're infracted. +Setup custom messages and customize what infractions you want to send to the user. + +[SETTING_DMINFRACTION_VALID] +Valid choices are **{valid}**. \ No newline at end of file