-- ------------------------------------------------------------------------------ -- -- TradeSkillMaster_AuctionDB -- -- http://www.curse.com/addons/wow/tradeskillmaster_auctiondb -- -- -- -- A TradeSkillMaster Addon (http://tradeskillmaster.com) -- -- All Rights Reserved* - Detailed license information included with addon. -- -- ------------------------------------------------------------------------------ -- -- TradeSkillMaster_AuctionDB Locale - esES -- Please use the localization app on CurseForge to update this -- http://wow.curseforge.com/addons/TradeSkillMaster_AuctionDB/localization/ local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_AuctionDB", "esES") if not L then return end -- 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."] = "" -- 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."] = "" L["Any items in the AuctionDB database that contain the search phrase in their names will be displayed."] = "Todos los artículos en la base de datos de AuctionDB que contienen la frase de búsqueda en su nombre en la pantalla." L["Are you sure you want to clear your AuctionDB data?"] = "¿Está seguro que desea borrar los datos AuctionDB?" L["Ascending"] = "Ascendente" -- L["AuctionDB - Market Value"] = "" -- L["AuctionDB - Minimum Buyout"] = "" -- L["Can't run a GetAll scan right now."] = "" L["Descending"] = "Descendiendo" -- L["Display lowest buyout value seen in the last scan in tooltip."] = "" -- L["Display market value in tooltip."] = "" -- L["Display number of items seen in the last scan in tooltip."] = "" -- L["Display total number of items ever seen in tooltip."] = "" -- L["Done Scanning"] = "" -- L["Download the FREE TSM desktop application which will automatically update your TSM_AuctionDB prices using Blizzard's online APIs (and does MUCH more). Visit %s for more info and never scan the AH again! This is the best way to update your AuctionDB prices."] = "" L["Enable display of AuctionDB data in tooltip."] = "Permitir la visualización de los datos AuctionDB en la descripción." -- L["GetAll scan did not run successfully due to issues on Blizzard's end. Using the TSM application for your scans is recommended."] = "" L["Hide poor quality items"] = "Esconder objetos de calidad pobre" L["If checked, poor quality items won't be shown in the search results."] = "Si se marca, los artículos de calidad pobre no se mostrará en los resultados de búsqueda." -- L["If checked, the lowest buyout value seen in the last scan of the item will be displayed."] = "" -- L["If checked, the market value of the item will be displayed"] = "" -- L["If checked, the number of items seen in the last scan will be displayed."] = "" -- L["If checked, the total number of items ever seen will be displayed."] = "" -- L["Imported %s scans worth of new auction data!"] = "" L["Invalid value entered. You must enter a number between 5 and 500 inclusive."] = "Valor introducido no válido. Debe introducir un número entre 5 y 500." L["Item Link"] = "Link de Objeto" L["Item MinLevel"] = "NivelMin Objeto" -- L["Items per page"] = "" -- L["Items %s - %s (%s total)"] = "" -- L["Item SubType Filter"] = "" -- L["Item Type Filter"] = "" -- L["It is strongly recommended that you reload your ui (type '/reload') after running a GetAll scan. Otherwise, any other scans (Post/Cancel/Search/etc) will be much slower than normal."] = "" -- L["Last Scanned"] = "" -- L["Last updated from in-game scan %s ago."] = "" -- L["Last updated from the TSM Application %s ago."] = "" -- L["Market Value"] = "" -- L["Market Value:"] = "" -- L["Market Value x%s:"] = "" -- L["Min Buyout:"] = "" -- L["Min Buyout x%s:"] = "" -- L["Minimum Buyout"] = "" -- L["Next Page"] = "" -- L["No items found"] = "" -- L["No scans found."] = "" L["Not Ready"] = "No está listo" -- L["Not Scanned"] = "" -- L["Num(Yours)"] = "" -- L["Options"] = "" -- L["Previous Page"] = "" -- L["Processing data..."] = "" L["Ready"] = "Listo" L["Ready in %s min and %s sec"] = "Listo en %s min y %s sec." -- L["Refreshes the current search results."] = "" -- L["Removed %s from AuctionDB."] = "" -- L["Reset Data"] = "" -- L["Resets AuctionDB's scan data"] = "" -- L["Result Order:"] = "" -- L["Run Full Scan"] = "" L["Run GetAll Scan"] = "Hacer un GetAll Scan" -- L["Running query..."] = "" L["%s ago"] = "hace %s" -- L["Scanning page %s/%s"] = "" -- L["Scanning the auction house in game is no longer necessary!"] = "" -- L["Search"] = "" -- L["Search Options"] = "" -- L["Seen Last Scan:"] = "" -- L["Select how you would like the search results to be sorted. After changing this option, you may need to refresh your search results by hitting the \"Refresh\" button."] = "" -- L["Select whether to sort search results in ascending or descending order."] = "" -- L["Shift-Right-Click to clear all data for this item from AuctionDB."] = "" -- L["Sort items by"] = "" -- L["This determines how many items are shown per page in results area of the \"Search\" tab of the AuctionDB page in the main TSM window. You may enter a number between 5 and 500 inclusive. If the page lags, you may want to decrease this number."] = "" -- L["Total Seen Count:"] = "" -- L["Use the search box and category filters above to search the AuctionDB data."] = "" -- 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."] = "" -- 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."] = "" -- 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."] = ""