Add notifications for essence

This commit is contained in:
2025-01-21 08:50:59 +01:00
parent d143a18838
commit 0c5078e3f3
5 changed files with 54 additions and 5 deletions

8
_L.lua
View File

@@ -10,7 +10,7 @@ shared.L = {
bonkDetected = "%s hit %s (%s)",
combatAlerterInCombat = "I am in combat with %s at %s (%s) at [%s](%2.2f, %2.2f)",
snifferStinky = "I smell a stinky %s",
spotterSpotted = "I see (%s) %s/%s %s of race %s (%s) with health %s/%s at %s [%s](%2.2f, %2.2f)",
spotterSpotted = "I see (%s) %s/%s %s of race %s (%s) with pvp %s and health %s/%s at %s [%s](%2.2f, %2.2f)",
whoerNew = "%s %s of class %s, race %s (%s) and guild %s in %s, first seen: %s, last seen: %s, times seen: %d",
whoerMoved = "%s of class %s (%s - %s) and guild %s moved to %s",
whoerGone = "%s of class %s and guild %s left %s",
@@ -19,6 +19,8 @@ shared.L = {
hostile = "hostile",
friendly = "friendly",
unknown = "unknown",
pvpOn = "ON",
pvpOff = "OFF",
},
config = {
afkThreshold = "Afk Threshold",
@@ -92,7 +94,7 @@ shared.L = {
bonkDetected = "%s ударил %s (%s)",
combatAlerterInCombat = "Я в бою с %s на %s (%s) на [%s](%2.2f, %2.2f)",
snifferStinky = "Я чувствую запах %s",
spotterSpotted = "Я вижу (%s) %s/%s %s (%s) с %s/%s здоровьем на %s [%s](%2.2f, %2.2f)",
spotterSpotted = "Я вижу (%s) %s/%s %s расы %s (%s) с pvp %s и здоровьем %s/%s на %s [%s](%2.2f, %2.2f)",
whoerNew =
"%s %s класса %s, расы %s (%s) и гильдии %s в %s, первый раз видели: %s, последний раз видели: %s, раз видели: %d",
whoerMoved = "%s класса %s (%s - %s) и гильдии %s переместился в %s",
@@ -104,6 +106,8 @@ shared.L = {
hostile = "враждебный",
friendly = "дружественный",
unknown = "неизвестный",
pvpOn = "вкл",
pvpOff = "выкл",
},
config = {
alertSound = "Звук Оповещения",