File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1518
1518
"Keine Abklingzeit " ,
1519
1519
"%.3g Sek. Abklingzeit " ,
1520
1520
"%.3g Min. Abklingzeit " ,
1521
- // "%.3g |4Stunde:Stunden; Abklingzeit",
1522
- // "%.3g |4Tag:Tage; Abklingzeit"
1521
+ "%.3g |4Stunde:Stunden; Abklingzeit " ,
1522
+ "%.3g |4Tag:Tage; Abklingzeit "
1523
1523
),
1524
1524
'duration ' => array (
1525
1525
"bis Abbruch " ,
Original file line number Diff line number Diff line change 1518
1518
"Instant cooldown " , // SPELL_RECAST_TIME_INSTANT not used?
1519
1519
"%.3g sec cooldown " , // SPELL_RECAST_TIME_SEC
1520
1520
"%.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
1523
1523
),
1524
1524
'duration ' => array ( // SPELL_DURATION_*
1525
1525
"until cancelled " ,
Original file line number Diff line number Diff line change 1518
1518
"Reutilización instantánea " ,
1519
1519
"Reutilización: %.3g s " ,
1520
1520
"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 "
1523
1523
),
1524
1524
'duration ' => array (
1525
1525
"hasta cancelación " ,
Original file line number Diff line number Diff line change 1518
1518
"Recharge instantanée " ,
1519
1519
"%.3g sec. de recharge " , // "Recharge en cours : %d |4seconde:secondes;";
1520
1520
"%.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; "
1523
1523
),
1524
1524
'duration ' => array (
1525
1525
"jusqu’à annulation " ,
Original file line number Diff line number Diff line change 1518
1518
"Мгновенное восстановление " ,
1519
1519
"Восстановление: %.3g сек. " ,
1520
1520
"Восстановление: %.3g мин. " ,
1521
- // "Восстановление: %.3g ч.",
1522
- // "Восстановление: %.3g д."
1521
+ "Восстановление: %.3g ч. " ,
1522
+ "Восстановление: %.3g д. "
1523
1523
),
1524
1524
'duration ' => array (
1525
1525
"до отмены " ,
Original file line number Diff line number Diff line change 1518
1518
"即时冷却 " ,
1519
1519
"%.3g秒冷却时间 " ,
1520
1520
"%.3g分钟冷却时间 " ,
1521
- // "%.3g小时冷却时间",
1522
- // "%.3g天冷却时间"
1521
+ "%.3g小时冷却时间 " ,
1522
+ "%.3g天冷却时间 "
1523
1523
),
1524
1524
'duration ' => array (
1525
1525
"直到主动取消 " ,
You can’t perform that action at this time.
0 commit comments