Spells/Tooltips

* use cooldown strings from future clients to avoid scientific notation for long cooldowns hidden by the 335 client
This commit is contained in:
Sarjuuk
2025-03-16 01:11:32 +01:00
parent b2d3bc1076
commit 6f8b72c980
6 changed files with 12 additions and 12 deletions

View File

@@ -1518,8 +1518,8 @@ $lang = array(
"Keine Abklingzeit", "Keine Abklingzeit",
"%.3g Sek. Abklingzeit", "%.3g Sek. Abklingzeit",
"%.3g Min. Abklingzeit", "%.3g Min. Abklingzeit",
// "%.3g |4Stunde:Stunden; Abklingzeit", "%.3g |4Stunde:Stunden; Abklingzeit",
// "%.3g |4Tag:Tage; Abklingzeit" "%.3g |4Tag:Tage; Abklingzeit"
), ),
'duration' => array( 'duration' => array(
"bis Abbruch", "bis Abbruch",

View File

@@ -1518,8 +1518,8 @@ $lang = array(
"Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used? "Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used?
"%.3g sec cooldown", // SPELL_RECAST_TIME_SEC "%.3g sec cooldown", // SPELL_RECAST_TIME_SEC
"%.3g min cooldown", // SPELL_RECAST_TIME_MIN "%.3g min cooldown", // SPELL_RECAST_TIME_MIN
// "%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS not in 3.3.5 "%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS - not in 3.3.5 but we display cooldowns the client hides anyways
// "%.3g day cooldown" // SPELL_RECAST_TIME_DAYS not in 3.3.5 "%.3g day cooldown" // SPELL_RECAST_TIME_DAYS - not in 3.3.5 but we display cooldowns the client hides anyways
), ),
'duration' => array( // SPELL_DURATION_* 'duration' => array( // SPELL_DURATION_*
"until cancelled", "until cancelled",

View File

@@ -1518,8 +1518,8 @@ $lang = array(
"Reutilización instantánea", "Reutilización instantánea",
"Reutilización: %.3g s", "Reutilización: %.3g s",
"Reutilización: %.3g min", "Reutilización: %.3g min",
// "Reutilización: %.3g h", "Reutilización: %.3g h",
// "Reutilización: %.3g días" "Reutilización: %.3g días"
), ),
'duration' => array( 'duration' => array(
"hasta cancelación", "hasta cancelación",

View File

@@ -1518,8 +1518,8 @@ $lang = array(
"Recharge instantanée", "Recharge instantanée",
"%.3g sec. de recharge", // "Recharge en cours : %d |4seconde:secondes;"; "%.3g sec. de recharge", // "Recharge en cours : %d |4seconde:secondes;";
"%.3g min de recharge", // "Recharge en cours : %d |4minute:minutes;"; "%.3g min de recharge", // "Recharge en cours : %d |4minute:minutes;";
// "Recharge en cours : %d |4heure:heures;", "Recharge en cours : %d |4heure:heures;",
// "Recharge en cours : %d |4jour:jours;" "Recharge en cours : %d |4jour:jours;"
), ),
'duration' => array( 'duration' => array(
"jusquà annulation", "jusquà annulation",

View File

@@ -1518,8 +1518,8 @@ $lang = array(
"Мгновенное восстановление", "Мгновенное восстановление",
"Восстановление: %.3g сек.", "Восстановление: %.3g сек.",
"Восстановление: %.3g мин.", "Восстановление: %.3g мин.",
// "Восстановление: %.3g ч.", "Восстановление: %.3g ч.",
// "Восстановление: %.3g д." "Восстановление: %.3g д."
), ),
'duration' => array( 'duration' => array(
"до отмены", "до отмены",

View File

@@ -1518,8 +1518,8 @@ $lang = array(
"即时冷却", "即时冷却",
"%.3g秒冷却时间", "%.3g秒冷却时间",
"%.3g分钟冷却时间", "%.3g分钟冷却时间",
// "%.3g小时冷却时间", "%.3g小时冷却时间",
// "%.3g天冷却时间" "%.3g天冷却时间"
), ),
'duration' => array( 'duration' => array(
"直到主动取消", "直到主动取消",