mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Add a missing word to translations
This commit is contained in:
parent
42ac46fa28
commit
9d14fcf79d
1 changed files with 2 additions and 2 deletions
|
@ -163,12 +163,12 @@ importing-existing-notes-skipped =
|
|||
importing-conflicting-notes-skipped =
|
||||
{ $count ->
|
||||
[one] { $count } note was not imported, because its note type has changed.
|
||||
*[other] { $count } were not imported, because their note type has changed.
|
||||
*[other] { $count } notes were not imported, because their note type has changed.
|
||||
}
|
||||
importing-conflicting-notes-skipped2 =
|
||||
{ $count ->
|
||||
[one] { $count } note was not imported, because its notetype has changed, and '{ importing-merge-notetypes }' was not enabled.
|
||||
*[other] { $count } were not imported, because their notetype has changed, and '{ importing-merge-notetypes }' was not enabled.
|
||||
*[other] { $count } notes were not imported, because their notetype has changed, and '{ importing-merge-notetypes }' was not enabled.
|
||||
}
|
||||
importing-import-log = Import Log
|
||||
importing-no-notes-in-file = No notes found in file.
|
||||
|
|
Loading…
Reference in a new issue