mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
add check database title
This commit is contained in:
parent
816cec4a58
commit
9343ace8c4
1 changed files with 31 additions and 32 deletions
|
@ -5,43 +5,41 @@ database-check-card-properties =
|
|||
[one] Fixed { $count } invalid card property.
|
||||
*[other] Fixed { $count } invalid card properties.
|
||||
}
|
||||
|
||||
database-check-missing-templates =
|
||||
{ $count ->
|
||||
[one] Deleted { $count } card with missing template.
|
||||
*[other] Deleted { $count } cards with missing template.
|
||||
}
|
||||
|
||||
database-check-field-count = { $count ->
|
||||
[one] Fixed { $count } note with wrong field count.
|
||||
*[other] Fixed { $count } notes with wrong field count.
|
||||
}
|
||||
|
||||
database-check-new-card-high-due = { $count ->
|
||||
[one] Found { $count } new card with a due number >= 1,000,000 - consider repositioning it in the Browse screen.
|
||||
*[other] Found { $count } new cards with a due number >= 1,000,000 - consider repositioning them in the Browse screen.
|
||||
}
|
||||
|
||||
database-check-card-missing-note = { $count ->
|
||||
[one] Deleted {$count} card with missing note.
|
||||
*[other] Deleted {$count} cards with missing note.
|
||||
}
|
||||
|
||||
database-check-duplicate-card-ords = { $count ->
|
||||
[one] Deleted { $count } card with duplicate template.
|
||||
*[other] Deleted { $count } cards with duplicate template.
|
||||
}
|
||||
|
||||
database-check-missing-decks = { $count ->
|
||||
[one] Fixed { $count } missing deck.
|
||||
*[other] Fixed { $count } missing decks.
|
||||
}
|
||||
|
||||
database-check-revlog-properties = { $count ->
|
||||
[one] Fixed { $count } review entry with invalid properties.
|
||||
*[other] Fixed { $count } review entries with invalid properties.
|
||||
}
|
||||
|
||||
database-check-field-count =
|
||||
{ $count ->
|
||||
[one] Fixed { $count } note with wrong field count.
|
||||
*[other] Fixed { $count } notes with wrong field count.
|
||||
}
|
||||
database-check-new-card-high-due =
|
||||
{ $count ->
|
||||
[one] Found { $count } new card with a due number >= 1,000,000 - consider repositioning it in the Browse screen.
|
||||
*[other] Found { $count } new cards with a due number >= 1,000,000 - consider repositioning them in the Browse screen.
|
||||
}
|
||||
database-check-card-missing-note =
|
||||
{ $count ->
|
||||
[one] Deleted { $count } card with missing note.
|
||||
*[other] Deleted { $count } cards with missing note.
|
||||
}
|
||||
database-check-duplicate-card-ords =
|
||||
{ $count ->
|
||||
[one] Deleted { $count } card with duplicate template.
|
||||
*[other] Deleted { $count } cards with duplicate template.
|
||||
}
|
||||
database-check-missing-decks =
|
||||
{ $count ->
|
||||
[one] Fixed { $count } missing deck.
|
||||
*[other] Fixed { $count } missing decks.
|
||||
}
|
||||
database-check-revlog-properties =
|
||||
{ $count ->
|
||||
[one] Fixed { $count } review entry with invalid properties.
|
||||
*[other] Fixed { $count } review entries with invalid properties.
|
||||
}
|
||||
|
||||
## Progress info
|
||||
|
||||
|
@ -50,3 +48,4 @@ database-check-rebuilding = Rebuilding...
|
|||
database-check-checking-cards = Checking cards...
|
||||
database-check-checking-notes = Checking notes...
|
||||
database-check-checking-history = Checking history...
|
||||
database-check-title = Check Database
|
||||
|
|
Loading…
Reference in a new issue