diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index f42cf7900..d5f187b63 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -35,6 +35,10 @@ deck-config-limit-new-bound-by-reviews = deck-config-limit-interday-bound-by-reviews = The review limit also affects interday learning cards. When applying the limit, interday learning cards are fetched first, then reviews, and finally new cards. +deck-config-deck-review-limit = Deck-specific reviews / day +deck-config-deck-new-limit = Deck-specific new / day +deck-config-today-review-limit = Deck-specific reviews / day for today +deck-config-today-new-limit = Deck-specific new / day for today ## New Cards section diff --git a/ts/deck-options/DailyLimits.svelte b/ts/deck-options/DailyLimits.svelte index 2a6892543..1e5b1de35 100644 --- a/ts/deck-options/DailyLimits.svelte +++ b/ts/deck-options/DailyLimits.svelte @@ -70,5 +70,49 @@ + + + + {tr.deckConfigDeckNewLimit()} + + + + + + {tr.deckConfigDeckReviewLimit()} + + + + + + {tr.deckConfigTodayNewLimit()} + + + + + + {tr.deckConfigTodayReviewLimit()} + +