mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix message references
This commit is contained in:
parent
ecc0298f65
commit
05d7852910
1 changed files with 9 additions and 9 deletions
|
@ -9,7 +9,7 @@ statistics-due-for-new-card = New #{$number}
|
||||||
## eg 16.8s (3.6 cards/minute)
|
## eg 16.8s (3.6 cards/minute)
|
||||||
|
|
||||||
statistics-cards-per-min = {$cards-per-minute} cards/minute
|
statistics-cards-per-min = {$cards-per-minute} cards/minute
|
||||||
statistics-average-answer-time = {$average-seconds}s ({cards-per-min})
|
statistics-average-answer-time = {$average-seconds}s ({ statistics-cards-per-min })
|
||||||
|
|
||||||
## A span of time studying took place in, for example
|
## A span of time studying took place in, for example
|
||||||
## "(studied 30 cards) in 3 minutes"
|
## "(studied 30 cards) in 3 minutes"
|
||||||
|
@ -59,16 +59,16 @@ statistics-reviews = { $reviews ->
|
||||||
|
|
||||||
# Shown at the bottom of the deck list, and in the statistics screen.
|
# Shown at the bottom of the deck list, and in the statistics screen.
|
||||||
# eg "Studied 3 cards in 13 seconds today (4.33s/card)."
|
# eg "Studied 3 cards in 13 seconds today (4.33s/card)."
|
||||||
# The { in-time-span-seconds } part should be pasted in from the English
|
# The { statistics-in-time-span-seconds } part should be pasted in from the English
|
||||||
# version unmodified.
|
# version unmodified.
|
||||||
statistics-studied-today =
|
statistics-studied-today =
|
||||||
Studied { cards }
|
Studied { statistics-cards }
|
||||||
{ $unit ->
|
{ $unit ->
|
||||||
[seconds] { in-time-span-seconds }
|
[seconds] { statistics-in-time-span-seconds }
|
||||||
[minutes] { in-time-span-minutes }
|
[minutes] { statistics-in-time-span-minutes }
|
||||||
[hours] { in-time-span-hours }
|
[hours] { statistics-in-time-span-hours }
|
||||||
[days] { in-time-span-days }
|
[days] { statistics-in-time-span-days }
|
||||||
[months] { in-time-span-months }
|
[months] { statistics-in-time-span-months }
|
||||||
*[years] { in-time-span-years }
|
*[years] { statistics-in-time-span-years }
|
||||||
} today
|
} today
|
||||||
({$secs-per-card}s/card)
|
({$secs-per-card}s/card)
|
||||||
|
|
Loading…
Reference in a new issue