Work on Ascension Backport

This commit is contained in:
andrew6180
2024-05-17 15:08:08 -07:00
parent 5de2a04b8c
commit bb7e0d2c27
325 changed files with 26995 additions and 41741 deletions
+19 -8
View File
@@ -2,7 +2,6 @@ local L = LibStub("AceLocale-3.0"):NewLocale ("Details", "enUS", true)
if not L then return end
--------------------------------------------------------------------------------------------------------------------------------------------
L["ABILITY_ID"] = "ability id"
L["STRING_"] = ""
L["STRING_ABSORBED"] = "Absorbed"
@@ -60,7 +59,7 @@ L["STRING_ATTRIBUTE_MISC_CCBREAK"] = "CC Breaks"
L["STRING_ATTRIBUTE_MISC_DEAD"] = "Deaths"
L["STRING_ATTRIBUTE_MISC_DEBUFF_UPTIME"] = "Debuff Uptime"
L["STRING_ATTRIBUTE_MISC_DEFENSIVE_COOLDOWNS"] = "Cooldowns"
L["STRING_ATTRIBUTE_MISC_DISPELL"] = "Dispells"
L["STRING_ATTRIBUTE_MISC_DISPELL"] = "Dispels"
L["STRING_ATTRIBUTE_MISC_INTERRUPT"] = "Interrupts"
L["STRING_ATTRIBUTE_MISC_RESS"] = "Ress"
L["STRING_AUTO"] = "auto"
@@ -327,7 +326,7 @@ L["STRING_MEMORY_ALERT_TEXT3"] = "However, if you wish to know |cFFFF8800which a
L["STRING_MEMORY_ALERT_TITLE"] = "Please Read Carefully!"
L["STRING_MENU_CLOSE_INSTANCE"] = "Close This Window"
L["STRING_MENU_CLOSE_INSTANCE_DESC"] = "A closed window is considered inactive and can be reopened at any time using the window control menu."
L["STRING_MENU_CLOSE_INSTANCE_DESC2"] = "To fully destroy a window, check out the miscellaneous section in the options panel."
L["STRING_MENU_CLOSE_INSTANCE_DESC2"] = "To remove permanently, go to Options Panel > Window Body > Delete."
L["STRING_MENU_INSTANCE_CONTROL"] = "Window Control"
L["STRING_MINIMAP_TOOLTIP1"] = "|cFFCFCFCFleft click|r: open options panel"
L["STRING_MINIMAP_TOOLTIP11"] = "|cFFCFCFCFleft click|r: clear all segments"
@@ -470,9 +469,10 @@ L["STRING_OPTIONS_BAR_ICONFILE_DESC2"] = "Select the icon pack to use."
L["STRING_OPTIONS_BAR_ICONFILE1"] = "No Icon"
L["STRING_OPTIONS_BAR_ICONFILE2"] = "Default"
L["STRING_OPTIONS_BAR_ICONFILE3"] = "Default (black white)"
L["STRING_OPTIONS_BAR_ICONFILE4"] = "Default (transparent)"
L["STRING_OPTIONS_BAR_ICONFILE5"] = "Rounded Icons"
L["STRING_OPTIONS_BAR_ICONFILE6"] = "Default (transparent black white)"
L["STRING_OPTIONS_BAR_ICONFILE4"] = "Default Rounded"
L["STRING_OPTIONS_BAR_ICONFILE5"] = "Default (HD)"
L["STRING_OPTIONS_BAR_ICONFILE6"] = "Default Rounded (transparent black white)"
L["STRING_OPTIONS_BAR_ICONFILE7"] = "Default Rounded (HD)"
L["STRING_OPTIONS_BAR_SPACING"] = "Spacing"
L["STRING_OPTIONS_BAR_SPACING_DESC"] = "Gap size between each bar."
L["STRING_OPTIONS_BAR_TEXTURE_DESC"] = "Texture used on the top of the bar."
@@ -847,6 +847,18 @@ L["STRING_OPTIONS_MINIMAP_ANCHOR"] = "Minimap:"
L["STRING_OPTIONS_MINIMAP_DESC"] = "Show or Hide minimap icon."
L["STRING_OPTIONS_MISCTITLE"] = "Miscellaneous Settings"
L["STRING_OPTIONS_MISCTITLE2"] = "These control several options."
L["STRING_OPTIONS_MPLUS_BOSSNEWCOMBAT"] = "New Combat on Boss Pull"
L["STRING_OPTIONS_MPLUS_BOSSNEWCOMBAT_DESC"] = "If a boss is pulled while in combat, this option closes the current combat encounter and initiates a new one for the boss."
L["STRING_OPTIONS_MPLUS_DPS_ANCHOR"] = "Overall Segment DPS Calculation"
L["STRING_OPTIONS_MPLUS_MAKEOVERALL"] = "Make Overall Segment"
L["STRING_OPTIONS_MPLUS_MAKEOVERALL_DESC"] = "After the run is completed, this option creates a new segment containing all combat data from the run."
L["STRING_OPTIONS_MPLUS_MERGETRASH"] = "Merge Trash"
L["STRING_OPTIONS_MPLUS_PANELS_ANCHOR"] = "Panels"
L["STRING_OPTIONS_MPLUS_SHOWENDPANEL"] = "Show End of M+ Panel"
L["STRING_OPTIONS_MPLUS_TIME_INCOMBAT"] = "Time in Combat"
L["STRING_OPTIONS_MPLUS_TIME_INCOMBAT_DESC"] = "The overall segment for the Mythic+ run will use 'totalDamage / totalCombatTime' to calculate DPS."
L["STRING_OPTIONS_MPLUS_TIME_RUNTIME"] = "Dungeon Run Time"
L["STRING_OPTIONS_MPLUS_TIME_RUNTIME_DESC"] = "The overall segment for the Mythic+ run will calculate DPS using 'totalDamage / runTime'."
L["STRING_OPTIONS_NICKNAME"] = "Nickname"
L["STRING_OPTIONS_NICKNAME_DESC"] = [=[Set a nickname for you.
@@ -1472,6 +1484,7 @@ L["STRING_REPORT_SINGLE_BUFFUPTIME"] = "buff uptime for"
L["STRING_REPORT_SINGLE_COOLDOWN"] = "cooldowns used by"
L["STRING_REPORT_SINGLE_DEATH"] = "Death of"
L["STRING_REPORT_SINGLE_DEBUFFUPTIME"] = "debuff uptime for"
L["STRING_REPORT_TEXT"] = "Report"
L["STRING_REPORT_TOOLTIP"] = "Report Results"
L["STRING_REPORTFRAME_COPY"] = "Copy & Paste"
L["STRING_REPORTFRAME_CURRENT"] = "Current"
@@ -1715,5 +1728,3 @@ L["STRING_WIPE_ERROR1"] = "a wipe already has been call."
L["STRING_WIPE_ERROR2"] = "we aren't in a raid encounter."
L["STRING_WIPE_ERROR3"] = "couldn't end the encounter."
L["STRING_YES"] = "Yes"
--@localization(locale="enUS", format="lua_additive_table")@