mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 08:37:11 -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
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@ deck-config-bury-priority-tooltip =
|
||||||
When Anki gathers cards, it first gathers intraday learning cards, then
|
When Anki gathers cards, it first gathers intraday learning cards, then
|
||||||
interday learning cards, then reviews, and finally new cards. This affects
|
interday learning cards, then reviews, and finally new cards. This affects
|
||||||
how burying works:
|
how burying works:
|
||||||
|
|
||||||
- If you have all burying options enabled, the sibling that comes earliest in
|
- If you have all burying options enabled, the sibling that comes earliest in
|
||||||
that list will be shown. For example, a review card will be shown in preference
|
that list will be shown. For example, a review card will be shown in preference
|
||||||
to a new card.
|
to a new card.
|
||||||
|
|
@ -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
|
||||||
|
|
@ -321,7 +322,7 @@ deck-config-not-enough-history = Insufficient review history to perform this ope
|
||||||
deck-config-must-have-1000-reviews =
|
deck-config-must-have-1000-reviews =
|
||||||
{ $count ->
|
{ $count ->
|
||||||
[one] Only { $count } review was found.
|
[one] Only { $count } review was found.
|
||||||
*[other] Only { $count } reviews were found.
|
*[other] Only { $count } reviews were found.
|
||||||
} You must have at least 1000 reviews to generate custom weights.
|
} You must have at least 1000 reviews to generate custom weights.
|
||||||
# Numbers that control how aggressively the FSRS algorithm schedules cards
|
# Numbers that control how aggressively the FSRS algorithm schedules cards
|
||||||
deck-config-weights = Model weights
|
deck-config-weights = Model weights
|
||||||
|
|
@ -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
|
||||||
|
|
@ -375,7 +375,7 @@ deck-config-compute-optimal-weights-tooltip =
|
||||||
If you have decks that vary wildly in difficulty, it is recommended to assign them separate presets, as
|
If you have decks that vary wildly in difficulty, it is recommended to assign them separate presets, as
|
||||||
the weights for easy decks and hard decks will be different. There is no need to optimize your weights
|
the weights for easy decks and hard decks will be different. There is no need to optimize your weights
|
||||||
frequently - once every few months is sufficient.
|
frequently - once every few months is sufficient.
|
||||||
|
|
||||||
By default, weights will be calculated from the review history of all decks using the current preset. You can
|
By default, weights will be calculated from the review history of all decks using the current preset. You can
|
||||||
optionally adjust the search before calculating the weights, if you'd like to alter which cards are used for
|
optionally adjust the search before calculating the weights, if you'd like to alter which cards are used for
|
||||||
optimizing the weights.
|
optimizing the weights.
|
||||||
|
|
@ -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