2020-02-20 03:48:46 +01:00
## The next time a card will be shown, in a short form that will fit
## on the answer buttons. For example, English shows "4d" to
## represent the card will be due in 4 days, "3m" for 3 minutes, and
## "5mo" for 5 months.
2020-08-04 08:19:49 +02:00
scheduling-answer-button-time-seconds = { $amount }s
scheduling-answer-button-time-minutes = { $amount }m
scheduling-answer-button-time-hours = { $amount }h
scheduling-answer-button-time-days = { $amount }d
scheduling-answer-button-time-months = { $amount }mo
scheduling-answer-button-time-years = { $amount }y
2020-02-20 07:07:28 +01:00
## A span of time, such as the delay until a card is shown again, the
2020-02-20 12:21:25 +01:00
## amount of time taken to answer a card, and so on. It is used by itself,
## such as in the Interval column of the browse screen,
## and labels like "Total Time" in the card info screen.
2020-02-20 07:07:28 +01:00
2020-08-04 08:19:49 +02:00
scheduling-time-span-seconds =
{ $amount ->
[one] { $amount } second
*[other] { $amount } seconds
}
scheduling-time-span-minutes =
{ $amount ->
[one] { $amount } minute
*[other] { $amount } minutes
}
scheduling-time-span-hours =
{ $amount ->
[one] { $amount } hour
*[other] { $amount } hours
}
scheduling-time-span-days =
{ $amount ->
[one] { $amount } day
*[other] { $amount } days
}
scheduling-time-span-months =
{ $amount ->
[one] { $amount } month
*[other] { $amount } months
}
scheduling-time-span-years =
{ $amount ->
[one] { $amount } year
*[other] { $amount } years
}
2020-02-21 10:26:45 +01:00
## Shown in the "Congratulations!" message after study finishes.
# eg "The next learning card will be ready in 5 minutes."
2020-02-22 11:26:15 +01:00
scheduling-next-learn-due =
2020-08-04 08:19:49 +02:00
The next learning card will be ready in { $unit ->
[seconds]
{ $amount ->
[one] { $amount } second
*[other] { $amount } seconds
}
[minutes]
{ $amount ->
[one] { $amount } minute
*[other] { $amount } minutes
}
*[hours]
{ $amount ->
[one] { $amount } hour
*[other] { $amount } hours
}
2020-02-21 10:26:45 +01:00
}.
2020-08-04 08:19:49 +02:00
scheduling-learn-remaining =
{ $remaining ->
[one] There is one remaining learning card due later today.
*[other] There are { $remaining } learning cards due later today.
}
scheduling-congratulations-finished = Congratulations! You have finished this deck for now.
scheduling-today-review-limit-reached =
Today's review limit has been reached, but there are still cards
waiting to be reviewed. For optimum memory, consider increasing
the daily limit in the options.
scheduling-today-new-limit-reached =
There are more new cards available, but the daily limit has been
reached. You can increase the limit in the options, but please
bear in mind that the more new cards you introduce, the higher
your short-term review workload will become.
2020-08-27 13:46:34 +02:00
scheduling-buried-cards-found = One or more cards were buried, and will be shown tomorrow. You can { $unburyThem } if you wish to see them immediately.
# used in scheduling-buried-cards-found
# "... you can unbury them if you wish to see..."
scheduling-unbury-them = unbury them
scheduling-how-to-custom-study = If you wish to study outside of the regular schedule, you can use the { $customStudy } feature.
# used in scheduling-how-to-custom-study
# "... you can use the custom study feature."
scheduling-custom-study = custom study