mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Co-authored-by: Abdo <abdo@abdnh.net>
This commit is contained in:
parent
153b972dfd
commit
8d5c385c76
2 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
adding-add-shortcut-ctrlandenter = Add (shortcut: ctrl+enter)
|
adding-add-shortcut-ctrlandenter = Add (shortcut: ctrl+enter)
|
||||||
adding-added = Added
|
adding-added = Added
|
||||||
adding-added-cards =
|
|
||||||
Added { $count ->
|
|
||||||
[one] { $count } card
|
|
||||||
*[other] { $count } cards
|
|
||||||
}
|
|
||||||
adding-discard-current-input = Discard current input?
|
adding-discard-current-input = Discard current input?
|
||||||
adding-keep-editing = Keep Editing
|
adding-keep-editing = Keep Editing
|
||||||
adding-edit = Edit "{ $val }"
|
adding-edit = Edit "{ $val }"
|
||||||
|
|
|
@ -300,7 +300,7 @@ class AddCards(QMainWindow):
|
||||||
|
|
||||||
self.addHistory(note)
|
self.addHistory(note)
|
||||||
|
|
||||||
tooltip(tr.adding_added_cards(count=changes.count), period=500)
|
tooltip(tr.importing_cards_added(count=changes.count), period=500)
|
||||||
av_player.stop_and_clear_queue()
|
av_player.stop_and_clear_queue()
|
||||||
self._load_new_note(sticky_fields_from=note)
|
self._load_new_note(sticky_fields_from=note)
|
||||||
gui_hooks.add_cards_did_add_note(note)
|
gui_hooks.add_cards_did_add_note(note)
|
||||||
|
|
Loading…
Reference in a new issue