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.
503 lines
26 KiB
503 lines
26 KiB
Narci.L = {}
|
|
|
|
local L = Narci.L
|
|
|
|
NARCI_GRADIENT = "|cffA236EFN|r|cff9448F1a|r|cff865BF2r|r|cff786DF4c|r|cff6A80F6i|r|cff5D92F7s|r|cff4FA4F9s|r|cff41B7FAu|r|cff33C9FCs|r"
|
|
MYMOG_GRADIENT = "|cffA236EFM|cff9448F1y |cff865BF2T|cff786DF4r|cff6A80F6a|cff5D92F7n|cff4FA4F9s|cff41B7FAm|cff33C9FCo|cff32c9fbg|r"
|
|
|
|
NARCI_VERSION_INFO = "1.1.2";
|
|
NARCI_DEVELOPER_INFO = "Designed by Peterodox";
|
|
|
|
NARCI_NEW_ENTRY_PREFIX = "|cff40C7EB";
|
|
NARCI_COLOR_GREY_85 = "|cffd8d8d8";
|
|
NARCI_COLOR_GREY_70 = "|cffb3b3b3";
|
|
NARCI_COLOR_RED_MILD = "|cffff5050";
|
|
NARCI_COLOR_GREEN_MILD = "|cff7cc576";
|
|
NARCI_COLOR_YELLOW = "|cfffced00";
|
|
NARCI_COLOR_CYAN_DARK = "5385a5";
|
|
NARCI_COLOR_PINK_DARK = "da9bc3";
|
|
|
|
NARCI_MODIFIER_CONTROL = "Ctrl";
|
|
NARCI_MODIFIER_ALT = "Alt"; --Windows
|
|
NARCI_SHORTCUTS_COPY = "Ctrl+C";
|
|
|
|
NARCI_MOUSE_BUTTON_ICON_1 = "|TInterface\\AddOns\\Narcissus\\Art\\Keyboard\\Mouse-Small:16:16:0:0:64:16:0:16:0:16|t"; --Left Button
|
|
NARCI_MOUSE_BUTTON_ICON_2 = "|TInterface\\AddOns\\Narcissus\\Art\\Keyboard\\Mouse-Small:16:16:0:0:64:16:16:32:0:16|t"; --Right Button
|
|
NARCI_MOUSE_BUTTON_ICON_3 = "|TInterface\\AddOns\\Narcissus\\Art\\Keyboard\\Mouse-Small:16:16:0:0:64:16:32:48:0:16|t"; --Middle Button
|
|
|
|
if IsMacClient() then
|
|
--Mac OS
|
|
NARCI_MODIFIER_CONTROL = "Command";
|
|
NARCI_MODIFIER_ALT = "Option";
|
|
NARCI_SHORTCUTS_COPY = "Command+C";
|
|
end
|
|
|
|
L["Swap items"] = "Swap items";
|
|
L["Press Copy"] = NARCI_COLOR_GREY_70.. "Press |r".. NARCI_SHORTCUTS_COPY.. NARCI_COLOR_GREY_70 .." to Copy";
|
|
L["Copied"] = NARCI_COLOR_GREEN_MILD.. "Link Copied";
|
|
|
|
L["Movement Speed"] = "MSPD";
|
|
L["Damage Reduction Percentage"] = "DR%";
|
|
|
|
L["Advanced Info"] = "Left click to toggle advanced info.";
|
|
|
|
L["Photo Mode"] = "Photo Mode";
|
|
L["Photo Mode Tooltip Open"] = "Open the screenshot toolbox.";
|
|
L["Photo Mode Tooltip Close"] = "Close the screenshot toolbox.";
|
|
L["Photo Mode Tooltip Special"] = "Your captured screenshots in the WoW Screenshots folder will not include this widget.";
|
|
|
|
L["Xmog Button"] = "Share Transmog";
|
|
L["Xmog Button Tooltip Open"] = "Show the transmog items instead of actual gears.";
|
|
L["Xmog Button Tooltip Close"] = "Show the actual gears in your equipment slots.";
|
|
L["Xmog Button Tooltip Special"] = "Your may try different layouts.";
|
|
|
|
L["Emote Button"] = "Do Emote";
|
|
L["Emote Button Tooltip Open"] = "Do the emotes with unique animations.";
|
|
L["Auto Capture"] = "Auto Capture";
|
|
|
|
L["HideTexts Button"] = "Hide Texts";
|
|
L["HideTexts Button Tooltip Open"] = "Hide all unit names, chat bubbles and combat texts.";
|
|
L["HideTexts Button Tooltip Close"] = "Restore the unit names, chat bubbles and combat texts.";
|
|
L["HideTexts Button Tooltip Special"] = "Previous settings will be restored when you exit.";
|
|
|
|
L["TopQuality Button"] = "Top Quality";
|
|
L["TopQuality Button Tooltip Open"] = "Set every graphics quality option to its maximum.";
|
|
L["TopQuality Button Tooltip Close"] = "Restore your graphics settings.";
|
|
|
|
--Special Source--
|
|
L["Heritage Armor"] = "Heritage Armor";
|
|
L["Secret Finding"] = "Secret Finding";
|
|
|
|
NARCI_HEART_QUOTE_1 = "what is essential is invisible to the eye.";
|
|
|
|
--Title Manager--
|
|
L["Open Title Manager"] = "Open Title Manager";
|
|
L["Close Title Manager"] = "Close Title Manager";
|
|
|
|
--Alias--
|
|
L["Use Alias"] = "Switch to Alias";
|
|
L["Use Player Name"] = "Switch to "..CALENDAR_PLAYER_NAME;
|
|
|
|
L["Minimap Tooltip Double Click"] = "Double-tap";
|
|
L["Minimap Tooltip Left Click"] = "Left-click|r";
|
|
L["Minimap Tooltip To Open"] = "|cffffffffOpen "..CHARACTER_INFO;
|
|
L["Minimap Tooltip Module Panel"] = "|cffffffffOpen Module Panel";
|
|
L["Minimap Tooltip Right Click"] = "Right-click";
|
|
L["Minimap Tooltip Shift Left Click"] = "Shift + Left-click";
|
|
L["Minimap Tooltip Shift Right Click"] = "Shift + Right-click";
|
|
L["Minimap Tooltip Hide Button"] = "|cffffffffHide this button|r"
|
|
L["Minimap Tooltip Middle Button"] = "|CFFFF1000Middle button |cffffffffReset camera";
|
|
L["Minimap Tooltip Set Scale"] = "Set Scale: |cffffffff/narci [scale 0.8~1.2]";
|
|
L["Corrupted Item Parser"] = "|cffffffffToggle Corrupted Item Parser|r";
|
|
L["Toggle Dressing Room"] = "|cffffffffToggle "..DRESSUP_FRAME.."|r";
|
|
|
|
NARCI_CLIPBOARD = "Clipboard";
|
|
L["Layout"] = "Layout";
|
|
L["Symmetry"] = "Symmetry";
|
|
L["Asymmetry"] = "Asymmetry";
|
|
L["Copy Texts"] = "Copy Texts";
|
|
L["Syntax"] = "Syntax";
|
|
L["Plain Text"] = "Plain Text";
|
|
L["BB Code"] = "BB Code";
|
|
L["Markdown"] = "Markdown";
|
|
L["Export Includes"] = "Export Includes...";
|
|
NARCI_ITEM_ID = "Item ID";
|
|
|
|
L["3D Model"] = "3D Model";
|
|
NARCI_EQUIPMENTSLOTS = "Equipment Slots";
|
|
|
|
--Preferences--
|
|
|
|
NARCI_PHOTO_MODE = L["Photo Mode"];
|
|
NARCI_OVERRIDE = "Override";
|
|
NARCI_INVALID_KEY = "Invalid key combination.";
|
|
NARCI_REQUIRE_RELOAD = NARCI_COLOR_RED_MILD.. "UI reload is required.|r";
|
|
|
|
L["Preferences"] = "Preferences";
|
|
L["Preferences Tooltip"] = "Click to open Preferences Panel.";
|
|
L["Extensions"] = "Extensions";
|
|
L["About"] = "About";
|
|
L["Image Filter"] = "Filters"; --Image filter
|
|
L["Image Filter Description"] = "All filters except vignette will be disabled in transmog mode.";
|
|
L["Grain Effect"] = "Grain Effect";
|
|
L["Fade Music"] = "Fade Music In/Out";
|
|
L["Vignette Strength"] = "Vignette Strength";
|
|
L["Weather Effect"] = "Weather Effect";
|
|
L["Letterbox"] = "Letterbox";
|
|
L["Letterbox Ratio"] = "Ratio";
|
|
L["Letterbox Alert1"] = "The aspect ratio of your monitor exceeds the selected ratio!"
|
|
L["Letterbox Alert2"] = "It is recommend to set the UI Scale to %0.1f\n(the current scale is %0.1f)"
|
|
L["Default Layout"] = "Default Layout";
|
|
L["Transmog Layout1"] = "Symmetry, 1 Model";
|
|
L["Transmog Layout2"] = "2 Models";
|
|
L["Transmog Layout3"] = "Compact Mode";
|
|
L["Always Show Model"] = "Show 3D Model While Using Symmetry Layout";
|
|
L["AFK Screen Description"] = "Automatically open Narcissus when yo go AFK.";
|
|
L["AFK Screen Description Extra"] = "This will override ElvUI AFK Mode.";
|
|
L["Gemma"] = "\"Gemma\""; --Don't translate
|
|
L["Gemma Description"] = "Show a list of gems when socketing an item.";
|
|
L["Dressing Room"] = "Dressing Room"
|
|
L["Dressing Room Description"] = "Bigger dressing room pane with the abilities to view and copy other players' item lists and generate Wowhead dressing room links.";
|
|
L["General"] = "General"; --General options
|
|
L["Interface"] = "Interface";
|
|
L["Shortcuts"] = "Shortcuts";
|
|
L["Themes"] = "Themes";
|
|
L["Effects"] = "Effects"; --UI effect
|
|
L["Camera"] = "Camera";
|
|
L["Transmog"] = "Transmog";
|
|
L["Credits"] = "Credits";
|
|
L["Border Theme Header"] = "Border Theme";
|
|
L["Border Theme Bright"] = "Bright";
|
|
L["Border Theme Dark"] = "Dark";
|
|
L["Text Width"] = "Text Width";
|
|
L["Truncate Text"] = "Truncate Text";
|
|
L["Stat Sheet"] = "Stat Sheet";
|
|
L["Minimap Button"] = "Minimap Button";
|
|
L["Fade Out"] = "Fade Out On Mouseout";
|
|
L["Fade Out Description"] = "Button fades out when you move the cursor out of it.";
|
|
L["Hotkey"] = "Hotkey";
|
|
L["Double Tap"] = "Enable Double-tap";
|
|
L["Double Tap Description"] = "Double-tap the key bound to Character Pane to open Narcissus.";
|
|
L["Show Detailed Stats"] = "Show Detailed Stats";
|
|
L["Tooltip Color"] = "Tooltip Color";
|
|
L["Entrance Visual"] = "Entrance Visual";
|
|
L["Entrance Visual Description"] = "Play spell visuals when your model shows up.";
|
|
L["Panel Scale"] = "Panel Scale";
|
|
L["Exit Confirmation"] = "Exit Confirmation";
|
|
L["Exit Confirmation Texts"] = "Quit group photo?";
|
|
L["Exit Confirmation Leave"] = "Yes";
|
|
L["Exit Confirmation Cancel"] = "No";
|
|
L["Ultra-wide"] = "Ultra-wide";
|
|
L["Ultra-wide Optimization"] = "Ultra-wide Optimization";
|
|
L["Baseline Offset"] = "Baseline Offset";
|
|
L["Ultra-wide Tooltip"] = "You can see this option because you are using a %s:9 monitor.";
|
|
L["Interactive Area"] = "Interactable Area";
|
|
L["Item Socketing Tooltip"] = "Double-click to embed";
|
|
L["No Available Gem"] = "|cffd8d8d8No available gem|r";
|
|
L["Use Bust Shot"] = "Use Bust Shot";
|
|
L["Use Escape Button"] = "Esc Key";
|
|
L["Use Escape Button Description1"] = "Press the Escape key to exit.";
|
|
L["Use Escape Button Description2"] = "Exit by clicking the hidden X button on the top-right of your screen.";
|
|
L["Show Module Panel Gesture"] = "Show Module Panel On Mouseover";
|
|
L["Independent Minimap Button"] = "Unaffected By Other Addons";
|
|
L["AFK Screen"] = "AFK Screen";
|
|
L["Keep Standing"] = "Keep Standing";
|
|
L["Keep Standing Description"] = "Cast /stand every now and then when you go AFK. This will not prevent AFK logout.";
|
|
L["None"] = "None";
|
|
L["NPC"] = "NPC";
|
|
L["Database"] = "Database";
|
|
L["Creature Tooltip"] = "Creature Tooltip";
|
|
L["RAM Usage"] = "RAM Usage";
|
|
L["Others"] = "Others";
|
|
L["Find Relatives"] = "Find Relatives";
|
|
L["Find Related Creatures Description"] = "Search for creatures with the same last name.";
|
|
L["Find Relatives Hotkey Format"] = "Press %s to find relatives.";
|
|
L["Translate Names"] = "Translate Names";
|
|
L["Translate Names Description On"] = "Show unit's translated name(s) on...";
|
|
L["Translate Names Description Off"] = "";
|
|
L["Select A Language"] = "Selected languge:";
|
|
L["Select Multiple Languages"] = "Selected languges:";
|
|
L["Load on Demand"] = "Load on Demand";
|
|
L["Load on Demand Description On"] = "Don't load database until using search functions.";
|
|
L["Load on Demand Description Off"] = "Load creature database when you log in.";
|
|
L["Load on Demand Description Disabled"] = NARCI_COLOR_YELLOW.. "This toggle is locked because you have enabled creature tooltip.";
|
|
L["Tooltip"] = "Tooltip";
|
|
L["Name Plate"] = "Name Plate";
|
|
L["Y Offset"] = "Y Offset";
|
|
L["Sceenshot Quality"] = "Sceenshot Quality";
|
|
L["Screenshot Quality Description"] = "Higher quality results in bigger file size.";
|
|
L["Camera Movement"] = "Camera Movement";
|
|
L["Orbit Camera"] = "Orbit Camera";
|
|
L["Orbit Camera Description On"] = "When you open this character panel, the camera will be rotated to your front and begin orbiting.";
|
|
L["Orbit Camera Description Off"] = "When you open this character panel, the camera will be zoomed in without rotation";
|
|
L["Camera Safe Mode"] = "Camera Safe Mode";
|
|
L["Camera Safe Mode Description"] = "Fully disable ActionCam feature after closing this addon.";
|
|
L["Camera Safe Mode Description Extra"] = "Untoggled because you are using DynamicCam."
|
|
L["Camera Transition"] = "Camera Transition";
|
|
L["Camera Transition Description On"] = "Camera will move smoothly to the predetermined position when you open this character panel.";
|
|
L["Camera Transition Description Off"] = "Camera transition becomes instant. Starts from the second time you use this character panel.\nInstant transition will override camera preset #4.";
|
|
L["Interface Options Tab Description"] = "You can also access the this panel by clicking the gear button next to the toolbar on the bottom left of your screen while using Narcissus.";
|
|
L["Soulbinds"] = COVENANT_PREVIEW_SOULBINDS;
|
|
L["Conduit Tooltip"] = "Conduit Effects of Higher Ranks";
|
|
L["Domination Indicator"] = "Domination Indicator";
|
|
|
|
--Model Control--
|
|
NARCI_STAND_IDLY = "Stand Idly";
|
|
NARCI_RANGED_WEAPON = "Ranged Weapon";
|
|
NARCI_MELEE_WEAPON = "Melee Weapon";
|
|
NARCI_SPELLCASTING = "Spellcasting";
|
|
NARCI_ANIMATION_ID = "Animation ID";
|
|
NARCI_LINK_LIGHT_SETTINGS = "Link Light Sources";
|
|
NARCI_LINK_MODEL_SCALE = "Link Model Scales";
|
|
NARCI_GROUP_PHOTO_AVAILABLE = "Now available in Narcissus";
|
|
NARCI_GROUP_PHOTO_NOTIFICATION = "Please select a target.";
|
|
NARCI_GROUP_PHOTO_STATUS_HIDDEN = "Hidden";
|
|
NARCI_DIRECTIONAL_AMBIENT_LIGHT = "Directional/Ambient Light";
|
|
NARCI_DIRECTIONAL_AMBIENT_LIGHT_TOOLTIP = "Switch between\n- Directional light that can be blocked by object and cast shadow\n- Ambient light that influences the entire model";
|
|
|
|
L["Group Photo"] = "Group Photo";
|
|
L["Reset"] = "Reset";
|
|
L["Actor Index"] = "Index";
|
|
L["Move To Font"] = "|cff40c7ebFront|r";
|
|
L["Actor Index Tooltip"] = "Drag an index button to change the model's layer.";
|
|
L["Play Button Tooltip"] = NARCI_MOUSE_BUTTON_ICON_1.."Play this animation\n"..NARCI_MOUSE_BUTTON_ICON_2.."Resume all models\' animations";
|
|
L["Pause Button Tooltip"] = NARCI_MOUSE_BUTTON_ICON_1.."Pause this animation\n"..NARCI_MOUSE_BUTTON_ICON_2.."Pause all models\' animations";
|
|
L["Save Layers"] = "Save Layers";
|
|
L["Save Layers Tooltip"] = "Automatically capture 6 screenshots for picture compositing.\nPlease do not move your cursor or click any buttons during this process. Otherwise, your character could becomes invisible after exiting the addon. Should it happen, use this command:\n/console showplayer";
|
|
L["Ground Shadow"] = "Ground Shadow";
|
|
L["Ground Shadow Tooltip"] = "Add a movable ground shadow beneath you model.";
|
|
L["Hide Player"] = "Hide Player";
|
|
L["Hide Player Tooltip"] = "Make your character invisible to yourself.";
|
|
L["Virtual Actor"] = "Virtual";
|
|
L["Virtual Actor Tooltip"] = "Only the spell visual on this model is visible."
|
|
L["Self"] = "Self";
|
|
L["Target"] = "Target";
|
|
L["Compact Mode Tooltip"] = "Only use the left part of your screen to present your transmog.";
|
|
L["Toggle Equipment Slots"] = "Toggle equipment slots";
|
|
L["Toggle Text Mask"] = "Toggle text mask";
|
|
L["Toggle 3D Model"] = "Toggle 3D model";
|
|
L["Toggle Model Mask"] = "Toggle model mask";
|
|
L["Show Color Sliders"] = "Show color sliders";
|
|
L["Show Color Presets"] = "Show color presets";
|
|
L["Keep Current Form"] = "Hold "..NARCI_MODIFIER_ALT.." to keep shapeshift form.";
|
|
L["Race Change Tooltip"] = "Change to another playerable race";
|
|
L["Sex Change Tooltip"] = "Change sex";
|
|
L["Show More options"] = "Show More options";
|
|
L["Show Less Options"] = "Show Less Options";
|
|
L["Shadow"] = "Shadow";
|
|
L["Light Source"] = "Light Source";
|
|
L["Light Source Independent"] = "Independent";
|
|
L["Light Source Interconnected"] = "Interconnected";
|
|
|
|
|
|
--Animation Browser--
|
|
L["Animation"] = "Animation";
|
|
L["Animation Tooltip"] = "Browse, search animations";
|
|
L["Animation Variation"] = "Animation Variation";
|
|
L["Reset Slider"] = "Reset to zero";
|
|
|
|
|
|
--Spell Visual Browser--
|
|
L["Visuals"] = "Visuals";
|
|
L["Visual ID"] = "Visual ID";
|
|
L["Animation ID Abbre"] = "Anim. ID";
|
|
L["Category"] = "Category";
|
|
L["Sub-category"] = "Sub-category";
|
|
L["My Favorites"] = "My Favorites";
|
|
L["Reset Visual Tooltip"] = "Remove unapplied visuals";
|
|
L["Remove Visual Tooltip"] = "Left-click: Remove a selected visual\nLong-click: Remove all applied visuals";
|
|
L["Apply"] = "Apply";
|
|
L["Applied"] = "Applied"; --Viusals that were "Applied" to the model
|
|
L["Remove"] = "Remove";
|
|
L["Rename"] = "Rename";
|
|
L["Refresh Model"] = "Refresh Model";
|
|
L["Toggle Browser"] = "Toggle spell visual browser";
|
|
L["Next And Previous"] = NARCI_MOUSE_BUTTON_ICON_1.."Go to next\n"..NARCI_MOUSE_BUTTON_ICON_2.."Go to previous";
|
|
L["New Favorite"] = "New Favorite";
|
|
L["Favorites Add"] = "Add to My Favorites";
|
|
L["Favorites Remove"] = "Remove from Favorites";
|
|
L["Auto-play"] = "Auto-play"; --Auto-play suggested animation
|
|
L["Auto-play Tooltip"] = "Auto-play the animation\nthat is tied to the selected visual.";
|
|
L["Delete Entry Plural"] = "Will delete %s entries";
|
|
L["Delete Entry Singular"] = "Will delete %s entry";
|
|
L["History Panel Note"] = "Applied visuals will be shown here";
|
|
L["Return"] = "Return";
|
|
L["Close"] = "Close";
|
|
L["Change Pack"] = "Change Pack";
|
|
|
|
--Dressing Room--
|
|
L["Favorited"] = "Favorited";
|
|
L["Unfavorited"] = "Unfavorited";
|
|
L["Item List"] = "Item List";
|
|
L["Use Target Model"] = "Use Target's Model";
|
|
L["Use Your Model"] = "Use Your Model";
|
|
L["Cannot Inspect Target"] = "Cannot Inspect Target"
|
|
L["External Link"] = "External Link";
|
|
L["Add to MogIt Wishlist"] = "Add to MogIt Wishlist";
|
|
|
|
--NPC Browser--
|
|
NARCI_NPC_BROWSER_TITLE_LEVEL = ".*%?%?.?"; --Level ?? --Use this to check if the second line of the tooltip is NPC's title or unit type
|
|
L["NPC Browser"] = "NPC Browser";
|
|
L["NPC Browser Tooltip"] = "Choose an NPC from the list.";
|
|
L["Search for NPC"] = "Search for NPC";
|
|
L["Name or ID"] = "Name or ID";
|
|
L["NPC Has Weapons"] = "Has Signiture Weapons";
|
|
L["Retrieving NPC Info"] = "Retrieving NPC Info";
|
|
L["Loading Database"] = "Loading Database...\nYour screen could freeze for a few seconds.";
|
|
L["Other Last Name Format"] = "Other "..NARCI_COLOR_GREY_70.."%s(s)|r:\n";
|
|
L["Too Many Matches Format"] = "\nOver %s matches.";
|
|
|
|
--Solving Lower-case or Abbreviation Issue--
|
|
NARCI_STAT_STRENGTH = SPEC_FRAME_PRIMARY_STAT_STRENGTH;
|
|
NARCI_STAT_AGILITY = SPEC_FRAME_PRIMARY_STAT_AGILITY;
|
|
NARCI_STAT_INTELLECT = SPEC_FRAME_PRIMARY_STAT_INTELLECT;
|
|
NARCI_CRITICAL_STRIKE = STAT_CRITICAL_STRIKE;
|
|
|
|
|
|
--Equipment Comparison--
|
|
NARCI_AZERITE_POWERS = "Azerite Powers";
|
|
L["Gem Tooltip Format1"] = "%s and %s";
|
|
L["Gem Tooltip Format2"] = "%s, %s and %s more...";
|
|
|
|
--Equipment Set Manager
|
|
L["Equipped Item Level Format"] = "Equipped %s";
|
|
L["Equipped Item Level Tooltip"] = "The average item level of your currently equipped items.";
|
|
L["Equipment Manager"] = EQUIPMENT_MANAGER;
|
|
L["Toggle Equipment Set Manager"] = NARCI_MOUSE_BUTTON_ICON_1.."Equipment set manager.";
|
|
L["Duplicated Set"] = "Duplicated Set";
|
|
L["Low Item Level"] = "Low item level";
|
|
L["1 Missing Item"] = "1 missing item";
|
|
L["n Missing Items"] = "%s missing items";
|
|
L["Update Items"] = "Update Items";
|
|
L["Don't Update Items"] = "Don't Update Items";
|
|
L["Update Talents"] = "Update Talents";
|
|
L["Don't Update Talents"] = "Don't Update Talents";
|
|
L["Old Icon"] = "Old Icon";
|
|
L["NavBar Saved Sets"] = "Saved"; --A Saved Equipment Set
|
|
L["NavBar Incomplete Sets"] = INCOMPLETE;
|
|
NARCI_ICON_SELECTOR = "Icon Selector";
|
|
NARCI_DELETE_SET_WITH_LONG_CLICK = "Delete Set\n|cff808080(click and hold)|r";
|
|
|
|
--Corruption System
|
|
L["Corruption System"] = "Corruption";
|
|
L["Eye Color"] = "Eye Color";
|
|
L["Blizzard UI"] = "Blizzard UI";
|
|
L["Corruption Bar"] = "Corruption Bar";
|
|
L["Corruption Bar Description"] = "Enable the corruption bar next to the Character Pane.";
|
|
L["Corruption Debuff Tooltip"] = "Debuff Tooltip";
|
|
L["Corruption Debuff Tooltip Description"] = "Replace the default negative effects tooltip with its numeric counterpart.";
|
|
L["No Corrupted Item"] = "You haven't equipped any corrupted item.";
|
|
|
|
L["Crit Gained"] = CRIT_ABBR.." Gained";
|
|
L["Haste Gained"] = STAT_HASTE.." Gained";
|
|
L["Mastery Gained"] = STAT_MASTERY.." Gained";
|
|
L["Versatility Gained"] = STAT_VERSATILITY.." Gained";
|
|
|
|
L["Proc Crit"] = "Proc "..CRIT_ABBR;
|
|
L["Proc Haste"] = "Proc "..STAT_HASTE;
|
|
L["Proc Mastery"] = "Proc "..STAT_MASTERY;
|
|
L["Proc Versatility"] = "Proc "..STAT_VERSATILITY;
|
|
|
|
L["Critical Damage"] = CRIT_ABBR.."DMG";
|
|
|
|
L["Corruption Effect Format1"] = "|cffffffff%s%%|r speed reduced";
|
|
L["Corruption Effect Format2"] = "|cffffffff%s|r initial damage\n|cffffffff%s yd|r radius";
|
|
L["Corruption Effect Format3"] = "|cffffffff%s|r damage\n|cffffffff%s%%|r of your HP";
|
|
L["Corruption Effect Format4"] = "Struck by the Thing From Beyond triggers other debuffs";
|
|
L["Corruption Effect Format5"] = "|cffffffff%s%%|r damage\\healing taken modified";
|
|
|
|
--Text Overlay Frame
|
|
L["Text Overlay Button Tooltip1"] = "Simple Speech Balloon";
|
|
L["Text Overlay Button Tooltip2"] = "Advanced Speech Balloon";
|
|
L["Text Overlay Button Tooltip3"] = "Talking Head";
|
|
L["Text Overlay Button Tooltip4"] = "Floating Subtitle";
|
|
L["Text Overlay Button Tooltip5"] = "Black Bar Subtitle";
|
|
L["Visibility"] = "Visibility";
|
|
|
|
--Achievement Frame--
|
|
L["Use Achievement Panel"] = "Use As Primary Achievement Panel";
|
|
L["Use Achievement Panel Description"] = "Replace the default achievement toast. Enable tooltip enhancement. Click tracked achievements to open this panel.";
|
|
L["Incomplete First"] = "Incomplete First";
|
|
L["Earned First"] = "Earned First";
|
|
L["Settings"] = "Settings";
|
|
L["Next Prev Card"] = "Next/Prev Card";
|
|
L["Track"] = "Track"; --Track achievements
|
|
L["Show Unearned Mark"] = "Show Unearned Mark";
|
|
L["Show Unearned Mark Description"] = "Mark the achievements that were not earned by me with a red X.";
|
|
L["Show Dates"] = "Show Dates";
|
|
L["Hide Dates"] = "Hide Dates";
|
|
|
|
--Barbershop--
|
|
L["Save New Look"] = "Save New Look";
|
|
L["No Available Slot"] = "No Available Slot";
|
|
L["Look Saved"] = "Look Saved";
|
|
L["Cannot Save Forms"] = "Cannot Save Forms";
|
|
L["Profiles"] = "Profiles";
|
|
L["Save Notify"] = "Notify You to Save New Appearance";
|
|
L["Show Randomize Button"] = "Show Randomize Appearance Button";
|
|
L["Coins Spent"] = "Coins Spent";
|
|
L["Locations"] = "Locations";
|
|
L["Location"] = "Location";
|
|
L["Visits"] = "Visits"; --number of visits
|
|
L["Duration"] = "Duration";
|
|
L["Edit Name"] = "Edit Name";
|
|
L["Delete Look"] = "Delete Look\n(Click and Hold)";
|
|
|
|
--Tutorial--
|
|
L["Alert"] = "Warning";
|
|
L["Race Change"] = "Race/Gender Change";
|
|
L["Race Change Line1"] = "You can again change your race and gender. But there are some limitations:\n1. Your weapons will disappear.\n2. Spell visuals can no longer be removed.\n3. It does not work on other players or NPC.";
|
|
L["Guide Spell Headline"] = "Try or Apply";
|
|
L["Guide Spell Criteria1"] = "Left-click to TRY";
|
|
L["Guide Spell Criteria2"] = "Right-click to APPLY";
|
|
L["Guide Spell Line1"] = "Most spell visuals that you add by clicking left button will fade away in seconds, while those you add by clicking right button will not.\n\nNow please move to an entry then:";
|
|
L["Guide Spell Choose Category"] = "You can add spell visuals to your model. Choose any category you like. Then choose a subcategory.";
|
|
L["Guide History Headline"] = "History Panel";
|
|
L["Guide History Line1"] = "At most 5 recently applied visuals can retain here. You can select one and delete it by clicking the Remove button on the right end.";
|
|
L["Guide Refresh Line1"] = "Use this button to remove all unapplied spell visuals. Those that were in the history panel will be reapplied.";
|
|
L["Guide Input Headline"] = "Manual Input";
|
|
L["Guide Input Line1"] = "You may also input a SpellVisualKitID yourself. As of 9.0, Its cap is around 155,000.\nYou can use your mousewheel to try the next/previous ID.\nVery few IDs can crash the game.";
|
|
L["Guide Equipment Manager Line1"] = "Double-click: Use a set\nRight-click: Edit a set.\n\nThis button's previous function has been moved to Preferences.";
|
|
L["Guide Model Control Headline"] = "Model Control";
|
|
L["Guide Model Control Line1"] = format("This model shares the same mouse actions you use in the dressing room, plus:\n\n1.Hold %s and Left Button: Rotate model around Y-axis.\n2.Hold %s and Right Button: Execute scrubby zoom.", NARCI_MODIFIER_ALT, NARCI_MODIFIER_ALT);
|
|
L["Guide Minimap Button Headline"] = "Minimap Button";
|
|
L["Guide Minimap Button Line1"] = "Narcissus minimap button can now be handled by other addons.\nYou can change this option in the Preferences Panel. It may require a UI reload."
|
|
L["Guide NPC Entrance Line1"] = "You can add any NPC into your scene."
|
|
L["Guide NPC Browser Line1"] = "Notable NPCs are listed in the catalog below.\nYou can also search for ANY creatures by name or ID.\nNotice that the first time you use the search function this login, it could take a few seconds to build the search table and your screen might freeze as well.\nYou may untoggle the \"Load on Demand\" option in the Preference Pane so that the database will be constructed right after you log in.";
|
|
|
|
|
|
--Splash--
|
|
NARCI_SPLASH_WHATS_NEW_FORMAT = "What's New in Narcissus %s";
|
|
|
|
L["Splash Category1"] = L["Photo Mode"];
|
|
L["Splash Content1 Name"] = "Weapon Browser";
|
|
L["Splash Content1 Description"] = "-View and use all weapons in the database, including those that are not obtainable by players.";
|
|
L["Splash Content2 Name"] = "Character Select Screen";
|
|
L["Splash Content2 Description"] = "-Add a decorative frame to create (fake) your own character select screen.";
|
|
L["Splash Content3 Name"] = "Dressing Room";
|
|
L["Splash Content3 Description"] = "-The dressing room module has been redesigned.\n-The item list now includes unpaired shoulders and weapon illusions.";
|
|
L["Splash Content4 Name"] = "NPC Browser";
|
|
L["Splash Content4 Description"] = "-The local database has been updated, which contains 152,219 creatures.";
|
|
L["Splash Category2"] = "Character Frame";
|
|
L["Splash Content5 Name"] = "Shard of Domination";
|
|
L["Splash Content5 Description"] = "-The Shard of Domination indicator will show up if you equip relevant items.\n-A list of available shards will be presented to you when you socket domination items.";
|
|
L["Splash Content6 Name"] = "Soulbinds";
|
|
L["Splash Content6 Description"] = "-The Soulbinds UI has been updated. You can check the conduit effects of higher ranks.";
|
|
L["Splash Content7 Name"] = "Visuals";
|
|
L["Splash Content7 Description"] = "-The hexagon item border gets a new look. Certain items have unique appearances.";
|
|
|
|
--Project Details--
|
|
NARCI_ALL_PROJECTS = "All Projects";
|
|
NARCI_PROJECT_DETAILS = "|cFFFFD100Developer: Peterodox\nRelease Date: July 10, 2021|r\n\nThank you for trying this add-on! If you have any issues, suggestions, ideas, please leave a comment on the curseforge page or contact me on...";
|
|
NARCI_PROJECT_AAA_TITLE = "|cff008affA|cff0d8ef2z|cff1a92e5e|cff2696d9r|cff339acco|cff409ebft|cff4da1b2h |cff59a5a6A|cff66a999d|cff73ad8cv|cff7fb180e|cff8cb573n|cff99b966t|cffa6bd59u|cffb2c14dr|cffbfc440e |cffccc833A|cffd9cc26l|cffe5d01ab|cfff2d40du|cffffd800m|r";
|
|
NARCI_PROJECT_AAA_SUMMARY = "Explore places of interest and collect lores and photos from all across Azeroth.|cff636363";
|
|
NARCI_PROJECT_NARCISSUS_SUMMARY = "An immersive character pane and your ultimate screenshot tool.";
|
|
|
|
|
|
--Credits--
|
|
L["Credit List Extra"] = "Marlamin | WoW.tools\nKeyboardturner | Avid Bug Finder(Generator)\nHubbotu | Translator - Russian\nMeorawr | Wondrous Wisdomball";
|
|
|
|
--Conversation--
|
|
L["Q1"] = "What is this?";
|
|
L["Q2"] = "I know. But why is this so huge?";
|
|
L["Q3"] = "That's not funny. I just need a regular one.";
|
|
L["Q4"] = "Good. What if I want to disable it?";
|
|
L["Q5"] = "One more thing, could you promise me no more pranks?";
|
|
L["A1"] = "Apparently, this is an exit confirmation dialog. It pops up when you try to exit group photo mode by pressing hotkey.";
|
|
L["A2"] = "Ha, that's what she said.";
|
|
L["A3"] = "Fine...fine..."
|
|
L["A4"] = "Sorry, you can't. It's for safety you know.";
|
|
|
|
--Search--
|
|
L["Search Result Singular"] = "%s result";
|
|
L["Search Result Plural"] = "%s results";
|
|
L["Search Result Overflow"] = "%s+ results";
|
|
L["Search Result None"] = CLUB_FINDER_APPLICANT_LIST_NO_MATCHING_SPECS;
|
|
|
|
--Weapon Browser--
|
|
L["Draw Weapon"] = "Draw Weapon";
|
|
L["Unequip Item"] = "Unequip";
|
|
L["WeaponBrowser Guide Hotkey"] = "Specify which hand to hold the weapon:";
|
|
L["WeaponBrowser Guide ModelType"] = "Some items are limited to certain type of model:";
|
|
L["WeaponBrowser Guide DressUpModel"] = "This will be the default type if your target is a player unless you are holding <%s> while creating it.";
|
|
L["WeaponBrowser Guide CinematicModel"] = "The model type will always be Cinematic if the creature is an NPC. You cannot sheathe weapons.";
|