diff --git a/ftl/core/deck-config.ftl b/ftl/core/deck-config.ftl index 11ae8a392..461c6a25a 100644 --- a/ftl/core/deck-config.ftl +++ b/ftl/core/deck-config.ftl @@ -499,8 +499,12 @@ deck-config-desired-retention-below-optimal = Your desired retention is below op deck-config-fsrs-simulator-experimental = FSRS simulator (experimental) deck-config-additional-new-cards-to-simulate = Additional new cards to simulate deck-config-simulate = Simulate -deck-config-clear-last-simulate = Clear last simulation +deck-config-clear-last-simulate = Clear Last Simulation deck-config-fsrs-simulator-radio-count = Reviews +deck-config-advanced-settings = Advanced Settings +deck-config-smooth-graph = Smooth graph +deck-config-suspend-leeches = Suspend leeches +deck-config-save-options-to-preset = Save Changes to Preset # Radio button in the FSRS simulation diagram (Deck options -> FSRS) selecting # to show the total number of cards that can be recalled or retrieved on a # specific date. diff --git a/ts/routes/deck-options/SimulatorModal.svelte b/ts/routes/deck-options/SimulatorModal.svelte index 1b587c985..c934deef1 100644 --- a/ts/routes/deck-options/SimulatorModal.svelte +++ b/ts/routes/deck-options/SimulatorModal.svelte @@ -253,7 +253,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
- {"Advanced settings"} + {tr.deckConfigAdvancedSettings()} openHelpModal("simulateFsrsReview")} > - {"Smooth Graph"} + {tr.deckConfigSmoothGraph()} @@ -308,7 +308,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html openHelpModal("simulateFsrsReview")} > - {"Suspend Leeches"} + {tr.deckConfigSuspendLeeches()} @@ -363,8 +363,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html onPresetChange(); }} > - - {"Save to Preset Options"} + {tr.deckConfigSaveOptionsToPreset()} {#if simulating}