mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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.
|
[one] Only { $count } review was found.
|
||||||
*[other] Only { $count } reviews were found.
|
*[other] Only { $count } reviews were found.
|
||||||
} You must have at least 1000 reviews to generate custom weights.
|
} 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
|
# Numbers that control how aggressively the FSRS algorithm schedules cards
|
||||||
deck-config-weights = Model weights
|
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-compute-optimal-retention = Compute optimal retention
|
||||||
|
deck-config-optimize-button = Optimize
|
||||||
deck-config-compute-button = Compute
|
deck-config-compute-button = Compute
|
||||||
deck-config-analyze-button = Analyze
|
deck-config-analyze-button = Analyze
|
||||||
deck-config-desired-retention = Desired retention
|
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}
|
{#if computingWeights}
|
||||||
{tr.actionsCancel()}
|
{tr.actionsCancel()}
|
||||||
{:else}
|
{:else}
|
||||||
{tr.deckConfigComputeButton()}
|
{tr.deckConfigOptimizeButton()}
|
||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
@ -251,7 +251,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<div class="m-2">
|
<div class="m-2">
|
||||||
<details>
|
<details>
|
||||||
<summary>{tr.deckConfigComputeOptimalRetention()}</summary>
|
<summary>{tr.deckConfigComputeOptimalRetention()} (experimental)</summary>
|
||||||
|
|
||||||
Deck size:
|
Deck size:
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue