add check database title

This commit is contained in:
Damien Elmes 2020-06-10 08:44:57 +10:00
parent 816cec4a58
commit 9343ace8c4

View file

@ -5,43 +5,41 @@ database-check-card-properties =
[one] Fixed { $count } invalid card property. [one] Fixed { $count } invalid card property.
*[other] Fixed { $count } invalid card properties. *[other] Fixed { $count } invalid card properties.
} }
database-check-missing-templates = database-check-missing-templates =
{ $count -> { $count ->
[one] Deleted { $count } card with missing template. [one] Deleted { $count } card with missing template.
*[other] Deleted { $count } cards with missing template. *[other] Deleted { $count } cards with missing template.
} }
database-check-field-count =
database-check-field-count = { $count -> { $count ->
[one] Fixed { $count } note with wrong field count. [one] Fixed { $count } note with wrong field count.
*[other] Fixed { $count } notes with wrong field count. *[other] Fixed { $count } notes with wrong field count.
} }
database-check-new-card-high-due =
database-check-new-card-high-due = { $count -> { $count ->
[one] Found { $count } new card with a due number >= 1,000,000 - consider repositioning it in the Browse screen. [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. *[other] Found { $count } new cards with a due number >= 1,000,000 - consider repositioning them in the Browse screen.
} }
database-check-card-missing-note =
database-check-card-missing-note = { $count -> { $count ->
[one] Deleted {$count} card with missing note. [one] Deleted { $count } card with missing note.
*[other] Deleted {$count} cards with missing note. *[other] Deleted { $count } cards with missing note.
} }
database-check-duplicate-card-ords =
database-check-duplicate-card-ords = { $count -> { $count ->
[one] Deleted { $count } card with duplicate template. [one] Deleted { $count } card with duplicate template.
*[other] Deleted { $count } cards with duplicate template. *[other] Deleted { $count } cards with duplicate template.
} }
database-check-missing-decks =
database-check-missing-decks = { $count -> { $count ->
[one] Fixed { $count } missing deck. [one] Fixed { $count } missing deck.
*[other] Fixed { $count } missing decks. *[other] Fixed { $count } missing decks.
} }
database-check-revlog-properties =
database-check-revlog-properties = { $count -> { $count ->
[one] Fixed { $count } review entry with invalid properties. [one] Fixed { $count } review entry with invalid properties.
*[other] Fixed { $count } review entries with invalid properties. *[other] Fixed { $count } review entries with invalid properties.
} }
## Progress info ## Progress info
@ -50,3 +48,4 @@ database-check-rebuilding = Rebuilding...
database-check-checking-cards = Checking cards... database-check-checking-cards = Checking cards...
database-check-checking-notes = Checking notes... database-check-checking-notes = Checking notes...
database-check-checking-history = Checking history... database-check-checking-history = Checking history...
database-check-title = Check Database