Update Deck Options strings to clarify Timers (#3792)

* Update CONTRIBUTORS

added myself

* Update about.py

added myself

* Update scheduling.ftl

timers-related string changes

* Update deck-config.ftl

timers-related string changes

* Update help-page.ts

timers-related string changes
This commit is contained in:
Danika-Dakika 2025-02-06 00:17:30 -08:00 committed by GitHub
parent 8dea502689
commit 6e7dcad542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 7 deletions

View file

@ -212,6 +212,7 @@ Yuki <https://github.com/YukiNagat0>
wackbyte <wackbyte@protonmail.com> wackbyte <wackbyte@protonmail.com>
GithubAnon0000 <GithubAnon0000@users.noreply.github.com> GithubAnon0000 <GithubAnon0000@users.noreply.github.com>
Mike Hardy <github@mikehardy.net> Mike Hardy <github@mikehardy.net>
Danika_Dakika <https://github.com/Danika-Dakika>
******************** ********************

View file

@ -218,18 +218,18 @@ deck-config-display-order-will-use-current-deck =
## Timer section ## Timer section
deck-config-timer-title = Timer deck-config-timer-title = Timers
deck-config-maximum-answer-secs = Maximum answer seconds deck-config-maximum-answer-secs = Maximum answer seconds
deck-config-maximum-answer-secs-tooltip = deck-config-maximum-answer-secs-tooltip =
The maximum number of seconds to record for a single review. If an answer 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), exceeds this time (because you stepped away from the screen for example),
the time taken will be recorded as the limit you have set. the time taken will be recorded as the limit you have set.
deck-config-show-answer-timer-tooltip = deck-config-show-answer-timer-tooltip =
In the review screen, show a timer that counts the number of seconds you're On the Study screen, show a timer that counts the time you're
taking to review each card. taking to study each card.
deck-config-stop-timer-on-answer = Stop timer on answer deck-config-stop-timer-on-answer = Stop on-screen 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 on-screen timer when the answer is revealed.
This doesn't affect statistics. This doesn't affect statistics.
## Auto Advance section ## Auto Advance section

View file

@ -142,7 +142,7 @@ scheduling-reviews = Reviews
scheduling-seconds = seconds scheduling-seconds = seconds
scheduling-set-all-decks-below-to = Set all decks below { $val } to this option group? scheduling-set-all-decks-below-to = Set all decks below { $val } to this option group?
scheduling-set-for-all-subdecks = Set for all subdecks scheduling-set-for-all-subdecks = Set for all subdecks
scheduling-show-answer-timer = Show answer timer scheduling-show-answer-timer = Show on-screen timer
scheduling-show-new-cards-after-reviews = Show new cards after reviews scheduling-show-new-cards-after-reviews = Show new cards after reviews
scheduling-show-new-cards-before-reviews = Show new cards before reviews scheduling-show-new-cards-before-reviews = Show new cards before reviews
scheduling-show-new-cards-in-order-added = Show new cards in order added scheduling-show-new-cards-in-order-added = Show new cards in order added

View file

@ -212,6 +212,7 @@ def show(mw: aqt.AnkiQt) -> QDialog:
"Asuka Minato", "Asuka Minato",
"Eros Cardoso", "Eros Cardoso",
"Gregory Abrasaldo", "Gregory Abrasaldo",
"Danika_Dakika",
) )
) )

View file

@ -11,7 +11,7 @@ export const HelpPage = {
hardInterval: "https://docs.ankiweb.net/deck-options.html#hard-interval", hardInterval: "https://docs.ankiweb.net/deck-options.html#hard-interval",
newInterval: "https://docs.ankiweb.net/deck-options.html#new-interval", newInterval: "https://docs.ankiweb.net/deck-options.html#new-interval",
advanced: "https://docs.ankiweb.net/deck-options.html#advanced", advanced: "https://docs.ankiweb.net/deck-options.html#advanced",
timer: "https://docs.ankiweb.net/deck-options.html#timer", timer: "https://docs.ankiweb.net/deck-options.html#timers",
autoAdvance: "https://docs.ankiweb.net/deck-options.html#auto-advance", autoAdvance: "https://docs.ankiweb.net/deck-options.html#auto-advance",
learningSteps: "https://docs.ankiweb.net/deck-options.html#learning-steps", learningSteps: "https://docs.ankiweb.net/deck-options.html#learning-steps",
graduatingInterval: "https://docs.ankiweb.net/deck-options.html#graduating-interval", graduatingInterval: "https://docs.ankiweb.net/deck-options.html#graduating-interval",