357 Users set preferred timezone, used for readthroughs
This commit is contained in:
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-19 11:41-0700\n"
|
||||
"POT-Creation-Date: 2021-03-28 22:42+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,71 +18,74 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: bookwyrm/forms.py:203
|
||||
#: bookwyrm/forms.py:213
|
||||
msgid "A user with this email already exists."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:227
|
||||
msgid "One Day"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:204
|
||||
#: bookwyrm/forms.py:228
|
||||
msgid "One Week"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:205
|
||||
#: bookwyrm/forms.py:229
|
||||
msgid "One Month"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:206
|
||||
#: bookwyrm/forms.py:230
|
||||
msgid "Does Not Expire"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:211
|
||||
#: bookwyrm/forms.py:235
|
||||
#, python-format
|
||||
msgid "%(count)d uses"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/forms.py:214
|
||||
#: bookwyrm/forms.py:238
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/fields.py:24
|
||||
#: bookwyrm/models/fields.py:25
|
||||
#, python-format
|
||||
msgid "%(value)s is not a valid remote_id"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/fields.py:33 bookwyrm/models/fields.py:42
|
||||
#: bookwyrm/models/fields.py:34 bookwyrm/models/fields.py:47
|
||||
#, python-format
|
||||
msgid "%(value)s is not a valid username"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/fields.py:165 bookwyrm/templates/layout.html:152
|
||||
#: bookwyrm/models/fields.py:170 bookwyrm/templates/layout.html:157
|
||||
msgid "username"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/fields.py:170
|
||||
#: bookwyrm/models/fields.py:175
|
||||
msgid "A user with that username already exists."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:142
|
||||
#: bookwyrm/settings.py:148
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:143
|
||||
#: bookwyrm/settings.py:149
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:144
|
||||
#: bookwyrm/settings.py:150
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:145
|
||||
#: bookwyrm/settings.py:151
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:146
|
||||
#: bookwyrm/settings.py:152
|
||||
msgid "Simplified Chinese"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/author.html:16 bookwyrm/templates/author.html:17
|
||||
#: bookwyrm/templates/edit_author.html:5
|
||||
msgid "Edit Author"
|
||||
msgstr ""
|
||||
|
||||
@ -173,11 +176,11 @@ msgstr ""
|
||||
#: bookwyrm/templates/book/book.html:121
|
||||
#: bookwyrm/templates/book/edit_book.html:225
|
||||
#: bookwyrm/templates/edit_author.html:78 bookwyrm/templates/lists/form.html:42
|
||||
#: bookwyrm/templates/preferences/edit_user.html:56
|
||||
#: bookwyrm/templates/settings/site.html:89
|
||||
#: bookwyrm/templates/snippets/progress_update.html:21
|
||||
#: bookwyrm/templates/preferences/edit_user.html:68
|
||||
#: bookwyrm/templates/settings/site.html:93
|
||||
#: bookwyrm/templates/snippets/readthrough.html:64
|
||||
#: bookwyrm/templates/snippets/shelve_button/finish_reading_modal.html:42
|
||||
#: bookwyrm/templates/snippets/shelve_button/progress_update_modal.html:42
|
||||
#: bookwyrm/templates/snippets/shelve_button/start_reading_modal.html:34
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
@ -191,6 +194,7 @@ msgstr ""
|
||||
#: bookwyrm/templates/snippets/goal_form.html:32
|
||||
#: bookwyrm/templates/snippets/readthrough.html:65
|
||||
#: bookwyrm/templates/snippets/shelve_button/finish_reading_modal.html:43
|
||||
#: bookwyrm/templates/snippets/shelve_button/progress_update_modal.html:43
|
||||
#: bookwyrm/templates/snippets/shelve_button/start_reading_modal.html:35
|
||||
#: bookwyrm/templates/snippets/shelve_button/want_to_read_modal.html:28
|
||||
msgid "Cancel"
|
||||
@ -431,10 +435,101 @@ msgid "Openlibrary key:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/components/inline_form.html:8
|
||||
#: bookwyrm/templates/feed/feed_layout.html:54
|
||||
#: bookwyrm/templates/feed/feed_layout.html:57
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:6 bookwyrm/templates/directory.html:11
|
||||
#: bookwyrm/templates/layout.html:97
|
||||
msgid "Directory"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:19
|
||||
msgid "Make your profile discoverable to other BookWyrm users."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:26
|
||||
#, python-format
|
||||
msgid "You can opt-out at any time in your <a href=\"%(path)s\">profile settings.</a>"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:31
|
||||
#: bookwyrm/templates/snippets/goal_card.html:22
|
||||
msgid "Dismiss message"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:44
|
||||
msgid "Show filters"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:46
|
||||
msgid "Hide filters"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:55
|
||||
msgid "User type"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:58
|
||||
msgid "BookWyrm users"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:62
|
||||
msgid "All known users"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:68
|
||||
msgid "Community"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:71
|
||||
msgid "Local users"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:75
|
||||
msgid "Federated community"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:81
|
||||
msgid "Order by"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:84
|
||||
msgid "Suggested"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:85
|
||||
msgid "Recently active"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:91
|
||||
msgid "Apply filters"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:94
|
||||
msgid "Clear filters"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:128
|
||||
msgid "follower you follow"
|
||||
msgid_plural "followers you follow"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:135
|
||||
msgid "book on your shelves"
|
||||
msgid_plural "books on your shelves"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:143
|
||||
msgid "posts"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/directory.html:149
|
||||
msgid "last active"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/discover/about.html:7
|
||||
#, python-format
|
||||
msgid "About %(site_name)s"
|
||||
@ -475,15 +570,39 @@ msgstr ""
|
||||
msgid "Join %(name)s"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/discover/landing_layout.html:49
|
||||
#: bookwyrm/templates/discover/landing_layout.html:51
|
||||
#: bookwyrm/templates/login.html:48
|
||||
msgid "This instance is closed"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/discover/landing_layout.html:55
|
||||
#: bookwyrm/templates/discover/landing_layout.html:57
|
||||
msgid "Thank you! Your request has been received."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/discover/landing_layout.html:60
|
||||
msgid "Request an Invitation"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/discover/landing_layout.html:64
|
||||
#: bookwyrm/templates/password_reset_request.html:18
|
||||
#: bookwyrm/templates/preferences/edit_user.html:38
|
||||
#: bookwyrm/templates/snippets/register_form.html:13
|
||||
msgid "Email address:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/discover/landing_layout.html:70
|
||||
#: bookwyrm/templates/moderation/report_modal.html:31
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/discover/landing_layout.html:79
|
||||
msgid "Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/edit_author.html:5
|
||||
msgid "Edit Author:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/edit_author.html:32 bookwyrm/templates/lists/form.html:8
|
||||
#: bookwyrm/templates/user/create_shelf_form.html:13
|
||||
#: bookwyrm/templates/user/edit_shelf_form.html:14
|
||||
@ -528,6 +647,68 @@ msgstr ""
|
||||
msgid "Editions of <a href=\"%(work_path)s\">\"%(work_title)s\"</a>"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/html_layout.html:15
|
||||
#: bookwyrm/templates/email/text_layout.html:2
|
||||
msgid "Hi there,"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/html_layout.html:21
|
||||
#, python-format
|
||||
msgid "BookWyrm hosted on <a style=\"color: #3273dc;\" href=\"https://%(domain)s\">%(site_name)s</a>"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/html_layout.html:23
|
||||
msgid "Email preference"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/invite/html_content.html:6
|
||||
#: bookwyrm/templates/email/invite/subject.html:2
|
||||
#, python-format
|
||||
msgid "You're invited to join %(site_name)s!"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/invite/html_content.html:9
|
||||
msgid "Join Now"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/invite/html_content.html:15
|
||||
#, python-format
|
||||
msgid "Learn more <a href=\"https://%(domain)s%(about_path)s\">about this instance</a>."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/invite/text_content.html:4
|
||||
#, python-format
|
||||
msgid "You're invited to join %(site_name)s! Click the link below to create an account."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/invite/text_content.html:8
|
||||
msgid "Learn more about this instance:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/password_reset/html_content.html:6
|
||||
#: bookwyrm/templates/email/password_reset/text_content.html:4
|
||||
#, python-format
|
||||
msgid "You requested to reset your %(site_name)s password. Click the link below to set a new password and log in to your account."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/password_reset/html_content.html:9
|
||||
#: bookwyrm/templates/password_reset.html:4
|
||||
#: bookwyrm/templates/password_reset.html:10
|
||||
#: bookwyrm/templates/password_reset_request.html:4
|
||||
#: bookwyrm/templates/password_reset_request.html:10
|
||||
msgid "Reset Password"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/password_reset/html_content.html:13
|
||||
#: bookwyrm/templates/email/password_reset/text_content.html:8
|
||||
msgid "If you didn't request to reset your password, you can ignore this email."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/password_reset/subject.html:2
|
||||
#, python-format
|
||||
msgid "Reset your %(site_name)s password"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/error.html:4
|
||||
msgid "Oops!"
|
||||
msgstr ""
|
||||
@ -558,27 +739,57 @@ msgstr ""
|
||||
msgid "You have no messages right now."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:6
|
||||
#, python-format
|
||||
msgid "%(tab_title)s Timeline"
|
||||
#: bookwyrm/templates/feed/feed.html:9
|
||||
msgid "Home Timeline"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:10 bookwyrm/views/feed.py:33
|
||||
#: bookwyrm/templates/feed/feed.html:11
|
||||
msgid "Local Timeline"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:13
|
||||
msgid "Federated Timeline"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:19
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:13 bookwyrm/views/feed.py:38
|
||||
#: bookwyrm/templates/feed/feed.html:22
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:16 bookwyrm/views/feed.py:43
|
||||
#: bookwyrm/templates/feed/feed.html:25
|
||||
msgid "Federated"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:32
|
||||
#: bookwyrm/templates/feed/feed.html:33
|
||||
#, python-format
|
||||
msgid "load <span data-poll=\"stream/%(tab)s\">0</span> unread status(es)"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:48
|
||||
msgid "There aren't any activities right now! Try following a user to get started"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:56
|
||||
msgid "Who to follow"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:69
|
||||
#, python-format
|
||||
msgid "%(mutuals)s follower you follow"
|
||||
msgid_plural "%(mutuals)s followers you follow"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:72
|
||||
#, python-format
|
||||
msgid "%(shared_books)s book on your shelves"
|
||||
msgid_plural "%(shared_books)s books on your shelves"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed_layout.html:5
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
@ -607,7 +818,7 @@ msgstr ""
|
||||
msgid "Read"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed_layout.html:76 bookwyrm/templates/goal.html:26
|
||||
#: bookwyrm/templates/feed/feed_layout.html:74 bookwyrm/templates/goal.html:26
|
||||
#: bookwyrm/templates/snippets/goal_card.html:6
|
||||
#, python-format
|
||||
msgid "%(year)s Reading Goal"
|
||||
@ -799,67 +1010,69 @@ msgstr ""
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:97
|
||||
#: bookwyrm/templates/layout.html:107
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:111
|
||||
#: bookwyrm/templates/settings/admin_layout.html:19
|
||||
#: bookwyrm/templates/layout.html:116
|
||||
#: bookwyrm/templates/settings/admin_layout.html:20
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:15
|
||||
#: bookwyrm/templates/settings/manage_invites.html:3
|
||||
#: bookwyrm/templates/settings/manage_invites.html:15
|
||||
msgid "Invites"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:118
|
||||
#: bookwyrm/templates/layout.html:123
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:125
|
||||
#: bookwyrm/templates/layout.html:130
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:133 bookwyrm/templates/layout.html:134
|
||||
#: bookwyrm/templates/layout.html:138 bookwyrm/templates/layout.html:139
|
||||
#: bookwyrm/templates/notifications.html:6
|
||||
#: bookwyrm/templates/notifications.html:10
|
||||
msgid "Notifications"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:151 bookwyrm/templates/layout.html:155
|
||||
#: bookwyrm/templates/layout.html:156 bookwyrm/templates/layout.html:160
|
||||
#: bookwyrm/templates/login.html:17
|
||||
#: bookwyrm/templates/snippets/register_form.html:4
|
||||
msgid "Username:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:156
|
||||
#: bookwyrm/templates/layout.html:161
|
||||
msgid "password"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:157 bookwyrm/templates/login.html:36
|
||||
#: bookwyrm/templates/layout.html:162 bookwyrm/templates/login.html:36
|
||||
msgid "Forgot your password?"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:160 bookwyrm/templates/login.html:10
|
||||
#: bookwyrm/templates/layout.html:165 bookwyrm/templates/login.html:10
|
||||
#: bookwyrm/templates/login.html:33
|
||||
msgid "Log in"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:168
|
||||
#: bookwyrm/templates/layout.html:173
|
||||
msgid "Join"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:191
|
||||
#: bookwyrm/templates/layout.html:196
|
||||
msgid "About this server"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:195
|
||||
#: bookwyrm/templates/layout.html:200
|
||||
msgid "Contact site admin"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:202
|
||||
#: bookwyrm/templates/layout.html:207
|
||||
#, python-format
|
||||
msgid "Support %(site_name)s on <a href=\"%(support_link)s\" target=\"_blank\">%(support_title)s</a>"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/layout.html:206
|
||||
#: bookwyrm/templates/layout.html:211
|
||||
msgid "BookWyrm is open source software. You can contribute or report issues on <a href=\"https://github.com/mouse-reeve/bookwyrm\">GitHub</a>."
|
||||
msgstr ""
|
||||
|
||||
@ -1051,7 +1264,7 @@ msgstr ""
|
||||
|
||||
#: bookwyrm/templates/moderation/report.html:54
|
||||
#: bookwyrm/templates/snippets/create_status.html:12
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:44
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:52
|
||||
msgid "Comment"
|
||||
msgstr ""
|
||||
|
||||
@ -1081,10 +1294,6 @@ msgstr ""
|
||||
msgid "More info about this report:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/moderation/report_modal.html:31
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/moderation/report_preview.html:13
|
||||
msgid "No notes provided"
|
||||
msgstr ""
|
||||
@ -1104,7 +1313,7 @@ msgstr ""
|
||||
|
||||
#: bookwyrm/templates/moderation/reports.html:4
|
||||
#: bookwyrm/templates/moderation/reports.html:5
|
||||
#: bookwyrm/templates/settings/admin_layout.html:23
|
||||
#: bookwyrm/templates/settings/admin_layout.html:24
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
@ -1236,29 +1445,16 @@ msgstr ""
|
||||
msgid "You're all caught up!"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/password_reset.html:4
|
||||
#: bookwyrm/templates/password_reset.html:10
|
||||
#: bookwyrm/templates/password_reset_request.html:4
|
||||
#: bookwyrm/templates/password_reset_request.html:10
|
||||
msgid "Reset Password"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/password_reset.html:23
|
||||
#: bookwyrm/templates/preferences/change_password.html:18
|
||||
msgid "Confirm password:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/password_reset_request.html:12
|
||||
#: bookwyrm/templates/password_reset_request.html:14
|
||||
msgid "A link to reset your password will be sent to your email address"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/password_reset_request.html:16
|
||||
#: bookwyrm/templates/preferences/edit_user.html:38
|
||||
#: bookwyrm/templates/snippets/register_form.html:13
|
||||
msgid "Email address:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/password_reset_request.html:23
|
||||
#: bookwyrm/templates/password_reset_request.html:28
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
@ -1308,6 +1504,19 @@ msgstr ""
|
||||
msgid "Manually approve followers:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/preferences/edit_user.html:58
|
||||
msgid "Show this account in suggested users:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/preferences/edit_user.html:62
|
||||
#, python-format
|
||||
msgid "Your account will show up in the <a href=\"%(path)s\">directory</a>, and may be recommended to other BookWyrm users."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/preferences/edit_user.html:65
|
||||
msgid "Preferred Timezone: "
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/preferences/preferences_layout.html:11
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
@ -1350,37 +1559,37 @@ msgstr ""
|
||||
msgid "Manage Users"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/admin_layout.html:27
|
||||
#: bookwyrm/templates/settings/admin_layout.html:28
|
||||
#: bookwyrm/templates/settings/federation.html:4
|
||||
msgid "Federated Servers"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/admin_layout.html:32
|
||||
#: bookwyrm/templates/settings/admin_layout.html:33
|
||||
msgid "Instance Settings"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/admin_layout.html:36
|
||||
#: bookwyrm/templates/settings/admin_layout.html:37
|
||||
#: bookwyrm/templates/settings/site.html:4
|
||||
#: bookwyrm/templates/settings/site.html:6
|
||||
msgid "Site Settings"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/admin_layout.html:39
|
||||
#: bookwyrm/templates/settings/admin_layout.html:40
|
||||
#: bookwyrm/templates/settings/site.html:13
|
||||
msgid "Instance Info"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/admin_layout.html:40
|
||||
#: bookwyrm/templates/settings/admin_layout.html:41
|
||||
#: bookwyrm/templates/settings/site.html:39
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/admin_layout.html:41
|
||||
#: bookwyrm/templates/settings/admin_layout.html:42
|
||||
#: bookwyrm/templates/settings/site.html:59
|
||||
msgid "Footer Content"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/admin_layout.html:42
|
||||
#: bookwyrm/templates/settings/admin_layout.html:43
|
||||
#: bookwyrm/templates/settings/site.html:77
|
||||
msgid "Registration"
|
||||
msgstr ""
|
||||
@ -1394,42 +1603,106 @@ msgid "Software"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/federation.html:12
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:33
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:7
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:4
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:11
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:25
|
||||
#: bookwyrm/templates/settings/manage_invites.html:11
|
||||
msgid "Invite Requests"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:23
|
||||
msgid "Ignored Invite Requests"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:31
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:32
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:34
|
||||
msgid "Action"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:37
|
||||
msgid "No requests"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:45
|
||||
msgid "Accepted"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:47
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:49
|
||||
msgid "Requested"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:57
|
||||
msgid "Send invite"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:59
|
||||
msgid "Re-send invite"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:70
|
||||
msgid "Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:72
|
||||
msgid "Un-gnore"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:83
|
||||
msgid "Back to pending requests"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invite_requests.html:85
|
||||
msgid "View ignored requests"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:21
|
||||
msgid "Generate New Invite"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:13
|
||||
#: bookwyrm/templates/settings/manage_invites.html:27
|
||||
msgid "Expiry:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:19
|
||||
#: bookwyrm/templates/settings/manage_invites.html:33
|
||||
msgid "Use limit:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:26
|
||||
#: bookwyrm/templates/settings/manage_invites.html:40
|
||||
msgid "Create Invite"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:33
|
||||
#: bookwyrm/templates/settings/manage_invites.html:47
|
||||
msgid "Link"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:34
|
||||
#: bookwyrm/templates/settings/manage_invites.html:48
|
||||
msgid "Expires"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:35
|
||||
#: bookwyrm/templates/settings/manage_invites.html:49
|
||||
msgid "Max uses"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:36
|
||||
#: bookwyrm/templates/settings/manage_invites.html:50
|
||||
msgid "Times used"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/manage_invites.html:39
|
||||
#: bookwyrm/templates/settings/manage_invites.html:53
|
||||
msgid "No active invites"
|
||||
msgstr ""
|
||||
|
||||
@ -1482,6 +1755,10 @@ msgid "Allow registration:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/site.html:83
|
||||
msgid "Allow invite requests:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/settings/site.html:87
|
||||
msgid "Registration closed text:"
|
||||
msgstr ""
|
||||
|
||||
@ -1526,29 +1803,64 @@ msgstr ""
|
||||
msgid "Quote"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:21
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:18
|
||||
msgid "Comment:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:20
|
||||
msgid "Quote:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:22
|
||||
msgid "Review:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:29
|
||||
#: bookwyrm/templates/snippets/shelf.html:17
|
||||
msgid "Rating"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:23
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:31
|
||||
#: bookwyrm/templates/snippets/rate_action.html:14
|
||||
#: bookwyrm/templates/snippets/stars.html:3
|
||||
msgid "No rating"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:54
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:64
|
||||
#: bookwyrm/templates/snippets/shelve_button/progress_update_modal.html:16
|
||||
msgid "Progress:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:71
|
||||
#: bookwyrm/templates/snippets/readthrough_form.html:22
|
||||
#: bookwyrm/templates/snippets/shelve_button/progress_update_modal.html:30
|
||||
msgid "pages"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:72
|
||||
#: bookwyrm/templates/snippets/readthrough_form.html:23
|
||||
#: bookwyrm/templates/snippets/shelve_button/progress_update_modal.html:31
|
||||
msgid "percent"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:77
|
||||
#: bookwyrm/templates/snippets/shelve_button/progress_update_modal.html:36
|
||||
#, python-format
|
||||
msgid "of %(pages)s pages"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:89
|
||||
msgid "Include spoiler alert"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:60
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:95
|
||||
#: bookwyrm/templates/snippets/privacy-icons.html:15
|
||||
#: bookwyrm/templates/snippets/privacy-icons.html:16
|
||||
#: bookwyrm/templates/snippets/privacy_select.html:19
|
||||
msgid "Private"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:67
|
||||
#: bookwyrm/templates/snippets/create_status_form.html:102
|
||||
msgid "Post"
|
||||
msgstr ""
|
||||
|
||||
@ -1578,19 +1890,15 @@ msgstr ""
|
||||
msgid "Un-like status"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/follow_button.html:13
|
||||
msgid "Send follow request"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/follow_button.html:15
|
||||
#: bookwyrm/templates/snippets/follow_button.html:12
|
||||
msgid "Follow"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/follow_button.html:22
|
||||
#: bookwyrm/templates/snippets/follow_button.html:18
|
||||
msgid "Undo follow request"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/follow_button.html:24
|
||||
#: bookwyrm/templates/snippets/follow_button.html:20
|
||||
msgid "Unfollow"
|
||||
msgstr ""
|
||||
|
||||
@ -1607,13 +1915,21 @@ msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/snippets/generated_status/rating.html:3
|
||||
#, python-format
|
||||
msgid "Rated <em><a href=\"%(path)s\">%(title)s</a></em>: %(rating)s star"
|
||||
msgid_plural "Rated <em><a href=\"%(path)s\">%(title)s</a></em>: %(rating)s stars"
|
||||
msgid "Rated <em><a href=\"%(path)s\">%(title)s</a></em>: %(display_rating)s star"
|
||||
msgid_plural "Rated <em><a href=\"%(path)s\">%(title)s</a></em>: %(display_rating)s stars"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/snippets/goal_card.html:22
|
||||
msgid "Dismiss message"
|
||||
#: bookwyrm/templates/snippets/generated_status/review_pure_name.html:4
|
||||
#, python-format
|
||||
msgid "Review of \"%(book_title)s\" (%(display_rating)s star): %(review_title)s"
|
||||
msgid_plural "Review of \"%(book_title)s\" (%(display_rating)s stars): %(review_title)s"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/snippets/generated_status/review_pure_name.html:8
|
||||
#, python-format
|
||||
msgid "Review of \"%(book_title)s\": %(review_title)s"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/goal_card.html:23
|
||||
@ -1696,25 +2012,6 @@ msgstr ""
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/progress_update.html:6
|
||||
msgid "Progress:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/progress_update.html:16
|
||||
#: bookwyrm/templates/snippets/readthrough_form.html:22
|
||||
msgid "pages"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/progress_update.html:17
|
||||
#: bookwyrm/templates/snippets/readthrough_form.html:23
|
||||
msgid "percent"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/progress_update.html:25
|
||||
#, python-format
|
||||
msgid "of %(book.pages)s pages"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/rate_action.html:4
|
||||
msgid "Leave a rating"
|
||||
msgstr ""
|
||||
@ -1853,6 +2150,11 @@ msgstr ""
|
||||
msgid "Finish \"<em>%(book_title)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/shelve_button/progress_update_modal.html:5
|
||||
#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:33
|
||||
msgid "Update progress"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5
|
||||
msgid "More shelves"
|
||||
msgstr ""
|
||||
@ -2073,3 +2375,12 @@ msgstr[1] ""
|
||||
#, python-format
|
||||
msgid "%(counter)s following"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/views/password.py:32
|
||||
msgid "No user with that email address was found."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/views/password.py:41
|
||||
#, python-format
|
||||
msgid "A password reset link sent to %s"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user