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.
152 lines
7.0 KiB
152 lines
7.0 KiB
|
4 years ago
|
-- ------------------------------------------------------------------------------ --
|
||
|
|
-- TradeSkillMaster_Accounting --
|
||
|
|
-- http://www.curse.com/addons/wow/tradeskillmaster_accounting --
|
||
|
|
-- --
|
||
|
|
-- A TradeSkillMaster Addon (http://tradeskillmaster.com) --
|
||
|
|
-- All Rights Reserved* - Detailed license information included with addon. --
|
||
|
|
-- ------------------------------------------------------------------------------ --
|
||
|
|
|
||
|
|
-- TradeSkillMaster_Accounting Locale - esMX
|
||
|
|
-- Please use the localization app on CurseForge to update this
|
||
|
|
-- http://wow.curseforge.com/addons/TradeSkillMaster_Accounting/localization/
|
||
|
|
|
||
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_Accounting", "esMX")
|
||
|
|
if not L then return end
|
||
|
|
|
||
|
|
-- L["Accounting has not yet collect enough information for this tab. This is likely due to not having recorded enough data points or not seeing any significant fluctuations (over 1k gold) in your gold on hand."] = ""
|
||
|
|
-- L["Activity Type"] = ""
|
||
|
|
-- L["All"] = ""
|
||
|
|
-- L["Aucs"] = ""
|
||
|
|
-- L["Average Prices:"] = ""
|
||
|
|
-- L["Avg Buy Price"] = ""
|
||
|
|
-- L["Avg Resale Profit"] = ""
|
||
|
|
-- L["Avg Sell Price"] = ""
|
||
|
|
-- L["Back to Previous Page"] = ""
|
||
|
|
-- L["Balance"] = ""
|
||
|
|
--[==[ L[ [=[Below is a graph of the current character's gold on hand over time.
|
||
|
|
|
||
|
|
The x-axis is time and goes from %s to %s
|
||
|
|
The y-axis is thousands of gold.]=] ] = "" ]==]
|
||
|
|
-- L["Bought"] = ""
|
||
|
|
-- L["Buyer/Seller"] = ""
|
||
|
|
-- L["Cancelled"] = ""
|
||
|
|
-- L["Cancelled Since Last Sale:"] = ""
|
||
|
|
-- L["Clear Old Data"] = ""
|
||
|
|
-- L["Click for a detailed report on this item."] = ""
|
||
|
|
-- L["Click this button to permanently remove data older than the number of days selected in the dropdown."] = ""
|
||
|
|
-- L["Cost"] = ""
|
||
|
|
-- L["Data older than this many days will be deleted when you click on the button to the right."] = ""
|
||
|
|
-- L["Days:"] = ""
|
||
|
|
-- L["DD/MM/YY HH:MM"] = ""
|
||
|
|
-- L["Display Grey Items in Sales"] = ""
|
||
|
|
-- L["Don't prompt to record trades"] = ""
|
||
|
|
-- L["Earned Per Day:"] = ""
|
||
|
|
-- L["Expenses"] = ""
|
||
|
|
-- L["Expired"] = ""
|
||
|
|
-- L["Expired Since Last Sale:"] = ""
|
||
|
|
-- L["Failed Auctions"] = ""
|
||
|
|
-- L["Failed Since Last Sale (Expired/Cancelled):"] = ""
|
||
|
|
-- L["General Options"] = ""
|
||
|
|
-- L["Gold Earned:"] = ""
|
||
|
|
-- L["Gold Spent:"] = ""
|
||
|
|
-- L["Group"] = ""
|
||
|
|
-- L["_ Hr _ Min ago"] = ""
|
||
|
|
-- L["If checked, poor quality items will be shown in sales data. They will still be included in gold earned totals on the summary tab regardless of this setting"] = ""
|
||
|
|
-- L["If checked, the average purchase price that shows in the tooltip will be the average price for the most recent X you have purchased, where X is the number you have in your bags / bank / gbank using data from the ItemTracker module. Otherwise, a simple average of all purchases will be used."] = ""
|
||
|
|
-- L["If checked, the number of cancelled auctions since the last sale will show as up as failed auctions in an item's tooltip. if no sales then the total number of cancelled auctions will be shown."] = ""
|
||
|
|
-- L["If checked, the number of expired auctions since the last sale will show as up as failed auctions in an item's tooltip. if no sales then the total number of expired auctions will be shown."] = ""
|
||
|
|
-- L["If checked, the number you have purchased and the average purchase price will show up in an item's tooltip."] = ""
|
||
|
|
-- L["If checked, the number you have sold and the average sale price will show up in an item's tooltip."] = ""
|
||
|
|
-- L["If checked, the sale rate will be shown in item tooltips. sale rate is calculated as total sold / (total sold + total expired + total cancelled)."] = ""
|
||
|
|
-- L["If checked, whenever you buy or sell any quantity of a single item via trade, Accounting will display a popup asking if you want it to record that transaction."] = ""
|
||
|
|
-- L["If checked, you won't get a popup confirmation about whether or not to track trades."] = ""
|
||
|
|
-- L["Income"] = ""
|
||
|
|
-- L["Item Name"] = ""
|
||
|
|
-- L["Items"] = ""
|
||
|
|
-- L["Last 14 Days"] = ""
|
||
|
|
-- L["Last 30 Days"] = ""
|
||
|
|
-- L["Last 30 Days:"] = ""
|
||
|
|
-- L["Last 60 Days"] = ""
|
||
|
|
-- L["Last 7 Days"] = ""
|
||
|
|
-- L["Last 7 Days:"] = ""
|
||
|
|
-- L["Last Purchase"] = ""
|
||
|
|
-- L["Last Purchased:"] = ""
|
||
|
|
-- L["Last Sold"] = ""
|
||
|
|
-- L["Last Sold:"] = ""
|
||
|
|
-- L["Market Value"] = ""
|
||
|
|
-- L["Market Value Source"] = ""
|
||
|
|
-- L["MM/DD/YY HH:MM"] = ""
|
||
|
|
-- L["none"] = ""
|
||
|
|
-- L["None"] = ""
|
||
|
|
-- L["Options"] = ""
|
||
|
|
-- L["Other"] = ""
|
||
|
|
-- L["Other Income"] = ""
|
||
|
|
-- L["Player"] = ""
|
||
|
|
-- L["Player Gold"] = ""
|
||
|
|
-- L["Player(s)"] = ""
|
||
|
|
-- L["Price Per Item"] = ""
|
||
|
|
-- L["Profit:"] = ""
|
||
|
|
-- L["Profit Per Day:"] = ""
|
||
|
|
-- L["Purchase Data"] = ""
|
||
|
|
-- L["Purchased (Avg Price):"] = ""
|
||
|
|
-- L["Purchased (Total Price):"] = ""
|
||
|
|
-- L["Purchases"] = ""
|
||
|
|
-- L["Quantity"] = ""
|
||
|
|
-- L["Quantity Bought:"] = ""
|
||
|
|
-- L["Quantity Sold:"] = ""
|
||
|
|
-- L["Rarity"] = ""
|
||
|
|
-- L["Removed a total of %s old records and %s items with no remaining records."] = ""
|
||
|
|
-- L["Remove Old Data (No Confirmation)"] = ""
|
||
|
|
-- L["Resale"] = ""
|
||
|
|
-- L["Revenue"] = ""
|
||
|
|
-- L["%s ago"] = ""
|
||
|
|
-- L["Sale Data"] = ""
|
||
|
|
-- L["Sale Rate:"] = ""
|
||
|
|
-- L["Sales"] = ""
|
||
|
|
-- L["Search"] = ""
|
||
|
|
-- L["Select how you would like prices to be shown in the \"Items\" and \"Resale\" tabs; either average price per item or total value."] = ""
|
||
|
|
-- L["Select what format Accounting should use to display times in applicable screens."] = ""
|
||
|
|
-- L["Select where you want Accounting to get market value info from to show in applicable screens."] = ""
|
||
|
|
-- L["Show Cancelled Auctions as Failed Auctions since Last Sale in item tooltips"] = ""
|
||
|
|
-- L["Show Expired Auctions as Failed Auctions since Last Sale in item tooltips"] = ""
|
||
|
|
-- L["Show purchase info in item tooltips"] = ""
|
||
|
|
-- L["Show sale info in item tooltips"] = ""
|
||
|
|
-- L["Show Sale Rate in item tooltips"] = ""
|
||
|
|
-- L["Sold"] = ""
|
||
|
|
-- L["Sold (Avg Price):"] = ""
|
||
|
|
-- L["Sold (Total Price):"] = ""
|
||
|
|
-- L["Source"] = ""
|
||
|
|
-- L["Spent Per Day:"] = ""
|
||
|
|
-- L["Stack"] = ""
|
||
|
|
-- L["Summary"] = ""
|
||
|
|
-- L["Target"] = ""
|
||
|
|
-- L["There is no purchase data for this item."] = ""
|
||
|
|
-- L["There is no sale data for this item."] = ""
|
||
|
|
-- L["Time"] = ""
|
||
|
|
-- L["Time Format"] = ""
|
||
|
|
-- L["Timeframe Filter"] = ""
|
||
|
|
-- L["Today"] = ""
|
||
|
|
-- L["Top Buyers:"] = ""
|
||
|
|
-- L["Top Expense by Gold:"] = ""
|
||
|
|
-- L["Top Expense by Quantity:"] = ""
|
||
|
|
-- L["Top Income by Gold:"] = ""
|
||
|
|
-- L["Top Income by Quantity:"] = ""
|
||
|
|
-- L["Top Item by Gold:"] = ""
|
||
|
|
-- L["Top Item by Quantity:"] = ""
|
||
|
|
-- L["Top Sellers:"] = ""
|
||
|
|
-- L["Total:"] = ""
|
||
|
|
-- L["Total Buy Price"] = ""
|
||
|
|
-- L["Total Price"] = ""
|
||
|
|
-- L["Total Sale Price"] = ""
|
||
|
|
-- L["Total Spent:"] = ""
|
||
|
|
-- L["Total Value"] = ""
|
||
|
|
-- L["Track sales/purchases via trade"] = ""
|
||
|
|
-- L["TSM_Accounting detected that you just traded %s %s in return for %s. Would you like Accounting to store a record of this trade?"] = ""
|
||
|
|
-- L["Type"] = ""
|
||
|
|
-- L["Use smart average for purchase price"] = ""
|
||
|
|
-- L["Yesterday"] = ""
|
||
|
|
--[==[ L[ [=[You can use the options below to clear old data. It is recommened to occasionally clear your old data to keep Accounting running smoothly. Select the minimum number of days old to be removed in the dropdown, then click the button.
|
||
|
|
|
||
|
|
NOTE: There is no confirmation.]=] ] = "" ]==]
|
||
|
|
-- L["YY/MM/DD HH:MM"] = ""
|
||
|
|
|