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}.

View File

@@ -1 +1 @@
${userMention} has current ${currentWarnCount} Warnings and ${totalWarnCount} warnings in total.
${userMention} has currently ${currentWarnCount} warnings and ${totalWarnCount} warnings in total.

View File

@@ -1 +1 @@
${warnedUser} was warned on ${formatDate(warning.warning.warnDate, "yyyy-MM-dd HH:mm:ss")} with reason `${warning.warning.reason}` by ${warningUser}
${warnedUser} was warned on ${warnDate} with reason `${warnReason}` by ${warningUser}

View File

@@ -1 +1 @@
Message from ${member.effectiveName}#${member.user.discriminator} (${member.idLong?c}) removed in ${messageChannel.asMention}
Message from <@member_user_name member=member/> (${member.idLong?c}) removed in ${messageChannel.asMention}

View File

@@ -1 +1 @@
Message from ${member.effectiveName}#${member.user.discriminator} (${member.idLong?c}) edited in ${messageChannel.asMention}
Message from <@member_user_name member=member/> (${member.idLong?c}) edited in ${messageChannel.asMention}

View File

@@ -1 +1 @@
No server for mod mail available.
No server for modmail available.

View File

@@ -1 +1 @@
Due on ${reminder.targetDate} with text ${reminder.text}
Due on ${reminderTargetDate} with text ${reminderText}