Skip to content

Commit

Permalink
Update deck-config.ftl to clarify what optimal retention means (#3129)
Browse files Browse the repository at this point in the history
* Update deck-config.ftl to clarify what optimal retention means

Renaming “Optimal retention” to “Minimum recommended retention"

* Update deck-config.ftl

Removing "Predicted" in deck-config-predicted-optimal-retention

* Update deck-config.ftl

Updating keys

* Update ftl/core/deck-config.ftl

Co-authored-by: Damien Elmes <dae@users.noreply.github.com>
(cherry picked from commit da4551e)
  • Loading branch information
AntoineQ1 authored and dae committed Apr 11, 2024
1 parent e72fec1 commit b8e7dd0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ftl/core/deck-config.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ deck-config-updating-cards = Updating cards: { $current_cards_count }/{ $total_c
deck-config-invalid-weights = Parameters must be either left blank to use the defaults, or must be 17 comma-separated numbers.
deck-config-not-enough-history = Insufficient review history to perform this operation.
deck-config-unable-to-determine-desired-retention =
Unable to determine an optimal retention.
Unable to determine a minimum recommended retention.
deck-config-must-have-400-reviews =
{ $count ->
[one] Only { $count } review was found.
Expand All @@ -343,7 +343,7 @@ deck-config-must-have-400-reviews =
# Numbers that control how aggressively the FSRS algorithm schedules cards
deck-config-weights = FSRS parameters
deck-config-compute-optimal-weights = Optimize FSRS parameters
deck-config-compute-optimal-retention = Compute optimal retention
deck-config-compute-minimum-recommended-retention = Minimum recommended retention
deck-config-optimize-button = Optimize
deck-config-compute-button = Compute
deck-config-ignore-before = Ignore reviews before
Expand All @@ -357,7 +357,7 @@ deck-config-get-params = Get Params
deck-config-fsrs-on-all-clients =
Please ensure all of your Anki clients are Anki(Mobile) 23.10+ or AnkiDroid 2.17+. FSRS will
not work correctly if one of your clients is older.
deck-config-predicted-optimal-retention = Predicted optimal retention: { $num }
deck-config-predicted-minimum-recommended-retention = Minimum recommended retention: { $num }
deck-config-complete = { $num }% complete.
deck-config-iterations = Iteration: { $count }...
deck-config-reschedule-cards-on-change = Reschedule cards on change
Expand Down Expand Up @@ -473,3 +473,6 @@ deck-config-compute-optimal-retention-tooltip =
if it significantly differs from 0.9, it's a sign that the time you've allocated each day is either too low
or too high for the amount of cards you're trying to learn. This number can be useful as a reference, but it
is not recommended to copy it into the desired retention field.
deck-config-compute-optimal-retention = Compute minimum recommended retention
deck-config-predicted-optimal-retention = Minimum recommended retention: { $num }

0 comments on commit b8e7dd0

Please sign in to comment.