Skip to content

Commit

Permalink
Merge pull request #175 from Vapok/tbc_prep
Browse files Browse the repository at this point in the history
Tbc prep
  • Loading branch information
Taidtuskecyh authored Jun 8, 2021
2 parents a29a769 + 7ea197f commit 0e671e2
Show file tree
Hide file tree
Showing 13 changed files with 3,433 additions and 3,415 deletions.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ core.EncounterList = { -- Event IDs must be in the exact same order as core
core.CommDKPUI = {} -- global storing entire Configuration UI to hide/show UI
core.MonVersion = "v3.2.7";
core.BuildNumber = 30207;
core.ReleaseNumber = 66
core.ReleaseNumber = 67
core.defaultTable = "__default";
core.SemVer = core.MonVersion.."-r"..tostring(core.ReleaseNumber);
core.UpgradeSchema = false;
Expand Down
6 changes: 4 additions & 2 deletions Localization/Localization.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ if GetLocale() == "zhCN" then
AUTOCOMBATLOGTTWARN = "如果尚未激活,请在系统>网络中手动激活高级战斗日志。",
AUTOOPEN = "自动打开出价窗口",
AUTOOPENTTDESC = "选中该选项后,将在拍卖新项目时自动打开投标窗口。 如果未选中,则需要使用“/dkp bid”手动将其打开。",
AUTOAWARDLOOT = "Auto Award Loot",
AUTOAWARDLOOTDESC = "When checked loot will be automatically awarded to the winner. If looting they will be master looted to the winner. If awarding from your bags they will be inserted into the next trade window with the winner.",
DECREASEDISENCHANT = "降低分解價值",
DECREASEDISENCHANTTTDESC = "3次分解後將分解值降低一半,之後每次分解至少減少5個DKP",
AWARDBONUS = "奖励奖金",
Expand Down Expand Up @@ -898,13 +900,13 @@ if GetLocale() == "zhCN" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
6 changes: 4 additions & 2 deletions Localization/Localization.de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ if GetLocale() == "deDE" then
AUTOCOMBATLOGTTWARN = "Sie müssen Advanced Combat Logging immer noch manuell unter System> Netzwerk aktivieren, falls Sie dies noch nicht getan haben.",
AUTOOPEN = "Gebotsfenster automatisch öffnen",
AUTOOPENTTDESC = "Wenn diese Option aktiviert ist, wird das Gebotsfenster automatisch geöffnet, wenn ein neuer Artikel versteigert wird. Wenn das Kontrollkästchen deaktiviert ist, müssen Sie es bei Bedarf mit \"/dkp bid\" manuell öffnen.",
AUTOAWARDLOOT = "Auto Award Loot",
AUTOAWARDLOOTDESC = "When checked loot will be automatically awarded to the winner. If looting they will be master looted to the winner. If awarding from your bags they will be inserted into the next trade window with the winner.",
DECREASEDISENCHANT = "Entzaubern-Wert verringern",
DECREASEDISENCHANTTTDESC = "Verringere den Entzaubern-Wert nach drei Entzauberungen um die Hälfte bei jeder weiteren Entzauberung bis zu einem Mindestwert von 5 DKP",
AWARDBONUS = "Bonusprämie",
Expand Down Expand Up @@ -892,13 +894,13 @@ if GetLocale() == "deDE" then
MIGRATIONCOMPLETED = "Migration abgeschlossen.|n|nBitte deaktivieren Sie MonolithDKP und laden Sie das UI neu. (/reload)",

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
4 changes: 2 additions & 2 deletions Localization/Localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -875,13 +875,13 @@ core.L = {
MIGRATIONCANCELED = "Migration canceled.|n|nPlease disable MonolithDKP and /reload the UI if you want to continue with CommunityDKP without using your current tables and settings.",
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.",

CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
6 changes: 4 additions & 2 deletions Localization/Localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ if GetLocale() == "esES" or GetLocale() == "esMX" then
AUTOCOMBATLOGTTWARN = "Aún debe activar manualmente el Registro avanzado de combate en Sistema> Red si aún no lo ha hecho.",
AUTOOPEN = "Ventana de oferta de apertura automática",
AUTOOPENTTDESC = "Cuando está marcada, la ventana de ofertas se abrirá automáticamente cuando se subaste un nuevo artículo. Si no está marcado, deberá abrirlo manualmente cuando sea necesario con \"/dkp bid\".",
AUTOAWARDLOOT = "Auto Award Loot",
AUTOAWARDLOOTDESC = "When checked loot will be automatically awarded to the winner. If looting they will be master looted to the winner. If awarding from your bags they will be inserted into the next trade window with the winner.",
DECREASEDISENCHANT = "Disminuir el valor de desencantar",
DECREASEDISENCHANTTTDESC = "Disminuya el valor de desencantar después de 3 desencantadores a la mitad cada desencanto después hasta un mínimo de 5 DKP",
AWARDBONUS = "Bono de premio",
Expand Down Expand Up @@ -896,13 +898,13 @@ if GetLocale() == "esES" or GetLocale() == "esMX" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
6 changes: 4 additions & 2 deletions Localization/Localization.fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ if GetLocale() == "frFR" then
ARTINFLATTTDESC = "Points à donner à chaque joueur SUR LE DKP divisé et réparti entre eux. Cette valeur est ajoutée à leur DKP gagné APRÈS que la valeur mise en banque soit divisée.",
AUTOAWARD = "Prix ​​Auto DKP",
AUTOAWARDTTDESC = "Attribue automatiquement des DKP de Boss tué (réglés dans l'onglet Options) lorsqu'un boss est tué. Seul le Chef de Raid distribuera ces points. Le raid doit être en cours (via l'onglet Ajuster les DKP).",
AUTOAWARDLOOT = "Auto Award Loot",
AUTOAWARDLOOTDESC = "When checked loot will be automatically awarded to the winner. If looting they will be master looted to the winner. If awarding from your bags they will be inserted into the next trade window with the winner.",
AUTOCOMBATLOG = "Journal de combat automatique",
AUTOCOMBATLOGTTDESC = "Active automatiquement /combatlog lorsque vous êtes dans un raid et que vous entrez dans une zone de raid ou entrez dans un combat avec un boss de raid.",
AUTOCOMBATLOGTTWARN = "Vous devez toujours activer manuellement la journalisation de combat avancée dans Système > Réseau (si vous ne l'avez pas déjà fait).",
Expand Down Expand Up @@ -943,13 +945,13 @@ if GetLocale() == "frFR" then
MIGRATIONCOMPLETED = "Migration réussie.|n|nVeuillez désactiver MonolithDKP et recharger votre interface (/reload).", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
6 changes: 4 additions & 2 deletions Localization/Localization.kr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ if GetLocale() == "koKR" then
ARTINFLATTTDESC = "DKP에서 각 플레이어에게 나누어주는 포인트. 이 값은 뱅킹 된 값이 분할 된 후 획득 한 DKP에 추가됩니다.",
AUTOAWARD = "자동 수상 DKP",
AUTOAWARDTTDESC = "Automatically awards Boss Kill Bonus DKP (set in Options tab) when a boss is killed. Only the raid leader will distribute points with this. Raid must be initialized on the Adjust DKP tab.", -- NEED TRANSLATION
AUTOAWARDLOOT = "Auto Award Loot",
AUTOAWARDLOOTDESC = "When checked loot will be automatically awarded to the winner. If looting they will be master looted to the winner. If awarding from your bags they will be inserted into the next trade window with the winner.",
AUTOCOMBATLOG = "자동 전투 기록",
AUTOCOMBATLOGTTDESC = "공격대와 공격대에 들어가거나 전투 대전에서 전투에 참가할 때 / combatlog를 자동으로 활성화합니다.",
AUTOCOMBATLOGTTWARN = "시스템> 네트워크에서 고급 전투 로깅을 아직 활성화하지 않은 경우 여전히 수동으로 활성화해야합니다.",
Expand Down Expand Up @@ -895,13 +897,13 @@ if GetLocale() == "koKR" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
6 changes: 4 additions & 2 deletions Localization/Localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ if GetLocale() == "ruRU" then
ARTINFLATTTDESC = "Очки, которые распределяются между каждым игроком таблицы DKP, которые разделены и распределены между ними. Это значение добавляется к их заработанному DKP ПОСЛЕ того, как банковская стоимость делится.",
AUTOAWARD = "Авто-начисление DKP",
AUTOAWARDTTDESC = "Automatically awards Boss Kill Bonus DKP (set in Options tab) when a boss is killed. Only the raid leader will distribute points with this. Raid must be initialized on the Adjust DKP tab.", -- NEEDS TRANSLATION
AUTOAWARDLOOT = "Auto Award Loot",
AUTOAWARDLOOTDESC = "When checked loot will be automatically awarded to the winner. If looting they will be master looted to the winner. If awarding from your bags they will be inserted into the next trade window with the winner.",
AUTOCOMBATLOG = "Автоматический журнал боя",
AUTOCOMBATLOGTTDESC = "Автоматически активирует /combatlog когда в рейде и рейдовой зоне.",
AUTOCOMBATLOGTTWARN = "Вам все еще необходимо активировать \"Расширенный журнал боя\" в \"Настройки > Соединение\" если Вы еще не сделали этого.",
Expand Down Expand Up @@ -954,13 +956,13 @@ if GetLocale() == "ruRU" then
MIGRATIONCOMPLETED = "Миграция завершена.|n|nПожалуйста отключите MonolithDKP и перезагрузите интерфейс.",

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
4 changes: 2 additions & 2 deletions Localization/Localization.se.lua
Original file line number Diff line number Diff line change
Expand Up @@ -808,13 +808,13 @@ core.L = {
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.",

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
6 changes: 4 additions & 2 deletions Localization/Localization.tw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ if GetLocale() == "zhTW" then
ARTINFLATTTDESC = "分配給每個玩家的DKP的TOP積分,在各個玩家之間分配。銀行價值除後,此值將添加到他們的收入DKP中。",
AUTOAWARD = "汽車獎DKP",
AUTOAWARDTTDESC = "Automatically awards Boss Kill Bonus DKP (set in Options tab) when a boss is killed. Only the raid leader will distribute points with this. Raid must be initialized on the Adjust DKP tab.", -- NEED TRANSLATION
AUTOAWARDLOOT = "Auto Award Loot",
AUTOAWARDLOOTDESC = "When checked loot will be automatically awarded to the winner. If looting they will be master looted to the winner. If awarding from your bags they will be inserted into the next trade window with the winner.",
AUTOCOMBATLOG = "自動戰鬥記錄",
AUTOCOMBATLOGTTDESC = "在突襲中進入突襲區域或在遭遇突襲時進入戰鬥時自動激活/ combatlog。",
AUTOCOMBATLOGTTWARN = "如果尚未激活“高級戰鬥日誌”,則仍必須在系統>網絡中手動激活它。",
Expand Down Expand Up @@ -897,13 +899,13 @@ if GetLocale() == "zhTW" then
MIGRATIONCOMPLETED = "Migration complete.|n|nPlease disable MonolithDKP and /reload the UI.", --TODO TRANSLATE:

--TODO TRANSLATE:
CHANGELOG1 = "CommunityDKP - v3.2.7-r66",
CHANGELOG1 = "CommunityDKP - v3.2.7-r67-bcc",
CHANGELOG2 = " - fixed class filters (shamans / paladins)",
CHANGELOG3 = " - fixed class graph (9th class)",
CHANGELOG4 = " - updated version in the header",
CHANGELOG5 = " - added TBC zones and encounters",
CHANGELOG6 = " - added localizations to TBC zones and encounters",
CHANGELOG7 = "",
CHANGELOG7 = " - added auto award loot PR#174",
CHANGELOG8 = "",
CHANGELOG9 = "Taidtuskecyh @ Gehennas",
CHANGELOG10 = "CommunityDKP Discord: https://discord.gg/dXXK4vH"
Expand Down
Loading

0 comments on commit 0e671e2

Please sign in to comment.