-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,7 @@ | |
|
||
<Script file="enUS.lua"/> | ||
<Script file="ruRU.lua"/> | ||
<Script file="zhTW.lua"/> | ||
<Script file="deDE.lua"/> | ||
|
||
</Ui> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "deDE") | ||
if not L then return end | ||
|
||
L["Addon outdated!"] = "Addon veraltet!" | ||
L["Collecting keystone data. Please wait 10 seconds."] = "Sammle Schlüsselstein Daten. Bitte 10 sekunden warten." | ||
L["My new key"] = "Mein neuer Schlüssel" | ||
L["Pinned characters"] = "Angeheftete Charakters" | ||
L["Until updated sending and reciving data will be disabled."] = "Während des Updaten ist das Senden und Empfangen von Daten deaktiviert." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "zhTW") | ||
if not L then return end | ||
|
||
L["Addon outdated!"] = "插件過期!" | ||
L["Collecting keystone data. Please wait 10 seconds."] = "收集鑰石數據,請等候10秒。" | ||
L["My new key"] = "我的新鑰石" | ||
L["Pinned characters"] = "固定角色" | ||
L["Until updated sending and reciving data will be disabled."] = "傳送與接收數據將停用直到更新為止。" |