introduced color templates to manage the colors in a central way

created member author macro
created full member info macro
created member name macro
replaced some missed places with translation templates
made some templates for translation easier
This commit is contained in:
Sheldan
2020-08-16 12:38:32 +02:00
parent 8a33ff6099
commit a78bc99933
87 changed files with 202 additions and 388 deletions

View File

@@ -1 +1 @@
#${role.position}: ${role.emote.asMention} with <#if role.awardedRole?has_content>${role.awardedRole.asMention}<#else>Deleted role</#if>: `${role.description}`.
#${rolePosition}: ${emoteMention} with ${roleMention}: `${roleDescription}`.

View File

@@ -1 +1 @@
User ${model.aUserInAServer.userReference.id} was not found in the assigned users.
User ${userId} was not found in the assigned users.

View File

@@ -1 +1 @@
Unable to create assignable place, channel ${model.channelId?c} does not exist.
Unable to create assignable place, channel ${channelId?c} does not exist.

View File

@@ -1 +1 @@
Emote ${model.emote.emoteRepr} is already defined for place ${model.placeName}.
Emote ${emoteMention} is already defined for place ${placeName}.

View File

@@ -1 +1 @@
Assignable roles place ${model.name} already exists.
Assignable roles place ${roleName} already exists.

View File

@@ -1 +1 @@
Assignable role place post with id ${model.messageId} could not be found.
Assignable role place post with id ${messageId} could not be found.

View File

@@ -1 +1 @@
Role ${model.role.roleRepr} is not usable to be used in the assignable role place. It may be higher in the role hierarchy than the bot.
Role ${roleMention} is not usable to be used in the assignable role place. It may be higher in the role hierarchy than the bot.

View File

@@ -1 +1 @@
Emote ${model.emote.emoteRepr} was not found in the assignable place ${model.placeName}.
Emote ${emoteMention} was not found in the assignable place ${placeName}.