mirror of
https://github.com/ankitects/anki.git
synced 2026-01-12 21:44:01 -05:00
Add: Experimental
This commit is contained in:
parent
b082b81de9
commit
95181438f7
2 changed files with 3 additions and 3 deletions
|
|
@ -506,8 +506,8 @@ deck-config-desired-retention-below-optimal = Your desired retention is below op
|
||||||
# diagram (Deck options -> FSRS) showing the total number of
|
# diagram (Deck options -> FSRS) showing the total number of
|
||||||
# cards that can be recalled or retrieved on a specific date.
|
# cards that can be recalled or retrieved on a specific date.
|
||||||
deck-config-fsrs-simulator-experimental = FSRS Simulator (Experimental)
|
deck-config-fsrs-simulator-experimental = FSRS Simulator (Experimental)
|
||||||
deck-config-fsrs-simulate-desired-retention-experimental = FSRS Desired Retention Simulator
|
deck-config-fsrs-simulate-desired-retention-experimental = FSRS Desired Retention Simulator (Experimental)
|
||||||
deck-config-fsrs-desired-retention-help-me-decide = Help Me Decide
|
deck-config-fsrs-desired-retention-help-me-decide-experimental = Help Me Decide (Experimental)
|
||||||
deck-config-additional-new-cards-to-simulate = Additional new cards to simulate
|
deck-config-additional-new-cards-to-simulate = Additional new cards to simulate
|
||||||
deck-config-simulate = Simulate
|
deck-config-simulate = Simulate
|
||||||
deck-config-clear-last-simulate = Clear Last Simulation
|
deck-config-clear-last-simulate = Clear Last Simulation
|
||||||
|
|
|
||||||
|
|
@ -316,7 +316,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</SpinBoxFloatRow>
|
</SpinBoxFloatRow>
|
||||||
|
|
||||||
<button class="btn btn-primary" on:click={() => workloadModal?.show()}>
|
<button class="btn btn-primary" on:click={() => workloadModal?.show()}>
|
||||||
{tr.deckConfigFsrsDesiredRetentionHelpMeDecide()}
|
{tr.deckConfigFsrsDesiredRetentionHelpMeDecideExperimental()}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<Warning warning={desiredRetentionChangeInfo} className={"alert-info two-line"} />
|
<Warning warning={desiredRetentionChangeInfo} className={"alert-info two-line"} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue