mirror of
https://github.com/ckaczor/TuskarrRestockTracker.git
synced 2026-06-15 10:45:07 -04:00
Compare commits
3 Commits
4991e56418
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 73005e2a8d | |||
|
|
bbe8b25a9d | ||
|
|
eab3fcc2ad |
31
Locale/zhCN.lua
Normal file
31
Locale/zhCN.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
local ADDON_NAME = ...
|
||||
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale(ADDON_NAME, "zhCN")
|
||||
if not L then
|
||||
return
|
||||
end
|
||||
|
||||
L["Tuskarr Restock Tracker"] = "海象人捉放鱼任务追踪"
|
||||
L["Catch and Release: Scalebelly Mackerel"] = "捉放鱼:鳞腹鲭鱼"
|
||||
L["Catch and Release: Thousandbite Piranha"] = "捉放鱼:千噬水虎鱼"
|
||||
L["Catch and Release: Aileron Seamoth"] = "捉放鱼:副翼海蛾鱼"
|
||||
L["Catch and Release: Cerulean Spinefish"] = "捉放鱼:天蓝刺皮鱼"
|
||||
L["Catch and Release: Temporal Dragonhead"] = "捉放鱼:时光龙头鱼"
|
||||
L["Catch and Release: Islefin Dorado"] = "捉放鱼:岛鳍剑鱼"
|
||||
L["Disabled until level 10"] = "10级前禁用"
|
||||
L["Loading..."] = "加载中..."
|
||||
L["|cFF00FF00Complete|r"] = "|cFF00FF00已完成|r"
|
||||
L["|cFFFF0000Not Complete|r"] = "|cFFFF0000未完成|r"
|
||||
L["Loaded"] = "已加载"
|
||||
L["Done"] = "完成"
|
||||
L["Show minimap icon"] = "显示小地图图标"
|
||||
L["Shows or hides the minimap icon"] = "显示或隐藏小地图图标"
|
||||
L["|cFFFFFF00Click|r the main button to toggle whether the tooltip stays open"] = "|cFFFFFF00左键点击|r按钮切换提示框是否保持开启"
|
||||
L["|cFFFFFF00Right Click|r the main button to cycle through which quest to track"] = "|cFFFFFF00右键点击|r按钮循环切换要追踪的任务"
|
||||
L["Quest"] = "任务"
|
||||
L["Fish"] = "鱼类"
|
||||
L["Have"] = "已拥有"
|
||||
L["Status"] = "状态"
|
||||
L["Need"] = "需收集"
|
||||
L["Gather:"] = "收集:"
|
||||
L["Turn In:"] = "提交:"
|
||||
@@ -2,6 +2,7 @@
|
||||
## Title: Tuskarr Restock Tracker
|
||||
## Version: 12.0.0
|
||||
## Notes: Helps with the weekly Iskaara Tuskarr fishing quests ("Catch and Release") by keeping track of what quests have been completed and what fish are required.
|
||||
## Notes-zhCN: 追踪伊斯卡拉海象人“捉放鱼”周常任务。
|
||||
## Author: Amanoa
|
||||
## SavedVariables: TuskarrRestockTrackerDB
|
||||
## OptionalDeps: Ace3, AceEvent-3.0, LibQTip-1.0, LibStub, AceTimer-3.0, AceConsole-3.0
|
||||
@@ -25,6 +26,7 @@ Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua
|
||||
Locale\enUS.lua
|
||||
Locale\frFR.lua
|
||||
Locale\deDE.lua
|
||||
Locale\zhCN.lua
|
||||
|
||||
Data.lua
|
||||
Sort.lua
|
||||
|
||||
Reference in New Issue
Block a user