Skip to content

Commit

Permalink
Prep for 2.2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Jun 18, 2020
1 parent 71c1b7f commit d289c87
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions Localization/Localization.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -791,15 +791,15 @@ if GetLocale() == "zhCN" then
VALIDATEWARN = "这将根据他们的完整历史记录重新计算所有玩家的dkp,获得的生命和花费的生命。 如果由于缺少历史记录而导致结果不正确,请确保备份已保存的变量文件。 在运行之前,您应该为所有播放器重置先前的dkp(上下文菜单>全选>重置先前的dkp),以便可以看到它们已更改了多少。 你想继续吗?",
PASS = "通过",

CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
end
6 changes: 3 additions & 3 deletions Localization/Localization.de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -784,15 +784,15 @@ if GetLocale() == "deDE" then
ZEROSUMITEMCOSTTTDESC = "Wählen Sie die Art der Artikelkosten aus, die Sie verwenden möchten. Static gibt Artikeln einen definierten Preis. Während Mindestgebot ermöglicht es den Spielern, ein Gebot abzugeben, das die Kosten definiert, während Sie einen Mindestgebotsschwellenwert festlegen.",
ZONE = "Zone",
PASS = "Passen",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
end
6 changes: 3 additions & 3 deletions Localization/Localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -783,14 +783,14 @@ core.L = {
VALIDATEWARN = "This will recalculate all players dkp, lifetime earned and lifetime spent based on their complete history. Make sure to back up your saved variables file in the event the result is improper due to missing history entries. You should reset previous dkp (context menu > select all > reset previous dkp) for all players prior to running so you can see how much they changed. Would you like to continue?",
PASS = "Pass",

CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
8 changes: 4 additions & 4 deletions Localization/Localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -789,17 +789,17 @@ if GetLocale() == "esES" or GetLocale() == "esMX" then
VALIDATEWARN = "Esto volverá a calcular el dkp de todos los jugadores, la vida ganada y la vida gastada en función de su historial completo. Asegúrese de hacer una copia de seguridad del archivo de variables guardado en caso de que el resultado sea incorrecto debido a la falta de entradas en el historial. Debes restablecer dkp anterior (menú contextual> seleccionar todo> restablecer dkp anterior) para todos los jugadores antes de correr para que puedas ver cuánto cambiaron. ¿Te gustaria continuar?",
PASS = "Pasar",

CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
}


end
8 changes: 4 additions & 4 deletions Localization/Localization.fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -789,15 +789,15 @@ if GetLocale() == "frFR" then
VALIDATEWARN = "Cela recalculera tous les dkp des joueurs, la durée de vie gagnée et la durée de vie dépensée en fonction de leur historique complet. Assurez-vous de sauvegarder votre fichier de variables enregistré dans le cas où le résultat serait incorrect en raison d'entrées d'historique manquantes. Vous devez réinitialiser le dkp précédent (menu contextuel> sélectionner tout> réinitialiser le dkp précédent) pour tous les joueurs avant de courir afin que vous puissiez voir combien ils ont changé. Voulez-vous continuer?",
PASS = "Passer",

CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
}
end
8 changes: 4 additions & 4 deletions Localization/Localization.kr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -789,15 +789,15 @@ if GetLocale() == "koKR" then
VALIDATEWARN = "전체 기록을 기준으로 모든 플레이어의 dkp, 평생 획득 한 시간 및 평생을 재 계산합니다. 누락 된 히스토리 항목으로 인해 결과가 올바르지 않은 경우 저장된 변수 파일을 백업하십시오. 달리기 전에 모든 플레이어에 대해 이전 dkp (컨텍스트 메뉴> 모두 선택> 이전 dkp 재설정)를 재설정해야 변경 한 양을 확인할 수 있습니다. 계속 하시겠습니까?",
PASS = "통과하다",

CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
}
end
8 changes: 4 additions & 4 deletions Localization/Localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -784,15 +784,15 @@ if GetLocale() == "ruRU" then
ZONE = "зона",
PASS = "Отказаться",

CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
}
end
8 changes: 4 additions & 4 deletions Localization/Localization.tw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -789,15 +789,15 @@ if GetLocale() == "zhTW" then
VALIDATEWARN = "這將根據其完整歷史記錄重新計算所有玩家的dkp,獲得的生命和花費的生命。 如果由於缺少歷史記錄而導致結果不正確,請確保備份已保存的變量文件。 在運行之前,您應該為所有播放器重置先前的dkp(上下文菜單>全選>重置先前的dkp),以便可以看到它們已更改了多少。 你想繼續嗎?",
PASS = "通過",

CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.9-beta",
CHANGELOG1 = "Monolith DKP (Vapok Edition) - 2.2.10-beta",
CHANGELOG2 = "- Added in Loot Filter to Loot History (Taidtuskecyh)",
CHANGELOG3 = "- Small adjustments and fixes to Loot Price and DE communication",
CHANGELOG4 = "- Added in Multi-Guild, Multi-Teams supprot (thanks to Taidtuskecyh for the help)",
CHANGELOG5 = "- Fixed a few bugs from the 2.1.2 version of the addon",
CHANGELOG6 = "- Fixed a rounding issue when adjusting DKP when rounding is enabled. (GH-5)",
CHANGELOG7 = "- Fixed a Loot History Delete Bug",
CHANGELOG8 = "",
CHANGELOG9 = "",
CHANGELOG8 = "- Load In Bug Fixes",
CHANGELOG9 = "- Known Issue: Multi-Teams tables may not sync appropriately.",
CHANGELOG10 = "",
}
}
end
2 changes: 1 addition & 1 deletion MonolithDKP.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: M|cffaeaeddonolith|r |cffff0000DKP|r
## Author: Roeshambo-Stalagg
## Notes: Comprehensive DKP and raid management utility.
## Version: 2.2.9
## Version: 2.2.10
## DefaultState: enabled
## SavedVariables: MonDKP_DB, MonDKP_Loot, MonDKP_DKPTable, MonDKP_DKPHistory, MonDKP_MinBids, MonDKP_MaxBids, MonDKP_Whitelist, MonDKP_Standby, MonDKP_Archive

Expand Down

0 comments on commit d289c87

Please sign in to comment.