diff --git a/lib/I18n/translations/english.yaml b/lib/I18n/translations/english.yaml index 6f1b76ae..f5884fa3 100644 --- a/lib/I18n/translations/english.yaml +++ b/lib/I18n/translations/english.yaml @@ -537,6 +537,15 @@ STR_READING_STATS_BOOKS: "Books tracked" STR_READING_STATS_CURRENT_SESSION: "This session" STR_READING_STATS_NO_DATA: "No reading recorded yet" STR_READING_STATS_TOP_BOOKS: "Top books" +STR_READING_STATS_STREAK: "Streak" +STR_READING_STATS_LAST_30D: "Last 30 days" +STR_READING_STATS_DAYS_UNIT: "d" +STR_READING_STATS_BOOK_LIST: "All books" +STR_READING_STATS_FIRST_READ: "First read" +STR_READING_STATS_AVG_SESSION: "Avg session" +STR_READING_STATS_PROGRESS: "Progress" +STR_READING_STATS_UNKNOWN: "—" +STR_READING_STATS_LAST_READ: "Last read" STR_LOAD_XTC_FAILED: "Failed to load XTC file" STR_LOAD_EPUB_FAILED: "Failed to load EPUB file" STR_FW_VERSION: "FW version"