mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
formatting and new strings in scheduling.ftl
This commit is contained in:
parent
cd4a4dada8
commit
f8b73230a6
1 changed files with 68 additions and 53 deletions
|
@ -3,68 +3,83 @@
|
||||||
## represent the card will be due in 4 days, "3m" for 3 minutes, and
|
## represent the card will be due in 4 days, "3m" for 3 minutes, and
|
||||||
## "5mo" for 5 months.
|
## "5mo" for 5 months.
|
||||||
|
|
||||||
scheduling-answer-button-time-seconds = {$amount}s
|
scheduling-answer-button-time-seconds = { $amount }s
|
||||||
scheduling-answer-button-time-minutes = {$amount}m
|
scheduling-answer-button-time-minutes = { $amount }m
|
||||||
scheduling-answer-button-time-hours = {$amount}h
|
scheduling-answer-button-time-hours = { $amount }h
|
||||||
scheduling-answer-button-time-days = {$amount}d
|
scheduling-answer-button-time-days = { $amount }d
|
||||||
scheduling-answer-button-time-months = {$amount}mo
|
scheduling-answer-button-time-months = { $amount }mo
|
||||||
scheduling-answer-button-time-years = {$amount}y
|
scheduling-answer-button-time-years = { $amount }y
|
||||||
|
|
||||||
## A span of time, such as the delay until a card is shown again, the
|
## A span of time, such as the delay until a card is shown again, the
|
||||||
## amount of time taken to answer a card, and so on. It is used by itself,
|
## 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,
|
## such as in the Interval column of the browse screen,
|
||||||
## and labels like "Total Time" in the card info screen.
|
## and labels like "Total Time" in the card info screen.
|
||||||
|
|
||||||
scheduling-time-span-seconds = { $amount ->
|
scheduling-time-span-seconds =
|
||||||
[one] {$amount} second
|
{ $amount ->
|
||||||
*[other] {$amount} seconds
|
[one] { $amount } second
|
||||||
}
|
*[other] { $amount } seconds
|
||||||
|
}
|
||||||
scheduling-time-span-minutes = { $amount ->
|
scheduling-time-span-minutes =
|
||||||
[one] {$amount} minute
|
{ $amount ->
|
||||||
*[other] {$amount} minutes
|
[one] { $amount } minute
|
||||||
}
|
*[other] { $amount } minutes
|
||||||
|
}
|
||||||
scheduling-time-span-hours = { $amount ->
|
scheduling-time-span-hours =
|
||||||
[one] {$amount} hour
|
{ $amount ->
|
||||||
*[other] {$amount} hours
|
[one] { $amount } hour
|
||||||
}
|
*[other] { $amount } hours
|
||||||
|
}
|
||||||
scheduling-time-span-days = { $amount ->
|
scheduling-time-span-days =
|
||||||
[one] {$amount} day
|
{ $amount ->
|
||||||
*[other] {$amount} days
|
[one] { $amount } day
|
||||||
}
|
*[other] { $amount } days
|
||||||
|
}
|
||||||
scheduling-time-span-months = { $amount ->
|
scheduling-time-span-months =
|
||||||
[one] {$amount} month
|
{ $amount ->
|
||||||
*[other] {$amount} months
|
[one] { $amount } month
|
||||||
}
|
*[other] { $amount } months
|
||||||
|
}
|
||||||
scheduling-time-span-years = { $amount ->
|
scheduling-time-span-years =
|
||||||
[one] {$amount} year
|
{ $amount ->
|
||||||
*[other] {$amount} years
|
[one] { $amount } year
|
||||||
}
|
*[other] { $amount } years
|
||||||
|
}
|
||||||
|
|
||||||
## Shown in the "Congratulations!" message after study finishes.
|
## Shown in the "Congratulations!" message after study finishes.
|
||||||
|
|
||||||
# eg "The next learning card will be ready in 5 minutes."
|
# eg "The next learning card will be ready in 5 minutes."
|
||||||
scheduling-next-learn-due =
|
scheduling-next-learn-due =
|
||||||
The next learning card will be ready in { $unit ->
|
The next learning card will be ready in { $unit ->
|
||||||
[seconds] { $amount ->
|
[seconds]
|
||||||
[one] {$amount} second
|
{ $amount ->
|
||||||
*[other] {$amount} seconds
|
[one] { $amount } second
|
||||||
}
|
*[other] { $amount } seconds
|
||||||
[minutes] { $amount ->
|
}
|
||||||
[one] {$amount} minute
|
[minutes]
|
||||||
*[other] {$amount} minutes
|
{ $amount ->
|
||||||
}
|
[one] { $amount } minute
|
||||||
*[hours] { $amount ->
|
*[other] { $amount } minutes
|
||||||
[one] {$amount} hour
|
}
|
||||||
*[other] {$amount} hours
|
*[hours]
|
||||||
}
|
{ $amount ->
|
||||||
|
[one] { $amount } hour
|
||||||
|
*[other] { $amount } hours
|
||||||
|
}
|
||||||
}.
|
}.
|
||||||
|
scheduling-learn-remaining =
|
||||||
scheduling-learn-remaining = { $remaining ->
|
{ $remaining ->
|
||||||
[one] There is one remaining learning card due later today.
|
[one] There is one remaining learning card due later today.
|
||||||
*[other] There are {$remaining} learning cards 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.
|
||||||
|
scheduling-buried-cards-were-delayed = Some related or buried cards were delayed until a later session.
|
||||||
|
|
Loading…
Reference in a new issue