mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix: "Additional new cards to simulate" localisation
This commit is contained in:
parent
9063d3f5e3
commit
9be61d9f93
2 changed files with 2 additions and 1 deletions
|
@ -460,6 +460,7 @@ deck-config-answer-again = Answer Again
|
||||||
deck-config-answer-hard = Answer Hard
|
deck-config-answer-hard = Answer Hard
|
||||||
deck-config-answer-good = Answer Good
|
deck-config-answer-good = Answer Good
|
||||||
deck-config-days-to-simulate = Days to simulate
|
deck-config-days-to-simulate = Days to simulate
|
||||||
|
deck-config-additional-simulate-cards = Additional new cards to simulate
|
||||||
deck-config-desired-retention-below-optimal = Your desired retention is below optimal. Increasing it is recommended.
|
deck-config-desired-retention-below-optimal = Your desired retention is below optimal. Increasing it is recommended.
|
||||||
|
|
||||||
## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future.
|
## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future.
|
||||||
|
|
|
@ -512,7 +512,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
max={100000}
|
max={100000}
|
||||||
>
|
>
|
||||||
<SettingTitle on:click={() => openHelpModal("simulateFsrsReview")}>
|
<SettingTitle on:click={() => openHelpModal("simulateFsrsReview")}>
|
||||||
Additional new cards to simulate
|
{tr.deckConfigAdditionalSimulateCards()}
|
||||||
</SettingTitle>
|
</SettingTitle>
|
||||||
</SpinBoxRow>
|
</SpinBoxRow>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue