anki/ftl/core/undo.ftl

12 lines
348 B
Plaintext

### The strings in this file are currently in development,
### and you may want to skip translating them for now.
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