--Everything From here on would need to be translated and put --into if statements for each specific language. --*********** --Traditional Chinese --*********** if GetLocale() ~= "zhTW" then return end --Locals SCT.LOCALS.MSG_EXAMPLE = "SCT 靜態訊息"; -- Static Messages SCT.LOCALS.LowHP= "生命力過低!"; -- Message to be displayed when HP is low SCT.LOCALS.LowMana= "法力過低!"; -- Message to be displayed when Mana is Low SCT.LOCALS.SelfFlag = "*"; -- Icon to show self hits SCT.LOCALS.Crushchar = "^"; SCT.LOCALS.Glancechar = "~"; SCT.LOCALS.Combat = "+戰鬥"; -- Message to be displayed when entering combat SCT.LOCALS.NoCombat = "-戰鬥"; -- Message to be displayed when leaving combat SCT.LOCALS.ComboPoint = "連擊點"; -- Message to be displayed when gaining a combo point SCT.LOCALS.FiveCPMessage = "追擊!"; -- Message to be displayed when you have 5 combo points SCT.LOCALS.ExtraAttack = "額外攻擊!"; -- Message to be displayed when time to execute SCT.LOCALS.KillingBlow = "擊殺!"; -- Message to be displayed when you kill something SCT.LOCALS.Interrupted = "被中斷!"; -- Message to be displayed when you are interrupted SCT.LOCALS.Rampage = "暴怒"; -- Message to be displayed when rampage is needed --Option messages SCT.LOCALS.STARTUP = "Scrolling Combat Text "..SCT.Version.." 插件已載入。輸入 /sct 顯示可用的指令。"; SCT.LOCALS.Option_Crit_Tip = "將此事件一律以致命一擊效果顯示。"; SCT.LOCALS.Option_Msg_Tip = "將此事件一律以靜態訊息顯示,忽略其致命一擊效果。"; SCT.LOCALS.Frame1_Tip = "在動畫框架1中顯示此事件。"; SCT.LOCALS.Frame2_Tip = "在動畫框架2中顯示此事件。"; --Warnings SCT.LOCALS.Version_Warning= "|cff00ff00SCT 警告|r\n\n你目前的存檔是舊版本 SCT 的設定。如果遇到錯誤或不正常現象,請按「重設」按鈕或輸入 /sctreset 恢復預設設定。"; SCT.LOCALS.Load_Error = "|cff00ff00載入 SCT Options 時發生錯誤。插件可能被停用了。|r錯誤: "; --nouns SCT.LOCALS.TARGET = "目標 "; SCT.LOCALS.PROFILE = "載入 SCT 設定檔: |cff00ff00"; SCT.LOCALS.PROFILE_DELETE = "刪除 SCT 設定檔: |cff00ff00"; SCT.LOCALS.PROFILE_NEW = "新增 SCT 設定檔: |cff00ff00"; SCT.LOCALS.WARRIOR = "戰士"; SCT.LOCALS.ROGUE = "盜賊"; SCT.LOCALS.HUNTER = "獵人"; SCT.LOCALS.MAGE = "法師"; SCT.LOCALS.WARLOCK = "術士"; SCT.LOCALS.DRUID = "德魯伊"; SCT.LOCALS.PRIEST = "牧師"; SCT.LOCALS.SHAMAN = "薩滿"; SCT.LOCALS.PALADIN = "聖騎士"; --Useage SCT.LOCALS.DISPLAY_USEAGE = "用法: \n"; SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "/sctdisplay「訊息」(顯示白色文字)\n"; SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "/sctdisplay「訊息」紅 (0-10) 綠 (0-10) 藍 (0-10)\n"; SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "例如:/sctdisplay 「治療我」10 0 0\n將顯示紅色字的「治療我」訊息\n"; SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "某些常用顏色:紅 = 10 0 0,綠 = 0 10 0,藍 = 0 0 10,\n黃 = 10 10 0,紫 = 10 0 10,青 = 0 10 10"; --Fonts SCT.LOCALS.FONTS = { [1] = { name="Friz Quadrata TT", path="Fonts\\FRIZQT__.TTF"}, [2] = { name="SCT TwCenMT", path="Interface\\Addons\\sct\\fonts\\Tw_Cen_MT_Bold.TTF"}, [3] = { name="SCT Adventure", path="Interface\\Addons\\sct\\fonts\\Adventure.ttf"}, [4] = { name="SCT Enigma", path="Interface\\Addons\\sct\\fonts\\Enigma__2.TTF"}, [5] = { name="SCT Emblem", path="Interface\\Addons\\sct\\fonts\\Emblem.ttf"}, [6] = { name="SCT Diablo", path="Interface\\Addons\\sct\\fonts\\Avqest.ttf"}, } -- Cosmos button SCT.LOCALS.CB_NAME = "Scrolling Combat Text".." "..SCT.Version; SCT.LOCALS.CB_SHORT_DESC = "程式設計: Grayhoof"; SCT.LOCALS.CB_LONG_DESC = "按這開啟 SCT 設定畫面"; SCT.LOCALS.CB_ICON = "Interface\\Icons\\Spell_Shadow_EvilEye"; -- "Interface\\Icons\\Spell_Shadow_FarSight"