-
-
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
8 changed files
with
273 additions
and
587 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
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
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
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["Don't shorten dungeon names"] = "Dungeonnamen nicht abkürzen" | ||
L["My new key"] = "Mein neuer Schlüssel" | ||
L["Don't shorten dungeon names"] = "Dungeonnamen nicht abkürzen" | ||
L["Pinned characters"] = "Angeheftete Charakters" | ||
L["Until updated sending and reciving data will be disabled."] = "Während der Aktualisierung 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 |
---|---|---|
@@ -1,14 +1,10 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "enUS", true) | ||
|
||
L["Addon outdated!"] = true | ||
L["Until updated sending and reciving data will be disabled."] = true | ||
L["Collecting keystone data. Please wait 10 seconds."] = true | ||
L["My new key"] = true | ||
L["Pinned characters"] = true | ||
L["Display offline players"] = true | ||
L["Don't shorten dungeon names"] = true | ||
L["When checked tooltip will display full dungeon name."] = true | ||
L["Set current character as the main one"] = true | ||
L["Current character is now considered as the main one."] = true | ||
L["Respond to !keys query"] = true | ||
L["Get data from Astral Keys users"] = true | ||
L["Display minimap button"] = true | ||
L["Pinned characters"] = true | ||
L["Comma-separated list of character names. They will be shown at the top of the list regardless of status."] = true |
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 |
---|---|---|
@@ -1,13 +1,8 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "ruRU") | ||
if not L then return end | ||
|
||
L["Addon outdated!"] = "Аддон устарел!" | ||
L["Collecting keystone data. Please wait 10 seconds."] = "Обновление данных по ключам. Подождите 10 секунд." | ||
L["Current character is now considered as the main one."] = "Текущий персонаж теперь считается главным." | ||
L["Don't shorten dungeon names"] = "Не сокращайте названия подземелий" | ||
L["My new key"] = "Мой новый ключ" | ||
L["Pinned characters"] = "Прикрепленные персонажи" | ||
L["Respond to !keys query"] = "Ответить на запрос !Keys" | ||
L["Set current character as the main one"] = "Установить текущего персонажа в качестве основного" | ||
L["Until updated sending and reciving data will be disabled."] = "До обновления отправка и получение данных будут отключены." | ||
L["Don't shorten dungeon names"] = "Не сокращайте названия подземелий" | ||
L["When checked tooltip will display full dungeon name."] = "При проверке всплывающей подсказки будет отображаться полное название подземелья." | ||
L["Respond to !keys query"] = "Ответить на запрос !Keys" | ||
L["Pinned characters"] = "Прикрепленные персонажи" |
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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
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."] = "傳送與接收數據將停用直到更新為止。" |
Oops, something went wrong.