From 9343ace8c41532c9d5e9f4698a162d3478c851c5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 10 Jun 2020 08:44:57 +1000 Subject: [PATCH] add check database title --- rslib/ftl/database-check.ftl | 63 ++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/rslib/ftl/database-check.ftl b/rslib/ftl/database-check.ftl index 0f3e387ad..4d8fa7d6c 100644 --- a/rslib/ftl/database-check.ftl +++ b/rslib/ftl/database-check.ftl @@ -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