This commit is contained in:
@@ -14,7 +14,7 @@ local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_AuctionDB", "enUS
|
||||
if not L then return end
|
||||
|
||||
L["%s ago"] = true
|
||||
L["A GetAll scan is the fastest in-game method for scanning every item on the auction house. However, there are many possible bugs on Blizzard's end with it including the chance for it to disconnect you from the game. Also, it has a 15 minute cooldown."] = true
|
||||
L["A GetAll scan is the fastest in-game method for scanning every item on the auction house. However, there are many possible bugs on Blizzard's end with it including the chance for it to disconnect you from the game. Also, it has a 15 minute cooldown. You can disable the GetAll button via TSM's AuctionDB options if this feature doesn't work well on your server."] = true
|
||||
L["A full auction house scan will scan every item on the auction house but is far slower than a GetAll scan. Expect this scan to take several minutes or longer."] = true
|
||||
L["Any items in the AuctionDB database that contain the search phrase in their names will be displayed."] = true
|
||||
L["Are you sure you want to clear your AuctionDB data?"] = true
|
||||
@@ -23,6 +23,7 @@ L["AuctionDB - Market Value"] = true
|
||||
L["AuctionDB - Minimum Buyout"] = true
|
||||
L["Can't run a GetAll scan right now."] = true
|
||||
L["Descending"] = true
|
||||
L["Disable \"GetAll\" Auction Scans"] = true
|
||||
L["Display lowest buyout value seen in the last scan in tooltip."] = true
|
||||
L["Display market value in tooltip."] = true
|
||||
L["Done Scanning"] = true
|
||||
@@ -31,6 +32,7 @@ L["Enable display of AuctionDB data in tooltip."] = true
|
||||
L["GetAll scan did not run successfully due to issues on Blizzard's end. Using the TSM application for your scans is recommended."] = true
|
||||
L["Hide poor quality items"] = true
|
||||
L["If checked, AuctionDB will add a tab to the AH to allow for in-game scans. If you are using the TSM app exclusively for your scans, you may want to hide it by unchecking this option. This option requires a reload to take effect."] = true
|
||||
L["If checked, AuctionDB will not perform \"GetAll\" scans. This is useful if your server doesn't return all auctions in its \"GetAll\" results, which means that you'll get incorrect market value calculations for all items. If you're playing on such servers, it's best to disable the \"GetAll\" feature to avoid accidentally polluting your price database with incorrect data. This option takes effect immediately, but requires a reload to completely hide the \"Run GetAll Scan\" button."] = true
|
||||
L["If checked, poor quality items won't be shown in the search results."] = true
|
||||
L["If checked, the lowest buyout value seen in the last scan of the item will be displayed."] = true
|
||||
L["If checked, the market value of the item will be displayed"] = true
|
||||
@@ -72,7 +74,9 @@ L["Result Order:"] = true
|
||||
L["Run Full Scan"] = true
|
||||
L["Run GetAll Scan"] = true
|
||||
L["Running query..."] = true
|
||||
L["Running query... Server not responding due to throttling? Try again later..."] = true
|
||||
L["Scan Selected Groups"] = true
|
||||
L["Scanning %d / %d (Page 1 / ?)"] = true
|
||||
L["Scanning %d / %d (Page %d / %d)"] = true
|
||||
L["Scanning page %s/%s"] = true
|
||||
L["Scanning the auction house in game is no longer necessary!"] = true
|
||||
@@ -88,4 +92,5 @@ L["This will do a slow auction house scan of every item in the selected groups a
|
||||
L["Use the search box and category filters above to search the AuctionDB data."] = true
|
||||
L["You can filter the results by item subtype by using this dropdown. For example, if you want to search for all herbs, you would select \"Trade Goods\" in the item type dropdown and \"Herbs\" in this dropdown."] = true
|
||||
L["You can filter the results by item type by using this dropdown. For example, if you want to search for all herbs, you would select \"Trade Goods\" in this dropdown and \"Herbs\" as the subtype filter."] = true
|
||||
L["You can use this page to lookup an item or group of items in the AuctionDB database. Note that this does not perform a live search of the AH."] = true
|
||||
L["You can use this page to lookup an item or group of items in the AuctionDB database. Note that this does not perform a live search of the AH."] = true
|
||||
L["You have disabled GetAll scans via AuctionDB's options."] = true
|
||||
Reference in New Issue
Block a user