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",
"%.3g Sek. Abklingzeit",
"%.3g Min. Abklingzeit",
// "%.3g |4Stunde:Stunden; Abklingzeit",
// "%.3g |4Tag:Tage; Abklingzeit"
"%.3g |4Stunde:Stunden; Abklingzeit",
"%.3g |4Tag:Tage; Abklingzeit"
),
'duration' => array(
"bis Abbruch",

View File

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

View File

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

View File

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

View File

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

View File

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