From f30e52c4edbd1303361813dc2c6712aecffc0730 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 28 Jun 2020 20:57:53 +1000 Subject: [PATCH] group strings by graph --- rslib/ftl/statistics.ftl | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/rslib/ftl/statistics.ftl b/rslib/ftl/statistics.ftl index 81924f288..8f20ce765 100644 --- a/rslib/ftl/statistics.ftl +++ b/rslib/ftl/statistics.ftl @@ -48,6 +48,9 @@ statistics-cards = [one] { $cards } card *[other] { $cards } cards } + +## + # a count of how many cards have been answered, eg "Total: 34 reviews" statistics-reviews = { $reviews -> @@ -87,20 +90,12 @@ statistics-counts-early-cards = Early statistics-counts-learning-cards = Learning statistics-counts-relearning-cards = Relearning statistics-counts-title = Card Counts + statistics-range-all-time = deck life statistics-range-deck = deck statistics-range-collection = collection statistics-range-search = Search -statistics-future-due-title = Future Due -statistics-reviews-title = Reviews -statistics-intervals-title = Review Intervals -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 -statistics-hours-title = Hourly Breakdown -statistics-added-title = Added + statistics-card-ease-title = Card Ease statistics-card-ease-subtitle = The lower the ease, the more frequently a card will appear. # eg "3 cards with 150-170% ease" @@ -108,14 +103,26 @@ statistics-card-ease-tooltip = { $cards -> [one] 1 card with { $percent } ease *[other] { $cards } cards with { $percent } ease } + +statistics-future-due-title = Future Due statistics-future-due-subtitle = The number of reviews due in the future. + +statistics-added-title = Added 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. -statistics-intervals-subtitle = Delays until reviews are shown again. + +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 statistics-answer-buttons-subtitle = The number of times you have pressed each button. -statistics-hours-subtitle = Review success rate for each hour of the day. + +statistics-reviews-title = Reviews statistics-reviews-time-checkbox = Time + statistics-in-days-single = { $days -> [0] Today [1] Tomorrow @@ -133,6 +140,9 @@ statistics-cards-due = { $cards -> *[other] { $cards } cards due } statistics-backlog-checkbox = Backlog + +statistics-intervals-title = Review Intervals +statistics-intervals-subtitle = Delays until reviews are shown again. statistics-intervals-day-range = { $cards -> [one] 1 card with a { $daysStart }~{ $daysEnd } day interval *[other] { $cards } cards with a { $daysStart }~{ $daysEnd } day interval @@ -141,6 +151,9 @@ statistics-intervals-day-single = { $cards -> [one] 1 card with a { $day } day interval *[other] { $cards } card with a { $day } day interval } + # hour range, eg "From 14:00-15:00" statistics-hours-range = From { $hourStart }:00~{ $hourEnd }:00 statistics-hours-correct = { $correct }/{ $total } correct ({ $percent }%) +statistics-hours-title = Hourly Breakdown +statistics-hours-subtitle = Review success rate for each hour of the day.