2020-02-17 05:41:01 +01:00
|
|
|
# The date a card will be ready to review
|
2020-02-22 11:26:15 +01:00
|
|
|
statistics-due-date = Due
|
2020-02-17 05:41:01 +01:00
|
|
|
# The count of cards waiting to be reviewed
|
2020-02-22 11:26:15 +01:00
|
|
|
statistics-due-count = Due
|
2020-02-18 02:16:15 +01:00
|
|
|
# Shown in the Due column of the Browse screen when the card is a new card
|
2020-06-27 12:31:33 +02:00
|
|
|
statistics-due-for-new-card = New #{ $number }
|
2020-02-21 08:42:55 +01:00
|
|
|
|
|
|
|
## eg 16.8s (3.6 cards/minute)
|
|
|
|
|
2020-06-27 12:31:33 +02:00
|
|
|
statistics-cards-per-min = { $cards-per-minute } cards/minute
|
|
|
|
statistics-average-answer-time = { $average-seconds }s ({ statistics-cards-per-min })
|
2020-02-21 09:01:15 +01:00
|
|
|
|
|
|
|
## A span of time studying took place in, for example
|
2020-02-21 10:26:45 +01:00
|
|
|
## "(studied 30 cards) in 3 minutes"
|
2020-02-21 09:01:15 +01:00
|
|
|
|
2020-06-27 12:31:33 +02:00
|
|
|
statistics-in-time-span-seconds =
|
|
|
|
{ $amount ->
|
|
|
|
[one] in { $amount } second
|
|
|
|
*[other] in { $amount } seconds
|
|
|
|
}
|
|
|
|
statistics-in-time-span-minutes =
|
|
|
|
{ $amount ->
|
|
|
|
[one] in { $amount } minute
|
|
|
|
*[other] in { $amount } minutes
|
|
|
|
}
|
|
|
|
statistics-in-time-span-hours =
|
|
|
|
{ $amount ->
|
|
|
|
[one] in { $amount } hour
|
|
|
|
*[other] in { $amount } hours
|
|
|
|
}
|
|
|
|
statistics-in-time-span-days =
|
|
|
|
{ $amount ->
|
|
|
|
[one] in { $amount } day
|
|
|
|
*[other] in { $amount } days
|
|
|
|
}
|
|
|
|
statistics-in-time-span-months =
|
|
|
|
{ $amount ->
|
|
|
|
[one] in { $amount } month
|
|
|
|
*[other] in { $amount } months
|
|
|
|
}
|
|
|
|
statistics-in-time-span-years =
|
|
|
|
{ $amount ->
|
|
|
|
[one] in { $amount } year
|
|
|
|
*[other] in { $amount } years
|
|
|
|
}
|
|
|
|
statistics-cards =
|
|
|
|
{ $cards ->
|
|
|
|
[one] { $cards } card
|
|
|
|
*[other] { $cards } cards
|
|
|
|
}
|
2020-02-21 11:36:22 +01:00
|
|
|
# a count of how many cards have been answered, eg "Total: 34 reviews"
|
2020-06-27 12:31:33 +02:00
|
|
|
statistics-reviews =
|
|
|
|
{ $reviews ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $reviews } review
|
2020-06-27 12:31:33 +02:00
|
|
|
*[other] { $reviews } reviews
|
|
|
|
}
|
2020-02-21 09:01:15 +01:00
|
|
|
# Shown at the bottom of the deck list, and in the statistics screen.
|
|
|
|
# eg "Studied 3 cards in 13 seconds today (4.33s/card)."
|
2020-02-22 12:48:14 +01:00
|
|
|
# The { statistics-in-time-span-seconds } part should be pasted in from the English
|
2020-02-21 09:01:15 +01:00
|
|
|
# version unmodified.
|
2020-02-22 11:26:15 +01:00
|
|
|
statistics-studied-today =
|
2020-06-27 12:31:33 +02:00
|
|
|
Studied { statistics-cards }
|
|
|
|
{ $unit ->
|
|
|
|
[seconds] { statistics-in-time-span-seconds }
|
|
|
|
[minutes] { statistics-in-time-span-minutes }
|
|
|
|
[hours] { statistics-in-time-span-hours }
|
|
|
|
[days] { statistics-in-time-span-days }
|
|
|
|
[months] { statistics-in-time-span-months }
|
|
|
|
*[years] { statistics-in-time-span-years }
|
|
|
|
} today
|
|
|
|
({ $secs-per-card }s/card)
|
|
|
|
statistics-today-title = Today
|
|
|
|
statistics-today-again-count = Again count:
|
|
|
|
statistics-today-type-counts = Learn: { $learnCount }, Review: { $reviewCount }, Relearn: { $relearnCount }, Filtered: { $filteredCount }
|
|
|
|
statistics-today-no-cards = No cards have been studied today.
|
|
|
|
statistics-today-no-mature-cards = No mature cards were studied today.
|
|
|
|
statistics-today-correct-mature = Correct answers on mature cards: { $correct }/{ $total } ({ $percent }%)
|
2020-06-27 13:10:17 +02:00
|
|
|
statistics-counts-total-cards = Total
|
|
|
|
statistics-counts-new-cards = New
|
|
|
|
statistics-counts-young-cards = Young
|
|
|
|
statistics-counts-mature-cards = Mature
|
|
|
|
statistics-counts-suspended-cards = Suspended
|
|
|
|
statistics-counts-buried-cards = Buried
|
2021-08-19 12:13:22 +02:00
|
|
|
statistics-counts-filtered-cards = Filtered
|
2020-06-28 11:34:19 +02:00
|
|
|
statistics-counts-learning-cards = Learning
|
|
|
|
statistics-counts-relearning-cards = Relearning
|
2020-06-27 13:10:17 +02:00
|
|
|
statistics-counts-title = Card Counts
|
2021-01-07 10:40:01 +01:00
|
|
|
statistics-counts-separate-suspended-buried-cards = Separate suspended/buried cards
|
2020-07-06 10:29:35 +02:00
|
|
|
statistics-range-all-time = all
|
|
|
|
statistics-range-1-year-history = last 12 months
|
|
|
|
statistics-range-all-history = all history
|
2020-06-28 05:46:17 +02:00
|
|
|
statistics-range-deck = deck
|
|
|
|
statistics-range-collection = collection
|
|
|
|
statistics-range-search = Search
|
2020-06-28 06:21:31 +02:00
|
|
|
statistics-card-ease-title = Card Ease
|
2023-09-16 08:09:26 +02:00
|
|
|
statistics-card-difficulty-title = Card Difficulty
|
|
|
|
statistics-card-retrievability-title = Card Retrievability
|
2020-06-28 12:52:38 +02:00
|
|
|
statistics-card-ease-subtitle = The lower the ease, the more frequently a card will appear.
|
2023-09-16 08:09:26 +02:00
|
|
|
statistics-card-difficulty-subtitle = The higher the difficulty, the more frequently a card will appear.
|
|
|
|
statistics-retrievability-subtitle = How likely you are to remember.
|
2020-06-28 12:52:38 +02:00
|
|
|
# eg "3 cards with 150-170% ease"
|
2020-08-04 03:55:53 +02:00
|
|
|
statistics-card-ease-tooltip =
|
|
|
|
{ $cards ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $cards } card with { $percent } ease
|
2020-08-04 03:55:53 +02:00
|
|
|
*[other] { $cards } cards with { $percent } ease
|
|
|
|
}
|
2023-09-16 08:09:26 +02:00
|
|
|
statistics-card-difficulty-tooltip =
|
|
|
|
{ $cards ->
|
|
|
|
[one] { $cards } card with { $percent } difficulty
|
|
|
|
*[other] { $cards } cards with { $percent } difficulty
|
|
|
|
}
|
|
|
|
statistics-retrievability-tooltip =
|
|
|
|
{ $cards ->
|
|
|
|
[one] { $cards } card with { $percent } retrievability
|
|
|
|
*[other] { $cards } cards with { $percent } retrievability
|
|
|
|
}
|
2020-06-28 12:57:53 +02:00
|
|
|
statistics-future-due-title = Future Due
|
2020-06-28 09:44:51 +02:00
|
|
|
statistics-future-due-subtitle = The number of reviews due in the future.
|
2020-06-28 12:57:53 +02:00
|
|
|
statistics-added-title = Added
|
2020-06-28 09:44:51 +02:00
|
|
|
statistics-added-subtitle = The number of new cards you have added.
|
|
|
|
statistics-reviews-count-subtitle = The number of questions you have answered.
|
|
|
|
statistics-reviews-time-subtitle = The time taken to answer the questions.
|
2020-06-28 12:57:53 +02:00
|
|
|
statistics-answer-buttons-title = Answer Buttons
|
|
|
|
# eg Button: 4
|
|
|
|
statistics-answer-buttons-button-number = Button
|
|
|
|
# eg Times pressed: 123
|
|
|
|
statistics-answer-buttons-button-pressed = Times pressed
|
2020-06-28 09:44:51 +02:00
|
|
|
statistics-answer-buttons-subtitle = The number of times you have pressed each button.
|
2020-06-28 12:57:53 +02:00
|
|
|
statistics-reviews-title = Reviews
|
2020-06-28 11:34:19 +02:00
|
|
|
statistics-reviews-time-checkbox = Time
|
2020-08-04 03:55:53 +02:00
|
|
|
statistics-in-days-single =
|
|
|
|
{ $days ->
|
|
|
|
[0] Today
|
|
|
|
[1] Tomorrow
|
|
|
|
*[other] In { $days } days
|
|
|
|
}
|
2020-06-28 12:52:38 +02:00
|
|
|
statistics-in-days-range = In { $daysStart }-{ $daysEnd } days
|
2020-08-04 03:55:53 +02:00
|
|
|
statistics-days-ago-single =
|
|
|
|
{ $days ->
|
|
|
|
[1] Yesterday
|
|
|
|
*[other] { $days } days ago
|
|
|
|
}
|
2020-06-28 12:52:38 +02:00
|
|
|
statistics-days-ago-range = { $daysStart }-{ $daysEnd } days ago
|
2020-06-28 11:34:19 +02:00
|
|
|
statistics-running-total = Running total
|
2020-08-04 03:55:53 +02:00
|
|
|
statistics-cards-due =
|
|
|
|
{ $cards ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $cards } card due
|
2020-08-04 03:55:53 +02:00
|
|
|
*[other] { $cards } cards due
|
|
|
|
}
|
2020-06-28 11:34:19 +02:00
|
|
|
statistics-backlog-checkbox = Backlog
|
2020-06-28 12:57:53 +02:00
|
|
|
statistics-intervals-title = Review Intervals
|
|
|
|
statistics-intervals-subtitle = Delays until reviews are shown again.
|
2020-08-04 03:55:53 +02:00
|
|
|
statistics-intervals-day-range =
|
|
|
|
{ $cards ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $cards } card with a { $daysStart }~{ $daysEnd } day interval
|
2020-08-04 03:55:53 +02:00
|
|
|
*[other] { $cards } cards with a { $daysStart }~{ $daysEnd } day interval
|
|
|
|
}
|
|
|
|
statistics-intervals-day-single =
|
|
|
|
{ $cards ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $cards } card with a { $day } day interval
|
2020-08-04 07:28:49 +02:00
|
|
|
*[other] { $cards } cards with a { $day } day interval
|
2020-08-04 03:55:53 +02:00
|
|
|
}
|
2020-06-28 12:52:38 +02:00
|
|
|
# hour range, eg "From 14:00-15:00"
|
|
|
|
statistics-hours-range = From { $hourStart }:00~{ $hourEnd }:00
|
|
|
|
statistics-hours-correct = { $correct }/{ $total } correct ({ $percent }%)
|
2023-04-17 08:16:10 +02:00
|
|
|
# the emoji depicts the graph displaying this number
|
|
|
|
statistics-hours-reviews = 📊 { $reviews } reviews
|
|
|
|
# the emoji depicts the graph displaying this number
|
|
|
|
statistics-hours-correct-reviews = 📈 { $percent }% correct ({ $reviews })
|
2020-06-28 12:57:53 +02:00
|
|
|
statistics-hours-title = Hourly Breakdown
|
|
|
|
statistics-hours-subtitle = Review success rate for each hour of the day.
|
2020-07-06 06:01:49 +02:00
|
|
|
# shown when graph is empty
|
|
|
|
statistics-no-data = NO DATA
|
2020-07-06 09:07:03 +02:00
|
|
|
statistics-calendar-title = Calendar
|
2020-07-22 04:59:56 +02:00
|
|
|
|
|
|
|
## An amount of elapsed time, used in the graphs to show the amount of
|
|
|
|
## time spent studying. For example, English would show "5s" for 5 seconds,
|
|
|
|
## "13.5m" for 13.5 minutes, and so on.
|
2020-07-23 04:09:42 +02:00
|
|
|
##
|
|
|
|
## Please try to keep the text short, as longer text may get cut off.
|
2020-07-22 04:59:56 +02:00
|
|
|
|
2020-08-04 03:55:53 +02:00
|
|
|
statistics-elapsed-time-seconds = { $amount }s
|
|
|
|
statistics-elapsed-time-minutes = { $amount }m
|
|
|
|
statistics-elapsed-time-hours = { $amount }h
|
|
|
|
statistics-elapsed-time-days = { $amount }d
|
|
|
|
statistics-elapsed-time-months = { $amount }mo
|
|
|
|
statistics-elapsed-time-years = { $amount }y
|
2020-08-04 08:29:22 +02:00
|
|
|
|
|
|
|
##
|
|
|
|
|
2020-08-04 03:55:53 +02:00
|
|
|
statistics-average-for-days-studied = Average for days studied
|
|
|
|
statistics-total = Total
|
|
|
|
statistics-days-studied = Days studied
|
|
|
|
statistics-average-answer-time-label = Average answer time
|
|
|
|
statistics-average = Average
|
|
|
|
statistics-average-interval = Average interval
|
|
|
|
statistics-due-tomorrow = Due tomorrow
|
|
|
|
# eg 5 of 15 (33.3%)
|
|
|
|
statistics-amount-of-total-with-percentage = { $amount } of { $total } ({ $percent }%)
|
2020-08-05 08:06:24 +02:00
|
|
|
statistics-average-over-period = Average over period
|
2020-08-21 04:58:02 +02:00
|
|
|
statistics-reviews-per-day =
|
|
|
|
{ $count ->
|
|
|
|
[one] { $count } review/day
|
|
|
|
*[other] { $count } reviews/day
|
|
|
|
}
|
|
|
|
statistics-minutes-per-day =
|
|
|
|
{ $count ->
|
|
|
|
[one] { $count } minute/day
|
|
|
|
*[other] { $count } minutes/day
|
|
|
|
}
|
|
|
|
statistics-cards-per-day =
|
|
|
|
{ $count ->
|
|
|
|
[one] { $count } card/day
|
|
|
|
*[other] { $count } cards/day
|
|
|
|
}
|
|
|
|
statistics-average-ease = Average ease
|
2023-09-16 08:09:26 +02:00
|
|
|
statistics-average-difficulty = Average difficulty
|
|
|
|
statistics-average-retrievability = Average retrievability
|
2020-11-18 02:53:33 +01:00
|
|
|
statistics-save-pdf = Save PDF
|
|
|
|
statistics-saved = Saved.
|
|
|
|
statistics-stats = stats
|
2023-06-07 08:25:35 +02:00
|
|
|
statistics-title = Statistics
|