mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Tweak some wordings
This commit is contained in:
parent
65c2381f4d
commit
da027bccd9
2 changed files with 4 additions and 4 deletions
|
@ -323,11 +323,11 @@ deck-config-must-have-1000-reviews =
|
|||
[one] Only { $count } review was found.
|
||||
*[other] Only { $count } reviews were found.
|
||||
} You must have at least 1000 reviews to generate custom weights.
|
||||
deck-config-compute-weights-search = Search; leave blank for all cards using this preset
|
||||
# Numbers that control how aggressively the FSRS algorithm schedules cards
|
||||
deck-config-weights = Model weights
|
||||
deck-config-compute-optimal-weights = Compute optimal weights
|
||||
deck-config-compute-optimal-weights = Optimize FSRS weights
|
||||
deck-config-compute-optimal-retention = Compute optimal retention
|
||||
deck-config-optimize-button = Optimize
|
||||
deck-config-compute-button = Compute
|
||||
deck-config-analyze-button = Analyze
|
||||
deck-config-desired-retention = Desired retention
|
||||
|
|
|
@ -229,7 +229,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
{#if computingWeights}
|
||||
{tr.actionsCancel()}
|
||||
{:else}
|
||||
{tr.deckConfigComputeButton()}
|
||||
{tr.deckConfigOptimizeButton()}
|
||||
{/if}
|
||||
</button>
|
||||
<button
|
||||
|
@ -251,7 +251,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<div class="m-2">
|
||||
<details>
|
||||
<summary>{tr.deckConfigComputeOptimalRetention()}</summary>
|
||||
<summary>{tr.deckConfigComputeOptimalRetention()} (experimental)</summary>
|
||||
|
||||
Deck size:
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue