-
-
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
14 changed files
with
97 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
All Rights Reserved unless otherwise explicitly stated. | ||
Copyright (c) 2020 Paweł Jastrzębski <[email protected]> | ||
Copyright (c) 2020-2022 Paweł Jastrzębski <[email protected]> |
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,4 +1,21 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "deDE") | ||
if not L then return end | ||
|
||
--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="ignore")@ | ||
L["Always display the price of the entire stock"] = "Immer den Preis für den kompletten Stapel anzeigen" | ||
L["Data freshness"] = "Datenaktualität" | ||
L["Items in database"] = "Gegenstände in Datenbank" | ||
L["New items"] = "Neue Gegenstände" | ||
L["Next scan available in"] = "Nächster Scann möglich in" | ||
L["Now"] = "Jetzt" | ||
L["Previous scan"] = "Vorheriger Scan" | ||
L["Purge this server database"] = "Die Serverdatenbank bereinigen" | ||
L["Removed items"] = "Entfernte Gegenstände" | ||
L["Scan finished!"] = "Scan beendet!" | ||
L["Scan time"] = "Scan Zeit" | ||
L["Scan unavailable"] = "Scan nicht verfügbar" | ||
L["Start scan"] = "Start scan" | ||
L["The number of days after which old data will be deleted."] = "Tage, nach denen alte Daten gelöscht werden" | ||
L["Updated items"] = "Aktualisierte Gegenstände" | ||
L["Waiting..."] = "Warten..." | ||
L["WARNING! This operation is not reversible!"] = "WARNUNG: Dieser Vorgang kann nicht rückgängig gemacht werden!" | ||
L["When enabled the functionality of the SHIFT button will be swapped."] = "Wenn aktiviert, wird die Funktion der SHIFT Taste umgekehrt." |
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,4 +1,2 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "esES") | ||
if not L then return end | ||
|
||
--@localization(locale="esES", format="lua_additive_table", handle-unlocalized="ignore")@ |
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,4 +1,2 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "esMX") | ||
if not L then return end | ||
|
||
--@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="ignore")@ |
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,4 +1,21 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "frFR") | ||
if not L then return end | ||
|
||
--@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="ignore")@ | ||
L["Always display the price of the entire stock"] = "Toujours afficher le prix de l'ensemble des titres." | ||
L["Data freshness"] = "Actualité des données." | ||
L["Items in database"] = "Articles dans la base de données." | ||
L["New items"] = "Nouveaux éléments." | ||
L["Next scan available in"] = "La prochaine analyse est disponible dans:" | ||
L["Now"] = "Maintenant" | ||
L["Previous scan"] = "Analyse précédente" | ||
L["Purge this server database"] = "Purger la base de données du serveur" | ||
L["Removed items"] = "Objets retirés" | ||
L["Scan finished!"] = "Analyse terminée !" | ||
L["Scan time"] = "Durée de l'analyse" | ||
L["Scan unavailable"] = "L'analyse est indisponible" | ||
L["Start scan"] = "Lancer l'analyse" | ||
L["The number of days after which old data will be deleted."] = "Le nombre de jours après lesquels les anciennes données seront effacées." | ||
L["Updated items"] = "Articles mis à jour" | ||
L["Waiting..."] = "Analyse..." | ||
L["WARNING! This operation is not reversible!"] = "ATTENTION ! Cette opération n'est pas réversible !" | ||
L["When enabled the functionality of the SHIFT button will be swapped."] = "Lorsqu'elle est activée, la fonctionnalité du bouton SHIFT est permutée." |
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,4 +1,2 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "itIT") | ||
if not L then return end | ||
|
||
--@localization(locale="itIT", format="lua_additive_table", handle-unlocalized="ignore")@ |
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,4 +1,2 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "koKR") | ||
if not L then return end | ||
|
||
--@localization(locale="koKR", format="lua_additive_table", handle-unlocalized="ignore")@ |
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,4 +1,2 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "ptBR") | ||
if not L then return end | ||
|
||
--@localization(locale="ptBR", format="lua_additive_table", handle-unlocalized="ignore")@ |
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,4 +1,21 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "ruRU") | ||
if not L then return end | ||
|
||
--@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="ignore")@ | ||
L["Always display the price of the entire stock"] = "Всегда показывайте цену всего стака" | ||
L["Data freshness"] = "Свежесть данных" | ||
L["Items in database"] = "Предметов в базе данных" | ||
L["New items"] = "Новые предметы" | ||
L["Next scan available in"] = "Следующее сканирование доступно в" | ||
L["Now"] = "Сейчас" | ||
L["Previous scan"] = "Предыдущее сканирование" | ||
L["Purge this server database"] = "Очистить базу данных этого сервера" | ||
L["Removed items"] = "Удаленные предметы" | ||
L["Scan finished!"] = "Сканирование завершено!" | ||
L["Scan time"] = "Время сканирования" | ||
L["Scan unavailable"] = "Сканирование недоступно" | ||
L["Start scan"] = "Начать сканирование" | ||
L["The number of days after which old data will be deleted."] = "Количество дней, после которых старые данные будут удалены." | ||
L["Updated items"] = "Обновленные предметы" | ||
L["Waiting..."] = "Ожидание..." | ||
L["WARNING! This operation is not reversible!"] = "ПРЕДУПРЕЖДЕНИЕ! Эта операция необратима!" | ||
L["When enabled the functionality of the SHIFT button will be swapped."] = "Когда эта функция включена, кнопка SHIFT будет заменена." |
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,4 +1,23 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "zhCN") | ||
if not L then return end | ||
|
||
--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore")@ | ||
L["Always display the price of the entire stock"] = "总是显示整组价格" | ||
L["Data freshness"] = "数据新鲜度" | ||
L["Decrease this value if scanning is causing disconnects."] = "如果扫描导致了掉线,降低这个值。" | ||
L["Items in database"] = "数据库内物品" | ||
L["New items"] = "新物品" | ||
L["Next scan available in"] = "下次扫描可用于" | ||
L["Now"] = "现在" | ||
L["Previous scan"] = "上次扫描" | ||
L["Purge this server database"] = "清除此服务器数据" | ||
L["Removed items"] = "移除物品" | ||
L["Scan finished!"] = "扫描完成!" | ||
L["Scan time"] = "扫描时间" | ||
L["Scan unavailable"] = "扫描不可用" | ||
L["Scanning speed"] = "扫描速度" | ||
L["Start scan"] = "开始扫描" | ||
L["The number of days after which old data will be deleted."] = "在指定天数前的旧数据将被删除。" | ||
L["Updated items"] = "更新物品" | ||
L["Waiting..."] = "等待中..." | ||
L["WARNING! This operation is not reversible!"] = "警告!此操作不可逆!" | ||
L["When enabled the functionality of the SHIFT button will be swapped."] = "启用后,SHIFT键的功能将被交换。" |
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,4 +1,21 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("RECrystallize", "zhTW") | ||
if not L then return end | ||
|
||
--@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="ignore")@ | ||
L["Always display the price of the entire stock"] = "永遠顯示整組價格" | ||
L["Data freshness"] = "數據新鮮度" | ||
L["Items in database"] = "物品在數據庫" | ||
L["New items"] = "新物品" | ||
L["Next scan available in"] = "下次掃描可用於" | ||
L["Now"] = "現在" | ||
L["Previous scan"] = "先前掃描" | ||
L["Purge this server database"] = "清除此伺服器的數據庫" | ||
L["Removed items"] = "移除物品" | ||
L["Scan finished!"] = "掃描完成!" | ||
L["Scan time"] = "掃描時間" | ||
L["Scan unavailable"] = "掃描不可用" | ||
L["Start scan"] = "開始掃描" | ||
L["The number of days after which old data will be deleted."] = "刪除幾天前的舊數據。" | ||
L["Updated items"] = "更新物品" | ||
L["Waiting..."] = "等待中..." | ||
L["WARNING! This operation is not reversible!"] = "警告!此操作不可逆!" | ||
L["When enabled the functionality of the SHIFT button will be swapped."] = "啟用以後,SHIFT的按鈕功能將被替換。" |
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,11 +1,11 @@ | ||
# RECrystallize | ||
|
||
[Curse](https://www.curseforge.com/wow/addons/recrystallize-auction-house-scanner) | ||
[Wago Addons](https://addons.wago.io/addons/recrystallize-auction-house-scanner) | ||
|
||
[WoWInterface](https://www.wowinterface.com/downloads/info25496-RECrystallize-AuctionHouseScanner) | ||
|
||
## COPYRIGHT | ||
|
||
All Rights Reserved unless otherwise explicitly stated. | ||
|
||
Copyright (c) 2020 Paweł Jastrzębski <[email protected]> | ||
Copyright (c) 2020-2022 Paweł Jastrzębski <[email protected]> |
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