moved some more templates to template config

fixed usage of post target exceptions
This commit is contained in:
Sheldan
2020-05-13 17:45:55 +02:00
parent 80505d1014
commit cb1abaed7d
32 changed files with 34 additions and 22 deletions

View File

@@ -0,0 +1 @@
Feature has been disabled. Necessary feature is: ${featureName}, you can enable it by executing `enable ${featureKey}`.

View File

@@ -0,0 +1 @@
Feature ${featureName} not available. The available features are: ${availableFeatures}.

View File

@@ -0,0 +1 @@
The targeted user is immune against this command, because of the role: ${roleName}.

View File

@@ -0,0 +1 @@
The necessary parameters were not found. A '${expectedType}' was expected as '${parameterName}'. Consult help to see the correct syntax.

View File

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

View File

@@ -0,0 +1 @@
You lack the necessary role to execute this command. One of the following is needed: ${roles}

View File

@@ -0,0 +1 @@
The parameter ${parameterName} had a too large value: ${actualLength}. The maximum is: ${maximumLength}.