2021-04-26 15:34:33 +02:00
|
|
|
### Text shown on the "Deck Options" screen
|
|
|
|
|
2021-05-16 13:41:40 +02:00
|
|
|
|
|
|
|
## Top section
|
|
|
|
|
2020-02-21 11:53:20 +01:00
|
|
|
# Used in the deck configuration screen to show how many decks are used
|
|
|
|
# by a particular configuration group, eg "Group1 (used by 3 decks)"
|
2020-04-01 09:49:25 +02:00
|
|
|
deck-config-used-by-decks =
|
|
|
|
used by { $decks ->
|
2020-12-18 01:11:42 +01:00
|
|
|
[one] { $decks } deck
|
2020-04-01 09:49:25 +02:00
|
|
|
*[other] { $decks } decks
|
|
|
|
}
|
|
|
|
deck-config-default-name = Default
|
2021-04-26 15:34:33 +02:00
|
|
|
deck-config-title = Deck Options
|
|
|
|
|
|
|
|
## Daily limits section
|
|
|
|
|
|
|
|
deck-config-daily-limits = Daily Limits
|
|
|
|
deck-config-new-limit-tooltip =
|
|
|
|
The maximum number of new cards to introduce in a day, if new cards are available.
|
|
|
|
Because new material will increase your short-term review workload, this should typically
|
|
|
|
be at least 10x smaller than your review limit.
|
|
|
|
deck-config-review-limit-tooltip =
|
|
|
|
The maximum number of review cards to show in a day,
|
|
|
|
if cards are ready for review.
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-limit-deck-v3 =
|
|
|
|
When studying a deck that has subdecks inside it, the limits set on each
|
|
|
|
subdeck control the maximum number of cards drawn from that particular deck.
|
|
|
|
The selected deck's limits control the total cards that will be shown.
|
2021-05-24 11:04:00 +02:00
|
|
|
deck-config-limit-new-bound-by-reviews =
|
|
|
|
The review limit affects the new limit. For example, if your review limit is
|
|
|
|
set to 200, and you have 190 reviews waiting, a maximum of 10 new cards will
|
|
|
|
be introduced. If your review limit has been reached, no new cards will be
|
|
|
|
shown.
|
2021-08-22 03:31:53 +02:00
|
|
|
deck-config-limit-interday-bound-by-reviews =
|
|
|
|
The review limit also affects interday learning cards. When applying the limit,
|
2023-03-06 10:06:12 +01:00
|
|
|
interday learning cards are fetched first, then reviews.
|
2022-07-19 10:27:25 +02:00
|
|
|
deck-config-tab-description =
|
|
|
|
- `Preset`: The limit is shared with all decks using this preset.
|
|
|
|
- `This deck`: The limit is specific to this deck.
|
|
|
|
- `Today only`: Make a temporary change to this deck's limit.
|
2023-03-06 10:06:12 +01:00
|
|
|
deck-config-new-cards-ignore-review-limit = New cards ignore review limit
|
|
|
|
deck-config-new-cards-ignore-review-limit-tooltip =
|
|
|
|
By default, the review limit also applies to new cards, and no new cards will be
|
|
|
|
shown when the review limit has been reached. If this option is enabled, new cards
|
|
|
|
will be shown regardless of the review limit.
|
|
|
|
deck-config-affects-entire-collection = Affects the entire collection.
|
2022-07-19 10:27:25 +02:00
|
|
|
|
|
|
|
## Daily limit tabs: please try to keep these as short as the English version,
|
|
|
|
## as longer text will not fit on small screens.
|
|
|
|
|
|
|
|
deck-config-shared-preset = Preset
|
|
|
|
deck-config-deck-only = This deck
|
|
|
|
deck-config-today-only = Today only
|
2021-04-26 15:34:33 +02:00
|
|
|
|
2021-05-24 10:25:17 +02:00
|
|
|
## New Cards section
|
2021-04-26 15:34:33 +02:00
|
|
|
|
|
|
|
deck-config-learning-steps = Learning steps
|
2021-06-03 05:52:07 +02:00
|
|
|
# Please don't translate `1m`, `2d`
|
|
|
|
-deck-config-delay-hint = Delays are typically minutes (eg `1m`) or days (eg `2d`), but hours (eg `1h`) and seconds (eg `30s`) are also supported.
|
2021-04-26 15:34:33 +02:00
|
|
|
deck-config-learning-steps-tooltip =
|
|
|
|
One or more delays, separated by spaces. The first delay will be used
|
2021-05-16 13:41:40 +02:00
|
|
|
when you press the `Again` button on a new card, and is 1 minute by default.
|
|
|
|
The `Good` button will advance to the next step, which is 10 minutes by default.
|
2021-04-26 15:34:33 +02:00
|
|
|
Once all steps have been passed, the card will become a review card, and
|
|
|
|
will appear on a different day. { -deck-config-delay-hint }
|
|
|
|
deck-config-graduating-interval-tooltip =
|
2021-05-16 13:41:40 +02:00
|
|
|
The number of days to wait before showing a card again, after the `Good` button
|
2021-04-26 15:34:33 +02:00
|
|
|
is pressed on the final learning step.
|
|
|
|
deck-config-easy-interval-tooltip =
|
2021-05-16 13:41:40 +02:00
|
|
|
The number of days to wait before showing a card again, after the `Easy` button
|
2021-04-26 15:34:33 +02:00
|
|
|
is used to immediately remove a card from learning.
|
2021-05-13 07:23:16 +02:00
|
|
|
deck-config-new-insertion-order = Insertion order
|
|
|
|
deck-config-new-insertion-order-tooltip =
|
|
|
|
Controls the position (due #) new cards are assigned when you add new cards.
|
2021-05-24 10:25:17 +02:00
|
|
|
Cards with a lower due number will be shown first when studying. Changing
|
|
|
|
this option will automatically update the existing position of new cards.
|
2021-05-15 12:09:50 +02:00
|
|
|
deck-config-new-insertion-order-sequential = Sequential (oldest cards first)
|
2021-05-13 07:23:16 +02:00
|
|
|
deck-config-new-insertion-order-random = Random
|
2022-02-10 00:55:43 +01:00
|
|
|
deck-config-new-insertion-order-random-with-v3 =
|
2022-02-11 14:27:15 +01:00
|
|
|
With the V3 scheduler, it is better to leave this set to sequential, and
|
|
|
|
adjust the new card gather order instead.
|
2021-05-15 12:09:50 +02:00
|
|
|
|
|
|
|
## Lapses section
|
|
|
|
|
|
|
|
deck-config-relearning-steps = Relearning steps
|
|
|
|
deck-config-relearning-steps-tooltip =
|
2021-05-16 13:41:40 +02:00
|
|
|
Zero or more delays, separated by spaces. By default, pressing the `Again`
|
2021-05-15 12:09:50 +02:00
|
|
|
button on a review card will show it again 10 minutes later. If no delays
|
|
|
|
are provided, the card will have its interval changed, without entering
|
|
|
|
relearning. { -deck-config-delay-hint }
|
2021-04-26 15:34:33 +02:00
|
|
|
deck-config-leech-threshold-tooltip =
|
2021-05-16 13:41:40 +02:00
|
|
|
The number of times `Again` needs to be pressed on a review card before it is
|
2021-04-26 15:34:33 +02:00
|
|
|
marked as a leech. Leeches are cards that consume a lot of your time, and
|
|
|
|
when a card is marked as a leech, it's a good idea to rewrite it, delete it, or
|
|
|
|
think of a mnemonic to help you remember it.
|
|
|
|
# See actions-suspend-card and scheduling-tag-only for the wording
|
|
|
|
deck-config-leech-action-tooltip =
|
2021-05-16 13:41:40 +02:00
|
|
|
`Tag Only`: Add a "leech" tag to the note, and display a pop-up.
|
|
|
|
|
|
|
|
`Suspend Card`: In addition to tagging the note, hide the card until it is
|
2021-04-26 15:34:33 +02:00
|
|
|
manually unsuspended.
|
|
|
|
|
|
|
|
## Burying section
|
|
|
|
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-bury-title = Burying
|
2023-03-11 08:49:18 +01:00
|
|
|
deck-config-bury-new-siblings = Bury new siblings
|
|
|
|
deck-config-bury-review-siblings = Bury review siblings
|
|
|
|
deck-config-bury-interday-learning-siblings = Bury interday learning siblings
|
|
|
|
deck-config-bury-new-tooltip =
|
|
|
|
Whether other `new` cards of the same note (eg reverse cards, adjacent cloze deletions)
|
|
|
|
will be delayed until the next day.
|
|
|
|
deck-config-bury-review-tooltip = Whether other `review` cards of the same note will be delayed until the next day.
|
|
|
|
deck-config-bury-interday-learning-tooltip =
|
|
|
|
Whether other `learning` cards of the same note with intervals > 1 day
|
|
|
|
will be delayed until the next day.
|
|
|
|
deck-config-bury-priority-tooltip =
|
|
|
|
When Anki gathers cards, it first gathers intraday learning cards, then
|
|
|
|
interday learning cards, then reviews, and finally new cards. This affects
|
|
|
|
how burying works:
|
2023-10-28 04:31:51 +02:00
|
|
|
|
2023-03-11 08:49:18 +01:00
|
|
|
- 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
|
|
|
|
to a new card.
|
|
|
|
- Siblings later in the list can not bury earlier card types. For example, if you
|
|
|
|
disable burying of new cards, and study a new card, it will not bury any interday
|
|
|
|
learning or review cards, and you may see both a review sibling and new sibling in the
|
|
|
|
same session.
|
2023-02-06 03:02:27 +01:00
|
|
|
|
2021-05-24 10:25:17 +02:00
|
|
|
## Ordering section
|
|
|
|
|
|
|
|
deck-config-ordering-title = Display Order
|
2021-08-22 03:31:53 +02:00
|
|
|
deck-config-new-gather-priority = New card gather order
|
2022-02-10 00:55:43 +01:00
|
|
|
deck-config-new-gather-priority-tooltip-2 =
|
|
|
|
`Deck`: gathers cards from each deck in order, starting from the top. Cards from each deck are
|
|
|
|
gathered in ascending position. If the daily limit of the selected deck is reached, gathering
|
|
|
|
may stop before all decks have been checked. This order is fastest in large collections, and
|
|
|
|
allows you to prioritize subdecks that are closer to the top.
|
2021-05-24 10:25:17 +02:00
|
|
|
|
2022-02-10 00:55:43 +01:00
|
|
|
`Ascending position`: gathers cards by ascending position (due #), which is typically
|
|
|
|
the oldest-added first.
|
|
|
|
|
|
|
|
`Descending position`: gathers cards by descending position (due #), which is typically
|
|
|
|
the latest-added first.
|
|
|
|
|
|
|
|
`Random notes`: gathers cards of randomly selected notes. When sibling burying is
|
|
|
|
disabled, this allows all cards of a note to be seen in a session (eg. both a front->back
|
|
|
|
and back->front card)
|
|
|
|
|
|
|
|
`Random cards`: gathers cards completely randomly.
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-new-gather-priority-deck = Deck
|
2023-09-25 03:12:28 +02:00
|
|
|
deck-config-new-gather-priority-deck-then-random-notes = Deck then random notes
|
2021-07-13 08:07:42 +02:00
|
|
|
deck-config-new-gather-priority-position-lowest-first = Ascending position
|
|
|
|
deck-config-new-gather-priority-position-highest-first = Descending position
|
2022-02-10 00:55:43 +01:00
|
|
|
deck-config-new-gather-priority-random-notes = Random notes
|
|
|
|
deck-config-new-gather-priority-random-cards = Random cards
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-new-card-sort-order = New card sort order
|
2022-02-10 00:55:43 +01:00
|
|
|
deck-config-new-card-sort-order-tooltip-2 =
|
2022-04-04 01:50:36 +02:00
|
|
|
`Card type`: Displays cards in order of card type number. If you have sibling burying
|
|
|
|
disabled, this will ensure all front→back cards are seen before any back→front cards.
|
|
|
|
This is useful to have all cards of the same note shown in the same session, but not
|
|
|
|
too close to one another.
|
2022-02-10 00:55:43 +01:00
|
|
|
|
|
|
|
`Order gathered`: Shows cards exactly as they were gathered. If sibling burying is disabled,
|
|
|
|
this will typically result in all cards of a note being seen one after the other.
|
|
|
|
|
2022-04-04 01:50:36 +02:00
|
|
|
`Card type, then random`: Like `Card type`, but shuffles the cards of each card
|
|
|
|
type number. If you use `Ascending position` to gather the oldest cards, you could use
|
|
|
|
this setting to see those cards in a random order, but still ensure cards of the same
|
|
|
|
note do not end up too close to one another.
|
2022-02-10 00:55:43 +01:00
|
|
|
|
2022-04-04 01:50:36 +02:00
|
|
|
`Random note, then card type`: Picks notes at random, then shows all of their siblings
|
2022-02-10 00:55:43 +01:00
|
|
|
in order.
|
|
|
|
|
|
|
|
`Random`: Fully shuffles the gathered cards.
|
2022-04-04 01:50:36 +02:00
|
|
|
deck-config-sort-order-card-template-then-random = Card type, then random
|
|
|
|
deck-config-sort-order-random-note-then-template = Random note, then card type
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-sort-order-random = Random
|
2022-04-04 01:50:36 +02:00
|
|
|
deck-config-sort-order-template-then-gather = Card type
|
2021-08-20 04:03:32 +02:00
|
|
|
deck-config-sort-order-gather = Order gathered
|
2021-08-22 03:31:53 +02:00
|
|
|
deck-config-new-review-priority = New/review order
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-new-review-priority-tooltip = When to show new cards in relation to review cards.
|
2021-08-22 03:31:53 +02:00
|
|
|
deck-config-interday-step-priority = Interday learning/review order
|
|
|
|
deck-config-interday-step-priority-tooltip =
|
|
|
|
When to show (re)learning cards that cross a day boundary.
|
|
|
|
|
|
|
|
The review limit is always applied first to interday learning cards, and
|
|
|
|
then reviews. This option will control the order the gathered cards are shown in,
|
|
|
|
but interday learning cards will always be gathered first.
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-review-mix-mix-with-reviews = Mix with reviews
|
|
|
|
deck-config-review-mix-show-after-reviews = Show after reviews
|
|
|
|
deck-config-review-mix-show-before-reviews = Show before reviews
|
|
|
|
deck-config-review-sort-order = Review sort order
|
|
|
|
deck-config-review-sort-order-tooltip =
|
|
|
|
The default order prioritizes cards that have been waiting longest, so that
|
|
|
|
if you have a backlog of reviews, the longest-waiting ones will appear
|
|
|
|
first. If you have a large backlog that will take more than a few days to
|
2021-06-01 05:22:39 +02:00
|
|
|
clear, or wish to see cards in subdeck order, you may find the alternate
|
|
|
|
sort orders preferable.
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-sort-order-due-date-then-random = Due date, then random
|
2021-06-01 05:22:39 +02:00
|
|
|
deck-config-sort-order-due-date-then-deck = Due date, then deck
|
|
|
|
deck-config-sort-order-deck-then-due-date = Deck, then due date
|
2021-05-24 10:25:17 +02:00
|
|
|
deck-config-sort-order-ascending-intervals = Ascending intervals
|
|
|
|
deck-config-sort-order-descending-intervals = Descending intervals
|
2021-08-22 03:07:00 +02:00
|
|
|
deck-config-sort-order-ascending-ease = Ascending ease
|
|
|
|
deck-config-sort-order-descending-ease = Descending ease
|
2023-09-23 08:12:05 +02:00
|
|
|
deck-config-sort-order-ascending-difficulty = Ascending difficulty
|
|
|
|
deck-config-sort-order-descending-difficulty = Descending difficulty
|
2022-04-09 05:20:09 +02:00
|
|
|
deck-config-sort-order-relative-overdueness = Relative overdueness
|
2021-07-13 08:07:42 +02:00
|
|
|
deck-config-display-order-will-use-current-deck =
|
2021-07-13 07:58:06 +02:00
|
|
|
Anki will use the display order from the deck you
|
|
|
|
select to study, and not any subdecks it may have.
|
2021-05-24 10:25:17 +02:00
|
|
|
|
2021-04-26 15:34:33 +02:00
|
|
|
## Timer section
|
|
|
|
|
|
|
|
deck-config-timer-title = Timer
|
|
|
|
deck-config-maximum-answer-secs = Maximum answer seconds
|
|
|
|
deck-config-maximum-answer-secs-tooltip =
|
|
|
|
The maximum number of seconds to record for a single review. If an answer
|
|
|
|
exceeds this time (because you stepped away from the screen for example),
|
|
|
|
the time taken will be recorded as the limit you have set.
|
|
|
|
deck-config-show-answer-timer-tooltip =
|
|
|
|
In the review screen, show a timer that counts the number of seconds you're
|
|
|
|
taking to review each card.
|
|
|
|
|
|
|
|
## Audio section
|
|
|
|
|
|
|
|
deck-config-audio-title = Audio
|
|
|
|
deck-config-disable-autoplay = Don't play audio automatically
|
2022-10-25 08:18:50 +02:00
|
|
|
deck-config-disable-autoplay-tooltip =
|
|
|
|
When enabled, Anki will not play audio automatically.
|
|
|
|
It can be played manually by clicking/tapping on an audio icon, or by using the replay audio action.
|
2021-08-15 08:15:14 +02:00
|
|
|
deck-config-skip-question-when-replaying = Skip question when replaying answer
|
2021-04-26 15:34:33 +02:00
|
|
|
deck-config-always-include-question-audio-tooltip =
|
|
|
|
Whether the question audio should be included when the Replay action is
|
|
|
|
used while looking at the answer side of a card.
|
2023-09-27 08:10:14 +02:00
|
|
|
deck-config-stop-timer-on-answer = Stop timer on answer
|
|
|
|
deck-config-stop-timer-on-answer-tooltip =
|
|
|
|
Whether to stop the timer when the answer is revealed.
|
|
|
|
This doesn't affect statistics.
|
2023-10-28 04:31:51 +02:00
|
|
|
|
2021-04-26 15:34:33 +02:00
|
|
|
## Advanced section
|
|
|
|
|
|
|
|
deck-config-advanced-title = Advanced
|
|
|
|
deck-config-maximum-interval-tooltip =
|
|
|
|
The maximum number of days a review card will wait. When reviews have
|
2021-05-16 13:41:40 +02:00
|
|
|
reached the limit, `Hard`, `Good` and `Easy` will all give the same delay.
|
2021-04-26 15:34:33 +02:00
|
|
|
The shorter you set this, the greater your workload will be.
|
|
|
|
deck-config-starting-ease-tooltip =
|
2021-05-16 13:41:40 +02:00
|
|
|
The ease multiplier new cards start with. By default, the `Good` button on a
|
|
|
|
newly-learned card will delay the next review by 2.5x the previous delay.
|
2021-04-26 15:34:33 +02:00
|
|
|
deck-config-easy-bonus-tooltip =
|
|
|
|
An extra multiplier that is applied to a review card's interval when you rate
|
2021-05-16 13:41:40 +02:00
|
|
|
it `Easy`.
|
2021-04-26 15:34:33 +02:00
|
|
|
deck-config-interval-modifier-tooltip =
|
|
|
|
This multiplier is applied to all reviews, and minor adjustments can be used
|
|
|
|
to make Anki more conservative or aggressive in its scheduling. Please see
|
|
|
|
the manual before changing this option.
|
2021-05-16 13:41:40 +02:00
|
|
|
deck-config-hard-interval-tooltip = The multiplier applied to a review interval when answering `Hard`.
|
|
|
|
deck-config-new-interval-tooltip = The multiplier applied to a review interval when answering `Again`.
|
|
|
|
deck-config-minimum-interval-tooltip = The minimum interval given to a review card after answering `Again`.
|
2021-06-24 06:38:10 +02:00
|
|
|
deck-config-custom-scheduling = Custom scheduling
|
|
|
|
deck-config-custom-scheduling-tooltip = Affects the entire collection. Use at your own risk!
|
2021-04-26 15:34:33 +02:00
|
|
|
|
|
|
|
## Adding/renaming
|
|
|
|
|
2021-05-26 06:41:18 +02:00
|
|
|
deck-config-add-group = Add Preset
|
|
|
|
deck-config-name-prompt = Name
|
|
|
|
deck-config-rename-group = Rename Preset
|
|
|
|
deck-config-clone-group = Clone Preset
|
2021-04-26 15:34:33 +02:00
|
|
|
|
|
|
|
## Removing
|
|
|
|
|
2021-05-26 06:41:18 +02:00
|
|
|
deck-config-remove-group = Remove Preset
|
|
|
|
deck-config-will-require-full-sync =
|
2021-05-27 13:04:45 +02:00
|
|
|
The requested change will require a one-way sync. If you have made changes
|
|
|
|
on another device, and not synced them to this device yet, please do so before
|
|
|
|
you proceed.
|
2021-05-26 06:41:18 +02:00
|
|
|
deck-config-confirm-remove-name = Remove { $name }?
|
2021-04-26 15:34:33 +02:00
|
|
|
|
|
|
|
## Other Buttons
|
|
|
|
|
|
|
|
deck-config-save-button = Save
|
2021-05-26 06:41:18 +02:00
|
|
|
deck-config-save-to-all-subdecks = Save to All Subdecks
|
2021-04-26 15:34:33 +02:00
|
|
|
deck-config-revert-button-tooltip = Restore this setting to its default value.
|
|
|
|
|
|
|
|
## These strings are shown via the Description button at the bottom of the
|
|
|
|
## overview screen.
|
|
|
|
|
2021-07-24 13:45:09 +02:00
|
|
|
deck-config-description-new-handling = Anki 2.1.41+ handling
|
|
|
|
deck-config-description-new-handling-hint =
|
|
|
|
Treats input as markdown, and cleans HTML input. When enabled, the
|
|
|
|
description will also be shown on the congratulations screen.
|
|
|
|
Markdown will appear as text on Anki 2.1.40 and below.
|
2021-04-25 15:03:23 +02:00
|
|
|
|
|
|
|
## Warnings shown to the user
|
|
|
|
|
|
|
|
deck-config-daily-limit-will-be-capped =
|
|
|
|
A parent deck has a limit of { $cards ->
|
|
|
|
[one] { $cards } card
|
|
|
|
*[other] { $cards } cards
|
|
|
|
}, which will override this limit.
|
|
|
|
deck-config-reviews-too-low =
|
|
|
|
If adding { $cards ->
|
|
|
|
[one] { $cards } new card each day
|
|
|
|
*[other] { $cards } new cards each day
|
|
|
|
}, your review limit should be at least { $expected }.
|
|
|
|
deck-config-learning-step-above-graduating-interval = The graduating interval should be at least as long as your final learning step.
|
|
|
|
deck-config-good-above-easy = The easy interval should be at least as long as the graduating interval.
|
2021-05-15 12:09:50 +02:00
|
|
|
deck-config-relearning-steps-above-minimum-interval = The minimum lapse interval should be at least as long as your final relearning step.
|
2022-03-15 01:06:45 +01:00
|
|
|
deck-config-maximum-answer-secs-above-recommended = Anki can schedule your reviews more efficiently when you keep each question short.
|
2021-05-27 05:11:20 +02:00
|
|
|
|
|
|
|
## Selecting a deck
|
|
|
|
|
2023-05-26 04:50:38 +02:00
|
|
|
deck-config-which-deck = Which deck would you like to display options for?
|
2022-02-10 00:55:43 +01:00
|
|
|
|
2023-09-16 08:09:26 +02:00
|
|
|
## Messages related to the FSRS scheduler
|
|
|
|
|
|
|
|
deck-config-updating-cards = Updating cards: { $current_cards_count }/{ $total_cards_count }...
|
2023-11-05 04:41:42 +01:00
|
|
|
deck-config-invalid-weights = Parameters must be either left blank to use the defaults, or must be 17 comma-separated numbers.
|
2023-09-16 08:09:26 +02:00
|
|
|
deck-config-not-enough-history = Insufficient review history to perform this operation.
|
2023-09-25 08:17:00 +02:00
|
|
|
deck-config-must-have-1000-reviews =
|
2023-09-16 08:09:26 +02:00
|
|
|
{ $count ->
|
|
|
|
[one] Only { $count } review was found.
|
2023-10-28 04:31:51 +02:00
|
|
|
*[other] Only { $count } reviews were found.
|
2023-11-05 04:41:42 +01:00
|
|
|
} You must have at least 1000 reviews to generate custom parameters.
|
2023-09-16 08:09:26 +02:00
|
|
|
# Numbers that control how aggressively the FSRS algorithm schedules cards
|
2023-11-05 04:41:42 +01:00
|
|
|
deck-config-weights = FSRS parameters
|
|
|
|
deck-config-compute-optimal-weights = Optimize FSRS parameters
|
2023-09-16 08:09:26 +02:00
|
|
|
deck-config-compute-optimal-retention = Compute optimal retention
|
2023-09-27 08:37:03 +02:00
|
|
|
deck-config-optimize-button = Optimize
|
2023-09-16 08:09:26 +02:00
|
|
|
deck-config-compute-button = Compute
|
2023-10-17 01:53:24 +02:00
|
|
|
deck-config-evaluate-button = Evaluate
|
2023-09-16 08:09:26 +02:00
|
|
|
deck-config-desired-retention = Desired retention
|
2023-10-13 02:12:04 +02:00
|
|
|
deck-config-sm2-retention = SM2 retention
|
2023-09-25 07:54:18 +02:00
|
|
|
deck-config-smaller-is-better = Smaller numbers indicate a better fit to your review history.
|
2023-11-05 05:04:24 +01:00
|
|
|
deck-config-steps-too-large-for-fsrs = When FSRS is enabled, learning steps of 1+ days are not recommended.
|
2023-09-17 04:58:13 +02:00
|
|
|
deck-config-get-params = Get Params
|
2023-09-22 06:23:38 +02:00
|
|
|
deck-config-fsrs-on-all-clients =
|
|
|
|
Please ensure all of your Anki clients are Anki(Mobile) 23.10+ or AnkiDroid 2.17+. FSRS will
|
|
|
|
not work correctly if one of your clients is older.
|
2023-10-13 04:14:55 +02:00
|
|
|
deck-config-estimated-retention = Estimated retention: { $num }
|
2023-09-27 08:24:25 +02:00
|
|
|
deck-config-complete = { $num }% complete.
|
2023-10-01 06:59:12 +02:00
|
|
|
deck-config-reschedule-cards-on-change = Reschedule cards on change
|
2023-10-13 04:50:15 +02:00
|
|
|
deck-config-fsrs-tooltip =
|
|
|
|
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
|
|
|
|
more material in the same amount of time. This setting is shared by all deck presets.
|
2023-10-28 04:47:55 +02:00
|
|
|
|
|
|
|
If you previously used the 'custom scheduling' version of FSRS, please make
|
|
|
|
sure you clear out the custom scheduling section before enabling this option.
|
2023-10-13 04:50:15 +02:00
|
|
|
deck-config-desired-retention-tooltip =
|
|
|
|
The default value of 0.9 will schedule cards so you have a 90% chance of remembering them when
|
|
|
|
they come up for review again. If you increase this value, Anki will show cards more frequently
|
|
|
|
to increase the chances of you remembering them. If you decrease the value, Anki will show cards
|
|
|
|
less frequently, and you will forget more of them. Be conservative when adjusting this - higher
|
|
|
|
values will greatly increase your workload, and lower values can be demoralizing when you forget
|
|
|
|
a lot of material.
|
|
|
|
deck-config-sm2-retention-tooltip =
|
|
|
|
If your actual retention before switching to FSRS was significantly different from 0.9, adjusting
|
|
|
|
this value will allow Anki to better estimate your memory state when it encounters cards that are
|
|
|
|
missing review logs. Since review logs typically won't be missing unless you explicitly deleted them
|
|
|
|
to free up space, most users will not need to adjust this.
|
|
|
|
deck-config-weights-tooltip =
|
2023-11-05 04:41:42 +01:00
|
|
|
FSRS parameters affect how cards are scheduled. Anki will start with default parameters. Once
|
|
|
|
you've accumulated 1000+ reviews, you can use the option below to optimize the parameters to best
|
|
|
|
match your performance in decks using this preset.
|
2023-10-13 04:50:15 +02:00
|
|
|
deck-config-reschedule-cards-on-change-tooltip =
|
2023-11-05 04:41:42 +01:00
|
|
|
This option controls whether the due dates of cards will be changed when you enable FSRS, or optimize
|
|
|
|
the parameters. The default is not to reschedule cards: future reviews will use the new scheduling, but
|
2023-10-13 04:50:15 +02:00
|
|
|
there will be no immediate change to your workload. If rescheduling is enabled, the due dates of cards
|
2023-10-26 00:25:31 +02:00
|
|
|
will be changed.
|
|
|
|
deck-config-reschedule-cards-warning =
|
|
|
|
Depending on your desired retention, this can result in a large number of cards becoming
|
2023-10-13 04:50:15 +02:00
|
|
|
due, so is not recommended when first switching from SM2.
|
|
|
|
deck-config-compute-optimal-weights-tooltip =
|
|
|
|
Once you've done 1000+ reviews in Anki, you can use the Optimize button to analyze your review history,
|
2023-11-05 04:41:42 +01:00
|
|
|
and automatically generate parameters that are optimal for your memory and the content you're studying.
|
2023-10-13 04:50:15 +02:00
|
|
|
If you have decks that vary wildly in difficulty, it is recommended to assign them separate presets, as
|
2023-11-05 04:41:42 +01:00
|
|
|
the parameters for easy decks and hard decks will be different. There is no need to optimize your parameters
|
2023-10-13 04:50:15 +02:00
|
|
|
frequently - once every few months is sufficient.
|
2023-10-28 04:31:51 +02:00
|
|
|
|
2023-11-05 04:41:42 +01:00
|
|
|
By default, parameters will be calculated from the review history of all decks using the current preset. You can
|
|
|
|
optionally adjust the search before calculating the parameters, if you'd like to alter which cards are used for
|
|
|
|
optimizing the parameters.
|
2023-10-13 04:50:15 +02:00
|
|
|
deck-config-compute-optimal-retention-tooltip =
|
|
|
|
This tool assumes you're starting with 0 cards, and will attempt to calculate the amount of material you'll
|
|
|
|
be able to retain in the given time frame. The estimated retention will greatly depend on your inputs, and
|
|
|
|
if it significantly differs from 0.9, it's a sign that the time you've allocated each day is either too low
|
|
|
|
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.
|
2023-11-04 02:46:03 +01:00
|
|
|
deck-config-please-save-your-changes-first = Please save your changes first.
|
2023-11-06 03:04:31 +01:00
|
|
|
deck-config-a-100-day-interval =
|
|
|
|
{ $days ->
|
|
|
|
[one] A 100 day interval will become { $days } day.
|
|
|
|
*[other] A 100 day interval will become { $days } days.
|
|
|
|
}
|
|
|
|
|
2023-10-28 04:31:51 +02:00
|
|
|
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
|
|
|
|
|
2023-02-07 02:56:14 +01:00
|
|
|
## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future.
|
|
|
|
|
2023-03-11 08:49:18 +01:00
|
|
|
deck-config-bury-siblings = Bury siblings
|
|
|
|
deck-config-do-not-bury = Do not bury siblings
|
|
|
|
deck-config-bury-if-new = Bury if new
|
|
|
|
deck-config-bury-if-new-or-review = Bury if new or review
|
|
|
|
deck-config-bury-if-new-review-or-interday = Bury if new, review, or interday learning
|
|
|
|
deck-config-bury-tooltip =
|
|
|
|
Siblings are other cards from the same note (eg forward/reverse cards, or
|
|
|
|
other cloze deletions from the same text).
|
|
|
|
|
|
|
|
When this option is off, multiple cards from the same note may be seen on the same
|
|
|
|
day. When enabled, Anki will automatically *bury* siblings, hiding them until the next
|
|
|
|
day. This option allows you to choose which kinds of cards may be buried when you answer
|
|
|
|
one of their siblings.
|
|
|
|
|
|
|
|
When using the V3 scheduler, interday learning cards can also be buried. Interday
|
|
|
|
learning cards are cards with a current learning step of one or more days.
|