File tree 5 files changed +9
-7
lines changed
5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ Yuki <https://github.com/YukiNagat0>
212
212
213
213
GithubAnon0000 <
[email protected] >
214
214
215
+ Danika_Dakika <https://github.com/Danika-Dakika>
215
216
216
217
********************
217
218
Original file line number Diff line number Diff line change @@ -218,18 +218,18 @@ deck-config-display-order-will-use-current-deck =
218
218
219
219
## Timer section
220
220
221
- deck-config-timer-title = Timer
221
+ deck-config-timer-title = Timers
222
222
deck-config-maximum-answer-secs = Maximum answer seconds
223
223
deck-config-maximum-answer-secs-tooltip =
224
224
The maximum number of seconds to record for a single review. If an answer
225
225
exceeds this time (because you stepped away from the screen for example),
226
226
the time taken will be recorded as the limit you have set.
227
227
deck-config-show-answer-timer-tooltip =
228
- In the review screen, show a timer that counts the number of seconds you're
229
- taking to review each card.
230
- deck-config-stop-timer-on-answer = Stop timer on answer
228
+ On the Study screen, show a timer that counts the time you're
229
+ taking to study each card.
230
+ deck-config-stop-timer-on-answer = Stop on-screen timer on answer
231
231
deck-config-stop-timer-on-answer-tooltip =
232
- Whether to stop the timer when the answer is revealed.
232
+ Whether to stop the on-screen timer when the answer is revealed.
233
233
This doesn't affect statistics.
234
234
235
235
## Auto Advance section
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ scheduling-reviews = Reviews
142
142
scheduling-seconds = seconds
143
143
scheduling-set-all-decks-below-to = Set all decks below { $val } to this option group?
144
144
scheduling-set-for-all-subdecks = Set for all subdecks
145
- scheduling-show-answer-timer = Show answer timer
145
+ scheduling-show-answer-timer = Show on-screen timer
146
146
scheduling-show-new-cards-after-reviews = Show new cards after reviews
147
147
scheduling-show-new-cards-before-reviews = Show new cards before reviews
148
148
scheduling-show-new-cards-in-order-added = Show new cards in order added
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ def on_dialog_destroyed() -> None:
212
212
"Asuka Minato" ,
213
213
"Eros Cardoso" ,
214
214
"Gregory Abrasaldo" ,
215
+ "Danika_Dakika" ,
215
216
)
216
217
)
217
218
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const HelpPage = {
11
11
hardInterval : "https://docs.ankiweb.net/deck-options.html#hard-interval" ,
12
12
newInterval : "https://docs.ankiweb.net/deck-options.html#new-interval" ,
13
13
advanced : "https://docs.ankiweb.net/deck-options.html#advanced" ,
14
- timer : "https://docs.ankiweb.net/deck-options.html#timer " ,
14
+ timer : "https://docs.ankiweb.net/deck-options.html#timers " ,
15
15
autoAdvance : "https://docs.ankiweb.net/deck-options.html#auto-advance" ,
16
16
learningSteps : "https://docs.ankiweb.net/deck-options.html#learning-steps" ,
17
17
graduatingInterval : "https://docs.ankiweb.net/deck-options.html#graduating-interval" ,
You can’t perform that action at this time.
0 commit comments