Rename review limit (#3320)

* maximum reviews/day —> maximum cards/day

* New cards ignore maximum limit
This commit is contained in:
sorata 2024-07-26 16:35:33 +05:30 committed by GitHub
parent 51ec030125
commit 6587f91e85
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ deck-config-tab-description =
- `Preset`: The limit is shared with all decks using this preset. - `Preset`: The limit is shared with all decks using this preset.
- `This deck`: The limit is specific to this deck. - `This deck`: The limit is specific to this deck.
- `Today only`: Make a temporary change to this deck's limit. - `Today only`: Make a temporary change to this deck's limit.
deck-config-new-cards-ignore-review-limit = New cards ignore review limit deck-config-new-cards-ignore-review-limit = New cards ignore maximum limit
deck-config-new-cards-ignore-review-limit-tooltip = deck-config-new-cards-ignore-review-limit-tooltip =
By default, the review limit also applies to new cards, and no new cards will be By default, the review limit also applies to new cards, and no new cards will be
shown when the review limit has been reached. If this option is enabled, new cards shown when the review limit has been reached. If this option is enabled, new cards

View file

@ -125,7 +125,7 @@ scheduling-learning = Learning
scheduling-leech-action = Leech action scheduling-leech-action = Leech action
scheduling-leech-threshold = Leech threshold scheduling-leech-threshold = Leech threshold
scheduling-maximum-interval = Maximum interval scheduling-maximum-interval = Maximum interval
scheduling-maximum-reviewsday = Maximum reviews/day scheduling-maximum-reviewsday = Maximum cards/day
scheduling-minimum-interval = Minimum interval scheduling-minimum-interval = Minimum interval
scheduling-mix-new-cards-and-reviews = Mix new cards and reviews scheduling-mix-new-cards-and-reviews = Mix new cards and reviews
scheduling-new-cards = New Cards scheduling-new-cards = New Cards