mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
ascending/descending position
https://forums.ankiweb.net/t/anki-2-1-45-beta/10664/131
This commit is contained in:
parent
f458add147
commit
cb548f4783
1 changed files with 8 additions and 8 deletions
|
@ -97,21 +97,21 @@ deck-config-new-gather-priority-tooltip =
|
||||||
to prioritize subdecks that are closer to the top.
|
to prioritize subdecks that are closer to the top.
|
||||||
|
|
||||||
`Position`: gathers cards from all decks before they are sorted. This
|
`Position`: gathers cards from all decks before they are sorted. This
|
||||||
ensures cards appear in strict position order, even if the parent limit is
|
ensures cards appear in strict position (due #) order, even if the parent limit is
|
||||||
not high enough to see cards from all decks.
|
not high enough to see cards from all decks.
|
||||||
deck-config-new-gather-priority-deck = Deck
|
deck-config-new-gather-priority-deck = Deck
|
||||||
deck-config-new-gather-priority-position-lowest-first = Position (lowest first)
|
deck-config-new-gather-priority-position-lowest-first = Ascending position
|
||||||
deck-config-new-gather-priority-position-highest-first = Position (highest first)
|
deck-config-new-gather-priority-position-highest-first = Descending position
|
||||||
deck-config-new-card-sort-order = New card sort order
|
deck-config-new-card-sort-order = New card sort order
|
||||||
deck-config-new-card-sort-order-tooltip =
|
deck-config-new-card-sort-order-tooltip =
|
||||||
How cards are sorted after they have been gathered. By default, Anki sorts
|
How cards are sorted after they have been gathered. By default, Anki sorts
|
||||||
by card template first, to avoid multiple cards of the same note from being
|
by card template first, to avoid multiple cards of the same note from being
|
||||||
shown in succession.
|
shown in succession.
|
||||||
deck-config-sort-order-card-template-then-lowest-position = Card template, then lowest position
|
deck-config-sort-order-card-template-then-lowest-position = Card template, then ascending position
|
||||||
deck-config-sort-order-card-template-then-highest-position = Card template, then highest position
|
deck-config-sort-order-card-template-then-highest-position = Card template, then descending position
|
||||||
deck-config-sort-order-card-template-then-random = Card template, then random
|
deck-config-sort-order-card-template-then-random = Card template, then random
|
||||||
deck-config-sort-order-lowest-position = Lowest position
|
deck-config-sort-order-lowest-position = Ascending position
|
||||||
deck-config-sort-order-highest-position = Highest position
|
deck-config-sort-order-highest-position = Descending position
|
||||||
deck-config-sort-order-random = Random
|
deck-config-sort-order-random = Random
|
||||||
deck-config-new-review-priority = New/review priority
|
deck-config-new-review-priority = New/review priority
|
||||||
deck-config-new-review-priority-tooltip = When to show new cards in relation to review cards.
|
deck-config-new-review-priority-tooltip = When to show new cards in relation to review cards.
|
||||||
|
@ -132,7 +132,7 @@ deck-config-sort-order-due-date-then-deck = Due date, then deck
|
||||||
deck-config-sort-order-deck-then-due-date = Deck, then due date
|
deck-config-sort-order-deck-then-due-date = Deck, then due date
|
||||||
deck-config-sort-order-ascending-intervals = Ascending intervals
|
deck-config-sort-order-ascending-intervals = Ascending intervals
|
||||||
deck-config-sort-order-descending-intervals = Descending intervals
|
deck-config-sort-order-descending-intervals = Descending intervals
|
||||||
deck-config-display-order-will-use-current-deck =
|
deck-config-display-order-will-use-current-deck =
|
||||||
Anki will use the display order from the deck you
|
Anki will use the display order from the deck you
|
||||||
select to study, and not any subdecks it may have.
|
select to study, and not any subdecks it may have.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue