Skip to content

Commit 6f8b72c

Browse files
committed
Spells/Tooltips
* use cooldown strings from future clients to avoid scientific notation for long cooldowns hidden by the 335 client
1 parent b2d3bc1 commit 6f8b72c

6 files changed

+12
-12
lines changed

localization/locale_dede.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,8 @@
15181518
"Keine Abklingzeit",
15191519
"%.3g Sek. Abklingzeit",
15201520
"%.3g Min. Abklingzeit",
1521-
// "%.3g |4Stunde:Stunden; Abklingzeit",
1522-
// "%.3g |4Tag:Tage; Abklingzeit"
1521+
"%.3g |4Stunde:Stunden; Abklingzeit",
1522+
"%.3g |4Tag:Tage; Abklingzeit"
15231523
),
15241524
'duration' => array(
15251525
"bis Abbruch",

localization/locale_enus.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,8 @@
15181518
"Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used?
15191519
"%.3g sec cooldown", // SPELL_RECAST_TIME_SEC
15201520
"%.3g min cooldown", // SPELL_RECAST_TIME_MIN
1521-
// "%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS not in 3.3.5
1522-
// "%.3g day cooldown" // SPELL_RECAST_TIME_DAYS not in 3.3.5
1521+
"%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS - not in 3.3.5 but we display cooldowns the client hides anyways
1522+
"%.3g day cooldown" // SPELL_RECAST_TIME_DAYS - not in 3.3.5 but we display cooldowns the client hides anyways
15231523
),
15241524
'duration' => array( // SPELL_DURATION_*
15251525
"until cancelled",

localization/locale_eses.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,8 @@
15181518
"Reutilización instantánea",
15191519
"Reutilización: %.3g s",
15201520
"Reutilización: %.3g min",
1521-
// "Reutilización: %.3g h",
1522-
// "Reutilización: %.3g días"
1521+
"Reutilización: %.3g h",
1522+
"Reutilización: %.3g días"
15231523
),
15241524
'duration' => array(
15251525
"hasta cancelación",

localization/locale_frfr.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,8 @@
15181518
"Recharge instantanée",
15191519
"%.3g sec. de recharge", // "Recharge en cours : %d |4seconde:secondes;";
15201520
"%.3g min de recharge", // "Recharge en cours : %d |4minute:minutes;";
1521-
// "Recharge en cours : %d |4heure:heures;",
1522-
// "Recharge en cours : %d |4jour:jours;"
1521+
"Recharge en cours : %d |4heure:heures;",
1522+
"Recharge en cours : %d |4jour:jours;"
15231523
),
15241524
'duration' => array(
15251525
"jusqu’à annulation",

localization/locale_ruru.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,8 @@
15181518
"Мгновенное восстановление",
15191519
"Восстановление: %.3g сек.",
15201520
"Восстановление: %.3g мин.",
1521-
// "Восстановление: %.3g ч.",
1522-
// "Восстановление: %.3g д."
1521+
"Восстановление: %.3g ч.",
1522+
"Восстановление: %.3g д."
15231523
),
15241524
'duration' => array(
15251525
"до отмены",

localization/locale_zhcn.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,8 @@
15181518
"即时冷却",
15191519
"%.3g秒冷却时间",
15201520
"%.3g分钟冷却时间",
1521-
// "%.3g小时冷却时间",
1522-
// "%.3g天冷却时间"
1521+
"%.3g小时冷却时间",
1522+
"%.3g天冷却时间"
15231523
),
15241524
'duration' => array(
15251525
"直到主动取消",

0 commit comments

Comments
 (0)