Anki/ftl/core/actions.ftl
2025-01-17 06:11:07 +03:00

95 lines
3.4 KiB
Text

actions-add = Add
# Action in context menu:
# In the browser sidebar, when in "Select" mode, right-click on the
# selected criteria elements. In the context menu, click on "Search" to open
# a submenu. This entry in the submenu creates a search term that matches
# cards/notes meeting ALL of the selected criteria.
# https://github.com/ankitects/anki/pull/1044
actions-all-selected = All selected
# Action in context menu:
# In the browser sidebar, when in "Select" mode, right-click on the
# selected criteria elements. In the context menu, click on "Search" to open
# a submenu. This entry in the submenu creates a search term that matches
# cards/notes meeting ANY of the selected criteria.
# https://github.com/ankitects/anki/pull/1044
actions-any-selected = Any selected
actions-cancel = Cancel
actions-choose = Choose
actions-close = Close
actions-discard = Discard
actions-copy = Copy
actions-create-copy = Create Copy
actions-custom-study = Custom Study
actions-decks = Decks
actions-decrement-value = Decrement value
actions-delete = Delete
actions-export = Export
actions-empty-cards = Empty Cards
actions-filter = Filter
actions-help = Help
actions-increment-value = Increment value
actions-import = Import
actions-manage = Manage...
actions-name = Name:
actions-new = New
actions-new-name = New name:
actions-options = Options
actions-options-for = Options for { $val }
actions-preview = Preview
actions-rebuild = Rebuild
actions-rename = Rename
actions-rename-deck = Rename Deck
actions-rename-tag = Rename Tag
actions-rename-with-parents = Rename with Parents
actions-remove-tag = Remove Tag
actions-replay-audio = Replay Audio
actions-reposition = Reposition
actions-save = Save
actions-search = Search
actions-select = Select
actions-shortcut-key = Shortcut key: { $val }
actions-suspend-card = Suspend Card
actions-set-due-date = Set Due Date
actions-answer-card = Answer Card
actions-unbury-unsuspend = Unbury/Unsuspend
actions-add-deck = Add Deck
actions-add-note = Add Note
actions-update-tag = Update Tag
actions-update-note = Update Note
actions-update-card = Update Card
actions-update-deck = Update Deck
actions-forget-card = Reset Card
actions-build-filtered-deck = Build Deck
actions-add-notetype = Add Note Type
actions-remove-notetype = Remove Note Type
actions-update-notetype = Update Note Type
actions-update-config = Update Config
actions-card-info = Card Info
actions-previous-card-info = Previous Card Info
# By convention, the name of a menu action is suffixed with "..." if additional
# input is required before it can be performed. E.g. "Export..." vs. "Delete".
actions-with-ellipsis = { $action }...
actions-fullscreen-unsupported = Full screen mode is not supported for your video driver. Try switching to a different one from the preferences screen.
actions-flag-number = Flag { $number }
## The same translation may used for two independent actions:
## searching for cards with a flag of the specified color, and
## toggling the flag of the specified color on a card.
actions-flag-red = Red
actions-flag-orange = Orange
actions-flag-green = Green
actions-flag-blue = Blue
actions-flag-pink = Pink
actions-flag-turquoise = Turquoise
actions-flag-purple = Purple
##
actions-set-flag = Set Flag
actions-nothing-to-undo = Nothing to undo
actions-nothing-to-redo = Nothing to redo
actions-auto-advance = Auto Advance
actions-auto-advance-activated = Auto Advance enabled
actions-auto-advance-deactivated = Auto Advance disabled