mirror of
https://github.com/ankitects/anki.git
synced 2025-12-13 06:46:55 -05:00
parent
f3c8857421
commit
e6028cd9a4
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ importing-note-updated =
|
||||||
[one] { $count } note updated
|
[one] { $count } note updated
|
||||||
*[other] { $count } notes updated
|
*[other] { $count } notes updated
|
||||||
}
|
}
|
||||||
importing-imported-media-file =
|
importing-processed-media-file =
|
||||||
{ $count ->
|
{ $count ->
|
||||||
[one] Imported { $count } media file
|
[one] Imported { $count } media file
|
||||||
*[other] Imported { $count } media files
|
*[other] Imported { $count } media files
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ pub(super) fn progress_to_proto(progress: Option<Progress>, tr: &I18n) -> pb::Pr
|
||||||
Progress::Import(progress) => pb::progress::Value::Importing(
|
Progress::Import(progress) => pb::progress::Value::Importing(
|
||||||
match progress {
|
match progress {
|
||||||
ImportProgress::Collection => tr.importing_importing_collection(),
|
ImportProgress::Collection => tr.importing_importing_collection(),
|
||||||
ImportProgress::Media(n) => tr.importing_imported_media_file(n),
|
ImportProgress::Media(n) => tr.importing_processed_media_file(n),
|
||||||
}
|
}
|
||||||
.into(),
|
.into(),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue