mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
i18n
This commit is contained in:
parent
b038e08d22
commit
70de438e7f
2 changed files with 2 additions and 1 deletions
|
|
@ -395,6 +395,7 @@ deck-config-weights = FSRS parameters
|
|||
deck-config-compute-optimal-weights = Optimize FSRS parameters
|
||||
deck-config-compute-minimum-recommended-retention = Minimum recommended retention
|
||||
deck-config-optimize-button = Optimize Current Preset
|
||||
deck-config-health-check = Health check (Slow)
|
||||
deck-config-compute-button = Compute
|
||||
deck-config-ignore-before = Ignore cards reviewed before
|
||||
deck-config-time-to-optimize = It's been a while - using the Optimize All button is recommended.
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
bind:checked={$config.healthCheck}
|
||||
disabled={computingParams}
|
||||
/>
|
||||
Health check (Slow)
|
||||
{tr.deckConfigHealthCheck()}
|
||||
</label>
|
||||
{#if false}
|
||||
<!-- Can be re-enabled by some method in the future -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue