mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00

Work in progress - still to do: - renames appear as 'Update Deck' - easiest way to solve it would be to have a separate backend method for renames - drag&drop of decks not yet undoable - since the undo status is updated after the backend method ends, the older checkpoint() calls need to be replaced with an update_undo_status() at the end of the call - if we just remove the checkpoint, then the menu doesn't get updated
19 lines
508 B
Text
19 lines
508 B
Text
undo-undo = Undo
|
|
undo-redo = Redo
|
|
# eg "Undo Answer Card"
|
|
undo-undo-action = Undo { $val }
|
|
# eg "Answer Card Undone"
|
|
undo-action-undone = { $action } undone
|
|
undo-redo-action = Redo { $action }
|
|
undo-action-redone = { $action } redone
|
|
|
|
## Action that can be undone
|
|
|
|
undo-answer-card = Answer Card
|
|
undo-unbury-unsuspend = Unbury/Unsuspend
|
|
undo-add-deck = Add Deck
|
|
undo-add-note = Add Note
|
|
undo-update-tag = Update Tag
|
|
undo-update-note = Update Note
|
|
undo-update-card = Update Card
|
|
undo-update-deck = Update Deck
|