2020-02-21 11:53:20 +01:00
|
|
|
# Used in the deck configuration screen to show how many decks are used
|
|
|
|
# by a particular configuration group, eg "Group1 (used by 3 decks)"
|
2020-04-01 09:49:25 +02:00
|
|
|
deck-config-used-by-decks =
|
|
|
|
used by { $decks ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $decks } deck
|
2020-04-01 09:49:25 +02:00
|
|
|
*[other] { $decks } decks
|
|
|
|
}
|
|
|
|
deck-config-default-name = Default
|
2021-02-09 09:46:48 +01:00
|
|
|
deck-config-description-markdown = Enable markdown+clean HTML
|
|
|
|
deck-config-description-markdown-hint = Will appear as text on Anki 2.1.40 and below.
|
2021-04-25 14:01:18 +02:00
|
|
|
deck-config-title = Deck Options
|
2021-04-25 15:03:23 +02:00
|
|
|
|
|
|
|
## Warnings shown to the user
|
|
|
|
|
|
|
|
deck-config-daily-limit-will-be-capped =
|
|
|
|
A parent deck has a limit of { $cards ->
|
|
|
|
[one] { $cards } card
|
|
|
|
*[other] { $cards } cards
|
|
|
|
}, which will override this limit.
|
|
|
|
deck-config-reviews-too-low =
|
|
|
|
If adding { $cards ->
|
|
|
|
[one] { $cards } new card each day
|
|
|
|
*[other] { $cards } new cards each day
|
|
|
|
}, your review limit should be at least { $expected }.
|
|
|
|
deck-config-learning-step-above-graduating-interval = The graduating interval should be at least as long as your final learning step.
|
|
|
|
deck-config-good-above-easy = The easy interval should be at least as long as the graduating interval.
|