mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-15 20:16:36 +00:00
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:
@@ -0,0 +1 @@
|
||||
Deleted role
|
||||
@@ -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}`.
|
||||
@@ -1 +1 @@
|
||||
${place.key}${place?size}
|
||||
${placeKey}
|
||||
@@ -1 +1 @@
|
||||
User ${model.aUserInAServer.userReference.id} was not found in the assigned users.
|
||||
User ${userId} was not found in the assigned users.
|
||||
@@ -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.
|
||||
@@ -1 +1 @@
|
||||
Emote ${model.emote.emoteRepr} is already defined for place ${model.placeName}.
|
||||
Emote ${emoteMention} is already defined for place ${placeName}.
|
||||
@@ -1 +1 @@
|
||||
Assignable roles place ${model.name} already exists.
|
||||
Assignable roles place ${roleName} already exists.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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}.
|
||||
@@ -1 +1 @@
|
||||
Mute
|
||||
Mute #{muteId}
|
||||
@@ -1 +1 @@
|
||||
${userMention} has current ${currentWarnCount} Warnings and ${totalWarnCount} warnings in total.
|
||||
${userMention} has currently ${currentWarnCount} warnings and ${totalWarnCount} warnings in total.
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -1 +1 @@
|
||||
ImageURL
|
||||
Image URL
|
||||
@@ -1 +1 @@
|
||||
No server for mod mail available.
|
||||
No server for modmail available.
|
||||
@@ -1 +1 @@
|
||||
Due on ${reminder.targetDate} with text ${reminder.text}
|
||||
Due on ${reminderTargetDate} with text ${reminderText}
|
||||
@@ -0,0 +1 @@
|
||||
No features
|
||||
Reference in New Issue
Block a user