Files
coa-details/Details_TargetCaller/locales/ptBR.lua
T
florian.berthold 5bb7be4968 chore: hoist plugins to root and move main into Details/
Each Details_* plugin and the main Details addon now lives in its own
repo-root folder, matching the Exiles fork-layout convention.
2026-05-25 10:59:28 +02:00

15 lines
596 B
Lua

local L = LibStub("AceLocale-3.0"):NewLocale("DetailsTargetCaller", "ptBR")
if not L then return end
--[[Translation missing --]]
L["STRING_INSTALL_ERROR1"] = "Target Caller cannot be installed: Details! not found."
--[[Translation missing --]]
L["STRING_OVERALL"] = "Overall"
--[[Translation missing --]]
L["STRING_PLUGIN_DESC"] = [=[Plugin for Target Caller on PvP, can also be used by raid leader on PvE.
When you select a new target, tells how much damage each raid member inflicted since you changed the target.]=]
--[[Translation missing --]]
L["STRING_PLUGIN_NAME"] = "Target Caller"