anki/ftl/core/custom-study.ftl
Damien Elmes f3e81c8a95 Move custom study tag and limit gathering+saving into the backend
Ideally this would have been in beta 6 :-) No add-ons appear to be
using customstudy.py/taglimit.py though, so it should hopefully not be
disruptive.

In the earlier custom study changes, we didn't get around to addressing
issue #1136. Now instead of trying to determine the maximum increase
to allow (which doesn't work correctly with nested decks), we just
present the total available to the user again, and let them decide. There's
plenty of room for improvement here still, but further work here might
be better done once we look into decoupling deck limits from deck presets.

Tags and available cards are fetched prior to showing the dialog now,
and will show a progress dialog if things take a while.

Tags are stored in an aux var now, so they don't inflate the deck
object size.
2022-03-10 16:23:03 +10:00

34 lines
1.9 KiB
Plaintext

custom-study-must-rename-deck = Please rename the existing Custom Study deck first.
custom-study-all-cards-in-random-order-dont = All cards in random order (don't reschedule)
custom-study-all-review-cards-in-random-order = All review cards in random order
custom-study-cards = cards
custom-study-cards-from-the-deck = cards from the deck
custom-study-choose-tags = Choose Tags
custom-study-custom-study-session = Custom Study Session
custom-study-due-cards-only = Due cards only
custom-study-increase-todays-new-card-limit = Increase today's new card limit
custom-study-increase-todays-new-card-limit-by = Increase today's new card limit by
custom-study-increase-todays-review-card-limit = Increase today's review card limit
custom-study-increase-todays-review-limit-by = Increase today's review limit by
custom-study-new-cards-only = New cards only
custom-study-no-cards-matched-the-criteria-you = No cards matched the criteria you provided.
custom-study-ok = OK
custom-study-preview-new-cards = Preview new cards
custom-study-preview-new-cards-added-in-the = Preview new cards added in the last
custom-study-require-one-or-more-of-these = Require one or more of these tags:
custom-study-review-ahead = Review ahead
custom-study-review-ahead-by = Review ahead by
custom-study-review-cards-forgotten-in-last = Review cards forgotten in last
custom-study-review-forgotten-cards = Review forgotten cards
custom-study-select = Select
custom-study-select-tags-to-exclude = Select tags to exclude:
custom-study-selective-study = Selective Study
custom-study-study-by-card-state-or-tag = Study by card state or tag
custom-study-available-new-cards = Available new cards: { $count }
custom-study-available-review-cards = Available review cards: { $count }
## DEPRECATED - you do not need to translate these.
custom-study-new-cards-in-deck-over-today = New cards in deck over today limit: { $val }
custom-study-reviews-due-in-deck-over-today = Reviews due in deck over today limit: { $val }