Skip to content

Commit

Permalink
Remove addon from CurseForge
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Feb 23, 2022
1 parent d84b7de commit dce1fa1
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
steps:
- name: Clone project
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Package and release
uses: BigWigsMods/packager@master
uses: BigWigsMods/packager@v2
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
All Rights Reserved unless otherwise explicitly stated.
Copyright (c) 2013-2020 Paweł Jastrzębski <[email protected]>
Copyright (c) 2013-2022 Paweł Jastrzębski <[email protected]>
18 changes: 17 additions & 1 deletion Locale/deDE.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "deDE")
if not L then return end

--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="ignore")@
L["API returned corrupted data. Match will not be recorded."] = "Die API hat beschädigte Daten zurückgegeben. Spiel wird nicht aufgezeichnet."
L["Are you sure you want to hide this entry?"] = "Bist du sicher, dass du diesen Eintrag ausblenden möchtest?"
L["Current session"] = "Momentane Sitzung"
L["Date"] = "Datum"
L["Display server names"] = "Realmnamen zeigen"
L["Hide minimap button"] = "Minikartenbutton verstecken"
L["Hold SHIFT and ALT to display extended tooltips."] = "Halte UMSCHALT- und ALT-Taste, um erweiterte Tooltips anzuzeigen."
L["Hold SHIFT to display tooltips."] = "Halte die Umschalttaste, um Tooltips anzuzeigen."
L["New version released!"] = "Neue Version ver\\195\\182ffentlicht!"
L["Place"] = "Platzierung"
L["Prev. season"] = "Vorh. Saison"
L["Purge database"] = "Datenbank bereinigen"
L["Purge previous seasons"] = "Vorherige Sitzungen bereinigen"
L["Show main window"] = "Hauptfenster zeigen"
L["This month"] = "Dieser Monat"
L["This season"] = "Diese Saison"
L["WARNING! This operation is not reversible!"] = "Warnung! Dieser Vorgang ist nicht rückgängig zu machen!"
5 changes: 4 additions & 1 deletion Locale/esES.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "esES")
if not L then return end

--@localization(locale="esES", format="lua_additive_table", handle-unlocalized="ignore")@
L["Date"] = "Fecha"
L["New version released!"] = "¡Nueva versión disponible!"
L["Place"] = "Lugar"
L["Show main window"] = "Mostrar ventana principal"
2 changes: 0 additions & 2 deletions Locale/esMX.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "esMX")
if not L then return end

--@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="ignore")@
5 changes: 4 additions & 1 deletion Locale/frFR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "frFR")
if not L then return end

--@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="ignore")@
L["Date"] = "Date"
L["New version released!"] = "Nouvelle version !"
L["Place"] = "Classement"
L["Show main window"] = "Afficher fenêtre principale"
2 changes: 0 additions & 2 deletions Locale/itIT.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "itIT")
if not L then return end

--@localization(locale="itIT", format="lua_additive_table", handle-unlocalized="ignore")@
8 changes: 7 additions & 1 deletion Locale/koKR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "koKR")
if not L then return end

--@localization(locale="koKR", format="lua_additive_table", handle-unlocalized="ignore")@
L["Date"] = "시간"
L["Display server names"] = "서버명 표시"
L["Hide minimap button"] = "미니맵 버튼 숨기기"
L["New version released!"] = "새로운 버전이 나왔습니다!"
L["Place"] = "순위"
L["Show main window"] = "메인창 보기"
L["This month"] = "이번 달"
2 changes: 0 additions & 2 deletions Locale/ptBR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "ptBR")
if not L then return end

--@localization(locale="ptBR", format="lua_additive_table", handle-unlocalized="ignore")@
5 changes: 4 additions & 1 deletion Locale/ruRU.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "ruRU")
if not L then return end

--@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="ignore")@
L["Date"] = "Дата"
L["New version released!"] = "Вышла новая версия!"
L["Place"] = "Место"
L["Show main window"] = "Показать основное окно"
29 changes: 28 additions & 1 deletion Locale/zhCN.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "zhCN")
if not L then return end

