mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 08:07:11 -05:00
add some extra graph strings
This commit is contained in:
parent
8d6af167cc
commit
79536ef544
1 changed files with 48 additions and 48 deletions
|
|
@ -48,9 +48,6 @@ statistics-cards =
|
||||||
[one] { $cards } card
|
[one] { $cards } card
|
||||||
*[other] { $cards } cards
|
*[other] { $cards } cards
|
||||||
}
|
}
|
||||||
|
|
||||||
##
|
|
||||||
|
|
||||||
# a count of how many cards have been answered, eg "Total: 34 reviews"
|
# a count of how many cards have been answered, eg "Total: 34 reviews"
|
||||||
statistics-reviews =
|
statistics-reviews =
|
||||||
{ $reviews ->
|
{ $reviews ->
|
||||||
|
|
@ -90,70 +87,66 @@ statistics-counts-early-cards = Early
|
||||||
statistics-counts-learning-cards = Learning
|
statistics-counts-learning-cards = Learning
|
||||||
statistics-counts-relearning-cards = Relearning
|
statistics-counts-relearning-cards = Relearning
|
||||||
statistics-counts-title = Card Counts
|
statistics-counts-title = Card Counts
|
||||||
|
|
||||||
statistics-range-all-time = all
|
statistics-range-all-time = all
|
||||||
statistics-range-1-year-history = last 12 months
|
statistics-range-1-year-history = last 12 months
|
||||||
statistics-range-all-history = all history
|
statistics-range-all-history = all history
|
||||||
statistics-range-deck = deck
|
statistics-range-deck = deck
|
||||||
statistics-range-collection = collection
|
statistics-range-collection = collection
|
||||||
statistics-range-search = Search
|
statistics-range-search = Search
|
||||||
|
|
||||||
statistics-card-ease-title = Card Ease
|
statistics-card-ease-title = Card Ease
|
||||||
statistics-card-ease-subtitle = The lower the ease, the more frequently a card will appear.
|
statistics-card-ease-subtitle = The lower the ease, the more frequently a card will appear.
|
||||||
# eg "3 cards with 150-170% ease"
|
# eg "3 cards with 150-170% ease"
|
||||||
statistics-card-ease-tooltip = { $cards ->
|
statistics-card-ease-tooltip =
|
||||||
[one] 1 card with { $percent } ease
|
{ $cards ->
|
||||||
*[other] { $cards } cards with { $percent } ease
|
[one] 1 card with { $percent } ease
|
||||||
}
|
*[other] { $cards } cards with { $percent } ease
|
||||||
|
}
|
||||||
statistics-future-due-title = Future Due
|
statistics-future-due-title = Future Due
|
||||||
statistics-future-due-subtitle = The number of reviews due in the future.
|
statistics-future-due-subtitle = The number of reviews due in the future.
|
||||||
|
|
||||||
statistics-added-title = Added
|
statistics-added-title = Added
|
||||||
statistics-added-subtitle = The number of new cards you have 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-count-subtitle = The number of questions you have answered.
|
||||||
statistics-reviews-time-subtitle = The time taken to answer the questions.
|
statistics-reviews-time-subtitle = The time taken to answer the questions.
|
||||||
|
|
||||||
statistics-answer-buttons-title = Answer Buttons
|
statistics-answer-buttons-title = Answer Buttons
|
||||||
# eg Button: 4
|
# eg Button: 4
|
||||||
statistics-answer-buttons-button-number = Button
|
statistics-answer-buttons-button-number = Button
|
||||||
# eg Times pressed: 123
|
# eg Times pressed: 123
|
||||||
statistics-answer-buttons-button-pressed = Times pressed
|
statistics-answer-buttons-button-pressed = Times pressed
|
||||||
statistics-answer-buttons-subtitle = The number of times you have pressed each button.
|
statistics-answer-buttons-subtitle = The number of times you have pressed each button.
|
||||||
|
|
||||||
statistics-reviews-title = Reviews
|
statistics-reviews-title = Reviews
|
||||||
statistics-reviews-time-checkbox = Time
|
statistics-reviews-time-checkbox = Time
|
||||||
|
statistics-in-days-single =
|
||||||
statistics-in-days-single = { $days ->
|
{ $days ->
|
||||||
[0] Today
|
[0] Today
|
||||||
[1] Tomorrow
|
[1] Tomorrow
|
||||||
*[other] In { $days } days
|
*[other] In { $days } days
|
||||||
}
|
}
|
||||||
statistics-in-days-range = In { $daysStart }-{ $daysEnd } days
|
statistics-in-days-range = In { $daysStart }-{ $daysEnd } days
|
||||||
statistics-days-ago-single = { $days ->
|
statistics-days-ago-single =
|
||||||
[1] Yesterday
|
{ $days ->
|
||||||
*[other] { $days } days ago
|
[1] Yesterday
|
||||||
}
|
*[other] { $days } days ago
|
||||||
|
}
|
||||||
statistics-days-ago-range = { $daysStart }-{ $daysEnd } days ago
|
statistics-days-ago-range = { $daysStart }-{ $daysEnd } days ago
|
||||||
statistics-running-total = Running total
|
statistics-running-total = Running total
|
||||||
statistics-cards-due = { $cards ->
|
statistics-cards-due =
|
||||||
[one] 1 card due
|
{ $cards ->
|
||||||
*[other] { $cards } cards due
|
[one] 1 card due
|
||||||
}
|
*[other] { $cards } cards due
|
||||||
|
}
|
||||||
statistics-backlog-checkbox = Backlog
|
statistics-backlog-checkbox = Backlog
|
||||||
|
|
||||||
statistics-intervals-title = Review Intervals
|
statistics-intervals-title = Review Intervals
|
||||||
statistics-intervals-subtitle = Delays until reviews are shown again.
|
statistics-intervals-subtitle = Delays until reviews are shown again.
|
||||||
statistics-intervals-day-range = { $cards ->
|
statistics-intervals-day-range =
|
||||||
[one] 1 card with a { $daysStart }~{ $daysEnd } day interval
|
{ $cards ->
|
||||||
*[other] { $cards } cards with a { $daysStart }~{ $daysEnd } day interval
|
[one] 1 card with a { $daysStart }~{ $daysEnd } day interval
|
||||||
}
|
*[other] { $cards } cards with a { $daysStart }~{ $daysEnd } day interval
|
||||||
statistics-intervals-day-single = { $cards ->
|
}
|
||||||
[one] 1 card with a { $day } day interval
|
statistics-intervals-day-single =
|
||||||
*[other] { $cards } card with a { $day } day interval
|
{ $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"
|
# hour range, eg "From 14:00-15:00"
|
||||||
statistics-hours-range = From { $hourStart }:00~{ $hourEnd }:00
|
statistics-hours-range = From { $hourStart }:00~{ $hourEnd }:00
|
||||||
statistics-hours-correct = { $correct }/{ $total } correct ({ $percent }%)
|
statistics-hours-correct = { $correct }/{ $total } correct ({ $percent }%)
|
||||||
|
|
@ -169,14 +162,21 @@ statistics-calendar-title = Calendar
|
||||||
##
|
##
|
||||||
## Please try to keep the text short, as longer text may get cut off.
|
## Please try to keep the text short, as longer text may get cut off.
|
||||||
|
|
||||||
statistics-elapsed-time-seconds = {$amount}s
|
statistics-elapsed-time-seconds = { $amount }s
|
||||||
statistics-elapsed-time-minutes = {$amount}m
|
statistics-elapsed-time-minutes = { $amount }m
|
||||||
statistics-elapsed-time-hours = {$amount}h
|
statistics-elapsed-time-hours = { $amount }h
|
||||||
statistics-elapsed-time-days = {$amount}d
|
statistics-elapsed-time-days = { $amount }d
|
||||||
statistics-elapsed-time-months = {$amount}mo
|
statistics-elapsed-time-months = { $amount }mo
|
||||||
statistics-elapsed-time-years = {$amount}y
|
statistics-elapsed-time-years = { $amount }y
|
||||||
|
|
||||||
##
|
|
||||||
|
|
||||||
statistics-error-fetching = Invalid data found - please use Check Database to fix the problem.
|
statistics-error-fetching = Invalid data found - please use Check Database to fix the problem.
|
||||||
|
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-longest-interval = Longest interval
|
||||||
|
statistics-due-tomorrow = Due tomorrow
|
||||||
|
# eg 5 of 15 (33.3%)
|
||||||
|
statistics-amount-of-total-with-percentage = { $amount } of { $total } ({ $percent }%)
|
||||||
|
statistics-average-over-period = If you studied every day
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue