forked from mirrors/bookwyrm
Add translation keys
This commit is contained in:
parent
63e284dc41
commit
7bdfacb688
1 changed files with 65 additions and 20 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-17 18:03+0000\n"
|
||||
"POT-Creation-Date: 2021-11-22 18:23+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"
|
||||
|
@ -18,58 +18,75 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: bookwyrm/forms.py:248
|
||||
#: bookwyrm/forms.py:186 bookwyrm/templates/book/book.html:218
|
||||
#: bookwyrm/views/feed.py:62
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:187 bookwyrm/views/feed.py:63
|
||||
msgid "Comments"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:188 bookwyrm/views/feed.py:64
|
||||
msgid "Quotations"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:189 bookwyrm/views/feed.py:65
|
||||
msgid "Everything else"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:266
|
||||
msgid "A user with this email already exists."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:262
|
||||
#: bookwyrm/forms.py:280
|
||||
msgid "One Day"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:263
|
||||
#: bookwyrm/forms.py:281
|
||||
msgid "One Week"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:264
|
||||
#: bookwyrm/forms.py:282
|
||||
msgid "One Month"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:265
|
||||
#: bookwyrm/forms.py:283
|
||||
msgid "Does Not Expire"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:269
|
||||
#: bookwyrm/forms.py:287
|
||||
#, python-brace-format
|
||||
msgid "{i} uses"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:270
|
||||
#: bookwyrm/forms.py:288
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:338
|
||||
#: bookwyrm/forms.py:356
|
||||
msgid "List Order"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:339
|
||||
#: bookwyrm/forms.py:357
|
||||
msgid "Book Title"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149
|
||||
#: bookwyrm/forms.py:358 bookwyrm/templates/shelf/shelf.html:149
|
||||
#: bookwyrm/templates/shelf/shelf.html:181
|
||||
#: bookwyrm/templates/snippets/create_status/review.html:33
|
||||
msgid "Rating"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110
|
||||
#: bookwyrm/forms.py:360 bookwyrm/templates/lists/list.html:110
|
||||
msgid "Sort By"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:346
|
||||
#: bookwyrm/forms.py:364
|
||||
msgid "Ascending"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:347
|
||||
#: bookwyrm/forms.py:365
|
||||
msgid "Descending"
|
||||
msgstr ""
|
||||
|
||||
|
@ -445,10 +462,6 @@ msgstr ""
|
|||
msgid "You don't have any reading activity for this book."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:218
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:223
|
||||
msgid "Your reviews"
|
||||
msgstr ""
|
||||
|
@ -1016,6 +1029,22 @@ msgstr ""
|
|||
msgid "Learn more about %(site_name)s:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/moderation_report/html_content.html:6
|
||||
#: bookwyrm/templates/email/moderation_report/text_content.html:5
|
||||
#, python-format
|
||||
msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. "
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/moderation_report/html_content.html:9
|
||||
#: bookwyrm/templates/email/moderation_report/text_content.html:7
|
||||
msgid "View report"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/moderation_report/subject.html:2
|
||||
#, python-format
|
||||
msgid "New report for %(site_name)s"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/password_reset/html_content.html:6
|
||||
#: bookwyrm/templates/email/password_reset/text_content.html:4
|
||||
#, python-format
|
||||
|
@ -1058,15 +1087,31 @@ msgstr ""
|
|||
msgid "You have no messages right now."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:22
|
||||
#: bookwyrm/templates/feed/feed.html:23
|
||||
msgid "Feed settings"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:26
|
||||
msgid "Saved!"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:47
|
||||
msgid "Save settings"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:56
|
||||
#, python-format
|
||||
msgid "load <span data-poll=\"stream/%(tab_key)s\">0</span> unread status(es)"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:38
|
||||
#: bookwyrm/templates/feed/feed.html:72
|
||||
msgid "There aren't any activities right now! Try following a user to get started"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:72
|
||||
msgid ", or enable more status types"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/goal_card.html:6
|
||||
#: bookwyrm/templates/feed/layout.html:90
|
||||
#: bookwyrm/templates/user/goal_form.html:6
|
||||
|
|
Loading…
Reference in a new issue