mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add actions-processing based on qt-misc-processing
This commit is contained in:
parent
a7c5376063
commit
76c4ec7403
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 7458a1d41ecb87d4fc88abaf20a6fa267d9e303d
|
Subproject commit 34484d2abfa3e59a8a48befe300ebb05bd3040cc
|
|
@ -70,7 +70,6 @@ actions-previous-card-info = Previous Card Info
|
||||||
# input is required before it can be performed. E.g. "Export..." vs. "Delete".
|
# input is required before it can be performed. E.g. "Export..." vs. "Delete".
|
||||||
actions-with-ellipsis = { $action }...
|
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-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 }
|
actions-flag-number = Flag { $number }
|
||||||
|
|
||||||
## The same translation may used for two independent actions:
|
## The same translation may used for two independent actions:
|
||||||
|
@ -93,3 +92,4 @@ actions-nothing-to-redo = Nothing to redo
|
||||||
actions-auto-advance = Auto Advance
|
actions-auto-advance = Auto Advance
|
||||||
actions-auto-advance-activated = Auto Advance enabled
|
actions-auto-advance-activated = Auto Advance enabled
|
||||||
actions-auto-advance-deactivated = Auto Advance disabled
|
actions-auto-advance-deactivated = Auto Advance disabled
|
||||||
|
actions-processing = Processing...
|
||||||
|
|
|
@ -84,6 +84,7 @@ fn ftl_file_from_key(old_key: &str) -> String {
|
||||||
"deck-config",
|
"deck-config",
|
||||||
"empty-cards",
|
"empty-cards",
|
||||||
"media-check",
|
"media-check",
|
||||||
|
"qt-misc",
|
||||||
] {
|
] {
|
||||||
if old_key.starts_with(&format!("{prefix}-")) {
|
if old_key.starts_with(&format!("{prefix}-")) {
|
||||||
return format!("{prefix}.ftl");
|
return format!("{prefix}.ftl");
|
||||||
|
|
Loading…
Reference in a new issue