Add russian locale for bonkdetector

This commit is contained in:
2025-01-12 23:11:29 +01:00
parent 6273263c4e
commit 9f86a4e0f9
2 changed files with 18 additions and 1 deletions

2
_L.lua
View File

@@ -2,6 +2,7 @@ local _, shared = ...
shared.L = {
en = {
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)",
@@ -74,6 +75,7 @@ shared.L = {
},
},
ru = {
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)",