mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 16:47:12 -05:00
Migrate some auto advance strings over from AnkiMobile
This commit is contained in:
parent
fa107375d0
commit
843ac9eff9
3 changed files with 12 additions and 5 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit a974a2318b114248462d749bae39cd329c6db66e
|
Subproject commit adb33e0ecca2fc76effd89eeb85bb5b85be77f87
|
||||||
|
|
@ -70,3 +70,4 @@ actions-flag-purple = Purple
|
||||||
actions-set-flag = Set Flag
|
actions-set-flag = Set Flag
|
||||||
actions-nothing-to-undo = Nothing to undo
|
actions-nothing-to-undo = Nothing to undo
|
||||||
actions-nothing-to-redo = Nothing to redo
|
actions-nothing-to-redo = Nothing to redo
|
||||||
|
actions-auto-advance = Auto Advance
|
||||||
|
|
|
||||||
|
|
@ -238,6 +238,7 @@ deck-config-stop-timer-on-answer = Stop timer on answer
|
||||||
deck-config-stop-timer-on-answer-tooltip =
|
deck-config-stop-timer-on-answer-tooltip =
|
||||||
Whether to stop the timer when the answer is revealed.
|
Whether to stop the timer when the answer is revealed.
|
||||||
This doesn't affect statistics.
|
This doesn't affect statistics.
|
||||||
|
|
||||||
## Advanced section
|
## Advanced section
|
||||||
|
|
||||||
deck-config-advanced-title = Advanced
|
deck-config-advanced-title = Advanced
|
||||||
|
|
@ -341,7 +342,6 @@ deck-config-fsrs-on-all-clients =
|
||||||
deck-config-estimated-retention = Estimated retention: { $num }
|
deck-config-estimated-retention = Estimated retention: { $num }
|
||||||
deck-config-complete = { $num }% complete.
|
deck-config-complete = { $num }% complete.
|
||||||
deck-config-reschedule-cards-on-change = Reschedule cards on change
|
deck-config-reschedule-cards-on-change = Reschedule cards on change
|
||||||
|
|
||||||
deck-config-fsrs-tooltip =
|
deck-config-fsrs-tooltip =
|
||||||
The Free Spaced Repetition Scheduler (FSRS) is an alternative to Anki's legacy SuperMemo 2 (SM2) scheduler.
|
The Free Spaced Repetition Scheduler (FSRS) is an alternative to Anki's legacy SuperMemo 2 (SM2) scheduler.
|
||||||
By more accurately determining when you are likely to forget, it can help you remember
|
By more accurately determining when you are likely to forget, it can help you remember
|
||||||
|
|
@ -386,6 +386,12 @@ deck-config-compute-optimal-retention-tooltip =
|
||||||
or too high for the amount of cards you're trying to learn. This number can be useful as a reference, but it
|
or too high for the amount of cards you're trying to learn. This number can be useful as a reference, but it
|
||||||
is not recommended to copy it into the desired retention field.
|
is not recommended to copy it into the desired retention field.
|
||||||
|
|
||||||
|
deck-config-wait-for-audio = Wait for audio
|
||||||
|
deck-config-show-reminder = Show Reminder
|
||||||
|
deck-config-answer-again = Answer Again
|
||||||
|
deck-config-answer-hard = Answer Hard
|
||||||
|
deck-config-answer-good = Answer Good
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
||||||
deck-config-bury-siblings = Bury siblings
|
deck-config-bury-siblings = Bury siblings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue