update translations

This commit is contained in:
Damien Elmes 2021-04-25 22:01:18 +10:00
parent 4ab2d0b4a9
commit f6a1a35113
5 changed files with 7 additions and 7 deletions

View File

@ -8,3 +8,4 @@ deck-config-used-by-decks =
deck-config-default-name = Default
deck-config-description-markdown = Enable markdown+clean HTML
deck-config-description-markdown-hint = Will appear as text on Anki 2.1.40 and below.
deck-config-title = Deck Options

View File

@ -42,7 +42,7 @@ editing-underline-text = Underline text
editing-unordered-list = Unordered list
editing-warning-cloze-deletions-will-not-work = Warning, cloze deletions will not work until you switch the type at the top to Cloze.
## deprecated, do not use
## You don't need to translate these strings, as they will be replaced with different ones soon.
editing-bold-text-ctrlandb = Bold text (Ctrl+B)
editing-italic-text-ctrlandi = Italic text (Ctrl+I)

View File

@ -24,4 +24,3 @@ undo-forget-card = Forget Card
undo-set-flag = Set Flag
undo-build-filtered-deck = Build Deck
undo-expand-collapse = Expand/Collapse
undo-deck-config = Study Options

View File

@ -127,12 +127,12 @@ def register_repos():
################
core_i18n_repo = "anki-core-i18n"
core_i18n_commit = "3c1995b158cf6f4d7ac337b218bd5951a6c24a82"
core_i18n_zip_csum = "0ef7ecf4ee6b85d4dba24e97439e14cd78832701c0b694238c81421d2660a6d0"
core_i18n_commit = "af1bbb50ee876f040e99afcfb8f7f811ce451e90"
core_i18n_zip_csum = "b8da454b0e3341ad8a7ac7da7eb473f1f6051d11289362cec8534643d912e00a"
qtftl_i18n_repo = "anki-desktop-ftl"
qtftl_i18n_commit = "6da912b5dcee764784a0562b784c4e4e03c62832"
qtftl_i18n_zip_csum = "769898d8c08a79a303da22470313adf65c8d172ba45a10b9f1819030d880f856"
qtftl_i18n_commit = "e4f6ba9606fdbfa0e91ba2235da965a115ac19a5"
qtftl_i18n_zip_csum = "ecf768273dd9bce00eee771c425693ab530ab981298acfb137f18180cdc8259b"
i18n_build_content = """
filegroup(

View File

@ -71,7 +71,7 @@ impl Op {
Op::EmptyFilteredDeck => tr.studying_empty(),
Op::ExpandCollapse => tr.undo_expand_collapse(),
Op::SetCurrentDeck => tr.browsing_change_deck(),
Op::UpdateDeckConfig => tr.undo_deck_config(),
Op::UpdateDeckConfig => tr.deck_config_title(),
}
.into()
}