--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore")@
L["A minimal number of matches required to be included in arena team composition statistics."] = "至少要有一定数量的对战资料才会包含在竞技场队伍组成统计之中."
L["API returned corrupted data. Match will not be recorded."] = "API传回的资料损毁,将不会记录此次对战结果."
L["Are you sure you want to hide this entry?"] = "是否确定要隐藏这个项目?"
L["Arena composition statistics limit"] = "竞技场组成统计限制"
L["Current session"] = "本次登入"
L["Date"] = "日期"
L["Display server names"] = "显示服务器名称"
L["Easiest teams"] = "最简单的队伍"
L["Hardest teams"] = "最困难的队伍"
L["Hide minimap button"] = "隐藏小地图按钮"
L["Hold SHIFT and ALT to display extended tooltips."] = "按住 SHIFT 和 ALT 键显示更多鼠标提示内容."
L["Hold SHIFT to display tooltips."] = "按住 SHIFT 键显示鼠标提示."
L["LDB feed display mode"] = "LDB 资料显示模式"
L["Most common teams"] = "最常见的队伍"
L["New version released!"] = "新版本已放出"
L["Place"] = "地点"
L["Prev. season"] = "上一个赛季"
L["Purge database"] = "清除数据库"
L["Purge previous seasons"] = "清除上一个赛季"
L["Rating display always compares the values with the previous week."] = "排名显示始终与前一周进行比较."
L["Select start and end date by clicking it."] = "点击选择开始和结束日期."
L["SHIFT + ALT + CTRL + CLICK will hide the match."] = "SHIFT + ALT + CTRL + 左键点击 隐藏比赛."
L["Show main window"] = "显示主窗口"
L["Show player server name in match detail tooltip."] = "在比赛详细信息的鼠标提示中显示玩家服务器名称."
L["They are available only for rated BGs."] = "它们仅用于评级战场"
L["This month"] = "本月份"
L["This season"] = "本赛季"
L["WARNING! This operation is not reversible!"] = "警告!! 此操作无法恢复!!"
29 changes: 28 additions & 1 deletion Locale/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REFlex", "zhTW")
if not L then return end

--@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="ignore")@
L["A minimal number of matches required to be included in arena team composition statistics."] = "至少要有一定數量的對戰資料才會包含在競技場隊伍組成統計之中。"
L["API returned corrupted data. Match will not be recorded."] = "API 傳回的資料損毀,將不會記錄此次對戰結果。"
L["Are you sure you want to hide this entry?"] = "是否確定要隱藏這個項目?"
L["Arena composition statistics limit"] = "競技場組成統計限制"
L["Current session"] = "這次登入"
L["Date"] = "日期"
L["Display server names"] = "顯示伺服器名稱"
L["Easiest teams"] = "最簡單的隊伍"
L["Hardest teams"] = "最困難的隊伍"
L["Hide minimap button"] = "隱藏小地圖按鈕"
L["Hold SHIFT and ALT to display extended tooltips."] = "按住 Shift 和 Alt 鍵顯示更多滑鼠提示內容。"
L["Hold SHIFT to display tooltips."] = "按住 Shift 和 Alt 鍵顯示滑鼠提示。"
L["LDB feed display mode"] = "LDB 資料顯示模式"
L["Most common teams"] = "最常見的隊伍"
L["New version released!"] = "已有新版本!"
L["Place"] = "地點"
L["Prev. season"] = "上一次"
L["Purge database"] = "清除資料庫"
L["Purge previous seasons"] = "清除上一回合資料"
L["Rating display always compares the values with the previous week."] = "排名顯示永遠要與上一週的數值比較。"
L["Select start and end date by clicking it."] = "點一下選擇開啟和結束日期"
L["SHIFT + ALT + CTRL + CLICK will hide the match."] = "SHIFT + ALT + CTRL + 左鍵點擊 隱藏對戰。"
L["Show main window"] = "顯示主視窗"
L["Show player server name in match detail tooltip."] = "在配對詳細內容的滑鼠提示說明中顯示玩家伺服器名稱。"
L["They are available only for rated BGs."] = "僅用於積分戰場。"
L["This month"] = "本月份"
L["This season"] = "這一次"
L["WARNING! This operation is not reversible!"] = "警告! 這個動作無法還原!"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# REFlex

[Curse](http://www.curse.com/addons/wow/reflex-battleground-historian)
[Wago Addons](https://addons.wago.io/addons/reflex-arenabattleground-historian)

[WoWInterface](http://www.wowinterface.com/downloads/info19190-REFlex-ArenaBattlegroundHistorian.html)

## COPYRIGHT

All Rights Reserved unless otherwise explicitly stated.

Copyright (c) 2013-2020 Paweł Jastrzębski <[email protected]>
Copyright (c) 2013-2022 Paweł Jastrzębski <[email protected]>
2 changes: 0 additions & 2 deletions REFlex.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
## Version: 3.1.8
## Author: AcidWeb
## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase
## X-Website: https://www.curseforge.com/wow/addons/reflex-battleground-historian
## X-Curse-Project-ID: 28545
## X-WoWI-ID: 19190
## X-Wago-ID: vEGPQRN1

Expand Down

0 comments on commit dce1fa1

Please sign in to comment.