diff --git a/Localization/deDE.lua b/Localization/deDE.lua index 90e0b25..8736e3b 100644 --- a/Localization/deDE.lua +++ b/Localization/deDE.lua @@ -91,9 +91,9 @@ L["The font that the title text will use"] = "Die Schriftart die der Titeltext v L["The outline that the title text will use"] = "Die Kontur die der Titeltext verwenden wird" L["The color of the title text"] = "Die Farbe die der Titeltext verwenden wird" L["Control the font size of the title text"] = "Die Schriftgröße des Titeltextes ändern" -L["Use Same Background"] = true -L["Use the same background settings for the title bar as the main window's background"] = true -L["Title Bar Background Options"] = true +L["Use Same Background"] = "Selben Hintergrund verwenden" +L["Use the same background settings for the title bar as the main window's background"] = "Die selben Hintergrundeinstellungen für die Titelleiste und das Hauptfenster verwenden" +L["Title Bar Background Options"] = "Titelleistenhintergrundoptionen" -- Config strings, show when... section L["Show When..."] = "Zeige wenn..." @@ -174,8 +174,8 @@ L["Use Class Colors"] = "Klassenfarben benutzen" L["Use standard class colors for the background color of threat bars"] = "Benutze die Standard Klassenfarben für den Hintergrund der Bedrohungsbalken" L["Pet Bar Color"] = "Begleiterleistenfarbe" L["The background color for pets"] = "Die Hintergrundfarbe für Begleiter" -L["Fade/MI Bar Color"] = true -L["The background color for players under the effects of Fade and Mirror Image (they will be at negative 4 million threat)"] = true +L["Fade/MI Bar Color"] = "Verblassen/Spiegelbild-Leistenfarbe" +L["The background color for players under the effects of Fade and Mirror Image (they will be at negative 4 million threat)"] = "Die Hintergrundfarbe für Spieler bei denen Verblassen oder Spiegelbild aktiv ist. (ca -4 Millionen Bedrohung)." L["Bar BG Color"] = "Balkenhintergrundfarbe" L["The background color for all threat bars"] = "Die Hintergrundfarbe für alle Bedrohungsbalken" L["Always Show Self"] = "Selbst immer anzeigen" diff --git a/Localization/zhCN.lua b/Localization/zhCN.lua index 17c6696..8370482 100644 --- a/Localization/zhCN.lua +++ b/Localization/zhCN.lua @@ -91,9 +91,9 @@ L["The font that the title text will use"] = "标题文本字体" L["The outline that the title text will use"] = "标题文本字体轮廓" L["The color of the title text"] = "标题字体颜色" L["Control the font size of the title text"] = "标题文本字体大小" -L["Use Same Background"] = true -L["Use the same background settings for the title bar as the main window's background"] = true -L["Title Bar Background Options"] = true +L["Use Same Background"] = "使用相同背景" +L["Use the same background settings for the title bar as the main window's background"] = "使用相同背景设置为主窗口标题栏背景" +L["Title Bar Background Options"] = "标题栏背景选项" -- Config strings, show when... section L["Show When..."] = "当何时显示" @@ -172,10 +172,10 @@ L["Pull Aggro Bar Color"] = "获得仇恨计量条颜色" L["The background color for your Pull Aggro bar"] = "获得仇恨计量条背景颜色" L["Use Class Colors"] = "使用职业颜色" L["Use standard class colors for the background color of threat bars"] = "使用标准职业颜色威胁计量条背景颜色" -L["Pet Bar Color"] = true -L["The background color for pets"] = true -L["Fade/MI Bar Color"] = true -L["The background color for players under the effects of Fade and Mirror Image (they will be at negative 4 million threat)"] = true +L["Pet Bar Color"] = "宠物计量条颜色" +L["The background color for pets"] = "宠物背景颜色" +L["Fade/MI Bar Color"] = "渐隐/镜像计量条颜色" +L["The background color for players under the effects of Fade and Mirror Image (they will be at negative 4 million threat)"] = "受到渐隐或镜像效果影响的玩家背景颜色(他们将减少4百万威胁)" L["Bar BG Color"] = "计量条背景颜色" L["The background color for all threat bars"] = "所有威胁计量条背景颜色" L["Always Show Self"] = "总是显示自己" @@ -222,7 +222,7 @@ L["Click|r to toggle the Omen window"] = "点击|r开/关 Omen 窗口" L["Right-click|r to open the options menu"] = "右键|r打开选项菜单" L["FuBar Options"] = "FuBar 选项" L["Attach to minimap"] = "依附到小地图" -L["Hide minimap/FuBar icon"] = "隐藏小地图/Fubar 小图标" +L["Hide minimap/FuBar icon"] = "隐藏小地图/FuBar 小图标" L["Show icon"] = "显示小图标" L["Show text"] = "显示文字" L["Position"] = "位置" diff --git a/Localization/zhTW.lua b/Localization/zhTW.lua index a5ec68e..1e429a8 100644 --- a/Localization/zhTW.lua +++ b/Localization/zhTW.lua @@ -1,4 +1,4 @@ --- zhTW localization +-- zhTW localization local AceLocale = LibStub:GetLibrary("AceLocale-3.0") local L = AceLocale:NewLocale("Omen", "zhTW") if not L then return end @@ -174,8 +174,8 @@ L["Use Class Colors"] = "使用職業顏色" L["Use standard class colors for the background color of threat bars"] = "使用標準職業顏色威脅棒條背景顏色" L["Pet Bar Color"] = "寵物棒條顏色" L["The background color for pets"] = "寵物棒條背景顏色" -L["Fade/MI Bar Color"] = true -L["The background color for players under the effects of Fade and Mirror Image (they will be at negative 4 million threat)"] = true +L["Fade/MI Bar Color"] = "漸隱/鏡像的顏色" +L["The background color for players under the effects of Fade and Mirror Image (they will be at negative 4 million threat)"] = "設定玩家在漸隱(牧師)和鏡像(法師)啟動中的背景顏色, (他們將設定在負4百萬威脅值)" L["Bar BG Color"] = "棒條背景顏色" L["The background color for all threat bars"] = "所有威脅棒條背景顏色" L["Always Show Self"] = "總是顯示自己"