added templates for exceptions and refactored some existing ones

This commit is contained in:
Sheldan
2020-08-29 01:25:21 +02:00
parent a78bc99933
commit b82b3301ed
208 changed files with 187 additions and 96 deletions

View File

@@ -1 +1 @@
The category ${categoryId?c} was not found in guild ${guildId?c}.
The category ${categoryId} was not found in guild ${guildId}.

View File

@@ -0,0 +1 @@
Channel is already part of channel group ${channelGroupName}.

View File

@@ -1 +1 @@
Channel group ${name} already exists.
Channel group ${channelGroupName} already exists.

View File

@@ -0,0 +1 @@
Channel is not not part of channel group ${channelGroupName}.

View File

@@ -0,0 +1 @@
Command has been disabled.

View File

@@ -1 +0,0 @@
User in server ${userInServerId} was not found.

View File

@@ -1 +1 @@
Invalid time format: ${format}. Valid formats are ${valid}. Beware to not use a space between the number and the unit.
Invalid time format: ${invalidFormat}. Valid formats are ${validFormats}. Beware to not use a space between the number and the unit.

View File

@@ -0,0 +1 @@
Emote ${emoteName} has been defined, but is not usable by the bot.

View File

@@ -1 +0,0 @@
Emote ${model.emoteId?c} not available in guild.

View File

@@ -0,0 +1 @@
Emote ${emoteId} not available in guild.

View File

@@ -1 +0,0 @@
Emote ${emote.name} with ID ${emote.id} is not usable by the bot.

View File

@@ -0,0 +1 @@
Emote ${emoteName} with ID ${emoteId} is not usable by the bot.

View File

@@ -0,0 +1 @@
Insufficient parameters: ${model.parameterName} was not found.

View File

@@ -1 +0,0 @@
Insufficient parameters: ${parameterName} was not found.

View File

@@ -0,0 +1 @@
Post target ${postTargetKey} was not found.

View File

@@ -1 +0,0 @@
Post target ${key} was not found.

View File

@@ -0,0 +1 @@
Post target ${postTargetKey} is not available. The possible post targets are: ${availableTargets}.

View File

@@ -1 +0,0 @@
Post target ${key} is not available. The possible post targets are: ${available}.

View File

@@ -0,0 +1 @@
User in server was not found.

View File

@@ -0,0 +1 @@
Mute role has not been setup for server.

View File

@@ -1 +0,0 @@
Generic mod mail failure. Check the logs.

View File

@@ -1 +0,0 @@
No server for modmail available.

View File

@@ -0,0 +1 @@
No server for mod mail available.

View File

@@ -1 +0,0 @@
Reminder ${id} does not exist, was already reminded or does not belong to you.

View File

@@ -0,0 +1 @@
Reminder ${reminderId} does not exist, was already reminded or does not belong to you.

View File

@@ -0,0 +1 @@
Suggestion ${suggestionId} does not exist.

View File

@@ -0,0 +1 @@
Failed to update suggestion.