mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 05:52:22 -04:00

* modify `generate_cards_for_note` to return count * modify `add_note` to return count * show the number of cards added when adding
17 lines
822 B
Text
17 lines
822 B
Text
adding-add-shortcut-ctrlandenter = Add (shortcut: ctrl+enter)
|
|
adding-added = Added
|
|
adding-added-cards =
|
|
Added { $count ->
|
|
[one] { $count } card
|
|
*[other] { $count } cards
|
|
}
|
|
adding-discard-current-input = Discard current input?
|
|
adding-keep-editing = Keep Editing
|
|
adding-edit = Edit "{ $val }"
|
|
adding-history = History
|
|
adding-note-deleted = (Note deleted)
|
|
adding-shortcut = Shortcut: { $val }
|
|
adding-the-first-field-is-empty = The first field is empty.
|
|
adding-you-have-a-cloze-deletion-note = You have a cloze note type but have not made any cloze deletions. Proceed?
|
|
adding-cloze-outside-cloze-notetype = Cloze deletion can only be used on cloze note types.
|
|
adding-cloze-outside-cloze-field = Cloze deletion can only be used in fields which use the 'cloze:' filter. This is typically the first field.
|