From 2e1ebad5822ec45c0c92f1d8810ec7144e3a0fda Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Tue, 29 Mar 2022 01:44:46 +0300 Subject: [PATCH] lang --- .../en_us/commands/en_us_administration.lang | 2 ++ src/localization/en_us/general/en_us_errors.lang | 4 ++++ src/localization/en_us/general/en_us_general.lang | 3 +++ .../en_us/observers/en_us_commandHandler.lang | 8 +++++++- src/localization/en_us/settings/en_us_logging.lang | 14 +++++++------- src/localization/en_us/settings/en_us_utility.lang | 2 +- 6 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 src/localization/en_us/commands/en_us_administration.lang diff --git a/src/localization/en_us/commands/en_us_administration.lang b/src/localization/en_us/commands/en_us_administration.lang new file mode 100644 index 0000000..63e6234 --- /dev/null +++ b/src/localization/en_us/commands/en_us_administration.lang @@ -0,0 +1,2 @@ +[C_GRANT_NO_TARGET] +Missing either member or role. \ No newline at end of file diff --git a/src/localization/en_us/general/en_us_errors.lang b/src/localization/en_us/general/en_us_errors.lang index 8923476..f055367 100644 --- a/src/localization/en_us/general/en_us_errors.lang +++ b/src/localization/en_us/general/en_us_errors.lang @@ -15,3 +15,7 @@ The given value is out of bounds. Make sure you're giving a correct number. [ERR_CHANNEL_PERMS] Missing `{perms}` permission(s) in {emoji_text-channel}**{channel}**. + +[I_PERMISSIONS_ERROR] +The command **{command}** requires you to have permissions to use. +*Missing: {missing}.* \ No newline at end of file diff --git a/src/localization/en_us/general/en_us_general.lang b/src/localization/en_us/general/en_us_general.lang index 32d62a6..7ac9e49 100644 --- a/src/localization/en_us/general/en_us_general.lang +++ b/src/localization/en_us/general/en_us_general.lang @@ -7,6 +7,9 @@ Choices [GENERAL_DEPENDSON] Depends on: `{dependencies}` +[GENERAL_PERMISSIONS] +Required Permissions + // Generic setting field names [GENERAL_STATUS] 》 Status diff --git a/src/localization/en_us/observers/en_us_commandHandler.lang b/src/localization/en_us/observers/en_us_commandHandler.lang index ceec8a5..d6adda2 100644 --- a/src/localization/en_us/observers/en_us_commandHandler.lang +++ b/src/localization/en_us/observers/en_us_commandHandler.lang @@ -30,4 +30,10 @@ The command option **{option}** depends on another option: **{dependency}**. An error occured while executing that command. It is recommended to contact a developer about this issue. -You can join the support server by clicking on the button below. \ No newline at end of file +You can join the support server by clicking on the button below. + +[O_COMMANDHANDLER_COMMAND_ERROR] +Command Error + +[O_COMMANDHANDLER_COMMAND_NORESPONSE] +Command returned no response. This should not happen and is likely a bug. \ 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 index e3c9ea1..0ba005d 100644 --- a/src/localization/en_us/settings/en_us_logging.lang +++ b/src/localization/en_us/settings/en_us_logging.lang @@ -7,13 +7,13 @@ If you've given the permission retroactively, make sure to reconfigure the chann Configure member logging for your server. **Usable tags:** -{mention} - mentions the user -{tag} - username#discriminator -{user} - username -{guildsize} - member count of the server -{guildname} - name of the server -{accage} - age of the account -{id} - ID of the account +`{mention}` - mentions the user +`{tag}` - username#discriminator +`{user}` - username +`{guildsize}` - member count of the 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. diff --git a/src/localization/en_us/settings/en_us_utility.lang b/src/localization/en_us/settings/en_us_utility.lang index a984dd8..4bce7f9 100644 --- a/src/localization/en_us/settings/en_us_utility.lang +++ b/src/localization/en_us/settings/en_us_utility.lang @@ -14,4 +14,4 @@ Configure a message that is sent to new members upon join. `{guildsize}` - member count of the server `{guildname}` - name of the server `{accage}` - age of the account -`{accage}` - ID of the account \ No newline at end of file +`{id}` - ID of the account \ No newline at end of file