diff --git a/FurCConstants.lua b/FurCConstants.lua index 415a58e..0ef1343 100644 --- a/FurCConstants.lua +++ b/FurCConstants.lua @@ -42,6 +42,8 @@ FurC.Constants.ItemSources = { FESTIVAL_DROP = getNextIdFor("ITEM_SOURCES"), -- 18 } +-- TODO #REFACTOR Switch version numbering to the same as game update numbers + -- versioning FurC.Constants.Versioning = { NONE = getNextIdFor("VERSIONING"), -- 1 off @@ -76,9 +78,10 @@ FurC.Constants.Versioning = { WEALD = getNextIdFor("VERSIONING"), -- 30 Gold Road BASE43 = getNextIdFor("VERSIONING"), -- 31 Base Game Update 43 BASE44 = getNextIdFor("VERSIONING"), -- 32 Base Game Update 44 + FALLBAN = getNextIdFor("VERSIONING"), -- 33 Fallen Banners (U45) } -FurC.Constants.Versioning.LATEST = FurC.Constants.Versioning.BASE44 +FurC.Constants.Versioning.LATEST = FurC.Constants.Versioning.FALLBAN -- Location Ids, mix of ingame strings and translations, more control over translations FurC.Constants.Locations = { diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt index 2167424..c52a9f2 100644 --- a/FurnitureCatalogue.txt +++ b/FurnitureCatalogue.txt @@ -2,7 +2,7 @@ ## Author: manavortex ## AddonVersion: 4085000 ## Version: 4.85.0 -## APIVersion: 101044 +## APIVersion: 101045 ## SavedVariables: FurnitureCatalogue_Settings ## DependsOn: LibCustomMenu LibAddonMenu-2.0 LibAsync ## OptionalDependsOn: LibDebugLogger LibDebugViewer diff --git a/FurnitureCatalogue_DevUtility/FurnitureCatalogue_DevUtility.txt b/FurnitureCatalogue_DevUtility/FurnitureCatalogue_DevUtility.txt index 7d86cb1..16cb440 100644 --- a/FurnitureCatalogue_DevUtility/FurnitureCatalogue_DevUtility.txt +++ b/FurnitureCatalogue_DevUtility/FurnitureCatalogue_DevUtility.txt @@ -3,7 +3,7 @@ ## Description: This is a utility addon that helps generating entries for the furniture database.\nYou will only need it if you want to help with development or the database. ## Version: 2.1.0 ## AddonVersion: 2001000 -## APIVersion: 101044 +## APIVersion: 101045 ## DependsOn: FurnitureCatalogue ## OptionalDependsOn: sidTools LibDebugLogger DebugLogViewer diff --git a/FurnitureCatalogue_Export/FurnitureCatalogue_Export.txt b/FurnitureCatalogue_Export/FurnitureCatalogue_Export.txt index a582872..fdabcce 100644 --- a/FurnitureCatalogue_Export/FurnitureCatalogue_Export.txt +++ b/FurnitureCatalogue_Export/FurnitureCatalogue_Export.txt @@ -2,7 +2,7 @@ ## Author: manavortex ## Version: 2.0.0 ## AddonVersion: 2000000 -## APIVersion: 101044 +## APIVersion: 101045 ## SavedVariables: FurnitureCatalogue_Export ## DependsOn: FurnitureCatalogue LibAddonMenu-2.0 diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua index 6433893..82a066d 100644 --- a/data/LuxuryFurnisher.lua +++ b/data/LuxuryFurnisher.lua @@ -2,6 +2,14 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {} local ver = FurC.Constants.Versioning +-- 35 Fallen Banners +FurC.LuxuryFurnisher[ver.FALLBAN] = { + [210886] = { -- Orcish Gateway, City + itemPrice = 4500, + itemDate = "2025-03-14", + }, +} + -- 30 Gold Road FurC.LuxuryFurnisher[ver.WEALD] = { [204632] = { -- Dwarven Archway, Temple", @@ -138,7 +146,7 @@ FurC.LuxuryFurnisher[ver.ENDLESS] = { }, [203139] = { -- Orcish Stable, Orsinium itemPrice = 150000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [203134] = { -- Wedding Planter, Octagonal itemPrice = 20000, @@ -386,7 +394,7 @@ FurC.LuxuryFurnisher[ver.DRUID] = { }, [192577] = { -- Orsinium Statue Base itemPrice = 4000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [192576] = { -- Druidic Totem, Animal itemPrice = 3500, @@ -630,7 +638,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = { }, [182615] = { -- Pedestal, Etched Stone itemPrice = 3000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [182614] = { -- Vine, Flowering Wyrdbloom Strand itemPrice = 700, @@ -674,7 +682,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = { }, [167347] = { -- Orcish Figurine, Mammoth itemPrice = 12000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [167346] = { -- Vines, Flowering Wyrdbloom itemPrice = 4000, @@ -714,7 +722,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = { }, [153691] = { -- Orsinium Sarcophagus, Honor's Rest itemPrice = 25000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [153690] = { -- Flower Cluster, Wyrdbloom itemPrice = 4000, @@ -754,7 +762,7 @@ FurC.LuxuryFurnisher[ver.DEADL] = { }, [141758] = { -- Orcish Wagon, Merchant itemPrice = 15000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [141757] = { -- Mushrooms, Climbing Aether Cup itemPrice = 5000, @@ -818,19 +826,19 @@ FurC.LuxuryFurnisher[ver.DEADL] = { }, [132148] = { -- Orsinium Statue, Head itemPrice = 25000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [132147] = { -- Orsinium Statue, Honor’s Rest itemPrice = 25000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [132146] = { -- Orsinium Relief, Malacath itemPrice = 25000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [132145] = { -- Orsinium Tent, Chief’s itemPrice = 15000, - itemDate = "2024-03-01", + itemDate = "2025-03-14", }, [132144] = { -- Reach Briarheart, Blood Red itemPrice = 15000, diff --git a/data/Recipes.lua b/data/Recipes.lua index 392686d..94e5821 100644 --- a/data/Recipes.lua +++ b/data/Recipes.lua @@ -2,6 +2,52 @@ FurC.Recipes = FurC.Recipes or {} local ver = FurC.Constants.Versioning +FurC.Recipes[ver.FALLBAN] = { + -- mirrormoor + 212206, + 212207, + 212208, + 212209, + 212210, + -- dawnwood + 212589, + 212590, + 212591, + 212592, + 212593, + 212594, + 212595, + 212596, + 212597, + -- ayleid + 212598, + 212599, + 212600, + 212601, + 212602, + 212603, + 212604, + 212605, + 212606, + 212607, + 212608, + 212609, + 212610, + 212611, + -- glass harp + 212612, + -- colovian + 212617, + -- rolis + 212561, + 212562, + 212563, + 212564, + 212565, + 212566, + 212567, +} + FurC.Recipes[ver.BASE44] = { -- lucent 211399, diff --git a/data/RumourRecipes.lua b/data/RumourRecipes.lua index cdbe4bd..8603e19 100644 --- a/data/RumourRecipes.lua +++ b/data/RumourRecipes.lua @@ -2,4 +2,40 @@ A list of recipes that actually exist in-game but haven't been confirmed existing. This list will make sure they don't show up under "Recipes: Unknown" and drive the OCD people up the walls ]] -FurC.RumourRecipes = {} +FurC.RumourRecipes = { + [211039] = 211039, -- Blueprint: Colovian Keg, Gigantic Wine + [211038] = 211038, -- Design: Dawnwood Platter, Feast + [211037] = 211037, -- Sketch: Colovian Mirror, Standing + [211036] = 211036, -- Praxis: Colovian Glassblower's Furnace + [211035] = 211035, -- Pattern: Colovian Tapestry, Red Diamond + [211034] = 211034, -- Diagram: Colovian Chandelier, Grapes + [211033] = 211033, -- Formula: Colovian Alembic Set, Colorful + [211032] = 211032, -- Blueprint: Colovian Archway, Wooden + [211031] = 211031, -- Blueprint: Colovian Banister Post, Wooden + [211030] = 211030, -- Blueprint: Colovian Banister, Wooden + [211029] = 211029, -- Praxis: Colovian Garden Wall, Straight + [211028] = 211028, -- Praxis: Colovian Garden Wall, Curved + [211027] = 211027, -- Praxis: Colovian Garden Pillar, Stone + [211026] = 211026, -- Praxis: Colovian Platform, Circular + [211025] = 211025, -- Praxis: Colovian Doorway, Stone + [211024] = 211024, -- Praxis: Colovian Wall, Flat Stone + [211023] = 211023, -- Formula: Colovian Window, Peaked + [211022] = 211022, -- Formula: Colovian Window, Rectangular + [211021] = 211021, -- Praxis: Colovian Fireplace, Stone + [211020] = 211020, -- Blueprint: Colovian Wall, Plaster + [211019] = 211019, -- Blueprint: Colovian Archway, Plaster + [211018] = 211018, -- Blueprint: Colovian Door, Painted + [211017] = 211017, -- Blueprint: Colovian Door, Wooden + [211016] = 211016, -- Blueprint: Colovian Doorway, Plaster + [211015] = 211015, -- Blueprint: Colovian Trim, Short Wooden + [211014] = 211014, -- Blueprint: Colovian Pillar, Wooden + [211013] = 211013, -- Blueprint: Colovian Trim, Wall + [211012] = 211012, -- Blueprint: Colovian Wall, Small Plaster + [211011] = 211011, -- Blueprint: Colovian Wall, Wooden + [211010] = 211010, -- Blueprint: Colovian Roof Gable, Large + [211009] = 211009, -- Blueprint: Colovian Floor, Small Dual-Sided + [211008] = 211008, -- Blueprint: Colovian Floor, Dual-Sided + [211007] = 211007, -- Blueprint: Colovian Staircase, Straight + [211006] = 211006, -- Blueprint: Colovian Staircase, Eastern Landing + [211005] = 211005, -- Blueprint: Colovian Staircase, Western Landing +} diff --git a/data/Rumours.lua b/data/Rumours.lua index fbeec2b..38ea6cb 100644 --- a/data/Rumours.lua +++ b/data/Rumours.lua @@ -5,23 +5,227 @@ local ver = FurC.Constants.Versioning local rumourSource = GetString(SI_FURC_SRC_RUMOUR_ITEM) local dataminedUnclear = GetString(SI_FURC_DATAMINED_UNCLEAR) +-- 33 Fallen Banners (U45) +FurC.Rumours[ver.FALLBAN] = { + [214254] = rumourSource, -- Battleground Powerup, Speed + [214253] = rumourSource, -- Battleground Powerup, Ultimate + [214252] = rumourSource, -- Battleground Powerup, Defense + [214251] = rumourSource, -- Battleground Powerup, Damage + [214250] = rumourSource, -- Dueling Mat + [214249] = rumourSource, -- Replica Soul Reaper + [214248] = rumourSource, -- Coin Pile, Tall + [214247] = rumourSource, -- Coin Pile, Small + [214246] = rumourSource, -- Coin, Single + [214245] = rumourSource, -- Crime Notice, Small + [214244] = rumourSource, -- Crime Notice, Large + [214243] = rumourSource, -- Replica Jubilee Cake Slice 2025 + [214242] = rumourSource, -- Replica Jubilee Cake 2025 + [212587] = rumourSource, -- Exiled Redoubt Banner + [212586] = rumourSource, -- Redguard Boat, Sailing + [212585] = rumourSource, -- Redguard Fence, Short Brass Capped + [212584] = rumourSource, -- Redguard Door, Tall + [212583] = rumourSource, -- Dock Bollard, Metal + [212582] = rumourSource, -- Dock Shed, Wooden + [212581] = rumourSource, -- Colovian Path Marker + [212580] = rumourSource, -- Apocrypha Brazier, Stone Marker + [212579] = rumourSource, -- Flowers, Sunflower Row + [212578] = rumourSource, -- Grass, Wispy Plume Cluster + [212577] = rumourSource, -- Alinor Door, Half + [212576] = rumourSource, -- Falmer Fence, Reinforced + [212575] = rumourSource, -- Ayleid Well, Large + [212574] = rumourSource, -- Ayleid Sconce, Tall Floor + [212573] = rumourSource, -- Flowers, Sturdy Blue Wisteria + [212553] = rumourSource, -- Zeal Decorations, Hanging Lamp + [212552] = rumourSource, -- Zeal Decorations, Coins + [212551] = rumourSource, -- Zeal Decorations, Banners Long + [212550] = rumourSource, -- Zeal Decorations, Banners Short + [212549] = rumourSource, -- Zeal Decorations, Pennants Long + [212548] = rumourSource, -- Zeal Decorations, Pennants Short + [212423] = rumourSource, -- Replica Mirrormoor Loom, Altar + [212422] = rumourSource, -- Replica Mirrormoor Loom, Backing + [212421] = rumourSource, -- Replica Mirrormoor Loom, Spindle + [212420] = rumourSource, -- Music Box, Jester's Caprice + [212419] = rumourSource, -- Carnaval Window, Stained Glass + [212418] = rumourSource, -- Sanguine's Wall + [212417] = rumourSource, -- Carnaval Stage + [212416] = rumourSource, -- Lightning Wall + [212214] = rumourSource, -- Skingrad Banner + [212213] = rumourSource, -- Colovian Gazebo + [212188] = rumourSource, -- Statue, High Elf Hero + [212187] = rumourSource, -- Statue, Nord Hero + [212186] = rumourSource, -- Statue, Breton Hero + [211580] = rumourSource, -- Imperial Firepit, Round + [211579] = rumourSource, -- Imperial Door, Diamond + [211578] = rumourSource, -- Imperial Archway, Stone + [211577] = rumourSource, -- Imperial Pedestal, Siege + [211576] = rumourSource, -- Imperial Chest, Reinforced + [211575] = rumourSource, -- Daedric Chest, Molag Bal + [211574] = rumourSource, -- Imperial Dais, Raised + [211573] = rumourSource, -- Imperial Tent, Meeting + [211572] = rumourSource, -- Imperial Tent, Large + [211571] = rumourSource, -- Reach Totem, Post + [211570] = rumourSource, -- Redguard Plaque, Beetle + [211569] = rumourSource, -- Orc Fountain, Wall + [211568] = rumourSource, -- Colovian Medallion, Grape + [211567] = rumourSource, -- Colovian Medallion, Diamond + [211566] = rumourSource, -- Dye Pots, Organized + [211565] = rumourSource, -- Skull, Carved Deer + [211564] = rumourSource, -- Clockwork Archway, Fan + [211563] = rumourSource, -- Clockwork Door, Octagonal + [211562] = rumourSource, -- Fabric Wall + [211561] = rumourSource, -- Argonian Plaque, Stone + [211560] = rumourSource, -- Skeleton, Whale Jaw + [211559] = rumourSource, -- Jester's Festival Sign + [211558] = rumourSource, -- Jester's Festival Rug, Star + [211557] = rumourSource, -- Jester's Festival Rug, Swirls + [211556] = rumourSource, -- Jester's Festival Wreath + [211555] = rumourSource, -- Jester's Festival Plaque, Queen Boar + [211554] = rumourSource, -- Jester's Festival Plaque, King Boar + [211553] = rumourSource, -- Jester's Festival Garland, Long Flags + [211552] = rumourSource, -- Jester's Festival Garland, Short Flags + [211551] = rumourSource, -- Jubilee Garland, Streamers + [211550] = rumourSource, -- Jubilee Banner, Small + [211549] = rumourSource, -- Jubilee Banner, Hanging + [211548] = rumourSource, -- Jubilee Rug, Small + [211547] = rumourSource, -- Jubilee Wind Chime, Floral + [211546] = rumourSource, -- Jubilee Wreath, Bell Chime + [211545] = rumourSource, -- Jubilee Wreath + [211544] = rumourSource, -- Jubilee Garland, Curved Double + [211543] = rumourSource, -- Jubilee Garland, Straight Short + [211542] = rumourSource, -- Jubilee Garland, Straight Long + [211541] = rumourSource, -- Jubilee Garland, Curved + [211540] = rumourSource, -- Pit Daemon Rug, Vertical + [211539] = rumourSource, -- Pit Daemon Rug, Horizontal + [211538] = rumourSource, -- Pit Daemon Mug + [211537] = rumourSource, -- Pit Daemon Banner, Short + [211536] = rumourSource, -- Pit Daemon Banner, Long + [211535] = rumourSource, -- Pit Daemon Rug, Round + [211534] = rumourSource, -- Fire Drake Rug, Vertical + [211533] = rumourSource, -- Fire Drake Rug, Horizontal + [211532] = rumourSource, -- Fire Drake Mug + [211531] = rumourSource, -- Fire Drake Banner, Short + [211530] = rumourSource, -- Fire Drake Banner, Long + [211529] = rumourSource, -- Fire Drake Rug, Round + [211528] = rumourSource, -- Storm Lord Rug, Vertical + [211527] = rumourSource, -- Storm Lord Rug, Horizontal + [211526] = rumourSource, -- Storm Lord Banner, Long + [211525] = rumourSource, -- Storm Lord Mug + [211524] = rumourSource, -- Storm Lord Banner, Short + [211523] = rumourSource, -- Storm Lord Rug, Round + [211522] = rumourSource, -- Fire Drake Wreath + [211521] = rumourSource, -- Storm Lord Wreath + [211520] = rumourSource, -- Pit Daemon Wreath + [211519] = rumourSource, -- Fire Drake Shield + [211518] = rumourSource, -- Pit Daemon Shield + [211517] = rumourSource, -- Storm Lord Shield + [211516] = rumourSource, -- Hosta, Orange + [211515] = rumourSource, -- Shrub Cluster, Large Red Boxwood + [211514] = rumourSource, -- Fern, Small Mammoth Leaf + [211513] = rumourSource, -- Fern, Tall Mammoth Leaf + [211512] = rumourSource, -- Tree, Small Willow + [211511] = rumourSource, -- Tree, Twisted Dawnwood + [211510] = rumourSource, -- Tree, Sheltering Dawnwood + [211509] = rumourSource, -- Tree, Curled Dawnwood + [211508] = rumourSource, -- Quarry Stone, Small + [211507] = rumourSource, -- Quarry Stone, Large + [211506] = rumourSource, -- Empathic Portal Remnant + [211505] = rumourSource, -- Letter from Tanlorin + [211504] = rumourSource, -- Sky Spirits Reflection Pool + [211503] = rumourSource, -- Letter from Zerith-var + [211502] = rumourSource, -- Dwarven Furnace + [211501] = rumourSource, -- Dwarven Dais, Stone + [211500] = rumourSource, -- Dwarven Archway + [211499] = rumourSource, -- Target Dwarf-light the Destroyer, Robust + [211498] = rumourSource, -- Music Box, Merry Mudcrab Melody + [211303] = rumourSource, -- Statue of Molag Bal, Harvester + [211302] = rumourSource, -- Mirrormoor Wall Sconce + [211301] = rumourSource, -- Replica Fate-Thread Fracture + [211300] = rumourSource, -- Target Tho'at Replicanum, Robust + [211299] = rumourSource, -- Fargrave Miasma Censer + [210896] = rumourSource, -- 10-Year Anniversary Drape, Wall + [210895] = rumourSource, -- 10-Year Anniversary Rug, Runner + [210894] = rumourSource, -- 10-Year Anniversary Rug, Rectangular + [210893] = rumourSource, -- 10-Year Anniversary Rug, Round + [210892] = rumourSource, -- 10-Year Anniversary Banner, Small + [210891] = rumourSource, -- 10-Year Anniversary Banner, Medium + [210890] = rumourSource, -- 10-Year Anniversary Banner, Large + [210888] = rumourSource, -- Hedge, Camellia Wall + [210887] = rumourSource, -- Alinor Potted Plant, Pink Wisteria + [210885] = rumourSource, -- Apocrypha Plant, Papyrus Cluster + [210884] = rumourSource, -- Plant, Tall Galen Palm Cluster + [210883] = rumourSource, -- Skyrim Beehive, Thatch + [210882] = rumourSource, -- Dwarven Lamppost, Reachfolk Adorned + [210881] = rumourSource, -- Serpent Door, Metal + [210880] = rumourSource, -- Serpent Column, Right + [210879] = rumourSource, -- Serpent Column, Left + [210878] = rumourSource, -- Glass Crystal, Opaque Pillar + [210877] = rumourSource, -- Obsidian Deposit, Smooth + [210876] = rumourSource, -- Moongrave Fane Ritual Block + [210875] = rumourSource, -- Elsweyr Chimes, Handheld + [210874] = rumourSource, -- Necrom Urn, White + [210873] = rumourSource, -- Necrom Funerary Offering, Incense + [210872] = rumourSource, -- Vvardenfell Xylaria, Forked + [210871] = rumourSource, -- Necrom Funerary Offering, Mushroom Bag + [210870] = rumourSource, -- Deadlands Window, Sulfurglass + [210869] = rumourSource, -- Agea Relle Frieze, Feminine Subject + [208358] = rumourSource, -- Handbook for New Homeowners + [208160] = rumourSource, -- Music Box, Sorrow of the Night Mother + [208159] = rumourSource, -- Imperial Banner, Emperor's + [208127] = rumourSource, -- Haunted Table + [208126] = rumourSource, -- Statue, Mistress of Nightmares + [208125] = rumourSource, -- Hollowsoul Arrangement + [208124] = rumourSource, -- Ardor's Cascade + [208123] = rumourSource, -- Bloodfont of Sithis + [208122] = rumourSource, -- Vision of the Bloodmoon + [208114] = rumourSource, -- Garland of Undaunted Trophies + [208113] = rumourSource, -- Rug of the Undaunted, Octagram + [208111] = rumourSource, -- Keg of Triumph, Jeering Clannfear Beer + [208109] = rumourSource, -- Tankard of Undaunted Victory, Bone + [207979] = rumourSource, -- Tree, Small Yellow Beech Cluster + [207978] = rumourSource, -- Tree, Large Yellow Beech + [207977] = rumourSource, -- Tree, Small Red Beech + [207976] = rumourSource, -- Tree, Large Red Beech + [207975] = rumourSource, -- Tree, Small Green Beech + [207974] = rumourSource, -- Tree, Large Green Beech + [204792] = rumourSource, -- Table, Visions of the Five Companions + [204778] = rumourSource, -- Wine Press Scaffolding, Tall + [204777] = rumourSource, -- Wine Press Scaffolding, Short + [204776] = rumourSource, -- Colovian Grape Press, Compact + [204775] = rumourSource, -- Colovian Grape Tub, Tall + [203880] = rumourSource, -- Dwarven Red Lamp, Cylinder Cage + [203608] = rumourSource, -- Spooky Fog, Glowing + [203607] = rumourSource, -- Haunted Chair + [203606] = rumourSource, -- Haunted Skull + [203605] = rumourSource, -- Haunted Broom + [203604] = rumourSource, -- Haunted Bookcase, Whispering + [203603] = rumourSource, -- Haunted Still Life Painting + [203602] = rumourSource, -- Haunted Door, Clattering + [203601] = rumourSource, -- Haunted Dresser, Floating + [198574] = rumourSource, -- Khajiiti Water Vessel, Large + [125561] = rumourSource, -- Mushrooms, Mucksponge Podlet + [115271] = rumourSource, -- Breton Statue, Druid + [115270] = rumourSource, -- Breton Statue, Guard + [115083] = rumourSource, -- Imperial Rug, Arkay + [115052] = rumourSource, -- Imperial Simple Lamppost +} + -- 31 Base Game Update 43 FurC.Rumours[ver.BASE43] = {} -- 30 Gold Road FurC.Rumours[ver.WEALD] = { - [204635] = rumourSource, -- Reach Totem, Twig Archway", - [204634] = rumourSource, -- Reach Totem, Twig Crescent", - [204633] = rumourSource, -- Dwarven Puzzle Cube, Lady Ascendant", - [204631] = rumourSource, -- Order of the Hour Banner, Large", - [204630] = rumourSource, -- Fountain, Wolf Head", - [204422] = rumourSource, -- Music Box, Ascension to the Ruby Throne", - [204412] = rumourSource, -- Revelry Sparkles", - [204411] = rumourSource, -- Coldharbour Sentinel", - [204410] = rumourSource, -- Five Companions Tome", - [204409] = rumourSource, -- Dark Anchor Gateway", - [204408] = rumourSource, -- Target Serpent's Image, Trial", - [204407] = rumourSource, -- Daedric Statue, Sanguine", + [204635] = rumourSource, -- Reach Totem, Twig Archway + [204634] = rumourSource, -- Reach Totem, Twig Crescent + [204633] = rumourSource, -- Dwarven Puzzle Cube, Lady Ascendant + [204631] = rumourSource, -- Order of the Hour Banner, Large + [204630] = rumourSource, -- Fountain, Wolf Head + [204422] = rumourSource, -- Music Box, Ascension to the Ruby Throne + [204412] = rumourSource, -- Revelry Sparkles + [204411] = rumourSource, -- Coldharbour Sentinel + [204410] = rumourSource, -- Five Companions Tome + [204409] = rumourSource, -- Dark Anchor Gateway + [204408] = rumourSource, -- Target Serpent's Image, Trial + [204407] = rumourSource, -- Daedric Statue, Sanguine } -- 29 Scions of Ithelia diff --git a/docs/autocomplete_definitions.lua b/docs/autocomplete_definitions.lua index 2f9f5ae..1634f1d 100644 --- a/docs/autocomplete_definitions.lua +++ b/docs/autocomplete_definitions.lua @@ -175,6 +175,8 @@ SI_FURC_FILTER_VERSION_DRUID = "Firesong" SI_FURC_FILTER_VERSION_DRUID_TT = "Remember when we could block?" SI_FURC_FILTER_VERSION_ENDLESS = "Secrets of the Telvanni" SI_FURC_FILTER_VERSION_ENDLESS_TT = "Now with infinite tentacles" +SI_FURC_FILTER_VERSION_FALLBAN = "Fallen Banners" +SI_FURC_FILTER_VERSION_FALLBAN_TT = "Fallen Banners + Visual update" SI_FURC_FILTER_VERSION_FLAMES = "Flames of Ambition" SI_FURC_FILTER_VERSION_FLAMES_TT = "Mildly flammable" SI_FURC_FILTER_VERSION_HARROW = "Harrowstorm" @@ -312,8 +314,7 @@ SI_FURC_SRC_CROWNSTORE = "Crown Store^n,from" SI_FURC_SRC_DOLMEN = "Dolmen^P,from" SI_FURC_SRC_DROP = "drop^n,from" SI_FURC_SRC_DUNG = "dungeon^n,from" -SI_FURC_SRC_EMPTY = - "Item source unknown.\nTry to re-scan files (refresh button right click).\nIf the item is still unknown - and not part of the weekend furnisher's current inventory - please send a mail with the item link and -source to @berylbones." +SI_FURC_SRC_EMPTY = "Item source unknown.\nTry to re-scan files (refresh button right click).\nIf the item is still unknown - and not part of the weekend furnisher's current inventory - please send a mail with the item link and -source to @berylbones." SI_FURC_SRC_FISH = "fishing^N,by" SI_FURC_SRC_GEYSER = "geysers^p,from" SI_FURC_SRC_HARVEST = "harvesting^N,from" @@ -333,33 +334,28 @@ SI_FURC_SRC_STEAL = "stealing^N,from" SI_FURC_SRC_TOT = "Tales of Tribute^P,from" SI_FURC_STRING_CANNOT_CRAFT = "You cannot craft this yet" SI_FURC_STRING_CONTEXTMENU_DIVIDER = "Don't use divider in context menu?" -SI_FURC_STRING_CONTEXTMENU_DIVIDER_TT = - "Adds a divider to the context menu above the - Furniture entry. Check to disable" +SI_FURC_STRING_CONTEXTMENU_DIVIDER_TT = "Adds a divider to the context menu above the - Furniture entry. Check to disable" SI_FURC_STRING_CONTEXTMENU_INVENTORY = "Disable context menu in inventory?" -SI_FURC_STRING_CONTEXTMENU_INVENTORY_TT = - "Disables the context for inventory items like posting material and adding to favourites." +SI_FURC_STRING_CONTEXTMENU_INVENTORY_TT = "Disables the context for inventory items like posting material and adding to favourites." SI_FURC_STRING_CRAFTABLE_BY = "Can be crafted by " SI_FURC_STRING_DUNG = "dungeon" SI_FURC_STRING_MENU_ADD_ITEMS_NAME = "Add items to known/unknown recipes?" SI_FURC_STRING_MENU_ADD_ITEMS_TT = "You shouldn't notice any lag" SI_FURC_STRING_MENU_CROWN = "Crown store items" -SI_FURC_STRING_MENU_CROWN_DESC = - "The furniture database will update whenever the tooltip shows a furniture item. \nSome items can only be acquired via crown store. \nCheck this box to exclude them from the default filters (you can still see them by selecting 'Crown Store' from source dropdown)." +SI_FURC_STRING_MENU_CROWN_DESC = "The furniture database will update whenever the tooltip shows a furniture item. \nSome items can only be acquired via crown store. \nCheck this box to exclude them from the default filters (you can still see them by selecting 'Crown Store' from source dropdown)." SI_FURC_STRING_MENU_CROWN_N = "Hide crown store items?" SI_FURC_STRING_MENU_DEBUG = "Enable debug output" SI_FURC_STRING_MENU_DEBUG_TT = "Only has an effect if a debug logger is enabled" SI_FURC_STRING_MENU_DEFAULT_DD = "Default dropdown values" SI_FURC_STRING_MENU_DEFAULT_DD_CHAR = "default character filter" SI_FURC_STRING_MENU_DEFAULT_DD_RESET = "Reset filters when closing UI?" -SI_FURC_STRING_MENU_DEFAULT_DD_RESET_TT = - "If you check this, opening and closing will cause the filters to reset to whatever you set below." +SI_FURC_STRING_MENU_DEFAULT_DD_RESET_TT = "If you check this, opening and closing will cause the filters to reset to whatever you set below." SI_FURC_STRING_MENU_DEFAULT_DD_SOURCE = "default source filter" SI_FURC_STRING_MENU_DEFAULT_DD_USE = "Will be set on initial launch" SI_FURC_STRING_MENU_DEFAULT_DD_USE_TT = "These will not reset if you open and close the UI" SI_FURC_STRING_MENU_DEFAULT_DD_VERSION = "default version filter" SI_FURC_STRING_MENU_DELETE_CHAR_NAME = "delete character" -SI_FURC_STRING_MENU_DELETE_CHAR_TT = - "Deletes all knowledge for this character from the database. \nCharacter will be scanned again the next time they log in with the add-on enabled. \n Character name won't show up in the dropdown if they don't know any recipes!" +SI_FURC_STRING_MENU_DELETE_CHAR_TT = "Deletes all knowledge for this character from the database. \nCharacter will be scanned again the next time they log in with the add-on enabled. \n Character name won't show up in the dropdown if they don't know any recipes!" SI_FURC_STRING_MENU_DELETE_CHAR_WARNING = "Character knowledge will be wiped immediately" SI_FURC_STRING_MENU_ENABLE_SHOPPINGLIST = "Enable integration?" SI_FURC_STRING_MENU_FALL_HIDE_BOOKS = "Hide books anyway" @@ -374,50 +370,40 @@ SI_FURC_STRING_MENU_FILTER_ALL_ON_TEXT = "Search filtered items when doing a tex SI_FURC_STRING_MENU_FILTER_ALL_ON_TEXT_TT = "When doing a text search without any dropdown " SI_FURC_STRING_MENU_FILTER_BOOKS = "Mages guild books" SI_FURC_STRING_MENU_FILTER_BOOKS_N = "Hide books?" -SI_FURC_STRING_MENU_FILTER_BOOKS_TT = - "A real book lover knows where everything is by heart. Hide books from Furniture Catalogue?" +SI_FURC_STRING_MENU_FILTER_BOOKS_TT = "A real book lover knows where everything is by heart. Hide books from Furniture Catalogue?" SI_FURC_STRING_MENU_FONTSIZE = "Font size" SI_FURC_STRING_MENU_FONTSIZE_TT = "adjust font size for FurnitureCatalogue here" SI_FURC_STRING_MENU_F_ALL_ON_TEXT = "Configure this filter" -SI_FURC_STRING_MENU_HEADER_F_ALL_DESC = - "Configure filter settings for text search with disabled dropdowns. \nThese settings will only take effect when you have not set a source, character or version filter." +SI_FURC_STRING_MENU_HEADER_F_ALL_DESC = "Configure filter settings for text search with disabled dropdowns. \nThese settings will only take effect when you have not set a source, character or version filter." SI_FURC_STRING_MENU_HEADER_F_ALL_ON_TEXT = "Filter settings for text search" SI_FURC_STRING_MENU_HEADER_ICONS = "Inventory and bank icons" SI_FURC_STRING_MENU_HIDE_MENU = "Hide menu entries?" SI_FURC_STRING_MENU_HIDE_MENU_CROWN = 'Hide "Crown Store" drop down entry?' SI_FURC_STRING_MENU_HIDE_MENU_RUMOUR = 'Hide "Rumour recipes" drop down entry?' -SI_FURC_STRING_MENU_HIDE_MENU_TT = - 'Hides "Crown store" and "Rumour recipes" from the dropdown \nactivated for crown store by default, as there aren\'t any items yet\nRequires UI reload (won\'t happen automatically for your convenience)' +SI_FURC_STRING_MENU_HIDE_MENU_TT = 'Hides "Crown store" and "Rumour recipes" from the dropdown \nactivated for crown store by default, as there aren\'t any items yet\nRequires UI reload (won\'t happen automatically for your convenience)' SI_FURC_STRING_MENU_IT_THIS_ONLY = "Only for this character?" SI_FURC_STRING_MENU_IT_THIS_ONLY_TT = "Will be accountwide otherwise." SI_FURC_STRING_MENU_IT_UNKNOWN_NAME = "Only mark unknown recipes?" SI_FURC_STRING_MENU_LUXURY = "Luxury Furnishings" SI_FURC_STRING_MENU_LUXURY_N = "Treat luxury items as purchaseables?" -SI_FURC_STRING_MENU_LUXURY_TT = - "This will show everything that was sold by Zanil Theran under 'purchaseable' and deactvates the custom filter" -SI_FURC_STRING_MENU_LUXURY_WARN = - "Hiding the dropdown entry requires UI reload (won't happen automatically for your convenience)" +SI_FURC_STRING_MENU_LUXURY_TT = "This will show everything that was sold by Zanil Theran under 'purchaseable' and deactvates the custom filter" +SI_FURC_STRING_MENU_LUXURY_WARN = "Hiding the dropdown entry requires UI reload (won't happen automatically for your convenience)" SI_FURC_STRING_MENU_RESCAN_RUMOUR_NAME = "Re-scan Rumour recipes" SI_FURC_STRING_MENU_RESCAN_RUMOUR_TT = "Will update the rumour recipes against the updated list" SI_FURC_STRING_MENU_RESET_DB_NAME = "|cFF0000Reset database" SI_FURC_STRING_MENU_RESET_DB_TT = "This will reset the furniture database." -SI_FURC_STRING_MENU_RESET_DB_WARNING = - "All your data will be reset. Only recipe knowledge for this character will be considered." +SI_FURC_STRING_MENU_RESET_DB_WARNING = "All your data will be reset. Only recipe knowledge for this character will be considered." SI_FURC_STRING_MENU_RUMOUR = "Rumour recipes" -SI_FURC_STRING_MENU_RUMOUR_DESC = - "The furniture database contains a list of recipes that I have datamined.\nHowever, not all of those have been seen in-game.\nEnable this option to exclude them from the default filters.\nYou can still view them with their own filter, which you can disable below." +SI_FURC_STRING_MENU_RUMOUR_DESC = "The furniture database contains a list of recipes that I have datamined.\nHowever, not all of those have been seen in-game.\nEnable this option to exclude them from the default filters.\nYou can still view them with their own filter, which you can disable below." SI_FURC_STRING_MENU_RUMOUR_N = "Hide rumour recipes?" SI_FURC_STRING_MENU_SCAN_CHAR_NAME = "Scan character" -SI_FURC_STRING_MENU_SCAN_CHAR_TT = - "Will run a full scan of your known furniture recipes and update the database accordingly" +SI_FURC_STRING_MENU_SCAN_CHAR_TT = "Will run a full scan of your known furniture recipes and update the database accordingly" SI_FURC_STRING_MENU_SCAN_FILES_NAME = "Scan files" SI_FURC_STRING_MENU_SCAN_FILES_TT = "Will run a full scan of the data in Furniture Catalogue's files" SI_FURC_STRING_MENU_SHOWICONONLEFT = "Show Known/Unknown icon on left?" -SI_FURC_STRING_MENU_SHOWICONONLEFT_TT = - "Show Green Check/Red X icon on left or right of the inventory item (requires reloadui)" +SI_FURC_STRING_MENU_SHOWICONONLEFT_TT = "Show Green Check/Red X icon on left or right of the inventory item (requires reloadui)" SI_FURC_STRING_MENU_SKIP_INITIALSCAN = "Skip Initial Scan?" -SI_FURC_STRING_MENU_SKIP_INITIALSCAN_TT = - "Check this to not scan your character's recipes on login. \nThanks to votan's awesome LibAsync the lag is gone now in any case.." +SI_FURC_STRING_MENU_SKIP_INITIALSCAN_TT = "Check this to not scan your character's recipes on login. \nThanks to votan's awesome LibAsync the lag is gone now in any case.." SI_FURC_STRING_MENU_STARTSILENT = "Start silently?" SI_FURC_STRING_MENU_STARTSILENT_TT = "Suppress startup message" SI_FURC_STRING_MENU_TOOLTIP = "Enable tooltips?" @@ -433,8 +419,7 @@ SI_FURC_STRING_MENU_TOOLTIP_HIDE_STATION = "Hide crafting station?" SI_FURC_STRING_MENU_TOOLTIP_HIDE_UNKNOWN = "Hide if item is unknown" SI_FURC_STRING_MENU_TOOLTIP_HIDE_UNKNOWN_TT = "Hides 'you cannot craft this yet'" SI_FURC_STRING_MENU_USETINY = "Use tiny interface?" -SI_FURC_STRING_MENU_USETINY_TT = - "Use a smaller interface (Craft Store like). \nYou can toggle this from the UI by clicking the +/- button." +SI_FURC_STRING_MENU_USETINY_TT = "Use a smaller interface (Craft Store like). \nYou can toggle this from the UI by clicking the +/- button." SI_FURC_STRING_PART_OF_COLL = "part of a collection" SI_FURC_STRING_PIECES = "<<1>> pieces" SI_FURC_STRING_RECIPELEARNED = "Recipe learned: <<1>> <<2>> <<3>>" @@ -467,8 +452,7 @@ SI_FURC_TRADERS_ROLIS = "Rolis Hlaalu" SI_FURC_VERBOSE_DB_UPTODATE = "Furniture Catalogue: The database is up-to-date." SI_FURC_VERBOSE_SCANNING_CHARS = "Not scanning files, scanning character knowledge now..." SI_FURC_VERBOSE_SCANNING_DATA_FILE = "Furniture Catalogue: Scanning data files..." -SI_FURC_VERBOSE_STARTUP = - "Furniture Catalogue: If you miss any recipes, please trigger a scan on your furniture crafter by clicking the refresh button in the UI." +SI_FURC_VERBOSE_STARTUP = "Furniture Catalogue: If you miss any recipes, please trigger a scan on your furniture crafter by clicking the refresh button in the UI." -- ////// END : GENERATED FROM locale/en.lua -- ////// START : Manual entries and overrides diff --git a/locale/de.lua b/locale/de.lua index 6ee5636..de1bf23 100644 --- a/locale/de.lua +++ b/locale/de.lua @@ -307,7 +307,7 @@ local strings = { SI_FURC_VERBOSE_SCANNING_CHARS = "Scanne keine Dateien, scanne jetzt Charakter-Kenntnisse...", SI_FURC_VERBOSE_SCANNING_DATA_FILE = "Furniture Catalogue: Scannen von Datensätzen...", SI_FURC_VERBOSE_STARTUP = "Furniture Catalogue: Wenn Ihr ein Rezept vermisst, löst bitte einen Scan Eures Möbel-Handwerkers aus, indem Ihr auf den Button 'Aktualisieren' in der Benutzeroberfläche klickt.", - -- 46 ENTRIES THE SAME IN BOTH LANGUAGES + -- 48 ENTRIES THE SAME IN BOTH LANGUAGES SI_FURC_EVENT_ANNIVERSARY = "Anniversary Jubilee", SI_FURC_FILTER_VERSION_ALTMER = "Summerset", SI_FURC_FILTER_VERSION_BASE43 = "Base Game Update 43", @@ -323,6 +323,8 @@ local strings = { SI_FURC_FILTER_VERSION_DRAGON2 = "Dragonhold", SI_FURC_FILTER_VERSION_DRUID = "Firesong", SI_FURC_FILTER_VERSION_ENDLESS = "Secrets of the Telvanni", + SI_FURC_FILTER_VERSION_FALLBAN = "Fallen Banners", + SI_FURC_FILTER_VERSION_FALLBAN_TT = "Fallen Banners + Visual update", SI_FURC_FILTER_VERSION_FLAMES = "Flames of Ambition", SI_FURC_FILTER_VERSION_HARROW = "Harrowstorm", SI_FURC_FILTER_VERSION_HS = "Homestead", diff --git a/locale/en.lua b/locale/en.lua index 73784a0..4989e78 100644 --- a/locale/en.lua +++ b/locale/en.lua @@ -55,12 +55,12 @@ local strings = { SI_FURC_FILTER_SRC_SOLD_WRIT_TT = "Obtainable for Master Writs in your alliance's capital", SI_FURC_FILTER_VERSION_ALTMER = "Summerset", SI_FURC_FILTER_VERSION_ALTMER_TT = "Still think the Dunmer are bad?", - SI_FURC_FILTER_VERSION_BASED = "Base Game Patch", - SI_FURC_FILTER_VERSION_BASED_TT = "When you run out of names", SI_FURC_FILTER_VERSION_BASE43 = "Base Game Update 43", SI_FURC_FILTER_VERSION_BASE43_TT = "Home tours are here", SI_FURC_FILTER_VERSION_BASE44 = "Base Game Update 44", SI_FURC_FILTER_VERSION_BASE44_TT = "2-sided BGs", + SI_FURC_FILTER_VERSION_BASED = "Base Game Patch", + SI_FURC_FILTER_VERSION_BASED_TT = "When you run out of names", SI_FURC_FILTER_VERSION_BLACKW = "Blackwood", SI_FURC_FILTER_VERSION_BLACKW_TT = "Mehrunes will never learn", SI_FURC_FILTER_VERSION_BRETON = "High Isle", @@ -79,6 +79,8 @@ local strings = { SI_FURC_FILTER_VERSION_DRUID_TT = "Remember when we could block?", SI_FURC_FILTER_VERSION_ENDLESS = "Secrets of the Telvanni", SI_FURC_FILTER_VERSION_ENDLESS_TT = "Now with infinite tentacles", + SI_FURC_FILTER_VERSION_FALLBAN = "Fallen Banners", + SI_FURC_FILTER_VERSION_FALLBAN_TT = "Fallen Banners + Visual update", SI_FURC_FILTER_VERSION_FLAMES = "Flames of Ambition", SI_FURC_FILTER_VERSION_FLAMES_TT = "Mildly flammable", SI_FURC_FILTER_VERSION_HARROW = "Harrowstorm", @@ -127,7 +129,7 @@ local strings = { SI_FURC_GUILD_MAGES_MYSTIC_COLL = "the Mystic as part of a collection", SI_FURC_GUILD_PSIJIC_NALIRSEWEN = "Nalirsewen", SI_FURC_GUILD_THIEVES_MERCH = "Outlaw Refuge, Merchant", - SI_FURC_GUILD_UNDAUNTED_QM = "Undaunted Quartermaster", + SI_FURC_GUILD_UNDAUNTED_QM = "Quartermaster", SI_FURC_HOUSE = "From a furnished purchase of <<1>>", SI_FURC_ITEMPACK_ALCHEMIST = "Mad Alchemist", SI_FURC_ITEMPACK_AMBITIONS = "Daedric Ambitions", @@ -139,7 +141,6 @@ local strings = { SI_FURC_ITEMPACK_COVEN = "Witches' Coven", SI_FURC_ITEMPACK_CRAGKNICKS = "Craglorn Multicultural Knick-Knacks", SI_FURC_ITEMPACK_CURIOSITIES = "Apocryphal Curiosities", - SI_FURC_ITEMPACK_DEEPMIRE = "Deepmire Expedition", SI_FURC_ITEMPACK_DIBELLA = "Dibella's Garden", SI_FURC_ITEMPACK_DWEMER = "Dwemer", @@ -242,7 +243,6 @@ local strings = { SI_FURC_STRING_CONTEXTMENU_INVENTORY_TT = "Disables the context for inventory items like posting material and adding to favourites.", SI_FURC_STRING_CRAFTABLE_BY = "Can be crafted by ", SI_FURC_STRING_DUNG = "dungeon", - SI_FURC_STRING_MENU_ADD_ITEMS_NAME = "Add items to known/unknown recipes?", SI_FURC_STRING_MENU_ADD_ITEMS_TT = "You shouldn't notice any lag", SI_FURC_STRING_MENU_CROWN = "Crown store items", diff --git a/locale/fr.lua b/locale/fr.lua index 49c170b..44f2ed0 100644 --- a/locale/fr.lua +++ b/locale/fr.lua @@ -8,12 +8,9 @@ local strings = { SI_FURC_DEBUG_CHARSCANCOMPLETE = "Furniture Catalogue: Analyse des caractères terminée...", SI_FURC_DIALOGUE_RESET_DB_BODY = "Cela recréera la base de données de FurnitureCatalogue à partir de zéro", SI_FURC_DIALOGUE_RESET_DB_HEADER = "Recréez la base de données de meubles?", - SI_FURC_DUNG = "dungeon;dungeons", - SI_FURC_EVENT = "event;events", - SI_FURC_EVENT_BLACKWOOD = "From participating in the Bounties of Blackwood event", + SI_FURC_DUNG = "donjon", + SI_FURC_EVENT = "événement", SI_FURC_EVENT_ELSWEYR = "Événement de Dragon d'Elsweyr ", - SI_FURC_EVENT_HOLLOWJACK = "Sinister Hollowjack Items", - SI_FURC_EVENT_IC = "Imperial City Event", SI_FURC_FILTER_CHAR_OFF = "Filtre de Personnages: désactivé", SI_FURC_FILTER_CHAR_OFF_TT = "Filtre Désactivé", SI_FURC_FILTER_CROWN_HIDE_TT = "Montrer la boutique à couronne. Cliquez pour cacher.", @@ -57,55 +54,65 @@ local strings = { SI_FURC_FILTER_VERSION_SLAVES_TT = "Qu'est-ce que les enfants argoniens apprennent à l'école? Arbre-Hist.", SI_FURC_FILTER_VERSION_STONET_TT = "Ce n'est pas vraiment de la pierre", SI_FURC_FILTER_VERSION_WEREWOLF_TT = "Dans le terrain de chasse soviétique, le loup-garou vous chasse", - SI_FURC_GUILD_MAGES_MYSTIC = "the Mystic", + SI_FURC_GRAMMAR_CONJ_OR = "ou", + SI_FURC_GRAMMAR_PREP_LOC_DEFAULT = "à", + SI_FURC_GRAMMAR_PREP_SRC_DEFAULT = "de", SI_FURC_GUILD_THIEVES_MERCH = "Refuge hors-la-loi, Marchand", + SI_FURC_GUILD_UNDAUNTED_QM = "Quartier-maître", SI_FURC_HOUSE = "À partir d'un achat meublé de <<1>>", SI_FURC_LABEL_ENTRIES = " entrées -", - SI_FURC_LOC_ANY = "anywhere", - SI_FURC_LOC_ANY_CAPITAL = "N'importe quelle capitale", - SI_FURC_LOC_REACH_MARKARTH_MM = "Markarth, Markarth Mercantile", - SI_FURC_LOC_SHADOWFEN_CORIMONT = "Shadowfen, Alten Corimont", + SI_FURC_LOC_ANY = "n' importe où^X", + SI_FURC_LOC_ANY_CAPITAL = "n' importe quelle capitale", + SI_FURC_LOC_ANY_CITY = "n' importe quelle ville", SI_FURC_LOC_SUMMERSET_ALINOR_RIVERSIDE = "Alinor, Marché de la Rivière", - SI_FURC_LOC_UNDAUNTED = "the Undaunted Enclaves", - SI_FURC_LOC_VVARDENFELL_VIVEC_GQ = "Vivec City, Gladiator's Quarters", - SI_FURC_LOC_VVARDENFELL_VIVEC_SDI = "Vivec City, Saint Delyn Inn", + SI_FURC_LOC_UNDAUNTED = "Enclaves^p des Indomptables,dans", SI_FURC_LOOT_HARVEST = "Des nœuds de récolte ", SI_FURC_LOOT_HARVEST_WOOD = "Parfois trouvé dans les nœuds de bois ", SI_FURC_MENU_HEADER = "- |cD3B830Meubles|r:", SI_FURC_NPC_AUTOMATON = "Des automates ", + SI_FURC_PART_OF = "Partie de l'objet <<1>>", SI_FURC_PLUGIN_SL_ADD_FIVE = " Ajouter 5 à la liste de courses", SI_FURC_PLUGIN_SL_ADD_ONE = " Ajouter 1 à la liste de courses", SI_FURC_POST_ITEM = " Publier l'article", SI_FURC_POST_ITEMSOURCE = " Publier la source de l'article", SI_FURC_POST_MATERIAL = " Publier le Matériel", SI_FURC_POST_RECIPE = " Publier la recette", + SI_FURC_RANK = "rang <<1>>", SI_FURC_REMOVE_FAVE = " Supprimer le favori", - SI_FURC_REQUIRES_ACHIEVEMENT = ", A besoin ", + SI_FURC_REQUIRES_ACHIEVEMENT = "nécessite <<1>>", SI_FURC_SEEN_IN_GUILDSTORE = "Vu dans le magasin de guilde", SI_FURC_SHOW_CROWN_TT = "Cacher la boutique à couronne. Cliquez pour montrer.", SI_FURC_SHOW_RUMOUR_TT = "Articles confirmés uniquement. Cliquez pour afficher les éléments signalé (Rumeur).", SI_FURC_SRC_CHESTS = "Des Cassetes", + SI_FURC_SRC_CLAM_GIANT = "palourdes géantes^p,dans", + SI_FURC_SRC_CRAFTING = "artisanat^N,par", SI_FURC_SRC_CROWNSTORE = "Boutique à Couronnes ", - SI_FURC_SRC_DROP = "Drops <<1>>", - SI_FURC_SRC_DUNG = "<<1[found in dungeons/found in <<2>>/From dungeons: <<2>>]>>", + SI_FURC_SRC_DOLMEN = "Dolmen^P,des", + SI_FURC_SRC_DROP = "butin^n,de", + SI_FURC_SRC_DUNG = "donjon^n,de", SI_FURC_SRC_EMPTY = "Source de l'article inconnue.\nEssayez de réanalyser les fichiers (bouton d'actualisation clic droit).\nSi toujours inconnu après, veuillez envoyer un e-mail avec le lien de l'article et -source à @BerylBones", SI_FURC_SRC_FISH = "Peut être pêché ", - SI_FURC_SRC_HARVEST = "De la récolte des plantes ", + SI_FURC_SRC_GEYSER = "geysers^p,de", + SI_FURC_SRC_HARVEST = "De la récolte des plantes", SI_FURC_SRC_ITEMPACK = "Fait partie du pack d'objets de la Boutique à Couronnes [<<1>>] ", SI_FURC_SRC_LVLUP = "Peut être gagné comme récompense de niveau supérieur", + SI_FURC_SRC_MISCHOUSE = "De certains achats de maison", SI_FURC_SRC_PICK = "Peut être volé à la tire ", SI_FURC_SRC_QUEST = "Quest", + SI_FURC_SRC_QUEST_DAILY = "quêtes quotidiennes^p,de", + SI_FURC_SRC_RNDMOB = "monstres aléatoires^p,de", SI_FURC_SRC_RUMOUR_ITEM = "Cet objet a été dataminé, mais pas vu dans le jeu", SI_FURC_SRC_RUMOUR_RECIPE = "Cette recette a été dataminée, mais pas vue dans le jeu", SI_FURC_SRC_SAFEBOX = "Extrêmement rarement dans les Cassetes", + SI_FURC_SRC_SCAMBOX = "Caisses à Couronne^n,de", SI_FURC_SRC_SCRYING = "A partir des Pistes ", SI_FURC_SRC_STEAL = "Peut être volé ", - SI_FURC_SRC_TOT = "From Tales of Tribute reward coffers", + SI_FURC_SRC_TOT = "Récits de Gloires^P,de", SI_FURC_STRING_CANNOT_CRAFT = "Vous ne pouvez pas encore créer cela", SI_FURC_STRING_CONTEXTMENU_DIVIDER = "N'utilisez pas le diviseur dans le menu contextuel?", SI_FURC_STRING_CONTEXTMENU_DIVIDER_TT = "Ajoute un séparateur au menu contextuel au-dessus de l'entrée - Meubles. Cochez pour désactiver", SI_FURC_STRING_CRAFTABLE_BY = "Peut être fabriqué par ", - SI_FURC_STRING_DUNG = "dungeon;dungeons", + SI_FURC_STRING_DUNG = "donjon", SI_FURC_STRING_MENU_ADD_ITEMS_NAME = "Ajouter des éléments à des recettes connues/inconnues?", SI_FURC_STRING_MENU_ADD_ITEMS_TT = "Vous ne devriez remarquer aucun retard", SI_FURC_STRING_MENU_CROWN = "Articles de la Boutique à Couronnes", @@ -184,30 +191,39 @@ local strings = { SI_FURC_STRING_MENU_TOOLTIP_HIDE_UNKNOWN_TT = "Masque 'vous ne pouvez pas encore fabriquer ceci'", SI_FURC_STRING_MENU_USETINY = "Utilisez une petite interface?", SI_FURC_STRING_MENU_USETINY_TT = "Utilisez une interface plus petite (comme Craft Store). \nVous pouvez basculer cela depuis l'interface utilisateur en cliquant sur le bouton +/-.", - SI_FURC_STRING_PIECES = "<<1[ / /($d pieces)]>>", + SI_FURC_STRING_PIECES = "<<1>> pièces", SI_FURC_STRING_RECIPELEARNED = "Recette apprise: <<1>> <<2>> <<3>>", SI_FURC_STRING_RECIPESFORCHAR = "Recettes pour <<1>>", - SI_FURC_STRING_WEEKEND_AROUND = "(autour <<1>>)", + SI_FURC_STRING_REWARD = "récompense^n,de", + SI_FURC_STRING_REWARD_FOR = "récompense pour <<1>>", + SI_FURC_STRING_TRADER = "Marchand", + SI_FURC_STRING_WEEKEND_AROUND = "autour <<1>>", SI_FURC_TEXTBOX_FILTER_DEFAULT = "Filtrer par recherche de texte", SI_FURC_TOGGLE_SHOPPINGLIST = " Basculer la liste de courses", SI_FURC_TOMBS = "Tombes et ruines ancestral à Vvardenfell", + SI_FURC_TRADERS_AF = "Succès fournisseur^n,de", SI_FURC_TRADERS_ALCHEMISTS = "Alchimistes", - SI_FURC_TRADERS_BGF = "battlegrounds furnishers^P,from", + SI_FURC_TRADERS_BGF = "marchands des champs de bataille^P,de", SI_FURC_TRADERS_BLACKSMITHS = "Forgerons", - SI_FURC_TRADERS_CAF = "Main Achievement Furnisher^n,from", + SI_FURC_TRADERS_CAF = "Succès fournisseur principal^n,de", SI_FURC_TRADERS_CARPENTERS = "Charpentiers", SI_FURC_TRADERS_CLOTHIERS = "Tailleurs", SI_FURC_TRADERS_COOKS = "Cuisiniers", SI_FURC_TRADERS_ENCHANTERS = "Enchanteurs", SI_FURC_TRADERS_EVENT = "Impressario", + SI_FURC_TRADERS_HGF = "Fournisseur intérieur^n,de", + SI_FURC_TRADERS_HOLIDAY = "Fournisseur fêtes^n,from", SI_FURC_TRADERS_LUXF = "Zanil Theran", SI_FURC_VERBOSE_DB_UPTODATE = "Furniture Catalogue: La base de données est à jour.", SI_FURC_VERBOSE_SCANNING_CHARS = "Ne pas analyser les fichiers, scanner la connaissance des personnages maintenant...", SI_FURC_VERBOSE_SCANNING_DATA_FILE = "Furniture Catalogue: Analyse des fichiers de données...", SI_FURC_VERBOSE_STARTUP = "Furniture Catalogue: Si vous manquez de recettes, veuillez déclencher une analyse de votre artisan de meubles en cliquant sur le bouton Actualiser dans l'UI.", - -- 147 ENTRIES THE SAME IN BOTH LANGUAGES + -- 136 ENTRIES THE SAME IN BOTH LANGUAGES SI_FURC_DB_EQUIP = "with equipment", SI_FURC_EVENT_ANNIVERSARY = "Anniversary Jubilee", + SI_FURC_EVENT_BLACKWOOD = "Bounties of Blackwood", + SI_FURC_EVENT_HOLLOWJACK = "Sinister Hollowjack", + SI_FURC_EVENT_IC = "Imperial City Celebration", SI_FURC_EVENT_JESTER = "Jester's Festival", SI_FURC_EVENT_MAYHEM = "Whitestrake's Mayhem", SI_FURC_EVENT_NEWLIFE = "New Life Festival", @@ -236,6 +252,8 @@ local strings = { SI_FURC_FILTER_VERSION_DRUID_TT = "Remember when we could block?", SI_FURC_FILTER_VERSION_ENDLESS = "Secrets of the Telvanni", SI_FURC_FILTER_VERSION_ENDLESS_TT = "Now with infinite tentacles", + SI_FURC_FILTER_VERSION_FALLBAN = "Fallen Banners", + SI_FURC_FILTER_VERSION_FALLBAN_TT = "Fallen Banners + Visual update", SI_FURC_FILTER_VERSION_FLAMES = "Flames of Ambition", SI_FURC_FILTER_VERSION_FLAMES_TT = "Mildly flammable", SI_FURC_FILTER_VERSION_HARROW = "Harrowstorm", @@ -263,15 +281,12 @@ local strings = { SI_FURC_FILTER_VERSION_WEREWOLF = "Wolfhunter", SI_FURC_FILTER_VERSION_WOTL = "Wrathstone", SI_FURC_FILTER_VERSION_WOTL_TT = "Wrathstone!", - SI_FURC_GRAMMAR_CONJ_OR = "or", - SI_FURC_GRAMMAR_PREP_LOC_DEFAULT = "in", - SI_FURC_GRAMMAR_PREP_SRC_DEFAULT = "from", SI_FURC_GUILD_FIGHTERS = "the Fighters' guild", SI_FURC_GUILD_FIGHTERS_STEWARD = "Hall Steward", SI_FURC_GUILD_MAGES = "the Mages' guild", + SI_FURC_GUILD_MAGES_MYSTIC = "Mystic^n", SI_FURC_GUILD_MAGES_MYSTIC_COLL = "the Mystic as part of a collection", SI_FURC_GUILD_PSIJIC_NALIRSEWEN = "Nalirsewen", - SI_FURC_GUILD_UNDAUNTED_QM = "Undaunted Quartermaster", SI_FURC_ITEMPACK_ALCHEMIST = "Mad Alchemist", SI_FURC_ITEMPACK_AMBITIONS = "Daedric Ambitions", SI_FURC_ITEMPACK_AQUATIC = "Aquatic Splendor", @@ -305,113 +320,45 @@ local strings = { SI_FURC_ITEMPACK_VIVEC = "Lord Vivec", SI_FURC_ITEMPACK_WINDOWS = "Windows of the Divines", SI_FURC_ITEMPACK_ZENI = "Chapel of Zenithar", - SI_FURC_LOC_ANY_CITY = "any city", SI_FURC_LOC_LILANDRIL = "Lilandril", SI_FURC_LOC_MURKMIRE_LIL = "Lilmoth", SI_FURC_LOC_PLACE_ORSINIUM = "Orsinium", + SI_FURC_LOC_REACH_MARKARTH_MM = "Markarth Mercantile", SI_FURC_LOC_REAPER_RAWL_MARKET = "Reaper's March, Rawl'Kha, Market", SI_FURC_LOC_RIFTEN_ARMOR = "Riften, Market, Armorer", SI_FURC_LOC_RIVENSPIRE_SHORN_DWI = "Rivenspire, Shornhelm, Dead Wolf Inn", SI_FURC_LOC_SELSWEYR_DHA = "Dragonhold Armoury", SI_FURC_LOC_SELSWEYR_SENCHAL_MARKET = "Senchal, Marketplace", + SI_FURC_LOC_SHADOWFEN_CORIMONT = "Alten Corimont", SI_FURC_LOC_STONEFALLS_EBONHEART = "Ebonheart", SI_FURC_LOC_STORMHAVEN_WAY_MERCH = "Stormhaven, Wayrest, Merchant district", SI_FURC_LOC_SUMMERSET_ALINOR = "Alinor", SI_FURC_LOC_VVARDENFELL_ALDRUHN = "Ald'ruhn", SI_FURC_LOC_VVARDENFELL_SURAN = "Suran", SI_FURC_LOC_VVARDENFELL_VIVEC = "Vivec City", + SI_FURC_LOC_VVARDENFELL_VIVEC_GQ = "Gladiator's Quarters", + SI_FURC_LOC_VVARDENFELL_VIVEC_SDI = "Saint Delyn Inn", SI_FURC_LOC_WSKYRIM_SOLI_DH = "Solitude, Dragon's Hearth", - SI_FURC_PART_OF = "Part of item <<1>>", - SI_FURC_RANK = "rank <<1>>", SI_FURC_RARITY_EXTREMELYRARE = "extremely rare", SI_FURC_RARITY_RARE = "rare", SI_FURC_RARITY_VERYRARE = "very rare", SI_FURC_REWARD_RANKED_MAIL = "ranked, in mailbox", SI_FURC_RUINS = "ruins^p", - SI_FURC_SRC_CLAM_GIANT = "giant clams^p,from", - SI_FURC_SRC_CRAFTING = "crafting^N,by", - SI_FURC_SRC_DOLMEN = "Dolmen^P,from", - SI_FURC_SRC_GEYSER = "geysers^p,from", - SI_FURC_SRC_MISCHOUSE = "From select house purchases", - SI_FURC_SRC_QUEST_DAILY = "daily quests^p,from", - SI_FURC_SRC_RNDMOB = "random mobs^p,from", - SI_FURC_SRC_SCAMBOX = "Crown Crate^n,from", SI_FURC_STRING_CONTEXTMENU_INVENTORY = "Disable context menu in inventory?", SI_FURC_STRING_CONTEXTMENU_INVENTORY_TT = "Disables the context for inventory items like posting material and adding to favourites.", SI_FURC_STRING_MENU_DEBUG_TT = "Only has an effect if a debug logger is enabled", SI_FURC_STRING_MENU_TOOLTIP_DATEFORMAT = "Preferred date format", SI_FURC_STRING_MENU_TOOLTIP_DATEFORMAT_TT = "Affects luxury furnishing info", SI_FURC_STRING_PART_OF_COLL = "part of a collection", - SI_FURC_STRING_REWARD = "reward^n,from", - SI_FURC_STRING_REWARD_FOR = "reward for <<1>>", - SI_FURC_STRING_TRADER = "Trader", SI_FURC_TELVANNI_NECROM_FRF = "Necrom, Final Rest Furnishings", - SI_FURC_TRADERS_AF = "Achievement Furnisher^n,from", SI_FURC_TRADERS_DROPSNOGLASS_COLL = "Drops-No-Glass, Temple Doctrine Collection", SI_FURC_TRADERS_FAUSTINA = "Faustina Curio", - SI_FURC_TRADERS_HGF = "Home Goods Furnisher^n,from", - SI_FURC_TRADERS_HOLIDAY = "Holiday Furnisher^n,from", SI_FURC_TRADERS_RAZOUFA_COLL = "Razoufa as part of a collection", SI_FURC_TRADERS_ROLIS = "Rolis Hlaalu", - -- 59 LEFTOVER TRANSLATIONS, PLEASE CHECK! - FURC_AV_LEGERDEMAIN_20 = "Legerdemain Rank 20", + -- 4 LEFTOVER TRANSLATIONS, PLEASE CHECK! SI_FURC_CHEST_VV = "Extrêmement rarement dans les coffres à Vvardenfell", - SI_FURC_CRATE_ALLMAKER = "All-Maker", - SI_FURC_CRATE_ARMIGER = "Buoyant Armiger", - SI_FURC_CRATE_AYLEID = "Ayleid", - SI_FURC_CRATE_BAANDARI = "Baandari Pedlar", - SI_FURC_CRATE_CARNIVALE = "Carnivale", - SI_FURC_CRATE_CELESTIAL = "Celestial", - SI_FURC_CRATE_DARK = "Dark Chivalry", - SI_FURC_CRATE_DB = "Dark Brotherhood", - SI_FURC_CRATE_DIAMOND = "Diamond Anniversary", - SI_FURC_CRATE_DRAGONSCALE = "Dragonscale", - SI_FURC_CRATE_DWEMER = "Dwemer", - SI_FURC_CRATE_FEATHER = "Unfeathered", - SI_FURC_CRATE_FIREATRO = "Atronach de Flamme ", - SI_FURC_CRATE_FROSTY = "Frost Atronach", - SI_FURC_CRATE_GLOOMSPORE = "Gloomspore", - SI_FURC_CRATE_HARLEQUIN = "Grim Harlequin", - SI_FURC_CRATE_HOLLOWJACK = "Hollowjack", - SI_FURC_CRATE_IRONY = "Iron Atronach", - SI_FURC_CRATE_LAMP = "Order of the Lamp", - SI_FURC_CRATE_MIRROR = "Mirrormoor", - SI_FURC_CRATE_NEWMOON = "New Moon", - SI_FURC_CRATE_NIGHTFALL = "Nightfall", - SI_FURC_CRATE_POTENTATE = "Akaviri Potentate", - SI_FURC_CRATE_PSIJIC = "Psijic", - SI_FURC_CRATE_RAGE = "Ragebound", - SI_FURC_CRATE_REAPER = "de la Moisson de la Faucheuse", - SI_FURC_CRATE_SCALECALLER = "Scalecaller", - SI_FURC_CRATE_SOVNGARDE = "Sovngarde", - SI_FURC_CRATE_STONELORE = "Stonelore", - SI_FURC_CRATE_SUNKEN = "Sunken Trove", - SI_FURC_CRATE_WILDHUNT = "Wild Hunt", - SI_FURC_CRATE_WRAITH = "Wraithtide", - SI_FURC_CRATE_XANMEER = "Xanmeer", - SI_FURC_DAEDRA_SOURCE = "Des Daedra et Coffres des Dolmen ", - SI_FURC_DAILY_ASH = "Récompenses des quêtes quotidiennes d'Ashlander au Camp d'Ald’ruhn ", - SI_FURC_DAILY_ELSWEYR = "Récompenses des quêtes quotidiennes d'Elsweyr ", - SI_FURC_DROP = "Cet article se ramasse ", - SI_FURC_DROP_ALTMER = "Cet article se ramasse à Summerset ", - SI_FURC_DROP_MURKMIRE = "Random mobs in Murkmire", - SI_FURC_ELF_PIC = "Tombe rarement dans les coffres au trésor à Summerset", - SI_FURC_GEYSER = "Ramasser dans les palourdes et récompense de geyser à Summerset", - SI_FURC_GIANT_CLAM = "Ramasser dans les palourdes géantes et récompense de geyser à Summerset", SI_FURC_GRAMMAR_OBTAINABLE = "Peut être acquis pendant <<1>> (<<2>>)", - SI_FURC_GRAMMAR_ORDER_LOC = "<<1>> <<2>>", - SI_FURC_LOC_MALABAL_VULKW_TAVERN = "Malabal Tor, Vulkwaesten, tavern", SI_FURC_PLUNDERSKULL = "Ramasser dans les Crânes, pendant le festival des sorcières ", - SI_FURC_PSIJIC_RANK = "Rang De l'ordre Psijique ", - SI_FURC_QUESTREWARD = "Récompense pour une quête en ", - SI_FURC_SCAMBOX = "Caisses à Couronne ", - SI_FURC_SCAMBOX_GEMS = "Crown Crate Gems", - SI_FURC_SLAVES_DAILY = "Des boîtes de récompense de la préquête de Murkmire", - SI_FURC_SRC_TOT_RANKED = "From Tales of Tribute ranked matches (system mail reward)", - SI_FURC_STRING_FOR_VOUCHERS = "Pour <<1>> Assignats", - SI_FURC_STRING_VENDOR = "Vendu par <<1>> à <<2>> (<<3>><<4>>)", - SI_FURC_STRING_VOUCHER_VENDOR = "Vendu par l'un ou l'autre Rolis Hlaalu ou Faustina Curio", - SI_FURC_STRING_WASSOLDBY = "A été vendu par <<1>> à <<2>> (<<3>>) <<4>>", SI_FURC_VV_PAINTING = "Extrêmement rarement dans les coffres ou des Cassetes à Vvardenfell ", -- ////// END : DON'T REMOVE THIS LINE } diff --git a/locale/jp.lua b/locale/jp.lua index 4d685e2..07df6dd 100644 --- a/locale/jp.lua +++ b/locale/jp.lua @@ -1,26 +1,7 @@ local filterDisabled = "disables this filter" local strings = { -- ////// START : DON'T REMOVE THIS LINE - SI_FURC_EVENT_ELSWEYR = "Elsweyr dragon event", - SI_FURC_EVENT_HOLLOWJACK = "Sinister Hollowjack Items", - SI_FURC_EVENT_IC = "Imperial City Event", - SI_FURC_GUILD_MAGES_MYSTIC = "the Mystic", - SI_FURC_LOC_ANY = "anywhere", - SI_FURC_LOC_UNDAUNTED = "Undaunted Enclaves", - SI_FURC_NPC_AUTOMATON = "automaton", - SI_FURC_SRC_CROWNSTORE = "Crown Store ", - SI_FURC_SRC_DROP = "<<1[can drop/drops <<2>>/Drops: <<2>>]>>", - SI_FURC_SRC_DUNG = "<<1[found in dungeons/found in <<2>>/From dungeons: <<2>>]>>", - SI_FURC_SRC_LVLUP = "Can be gained as levelup reward", - SI_FURC_SRC_QUEST = "Quest", - SI_FURC_SRC_SAFEBOX = "extremely rarely from safeboxes", - SI_FURC_SRC_TOT = "From Tales of Tribute reward coffers", - SI_FURC_STRING_PIECES = "<<1[ / /($d pieces)]>>", - SI_FURC_STRING_WEEKEND_AROUND = "(around <<1>>)", - SI_FURC_TOMBS = "Ancestor tombs and ruins on Vvardenfell", - SI_FURC_TRADERS_EVENT = "Event Merchant^nd,from", - SI_FURC_TRADERS_LUXF = "Luxury Furnisher^nd,from", - -- 333 ENTRIES THE SAME IN BOTH LANGUAGES + -- 354 ENTRIES THE SAME IN BOTH LANGUAGES SI_FURC_ADD_FAVE = " Add Favorite", SI_FURC_DATAMINED_UNCLEAR = "This item has been seen in-game, but it's not yet known where you can get it.", SI_FURC_DB = "The Dark Brotherhood supplies vendor hands these out ", @@ -34,6 +15,9 @@ local strings = { SI_FURC_EVENT = "event", SI_FURC_EVENT_ANNIVERSARY = "Anniversary Jubilee", SI_FURC_EVENT_BLACKWOOD = "Bounties of Blackwood", + SI_FURC_EVENT_ELSWEYR = "Season of the Dragon", + SI_FURC_EVENT_HOLLOWJACK = "Sinister Hollowjack", + SI_FURC_EVENT_IC = "Imperial City Celebration", SI_FURC_EVENT_JESTER = "Jester's Festival", SI_FURC_EVENT_MAYHEM = "Whitestrake's Mayhem", SI_FURC_EVENT_NEWLIFE = "New Life Festival", @@ -94,6 +78,8 @@ local strings = { SI_FURC_FILTER_VERSION_DRUID_TT = "Remember when we could block?", SI_FURC_FILTER_VERSION_ENDLESS = "Secrets of the Telvanni", SI_FURC_FILTER_VERSION_ENDLESS_TT = "Now with infinite tentacles", + SI_FURC_FILTER_VERSION_FALLBAN = "Fallen Banners", + SI_FURC_FILTER_VERSION_FALLBAN_TT = "Fallen Banners + Visual update", SI_FURC_FILTER_VERSION_FLAMES = "Flames of Ambition", SI_FURC_FILTER_VERSION_FLAMES_TT = "Mildly flammable", SI_FURC_FILTER_VERSION_HARROW = "Harrowstorm", @@ -138,10 +124,11 @@ local strings = { SI_FURC_GUILD_FIGHTERS = "the Fighters' guild", SI_FURC_GUILD_FIGHTERS_STEWARD = "Hall Steward", SI_FURC_GUILD_MAGES = "the Mages' guild", + SI_FURC_GUILD_MAGES_MYSTIC = "Mystic^n", SI_FURC_GUILD_MAGES_MYSTIC_COLL = "the Mystic as part of a collection", SI_FURC_GUILD_PSIJIC_NALIRSEWEN = "Nalirsewen", SI_FURC_GUILD_THIEVES_MERCH = "Outlaw Refuge, Merchant", - SI_FURC_GUILD_UNDAUNTED_QM = "Undaunted Quartermaster", + SI_FURC_GUILD_UNDAUNTED_QM = "Quartermaster", SI_FURC_HOUSE = "From a furnished purchase of <<1>>", SI_FURC_ITEMPACK_ALCHEMIST = "Mad Alchemist", SI_FURC_ITEMPACK_AMBITIONS = "Daedric Ambitions", @@ -177,6 +164,7 @@ local strings = { SI_FURC_ITEMPACK_WINDOWS = "Windows of the Divines", SI_FURC_ITEMPACK_ZENI = "Chapel of Zenithar", SI_FURC_LABEL_ENTRIES = " entries -", + SI_FURC_LOC_ANY = "anywhere^X", SI_FURC_LOC_ANY_CAPITAL = "any capital city", SI_FURC_LOC_ANY_CITY = "any city", SI_FURC_LOC_LILANDRIL = "Lilandril", @@ -193,6 +181,7 @@ local strings = { SI_FURC_LOC_STORMHAVEN_WAY_MERCH = "Stormhaven, Wayrest, Merchant district", SI_FURC_LOC_SUMMERSET_ALINOR = "Alinor", SI_FURC_LOC_SUMMERSET_ALINOR_RIVERSIDE = "Riverside Market", + SI_FURC_LOC_UNDAUNTED = "Undaunted Enclaves^p,in", SI_FURC_LOC_VVARDENFELL_ALDRUHN = "Ald'ruhn", SI_FURC_LOC_VVARDENFELL_SURAN = "Suran", SI_FURC_LOC_VVARDENFELL_VIVEC = "Vivec City", @@ -202,6 +191,7 @@ local strings = { SI_FURC_LOOT_HARVEST = "from harvesting nodes", SI_FURC_LOOT_HARVEST_WOOD = "occasionally found in wood nodes", SI_FURC_MENU_HEADER = "- |cD3B830Furniture|r:", + SI_FURC_NPC_AUTOMATON = "automaton^n", SI_FURC_PART_OF = "Part of item <<1>>", SI_FURC_PLUGIN_SL_ADD_FIVE = "Add 5 to shopping list", SI_FURC_PLUGIN_SL_ADD_ONE = "Add 1 to shopping list", @@ -223,21 +213,28 @@ local strings = { SI_FURC_SRC_CHESTS = "treasure chests^P,from", SI_FURC_SRC_CLAM_GIANT = "giant clams^p,from", SI_FURC_SRC_CRAFTING = "crafting^N,by", + SI_FURC_SRC_CROWNSTORE = "Crown Store^n,from", SI_FURC_SRC_DOLMEN = "Dolmen^P,from", + SI_FURC_SRC_DROP = "drop^n,from", + SI_FURC_SRC_DUNG = "dungeon^n,from", SI_FURC_SRC_EMPTY = "Item source unknown.\nTry to re-scan files (refresh button right click).\nIf the item is still unknown - and not part of the weekend furnisher's current inventory - please send a mail with the item link and -source to @berylbones.", SI_FURC_SRC_FISH = "fishing^N,by", SI_FURC_SRC_GEYSER = "geysers^p,from", SI_FURC_SRC_HARVEST = "harvesting^N,from", SI_FURC_SRC_ITEMPACK = "Part of the Crown Store item pack [<<1>>] ", + SI_FURC_SRC_LVLUP = "levelup reward^n,from", SI_FURC_SRC_MISCHOUSE = "From select house purchases", SI_FURC_SRC_PICK = "pickpocketing^N,from", + SI_FURC_SRC_QUEST = "quest^n,from", SI_FURC_SRC_QUEST_DAILY = "daily quests^p,from", SI_FURC_SRC_RNDMOB = "random mobs^p,from", SI_FURC_SRC_RUMOUR_ITEM = "This item has been datamined, but not seen in-game", SI_FURC_SRC_RUMOUR_RECIPE = "This recipe has been datamined, but not seen in-game", + SI_FURC_SRC_SAFEBOX = "safeboxes^P,from", SI_FURC_SRC_SCAMBOX = "Crown Crate^n,from", SI_FURC_SRC_SCRYING = "scrying^N,from", SI_FURC_SRC_STEAL = "stealing^N,from", + SI_FURC_SRC_TOT = "Tales of Tribute^P,from", SI_FURC_STRING_CANNOT_CRAFT = "You cannot craft this yet", SI_FURC_STRING_CONTEXTMENU_DIVIDER = "Don't use divider in context menu?", SI_FURC_STRING_CONTEXTMENU_DIVIDER_TT = "Adds a divider to the context menu above the - Furniture entry. Check to disable", @@ -327,14 +324,17 @@ local strings = { SI_FURC_STRING_MENU_USETINY = "Use tiny interface?", SI_FURC_STRING_MENU_USETINY_TT = "Use a smaller interface (Craft Store like). \nYou can toggle this from the UI by clicking the +/- button.", SI_FURC_STRING_PART_OF_COLL = "part of a collection", + SI_FURC_STRING_PIECES = "<<1>> pieces", SI_FURC_STRING_RECIPELEARNED = "Recipe learned: <<1>> <<2>> <<3>>", SI_FURC_STRING_RECIPESFORCHAR = "recipes for <<1>>", SI_FURC_STRING_REWARD = "reward^n,from", SI_FURC_STRING_REWARD_FOR = "reward for <<1>>", SI_FURC_STRING_TRADER = "Trader", + SI_FURC_STRING_WEEKEND_AROUND = "around <<1>>", SI_FURC_TELVANNI_NECROM_FRF = "Necrom, Final Rest Furnishings", SI_FURC_TEXTBOX_FILTER_DEFAULT = "Filter by text search", SI_FURC_TOGGLE_SHOPPINGLIST = " Toggle shopping list", + SI_FURC_TOMBS = "tombs^p", SI_FURC_TRADERS_AF = "Achievement Furnisher^n,from", SI_FURC_TRADERS_ALCHEMISTS = "alchemists", SI_FURC_TRADERS_BGF = "Battlegrounds Furnishers^p,from", @@ -345,90 +345,17 @@ local strings = { SI_FURC_TRADERS_COOKS = "cooks", SI_FURC_TRADERS_DROPSNOGLASS_COLL = "Drops-No-Glass, Temple Doctrine Collection", SI_FURC_TRADERS_ENCHANTERS = "enchanters", + SI_FURC_TRADERS_EVENT = "Impressario^Nd,from", SI_FURC_TRADERS_FAUSTINA = "Faustina Curio", SI_FURC_TRADERS_HGF = "Home Goods Furnisher^n,from", SI_FURC_TRADERS_HOLIDAY = "Holiday Furnisher^n,from", + SI_FURC_TRADERS_LUXF = "Luxury Furnisher^Nd,from", SI_FURC_TRADERS_RAZOUFA_COLL = "Razoufa as part of a collection", SI_FURC_TRADERS_ROLIS = "Rolis Hlaalu", SI_FURC_VERBOSE_DB_UPTODATE = "Furniture Catalogue: The database is up-to-date.", SI_FURC_VERBOSE_SCANNING_CHARS = "Not scanning files, scanning character knowledge now...", SI_FURC_VERBOSE_SCANNING_DATA_FILE = "Furniture Catalogue: Scanning data files...", SI_FURC_VERBOSE_STARTUP = "Furniture Catalogue: If you miss any recipes, please trigger a scan on your furniture crafter by clicking the refresh button in the UI.", - -- 74 LEFTOVER TRANSLATIONS, PLEASE CHECK! - FURC_AV_LEGERDEMAIN_20 = "Legerdemain Rank 20", - SI_FURC_CHEST_VV = "Extremely rarely from chests on Vvardenfell", - SI_FURC_CRATE_ALLMAKER = "All-Maker", - SI_FURC_CRATE_ARMIGER = "Buoyant Armiger", - SI_FURC_CRATE_AYLEID = "Ayleid", - SI_FURC_CRATE_BAANDARI = "Baandari Pedlar", - SI_FURC_CRATE_CARNIVALE = "Carnivale", - SI_FURC_CRATE_CELESTIAL = "Celestial", - SI_FURC_CRATE_DARK = "Dark Chivalry", - SI_FURC_CRATE_DB = "Dark Brotherhood", - SI_FURC_CRATE_DIAMOND = "Diamond Anniversary", - SI_FURC_CRATE_DRAGONSCALE = "Dragonscale", - SI_FURC_CRATE_DWEMER = "Dwarven", - SI_FURC_CRATE_FEATHER = "Unfeathered", - SI_FURC_CRATE_FIREATRO = "Flame Atronach", - SI_FURC_CRATE_FROSTY = "Frost Atronach", - SI_FURC_CRATE_GLOOMSPORE = "Gloomspore", - SI_FURC_CRATE_HARLEQUIN = "Grim Harlequin", - SI_FURC_CRATE_HOLLOWJACK = "Hollowjack", - SI_FURC_CRATE_IRONY = "Iron Atronach", - SI_FURC_CRATE_LAMP = "Order of the Lamp", - SI_FURC_CRATE_MIRROR = "Mirrormoor", - SI_FURC_CRATE_NEWMOON = "New Moon", - SI_FURC_CRATE_NIGHTFALL = "Nightfall", - SI_FURC_CRATE_POTENTATE = "Akaviri Potentate", - SI_FURC_CRATE_PSIJIC = "Psijic", - SI_FURC_CRATE_RAGE = "Ragebound", - SI_FURC_CRATE_REAPER = "Reaper's Harvest", - SI_FURC_CRATE_SCALECALLER = "Scalecaller", - SI_FURC_CRATE_SOVNGARDE = "Sovngarde", - SI_FURC_CRATE_STONELORE = "Stonelore", - SI_FURC_CRATE_SUNKEN = "Sunken Trove", - SI_FURC_CRATE_WILDHUNT = "Wild Hunt", - SI_FURC_CRATE_WRAITH = "Wraithtide", - SI_FURC_CRATE_XANMEER = "Xanmeer", - SI_FURC_DAEDRA_SOURCE = "from Daedra and Dolmen chests", - SI_FURC_DAILY_ASH = "Ashlander daily quest rewards", - SI_FURC_DAILY_ELSWEYR = "Elsweyr daily quest rewards", - SI_FURC_DROP = "This item is a drop ", - SI_FURC_DROP_ALTMER = "This item is a drop on Summerset", - SI_FURC_DROP_MURKMIRE = "Random mobs in Murkmire", - SI_FURC_ELF_PIC = "Drops rarely from treasure chests on Summerset", - SI_FURC_GEYSER = "Drops from geyser reward clams on Summerset", - SI_FURC_GIANT_CLAM = "Drops from giant clams and geyser reward clams on Summerset", - SI_FURC_GRAMMAR_OBTAINABLE = "can be acquired during <<1>> (<<2>>)", - SI_FURC_GRAMMAR_ORDER_LOC = "<<1>> <<2>>", - SI_FURC_LOC_MALABAL_VULKW_TAVERN = "Malabal Tor, Vulkwaesten, tavern", - SI_FURC_LOOT_CHESTS = "treasure chests", - SI_FURC_LOOT_FISH = "can be fished", - SI_FURC_LOOT_PICKPOCKET = "Pickpocket", - SI_FURC_LOOT_PLANTS = "from harvesting plants", - SI_FURC_LOOT_SCRYING = "from scrying", - SI_FURC_LOOT_STEALING = "Stealing", - SI_FURC_NPC_DRUNKARD = "drunkard", - SI_FURC_NPC_GUARD = "guard", - SI_FURC_NPC_MAGE = "mage", - SI_FURC_NPC_PILGRIM = "pilgrim", - SI_FURC_NPC_PRIEST = "priest", - SI_FURC_NPC_SCHOLAR = "scholar", - SI_FURC_NPC_THIEF = "thief", - SI_FURC_NPC_WOODWORKER = "woodworker", - SI_FURC_PLUNDERSKULL = "Drops from Plunder Skulls during Witches' Festival", - SI_FURC_PSIJIC_RANK = "Psijic Order Rank <<1>>", - SI_FURC_QUESTREWARD = "<<1[Quest reward/Quest: '<<2>>'/Quests]>> <>", - SI_FURC_SCAMBOX = "Crown Crates", - SI_FURC_SCAMBOX_GEMS = "Crown Crate Gems", - SI_FURC_SLAVES_DAILY = "from Murkmire daily quest reward boxes", - SI_FURC_SRC_TOT_RANKED = "From Tales of Tribute ranked matches (system mail reward)", - SI_FURC_STRING_AP = " AP", - SI_FURC_STRING_FOR_VOUCHERS = "for <<1>> vouchers", - SI_FURC_STRING_VENDOR = "<<1>> <> (<<3>><<4>>)", - SI_FURC_STRING_VOUCHER_VENDOR = "Rolis Hlaalu or Faustina Curio", - SI_FURC_STRING_WASSOLDBY = "<<1>> in <<2>> (<<3>>) <<4>>", - SI_FURC_VV_PAINTING = "Extremely rarely from chests or lockboxes on Vvardenfell", -- ////// END : DON'T REMOVE THIS LINE } diff --git a/locale/ru.lua b/locale/ru.lua index 4d685e2..07df6dd 100644 --- a/locale/ru.lua +++ b/locale/ru.lua @@ -1,26 +1,7 @@ local filterDisabled = "disables this filter" local strings = { -- ////// START : DON'T REMOVE THIS LINE - SI_FURC_EVENT_ELSWEYR = "Elsweyr dragon event", - SI_FURC_EVENT_HOLLOWJACK = "Sinister Hollowjack Items", - SI_FURC_EVENT_IC = "Imperial City Event", - SI_FURC_GUILD_MAGES_MYSTIC = "the Mystic", - SI_FURC_LOC_ANY = "anywhere", - SI_FURC_LOC_UNDAUNTED = "Undaunted Enclaves", - SI_FURC_NPC_AUTOMATON = "automaton", - SI_FURC_SRC_CROWNSTORE = "Crown Store ", - SI_FURC_SRC_DROP = "<<1[can drop/drops <<2>>/Drops: <<2>>]>>", - SI_FURC_SRC_DUNG = "<<1[found in dungeons/found in <<2>>/From dungeons: <<2>>]>>", - SI_FURC_SRC_LVLUP = "Can be gained as levelup reward", - SI_FURC_SRC_QUEST = "Quest", - SI_FURC_SRC_SAFEBOX = "extremely rarely from safeboxes", - SI_FURC_SRC_TOT = "From Tales of Tribute reward coffers", - SI_FURC_STRING_PIECES = "<<1[ / /($d pieces)]>>", - SI_FURC_STRING_WEEKEND_AROUND = "(around <<1>>)", - SI_FURC_TOMBS = "Ancestor tombs and ruins on Vvardenfell", - SI_FURC_TRADERS_EVENT = "Event Merchant^nd,from", - SI_FURC_TRADERS_LUXF = "Luxury Furnisher^nd,from", - -- 333 ENTRIES THE SAME IN BOTH LANGUAGES + -- 354 ENTRIES THE SAME IN BOTH LANGUAGES SI_FURC_ADD_FAVE = " Add Favorite", SI_FURC_DATAMINED_UNCLEAR = "This item has been seen in-game, but it's not yet known where you can get it.", SI_FURC_DB = "The Dark Brotherhood supplies vendor hands these out ", @@ -34,6 +15,9 @@ local strings = { SI_FURC_EVENT = "event", SI_FURC_EVENT_ANNIVERSARY = "Anniversary Jubilee", SI_FURC_EVENT_BLACKWOOD = "Bounties of Blackwood", + SI_FURC_EVENT_ELSWEYR = "Season of the Dragon", + SI_FURC_EVENT_HOLLOWJACK = "Sinister Hollowjack", + SI_FURC_EVENT_IC = "Imperial City Celebration", SI_FURC_EVENT_JESTER = "Jester's Festival", SI_FURC_EVENT_MAYHEM = "Whitestrake's Mayhem", SI_FURC_EVENT_NEWLIFE = "New Life Festival", @@ -94,6 +78,8 @@ local strings = { SI_FURC_FILTER_VERSION_DRUID_TT = "Remember when we could block?", SI_FURC_FILTER_VERSION_ENDLESS = "Secrets of the Telvanni", SI_FURC_FILTER_VERSION_ENDLESS_TT = "Now with infinite tentacles", + SI_FURC_FILTER_VERSION_FALLBAN = "Fallen Banners", + SI_FURC_FILTER_VERSION_FALLBAN_TT = "Fallen Banners + Visual update", SI_FURC_FILTER_VERSION_FLAMES = "Flames of Ambition", SI_FURC_FILTER_VERSION_FLAMES_TT = "Mildly flammable", SI_FURC_FILTER_VERSION_HARROW = "Harrowstorm", @@ -138,10 +124,11 @@ local strings = { SI_FURC_GUILD_FIGHTERS = "the Fighters' guild", SI_FURC_GUILD_FIGHTERS_STEWARD = "Hall Steward", SI_FURC_GUILD_MAGES = "the Mages' guild", + SI_FURC_GUILD_MAGES_MYSTIC = "Mystic^n", SI_FURC_GUILD_MAGES_MYSTIC_COLL = "the Mystic as part of a collection", SI_FURC_GUILD_PSIJIC_NALIRSEWEN = "Nalirsewen", SI_FURC_GUILD_THIEVES_MERCH = "Outlaw Refuge, Merchant", - SI_FURC_GUILD_UNDAUNTED_QM = "Undaunted Quartermaster", + SI_FURC_GUILD_UNDAUNTED_QM = "Quartermaster", SI_FURC_HOUSE = "From a furnished purchase of <<1>>", SI_FURC_ITEMPACK_ALCHEMIST = "Mad Alchemist", SI_FURC_ITEMPACK_AMBITIONS = "Daedric Ambitions", @@ -177,6 +164,7 @@ local strings = { SI_FURC_ITEMPACK_WINDOWS = "Windows of the Divines", SI_FURC_ITEMPACK_ZENI = "Chapel of Zenithar", SI_FURC_LABEL_ENTRIES = " entries -", + SI_FURC_LOC_ANY = "anywhere^X", SI_FURC_LOC_ANY_CAPITAL = "any capital city", SI_FURC_LOC_ANY_CITY = "any city", SI_FURC_LOC_LILANDRIL = "Lilandril", @@ -193,6 +181,7 @@ local strings = { SI_FURC_LOC_STORMHAVEN_WAY_MERCH = "Stormhaven, Wayrest, Merchant district", SI_FURC_LOC_SUMMERSET_ALINOR = "Alinor", SI_FURC_LOC_SUMMERSET_ALINOR_RIVERSIDE = "Riverside Market", + SI_FURC_LOC_UNDAUNTED = "Undaunted Enclaves^p,in", SI_FURC_LOC_VVARDENFELL_ALDRUHN = "Ald'ruhn", SI_FURC_LOC_VVARDENFELL_SURAN = "Suran", SI_FURC_LOC_VVARDENFELL_VIVEC = "Vivec City", @@ -202,6 +191,7 @@ local strings = { SI_FURC_LOOT_HARVEST = "from harvesting nodes", SI_FURC_LOOT_HARVEST_WOOD = "occasionally found in wood nodes", SI_FURC_MENU_HEADER = "- |cD3B830Furniture|r:", + SI_FURC_NPC_AUTOMATON = "automaton^n", SI_FURC_PART_OF = "Part of item <<1>>", SI_FURC_PLUGIN_SL_ADD_FIVE = "Add 5 to shopping list", SI_FURC_PLUGIN_SL_ADD_ONE = "Add 1 to shopping list", @@ -223,21 +213,28 @@ local strings = { SI_FURC_SRC_CHESTS = "treasure chests^P,from", SI_FURC_SRC_CLAM_GIANT = "giant clams^p,from", SI_FURC_SRC_CRAFTING = "crafting^N,by", + SI_FURC_SRC_CROWNSTORE = "Crown Store^n,from", SI_FURC_SRC_DOLMEN = "Dolmen^P,from", + SI_FURC_SRC_DROP = "drop^n,from", + SI_FURC_SRC_DUNG = "dungeon^n,from", SI_FURC_SRC_EMPTY = "Item source unknown.\nTry to re-scan files (refresh button right click).\nIf the item is still unknown - and not part of the weekend furnisher's current inventory - please send a mail with the item link and -source to @berylbones.", SI_FURC_SRC_FISH = "fishing^N,by", SI_FURC_SRC_GEYSER = "geysers^p,from", SI_FURC_SRC_HARVEST = "harvesting^N,from", SI_FURC_SRC_ITEMPACK = "Part of the Crown Store item pack [<<1>>] ", + SI_FURC_SRC_LVLUP = "levelup reward^n,from", SI_FURC_SRC_MISCHOUSE = "From select house purchases", SI_FURC_SRC_PICK = "pickpocketing^N,from", + SI_FURC_SRC_QUEST = "quest^n,from", SI_FURC_SRC_QUEST_DAILY = "daily quests^p,from", SI_FURC_SRC_RNDMOB = "random mobs^p,from", SI_FURC_SRC_RUMOUR_ITEM = "This item has been datamined, but not seen in-game", SI_FURC_SRC_RUMOUR_RECIPE = "This recipe has been datamined, but not seen in-game", + SI_FURC_SRC_SAFEBOX = "safeboxes^P,from", SI_FURC_SRC_SCAMBOX = "Crown Crate^n,from", SI_FURC_SRC_SCRYING = "scrying^N,from", SI_FURC_SRC_STEAL = "stealing^N,from", + SI_FURC_SRC_TOT = "Tales of Tribute^P,from", SI_FURC_STRING_CANNOT_CRAFT = "You cannot craft this yet", SI_FURC_STRING_CONTEXTMENU_DIVIDER = "Don't use divider in context menu?", SI_FURC_STRING_CONTEXTMENU_DIVIDER_TT = "Adds a divider to the context menu above the - Furniture entry. Check to disable", @@ -327,14 +324,17 @@ local strings = { SI_FURC_STRING_MENU_USETINY = "Use tiny interface?", SI_FURC_STRING_MENU_USETINY_TT = "Use a smaller interface (Craft Store like). \nYou can toggle this from the UI by clicking the +/- button.", SI_FURC_STRING_PART_OF_COLL = "part of a collection", + SI_FURC_STRING_PIECES = "<<1>> pieces", SI_FURC_STRING_RECIPELEARNED = "Recipe learned: <<1>> <<2>> <<3>>", SI_FURC_STRING_RECIPESFORCHAR = "recipes for <<1>>", SI_FURC_STRING_REWARD = "reward^n,from", SI_FURC_STRING_REWARD_FOR = "reward for <<1>>", SI_FURC_STRING_TRADER = "Trader", + SI_FURC_STRING_WEEKEND_AROUND = "around <<1>>", SI_FURC_TELVANNI_NECROM_FRF = "Necrom, Final Rest Furnishings", SI_FURC_TEXTBOX_FILTER_DEFAULT = "Filter by text search", SI_FURC_TOGGLE_SHOPPINGLIST = " Toggle shopping list", + SI_FURC_TOMBS = "tombs^p", SI_FURC_TRADERS_AF = "Achievement Furnisher^n,from", SI_FURC_TRADERS_ALCHEMISTS = "alchemists", SI_FURC_TRADERS_BGF = "Battlegrounds Furnishers^p,from", @@ -345,90 +345,17 @@ local strings = { SI_FURC_TRADERS_COOKS = "cooks", SI_FURC_TRADERS_DROPSNOGLASS_COLL = "Drops-No-Glass, Temple Doctrine Collection", SI_FURC_TRADERS_ENCHANTERS = "enchanters", + SI_FURC_TRADERS_EVENT = "Impressario^Nd,from", SI_FURC_TRADERS_FAUSTINA = "Faustina Curio", SI_FURC_TRADERS_HGF = "Home Goods Furnisher^n,from", SI_FURC_TRADERS_HOLIDAY = "Holiday Furnisher^n,from", + SI_FURC_TRADERS_LUXF = "Luxury Furnisher^Nd,from", SI_FURC_TRADERS_RAZOUFA_COLL = "Razoufa as part of a collection", SI_FURC_TRADERS_ROLIS = "Rolis Hlaalu", SI_FURC_VERBOSE_DB_UPTODATE = "Furniture Catalogue: The database is up-to-date.", SI_FURC_VERBOSE_SCANNING_CHARS = "Not scanning files, scanning character knowledge now...", SI_FURC_VERBOSE_SCANNING_DATA_FILE = "Furniture Catalogue: Scanning data files...", SI_FURC_VERBOSE_STARTUP = "Furniture Catalogue: If you miss any recipes, please trigger a scan on your furniture crafter by clicking the refresh button in the UI.", - -- 74 LEFTOVER TRANSLATIONS, PLEASE CHECK! - FURC_AV_LEGERDEMAIN_20 = "Legerdemain Rank 20", - SI_FURC_CHEST_VV = "Extremely rarely from chests on Vvardenfell", - SI_FURC_CRATE_ALLMAKER = "All-Maker", - SI_FURC_CRATE_ARMIGER = "Buoyant Armiger", - SI_FURC_CRATE_AYLEID = "Ayleid", - SI_FURC_CRATE_BAANDARI = "Baandari Pedlar", - SI_FURC_CRATE_CARNIVALE = "Carnivale", - SI_FURC_CRATE_CELESTIAL = "Celestial", - SI_FURC_CRATE_DARK = "Dark Chivalry", - SI_FURC_CRATE_DB = "Dark Brotherhood", - SI_FURC_CRATE_DIAMOND = "Diamond Anniversary", - SI_FURC_CRATE_DRAGONSCALE = "Dragonscale", - SI_FURC_CRATE_DWEMER = "Dwarven", - SI_FURC_CRATE_FEATHER = "Unfeathered", - SI_FURC_CRATE_FIREATRO = "Flame Atronach", - SI_FURC_CRATE_FROSTY = "Frost Atronach", - SI_FURC_CRATE_GLOOMSPORE = "Gloomspore", - SI_FURC_CRATE_HARLEQUIN = "Grim Harlequin", - SI_FURC_CRATE_HOLLOWJACK = "Hollowjack", - SI_FURC_CRATE_IRONY = "Iron Atronach", - SI_FURC_CRATE_LAMP = "Order of the Lamp", - SI_FURC_CRATE_MIRROR = "Mirrormoor", - SI_FURC_CRATE_NEWMOON = "New Moon", - SI_FURC_CRATE_NIGHTFALL = "Nightfall", - SI_FURC_CRATE_POTENTATE = "Akaviri Potentate", - SI_FURC_CRATE_PSIJIC = "Psijic", - SI_FURC_CRATE_RAGE = "Ragebound", - SI_FURC_CRATE_REAPER = "Reaper's Harvest", - SI_FURC_CRATE_SCALECALLER = "Scalecaller", - SI_FURC_CRATE_SOVNGARDE = "Sovngarde", - SI_FURC_CRATE_STONELORE = "Stonelore", - SI_FURC_CRATE_SUNKEN = "Sunken Trove", - SI_FURC_CRATE_WILDHUNT = "Wild Hunt", - SI_FURC_CRATE_WRAITH = "Wraithtide", - SI_FURC_CRATE_XANMEER = "Xanmeer", - SI_FURC_DAEDRA_SOURCE = "from Daedra and Dolmen chests", - SI_FURC_DAILY_ASH = "Ashlander daily quest rewards", - SI_FURC_DAILY_ELSWEYR = "Elsweyr daily quest rewards", - SI_FURC_DROP = "This item is a drop ", - SI_FURC_DROP_ALTMER = "This item is a drop on Summerset", - SI_FURC_DROP_MURKMIRE = "Random mobs in Murkmire", - SI_FURC_ELF_PIC = "Drops rarely from treasure chests on Summerset", - SI_FURC_GEYSER = "Drops from geyser reward clams on Summerset", - SI_FURC_GIANT_CLAM = "Drops from giant clams and geyser reward clams on Summerset", - SI_FURC_GRAMMAR_OBTAINABLE = "can be acquired during <<1>> (<<2>>)", - SI_FURC_GRAMMAR_ORDER_LOC = "<<1>> <<2>>", - SI_FURC_LOC_MALABAL_VULKW_TAVERN = "Malabal Tor, Vulkwaesten, tavern", - SI_FURC_LOOT_CHESTS = "treasure chests", - SI_FURC_LOOT_FISH = "can be fished", - SI_FURC_LOOT_PICKPOCKET = "Pickpocket", - SI_FURC_LOOT_PLANTS = "from harvesting plants", - SI_FURC_LOOT_SCRYING = "from scrying", - SI_FURC_LOOT_STEALING = "Stealing", - SI_FURC_NPC_DRUNKARD = "drunkard", - SI_FURC_NPC_GUARD = "guard", - SI_FURC_NPC_MAGE = "mage", - SI_FURC_NPC_PILGRIM = "pilgrim", - SI_FURC_NPC_PRIEST = "priest", - SI_FURC_NPC_SCHOLAR = "scholar", - SI_FURC_NPC_THIEF = "thief", - SI_FURC_NPC_WOODWORKER = "woodworker", - SI_FURC_PLUNDERSKULL = "Drops from Plunder Skulls during Witches' Festival", - SI_FURC_PSIJIC_RANK = "Psijic Order Rank <<1>>", - SI_FURC_QUESTREWARD = "<<1[Quest reward/Quest: '<<2>>'/Quests]>> <>", - SI_FURC_SCAMBOX = "Crown Crates", - SI_FURC_SCAMBOX_GEMS = "Crown Crate Gems", - SI_FURC_SLAVES_DAILY = "from Murkmire daily quest reward boxes", - SI_FURC_SRC_TOT_RANKED = "From Tales of Tribute ranked matches (system mail reward)", - SI_FURC_STRING_AP = " AP", - SI_FURC_STRING_FOR_VOUCHERS = "for <<1>> vouchers", - SI_FURC_STRING_VENDOR = "<<1>> <> (<<3>><<4>>)", - SI_FURC_STRING_VOUCHER_VENDOR = "Rolis Hlaalu or Faustina Curio", - SI_FURC_STRING_WASSOLDBY = "<<1>> in <<2>> (<<3>>) <<4>>", - SI_FURC_VV_PAINTING = "Extremely rarely from chests or lockboxes on Vvardenfell", -- ////// END : DON'T REMOVE THIS LINE } diff --git a/startup.lua b/startup.lua index e565f03..9e7a22e 100644 --- a/startup.lua +++ b/startup.lua @@ -149,6 +149,8 @@ local function getTooltipsSource() end this.GetTooltipsSource = getTooltipsSource +-- TODO #REFACTOR Just auto generate those from Constants.Versioning ¯\_(ツ)_/¯ + -- [UPGRADING GAME VERSIONS, PTS compatibility] this.DropdownData = { ChoicesVersion = { @@ -184,6 +186,7 @@ this.DropdownData = { [ver.WEALD] = GetString(SI_FURC_FILTER_VERSION_WEALD), [ver.BASE43] = GetString(SI_FURC_FILTER_VERSION_BASE43), [ver.BASE44] = GetString(SI_FURC_FILTER_VERSION_BASE44), + [ver.FALLBAN] = GetString(SI_FURC_FILTER_VERSION_FALLBAN), }, TooltipsVersion = { @@ -219,6 +222,7 @@ this.DropdownData = { [ver.WEALD] = GetString(SI_FURC_FILTER_VERSION_WEALD_TT), [ver.BASE43] = GetString(SI_FURC_FILTER_VERSION_BASE43_TT), [ver.BASE44] = GetString(SI_FURC_FILTER_VERSION_BASE44_TT), + [ver.FALLBAN] = GetString(SI_FURC_FILTER_VERSION_FALLBAN_TT), }, ChoicesCharacter = {