Re-compile messages for new strings

This commit is contained in:
Mouse Reeve
2021-03-02 10:33:48 -08:00
parent 2c37893790
commit 9f2e255f50
6 changed files with 296 additions and 71 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-01 09:32-0800\n"
"POT-Creation-Date: 2021-03-02 18:33+0000\n"
"PO-Revision-Date: 2021-02-28 17:19-0800\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: English <LL@li.org>\n"
@ -32,6 +32,10 @@ msgstr ""
msgid "Books by %(name)s"
msgstr ""
#: bookwyrm/templates/book.html:21
msgid "by"
msgstr ""
#: bookwyrm/templates/book.html:29 bookwyrm/templates/book.html:30
#: bookwyrm/templates/edit_book.html:5
msgid "Edit Book"
@ -57,20 +61,43 @@ msgstr ""
msgid "ASIN:"
msgstr ""
#: bookwyrm/templates/book.html:84
#, python-format
msgid "%(format)s, %(pages)s pages"
msgstr ""
#: bookwyrm/templates/book.html:86
#, python-format
msgid "%(pages)s pages"
msgstr ""
#: bookwyrm/templates/book.html:91
msgid "View on OpenLibrary"
msgstr ""
#: bookwyrm/templates/book.html:98
#: bookwyrm/templates/book.html:100
#, python-format
msgid ""
"\n"
" (%(review_count)s review)\n"
" "
msgid_plural ""
"\n"
" (%(review_count)s reviews)\n"
" "
msgstr[0] ""
msgstr[1] ""
#: bookwyrm/templates/book.html:110
msgid "Add Description"
msgstr ""
#: bookwyrm/templates/book.html:105 bookwyrm/templates/edit_book.html:39
#: bookwyrm/templates/book.html:117 bookwyrm/templates/edit_book.html:39
#: bookwyrm/templates/lists/form.html:12
msgid "Description:"
msgstr ""
#: bookwyrm/templates/book.html:109 bookwyrm/templates/edit_author.html:78
#: bookwyrm/templates/book.html:121 bookwyrm/templates/edit_author.html:78
#: bookwyrm/templates/edit_book.html:120 bookwyrm/templates/lists/form.html:42
#: bookwyrm/templates/preferences/edit_user.html:50
#: bookwyrm/templates/settings/site.html:89
@ -81,7 +108,7 @@ msgstr ""
msgid "Save"
msgstr ""
#: bookwyrm/templates/book.html:110 bookwyrm/templates/book.html:159
#: bookwyrm/templates/book.html:122 bookwyrm/templates/book.html:171
#: bookwyrm/templates/edit_author.html:79 bookwyrm/templates/edit_book.html:121
#: bookwyrm/templates/snippets/delete_readthrough_modal.html:17
#: bookwyrm/templates/snippets/goal_form.html:32
@ -92,51 +119,68 @@ msgstr ""
msgid "Cancel"
msgstr ""
#: bookwyrm/templates/book.html:142
#: bookwyrm/templates/book.html:131
#, python-format
msgid "<a href=\"%(path)s/editions\">%(count)s editions</a>"
msgstr ""
#: bookwyrm/templates/book.html:139
#, python-format
msgid "This edition is on your <a href=\"%(path)s\">%(shelf_name)s</a> shelf."
msgstr ""
#: bookwyrm/templates/book.html:145
#, python-format
msgid ""
"A <a href=\"%(book_path)s\">different edition</a> of this book is on your <a "
"href=\"%(shelf_path)s\">%(shelf_name)s</a> shelf."
msgstr ""
#: bookwyrm/templates/book.html:154
msgid "Your reading activity"
msgstr ""
#: bookwyrm/templates/book.html:144
#: bookwyrm/templates/book.html:156
msgid "Add read dates"
msgstr ""
#: bookwyrm/templates/book.html:149
#: bookwyrm/templates/book.html:161
msgid "You don't have any reading activity for this book."
msgstr ""
#: bookwyrm/templates/book.html:156
#: bookwyrm/templates/book.html:168
msgid "Create"
msgstr ""
#: bookwyrm/templates/book.html:178
#: bookwyrm/templates/book.html:190
msgid "Tags"
msgstr ""
#: bookwyrm/templates/book.html:182 bookwyrm/templates/snippets/tag.html:18
#: bookwyrm/templates/book.html:194 bookwyrm/templates/snippets/tag.html:18
msgid "Add tag"
msgstr ""
#: bookwyrm/templates/book.html:199
#: bookwyrm/templates/book.html:211
msgid "Subjects"
msgstr ""
#: bookwyrm/templates/book.html:210
#: bookwyrm/templates/book.html:222
msgid "Places"
msgstr ""
#: bookwyrm/templates/book.html:221 bookwyrm/templates/layout.html:64
#: bookwyrm/templates/book.html:233 bookwyrm/templates/layout.html:64
#: bookwyrm/templates/lists/lists.html:4 bookwyrm/templates/lists/lists.html:9
#: bookwyrm/templates/search_results.html:90
#: bookwyrm/templates/user/user_layout.html:62
msgid "Lists"
msgstr ""
#: bookwyrm/templates/book.html:250
#: bookwyrm/templates/book.html:262
msgid "rated it"
msgstr ""
#: bookwyrm/templates/components/inline_form.html:8
#: bookwyrm/templates/feed/feed_layout.html:51
#: bookwyrm/templates/feed/feed_layout.html:54
msgid "Close"
msgstr ""
@ -375,7 +419,23 @@ msgid ""
"There are no books here right now! Try searching for a book to get started"
msgstr ""
#: bookwyrm/templates/feed/feed_layout.html:73 bookwyrm/templates/goal.html:26
#: bookwyrm/templates/feed/feed_layout.html:23
#: bookwyrm/templates/user/shelf.html:24
msgid "To Read"
msgstr ""
#: bookwyrm/templates/feed/feed_layout.html:24
#: bookwyrm/templates/user/shelf.html:24
msgid "Currently Reading"
msgstr ""
#: bookwyrm/templates/feed/feed_layout.html:25
#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:11
#: bookwyrm/templates/user/shelf.html:24
msgid "Read"
msgstr ""
#: bookwyrm/templates/feed/feed_layout.html:76 bookwyrm/templates/goal.html:26
#: bookwyrm/templates/snippets/goal_card.html:6
#, python-format
msgid "%(year)s Reading Goal"
@ -662,7 +722,8 @@ msgid "This list is currently empty"
msgstr ""
#: bookwyrm/templates/lists/list.html:35
msgid "Added by"
#, python-format
msgid "Added by <a href=\"%(user_path)s\">%(username)s</a>"
msgstr ""
#: bookwyrm/templates/lists/list.html:41
@ -716,6 +777,11 @@ msgstr ""
msgid "Your lists"
msgstr ""
#: bookwyrm/templates/lists/lists.html:32
#, python-format
msgid "See all %(size)s lists"
msgstr ""
#: bookwyrm/templates/lists/lists.html:40
msgid "Recent Lists"
msgstr ""
@ -1530,10 +1596,6 @@ msgstr ""
msgid "Start reading"
msgstr ""
#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:11
msgid "Read"
msgstr ""
#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:13
msgid "Finish reading"
msgstr ""
@ -1583,7 +1645,7 @@ msgid "More options"
msgstr ""
#: bookwyrm/templates/snippets/status/status_options.html:17
msgid "Delete post"
msgid "Delete status"
msgstr ""
#: bookwyrm/templates/snippets/status/status_options.html:23