mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Ignore reviews before -> Ignore cards reviewed before.ftl (#3314)
* Ignore review before -> Ignore cards reviewed before.ftl * Revert the change.ftl * Update CONTRIBUTORS
This commit is contained in:
parent
0743e6e40e
commit
f0c211389f
2 changed files with 4 additions and 3 deletions
|
@ -181,6 +181,7 @@ James Elmore <email@jameselmore.org>
|
||||||
Ian Samir Yep Manzano <https://github.com/isym444>
|
Ian Samir Yep Manzano <https://github.com/isym444>
|
||||||
David Culley <6276049+davidculley@users.noreply.github.com>
|
David Culley <6276049+davidculley@users.noreply.github.com>
|
||||||
Rastislav Kish <rastislav.kish@protonmail.com>
|
Rastislav Kish <rastislav.kish@protonmail.com>
|
||||||
|
Expertium <https://github.com/Expertium>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -350,7 +350,7 @@ deck-config-compute-optimal-weights = Optimize FSRS parameters
|
||||||
deck-config-compute-minimum-recommended-retention = Minimum recommended retention
|
deck-config-compute-minimum-recommended-retention = Minimum recommended retention
|
||||||
deck-config-optimize-button = Optimize
|
deck-config-optimize-button = Optimize
|
||||||
deck-config-compute-button = Compute
|
deck-config-compute-button = Compute
|
||||||
deck-config-ignore-before = Ignore reviews before
|
deck-config-ignore-before = Ignore cards reviewed before
|
||||||
deck-config-optimize-all-tip = You can optimize all presets at once by using the dropdown button next to "Save".
|
deck-config-optimize-all-tip = You can optimize all presets at once by using the dropdown button next to "Save".
|
||||||
deck-config-evaluate-button = Evaluate
|
deck-config-evaluate-button = Evaluate
|
||||||
deck-config-desired-retention = Desired retention
|
deck-config-desired-retention = Desired retention
|
||||||
|
@ -388,7 +388,7 @@ deck-config-historical-retention-tooltip =
|
||||||
the missing reviews.
|
the missing reviews.
|
||||||
|
|
||||||
Your review history may be incomplete for two reasons:
|
Your review history may be incomplete for two reasons:
|
||||||
1. Because you're using the 'ignore reviews before' option.
|
1. Because you're using the 'ignore cards reviewed before' option.
|
||||||
2. Because you previously deleted review logs to free up space, or imported material from a different
|
2. Because you previously deleted review logs to free up space, or imported material from a different
|
||||||
SRS program.
|
SRS program.
|
||||||
|
|
||||||
|
@ -411,7 +411,7 @@ deck-config-reschedule-cards-warning =
|
||||||
Use this option sparingly, as it will add a review entry to each of your cards, and
|
Use this option sparingly, as it will add a review entry to each of your cards, and
|
||||||
increase the size of your collection.
|
increase the size of your collection.
|
||||||
deck-config-ignore-before-tooltip-2 =
|
deck-config-ignore-before-tooltip-2 =
|
||||||
If set, cards introduced before the provided date will be ignored when optimizing FSRS parameters.
|
If set, cards reviewed before the provided date will be ignored when optimizing FSRS parameters.
|
||||||
This can be useful if you imported someone else's scheduling data, or have changed the way you use the answer buttons.
|
This can be useful if you imported someone else's scheduling data, or have changed the way you use the answer buttons.
|
||||||
deck-config-compute-optimal-weights-tooltip2 =
|
deck-config-compute-optimal-weights-tooltip2 =
|
||||||
When you click the Optimize button, FSRS will analyze your review history, and generate parameters that are
|
When you click the Optimize button, FSRS will analyze your review history, and generate parameters that are
|
||||||
|
|
Loading…
Reference in a new issue