You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
216 lines
9.4 KiB
216 lines
9.4 KiB
|
5 years ago
|
local L = LibStub("AceLocale-3.0"):NewLocale("PlaterNameplates", "itIT")
|
||
|
|
if not L then return end
|
||
|
|
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ALPHA"] = "Alpha"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR"] = "Anchor"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_BOTTOM"] = "Bottom"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_BOTTOMLEFT"] = "Bottom Left"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_BOTTOMRIGHT"] = "Bottom Right"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_CENTER"] = "Center"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_INNERBOTTOM"] = "Inner Bottom"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_INNERLEFT"] = "Inner Left"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_INNERRIGHT"] = "Inner Right"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_INNERTOP"] = "Inner Top"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_LEFT"] = "Left"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_RIGHT"] = "Right"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_TOP"] = "Top"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_TOPLEFT"] = "Top Left"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ANCHOR_TOPRIGHT"] = "Top Right"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_CANCEL"] = "Cancel"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_COLOR"] = "Color"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ENABLED"] = "Enabled"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ERROR_CVARMODIFY"] = "cvars cannot be changed while in combat."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_ERROR_EXPORTSTRINGERROR"] = "failed to export"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_FONT"] = "Font"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_FRIENDLY"] = "Friendly"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_HEALTHBAR_ANCHOR_TITLE"] = "Health Bar Appearance"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_HEALTHBAR_BGCOLOR"] = "Health Bar Background Color and Alpha"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_HEALTHBAR_BGTEXTURE"] = "Health Bar Background Texture"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_HEALTHBAR_TEXTURE"] = "Health Bar Texture"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_TRANSPARENCY_ANCHOR_TITLE"] = "Transparency Is Used For"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_TRANSPARENCY_RANGECHECK"] = "Range Check"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_TRANSPARENCY_RANGECHECK_ALPHA"] = "Alpha"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_GENERALSETTINGS_TRANSPARENCY_RANGECHECK_SPEC_DESC"] = "Spell to range check on this specializartion."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_HOSTILE"] = "Hostile"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_NEUTRAL"] = "Neutral"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_OKAY"] = "Okay"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_OUTLINE"] = "Outline"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PLEASEWAIT"] = "This may take only a few seconds"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_CONFIG_EXPORTINGTASK"] = "Plater is exporting the current profile"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_CONFIG_EXPORTPROFILE"] = "Export Profile"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_CONFIG_IMPORTPROFILE"] = "Import Profile"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_CONFIG_MOREPROFILES"] = "Get more profiles at Wago.io"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_CONFIG_OPENSETTINGS"] = "Open Profile Settings"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_CONFIG_PROFILENAME"] = "New Profile Name"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_CONFIG_PROFILENAME_DESC"] = [=[A new profile is created with the imported string.
|
||
|
|
|
||
|
|
Inserting the name of a profile that already exists will overwrite it.]=]
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_ERROR_PROFILENAME"] = "Invalid profile name"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_ERROR_STRINGINVALID"] = "Invalid profile file."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_ERROR_WRONGTAB"] = [=[Invalid profile file.
|
||
|
|
|
||
|
|
Import scripts or mods at the scripting tab.]=]
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_PROFILE_IMPORT_OVERWRITE"] = "Profile '%s' already exists, overwrite it?"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_SETTINGS_COPIED"] = "settings copied."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_SETTINGS_FAIL_COPIED"] = "failed to get the settings for the current selected tab."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_SHADOWCOLOR"] = "Shadow Color"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_SIZE"] = "Size"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_STATUSBAR_TEXT"] = "You can now import profiles, mods, scripts, animations and color tables from |cFFFFAA00http://wago.io|r"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_ADVANCED"] = "Advanced"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_ANIMATIONS"] = "Spell Feedback"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_AUTO"] = "Auto"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_BUFF_LIST"] = "Buff List"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_BUFF_SETTINGS"] = "Buff Settings"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_BUFF_SPECIAL"] = "Buff Special"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_BUFF_TRACKING"] = "Buff Tracking"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_COLORSNPC"] = "Npc Colors"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_CREDITS"] = "Credits"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_GENERALSETTINGS"] = "General Settings"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_MODDING"] = "Modding"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_NPCENEMY"] = "Enemy Npc"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_NPCFRIENDLY"] = "Friendly Npc"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_PERSONAL"] = "Personal Bar"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_PLAYERENEMY"] = "Enemy Player"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_PLAYERFRIENDLY"] = "Friendly Player"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_PROFILES"] = "Profiles"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_SCRIPTING"] = "Scripting"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_STRATA"] = "Level & Strata"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_TARGET"] = "Target"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TABNAME_THREAT"] = "Threat / Aggro"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_TEXTURE"] = "Texture"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_ANOTHERTANK"] = "Aggro on Another Tank"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_HIGHTHREAT"] = "High Threat"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_NOAGGRO"] = "No Aggro"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_NOTANK"] = "No Tank Aggro"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_NOTINCOMBAT"] = "Unit Not in Combat"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_ONYOU_LOWAGGRO"] = "Aggro on You But is Low"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_ONYOU_LOWAGGRO_DESC"] = "The unit is attacking you but others are about to pull the aggro."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_ONYOU_SOLID"] = "Aggro on You"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_AGGROSTATE_TAPPED"] = "Unit Tapped"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_DPS_ANCHOR_TITLE"] = "Color When Playing as DPS or HEALER"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_DPS_HIGHTHREAT_DESC"] = "The unit is about to start attacking you."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_DPS_NOAGGRO_DESC"] = "The unit isn't attacking you."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_DPS_NOTANK_DESC"] = "The unit isn't attacking you or a tank and most likely is attacking another healer or dps from your group."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_DPS_ONYOU_SOLID_DESC"] = "The unit is attacking you."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_OVERRIDE_ANCHOR_TITLE"] = "Override Default Colors"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_OVERRIDE_DESC"] = [=[Modify the default colors set by the game for neutral, hostile and friendly units.
|
||
|
|
|
||
|
|
During combat, these colors will be override as well if threat colors are allowed to change health bar color.]=]
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_TANK_ANCHOR_TITLE"] = "Color When Playing as TANK"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_TANK_ANOTHERTANK_DESC"] = "The unit is being tanked by another tank in your group."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_TANK_NOAGGRO_DESC"] = "The unit does not have aggro on you."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_TANK_NOTINCOMBAT_DESC"] = "The unit isn't in combat."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_TANK_ONYOU_SOLID_DESC"] = "The unit is attacking you and you have solid aggro."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_COLOR_TAPPED_DESC"] = "When someone else has claimed the unit (when you don't receive experience or loot for killing it)."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_DPS_CANCHECKNOTANK"] = "Check for No Tank Aggro"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_DPS_CANCHECKNOTANK_DESC"] = "When you don't have aggro as healer or dps, check if the enemy is attacking another unit that isn't a tank."
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_MODIFIERS_ANCHOR_TITLE"] = "Threat Modifies"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_MODIFIERS_BORDERCOLOR"] = "Border Color"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_MODIFIERS_HEALTHBARCOLOR"] = "Health Bar Color"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_THREAT_MODIFIERS_NAMECOLOR"] = "Name Color"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_XOFFSET"] = "X Offset"
|
||
|
|
--[[Translation missing --]]
|
||
|
|
L["OPTIONS_YOFFSET"] = "Y Offset"
|