From 4384098292988cd8e1fd99465337a988caf3c900 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 11 Oct 2021 12:17:39 -0700 Subject: [PATCH] Updates Spanish locale --- .../0108_alter_user_preferred_language.py | 31 + bookwyrm/settings.py | 2 +- locale/ca_ES/LC_MESSAGES/django.po | 3587 ------------- locale/da_DK/LC_MESSAGES/django.po | 3587 ------------- locale/en_Oulipo/LC_MESSAGES/django.po | 3587 ------------- locale/es/LC_MESSAGES/django.mo | Bin 55050 -> 0 bytes locale/es/LC_MESSAGES/django.po | 4611 ----------------- 7 files changed, 32 insertions(+), 15373 deletions(-) create mode 100644 bookwyrm/migrations/0108_alter_user_preferred_language.py delete mode 100644 locale/ca_ES/LC_MESSAGES/django.po delete mode 100644 locale/da_DK/LC_MESSAGES/django.po delete mode 100644 locale/en_Oulipo/LC_MESSAGES/django.po delete mode 100644 locale/es/LC_MESSAGES/django.mo delete mode 100644 locale/es/LC_MESSAGES/django.po diff --git a/bookwyrm/migrations/0108_alter_user_preferred_language.py b/bookwyrm/migrations/0108_alter_user_preferred_language.py new file mode 100644 index 000000000..3614ae1c1 --- /dev/null +++ b/bookwyrm/migrations/0108_alter_user_preferred_language.py @@ -0,0 +1,31 @@ +# Generated by Django 3.2.5 on 2021-10-11 17:38 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ("bookwyrm", "0107_alter_user_preferred_language"), + ] + + operations = [ + migrations.AlterField( + model_name="user", + name="preferred_language", + field=models.CharField( + blank=True, + choices=[ + ("en-us", "English"), + ("de-de", "Deutsch (German)"), + ("es-es", "Español (Spanish)"), + ("fr-fr", "Français (French)"), + ("pt-br", "Português - Brasil (Brazilian Portuguese)"), + ("zh-hans", "简体中文 (Simplified Chinese)"), + ("zh-hant", "繁體中文 (Traditional Chinese)"), + ], + max_length=255, + null=True, + ), + ), + ] diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index 7af7e0c7b..9355f93f5 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -163,7 +163,7 @@ LANGUAGE_CODE = "en-us" LANGUAGES = [ ("en-us", _("English")), ("de-de", _("Deutsch (German)")), - ("es", _("Español (Spanish)")), + ("es-es", _("Español (Spanish)")), ("fr-fr", _("Français (French)")), ("pt-br", _("Português - Brasil (Brazilian Portuguese)")), ("zh-hans", _("简体中文 (Simplified Chinese)")), diff --git a/locale/ca_ES/LC_MESSAGES/django.po b/locale/ca_ES/LC_MESSAGES/django.po deleted file mode 100644 index 7f97cee7a..000000000 --- a/locale/ca_ES/LC_MESSAGES/django.po +++ /dev/null @@ -1,3587 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: bookwyrm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:57+0000\n" -"PO-Revision-Date: 2021-10-08 00:03\n" -"Last-Translator: Mouse Reeve \n" -"Language-Team: Catalan\n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: bookwyrm\n" -"X-Crowdin-Project-ID: 479239\n" -"X-Crowdin-Language: ca\n" -"X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" -"X-Crowdin-File-ID: 1553\n" - -#: bookwyrm/forms.py:242 -msgid "A user with this email already exists." -msgstr "" - -#: bookwyrm/forms.py:256 -msgid "One Day" -msgstr "" - -#: bookwyrm/forms.py:257 -msgid "One Week" -msgstr "" - -#: bookwyrm/forms.py:258 -msgid "One Month" -msgstr "" - -#: bookwyrm/forms.py:259 -msgid "Does Not Expire" -msgstr "" - -#: bookwyrm/forms.py:263 -#, python-brace-format -msgid "{i} uses" -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "Unlimited" -msgstr "" - -#: bookwyrm/forms.py:326 -msgid "List Order" -msgstr "" - -#: bookwyrm/forms.py:327 -msgid "Book Title" -msgstr "" - -#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 -#: bookwyrm/templates/shelf/shelf.html:165 -#: bookwyrm/templates/snippets/create_status/review.html:33 -msgid "Rating" -msgstr "" - -#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 -msgid "Sort By" -msgstr "" - -#: bookwyrm/forms.py:334 -msgid "Ascending" -msgstr "" - -#: bookwyrm/forms.py:335 -msgid "Descending" -msgstr "" - -#: bookwyrm/importers/importer.py:75 -msgid "Error loading book" -msgstr "" - -#: bookwyrm/importers/importer.py:88 -msgid "Could not find a match for book" -msgstr "" - -#: bookwyrm/models/base_model.py:17 -msgid "Pending" -msgstr "" - -#: bookwyrm/models/base_model.py:18 -msgid "Self deletion" -msgstr "" - -#: bookwyrm/models/base_model.py:19 -msgid "Moderator suspension" -msgstr "" - -#: bookwyrm/models/base_model.py:20 -msgid "Moderator deletion" -msgstr "" - -#: bookwyrm/models/base_model.py:21 -msgid "Domain block" -msgstr "" - -#: bookwyrm/models/book.py:232 -msgid "Audiobook" -msgstr "" - -#: bookwyrm/models/book.py:233 -msgid "eBook" -msgstr "" - -#: bookwyrm/models/book.py:234 -msgid "Graphic novel" -msgstr "" - -#: bookwyrm/models/book.py:235 -msgid "Hardcover" -msgstr "" - -#: bookwyrm/models/book.py:236 -msgid "Paperback" -msgstr "" - -#: bookwyrm/models/federated_server.py:11 -#: bookwyrm/templates/settings/federation/edit_instance.html:42 -#: bookwyrm/templates/settings/federation/instance_list.html:19 -msgid "Federated" -msgstr "" - -#: bookwyrm/models/federated_server.py:12 -#: bookwyrm/templates/settings/federation/edit_instance.html:43 -#: bookwyrm/templates/settings/federation/instance.html:10 -#: bookwyrm/templates/settings/federation/instance_list.html:23 -msgid "Blocked" -msgstr "" - -#: bookwyrm/models/fields.py:27 -#, python-format -msgid "%(value)s is not a valid remote_id" -msgstr "" - -#: bookwyrm/models/fields.py:36 bookwyrm/models/fields.py:45 -#, python-format -msgid "%(value)s is not a valid username" -msgstr "" - -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 -msgid "username" -msgstr "" - -#: bookwyrm/models/fields.py:186 -msgid "A user with that username already exists." -msgstr "" - -#: bookwyrm/settings.py:117 -msgid "Home Timeline" -msgstr "" - -#: bookwyrm/settings.py:117 -msgid "Home" -msgstr "" - -#: bookwyrm/settings.py:118 -msgid "Books Timeline" -msgstr "" - -#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 -#: bookwyrm/templates/search/layout.html:42 -#: bookwyrm/templates/user/layout.html:81 -msgid "Books" -msgstr "" - -#: bookwyrm/settings.py:164 -msgid "English" -msgstr "" - -#: bookwyrm/settings.py:165 -msgid "Deutsch (German)" -msgstr "" - -#: bookwyrm/settings.py:166 -msgid "Español (Spanish)" -msgstr "" - -#: bookwyrm/settings.py:167 -msgid "Français (French)" -msgstr "" - -#: bookwyrm/settings.py:168 -msgid "简体中文 (Simplified Chinese)" -msgstr "" - -#: bookwyrm/settings.py:169 -msgid "繁體中文 (Traditional Chinese)" -msgstr "" - -#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 -msgid "Not Found" -msgstr "" - -#: bookwyrm/templates/404.html:9 -msgid "The page you requested doesn't seem to exist!" -msgstr "" - -#: bookwyrm/templates/500.html:4 -msgid "Oops!" -msgstr "" - -#: bookwyrm/templates/500.html:8 -msgid "Server Error" -msgstr "" - -#: bookwyrm/templates/500.html:9 -msgid "Something went wrong! Sorry about that." -msgstr "" - -#: bookwyrm/templates/author/author.html:17 -#: bookwyrm/templates/author/author.html:18 -msgid "Edit Author" -msgstr "" - -#: bookwyrm/templates/author/author.html:34 -#: bookwyrm/templates/author/edit_author.html:41 -msgid "Aliases:" -msgstr "" - -#: bookwyrm/templates/author/author.html:45 -msgid "Born:" -msgstr "" - -#: bookwyrm/templates/author/author.html:52 -msgid "Died:" -msgstr "" - -#: bookwyrm/templates/author/author.html:61 -msgid "Wikipedia" -msgstr "" - -#: bookwyrm/templates/author/author.html:69 -#: bookwyrm/templates/book/book.html:94 -msgid "View on OpenLibrary" -msgstr "" - -#: bookwyrm/templates/author/author.html:77 -#: bookwyrm/templates/book/book.html:97 -msgid "View on Inventaire" -msgstr "" - -#: bookwyrm/templates/author/author.html:85 -msgid "View on LibraryThing" -msgstr "" - -#: bookwyrm/templates/author/author.html:93 -msgid "View on Goodreads" -msgstr "" - -#: bookwyrm/templates/author/author.html:108 -#, python-format -msgid "Books by %(name)s" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:5 -msgid "Edit Author:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 -msgid "Added:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 -msgid "Updated:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit/edit_book.html:25 -msgid "Last edited by:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit/edit_book_form.html:15 -msgid "Metadata" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/lists/form.html:8 bookwyrm/templates/shelf/form.html:9 -msgid "Name:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit/edit_book_form.html:65 -#: bookwyrm/templates/book/edit/edit_book_form.html:79 -#: bookwyrm/templates/book/edit/edit_book_form.html:124 -msgid "Separate multiple values with commas." -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:50 -msgid "Bio:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:57 -msgid "Wikipedia link:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:63 -msgid "Birth date:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:71 -msgid "Death date:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:79 -msgid "Author Identifiers" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:81 -msgid "Openlibrary key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit/edit_book_form.html:224 -msgid "Inventaire ID:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:97 -msgid "Librarything key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:105 -msgid "Goodreads key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:116 -#: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 -#: bookwyrm/templates/book/readthrough.html:76 -#: bookwyrm/templates/lists/bookmark_button.html:15 -#: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:124 -#: bookwyrm/templates/settings/announcements/announcement_form.html:69 -#: bookwyrm/templates/settings/federation/edit_instance.html:74 -#: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:134 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:64 -#: bookwyrm/templates/shelf/form.html:25 -#: bookwyrm/templates/snippets/reading_modals/layout.html:18 -msgid "Save" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:117 -#: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 -#: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit/edit_book.html:111 -#: bookwyrm/templates/book/readthrough.html:77 -#: bookwyrm/templates/lists/delete_list_modal.html:17 -#: bookwyrm/templates/settings/federation/instance.html:88 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 -#: bookwyrm/templates/snippets/report_modal.html:34 -msgid "Cancel" -msgstr "" - -#: bookwyrm/templates/book/book.html:47 -#: bookwyrm/templates/discover/large-book.html:22 -#: bookwyrm/templates/landing/large-book.html:25 -#: bookwyrm/templates/landing/small-book.html:18 -msgid "by" -msgstr "" - -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 -msgid "Edit Book" -msgstr "" - -#: bookwyrm/templates/book/book.html:73 -#: bookwyrm/templates/book/cover_modal.html:5 -msgid "Add cover" -msgstr "" - -#: bookwyrm/templates/book/book.html:77 -msgid "Failed to load cover" -msgstr "" - -#: bookwyrm/templates/book/book.html:117 -#, python-format -msgid "(%(review_count)s review)" -msgid_plural "(%(review_count)s reviews)" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/book/book.html:129 -msgid "Add Description" -msgstr "" - -#: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit/edit_book_form.html:34 -#: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 -msgid "Description:" -msgstr "" - -#: bookwyrm/templates/book/book.html:150 -#, python-format -msgid "%(count)s editions" -msgstr "" - -#: bookwyrm/templates/book/book.html:158 -#, python-format -msgid "This edition is on your %(shelf_name)s shelf." -msgstr "" - -#: bookwyrm/templates/book/book.html:164 -#, python-format -msgid "A different edition of this book is on your %(shelf_name)s shelf." -msgstr "" - -#: bookwyrm/templates/book/book.html:175 -msgid "Your reading activity" -msgstr "" - -#: bookwyrm/templates/book/book.html:178 -msgid "Add read dates" -msgstr "" - -#: bookwyrm/templates/book/book.html:187 -msgid "Create" -msgstr "" - -#: bookwyrm/templates/book/book.html:197 -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 "" - -#: bookwyrm/templates/book/book.html:229 -msgid "Your comments" -msgstr "" - -#: bookwyrm/templates/book/book.html:235 -msgid "Your quotes" -msgstr "" - -#: bookwyrm/templates/book/book.html:271 -msgid "Subjects" -msgstr "" - -#: bookwyrm/templates/book/book.html:283 -msgid "Places" -msgstr "" - -#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 -#: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 -#: bookwyrm/templates/search/layout.html:25 -#: bookwyrm/templates/search/layout.html:50 -#: bookwyrm/templates/user/layout.html:75 -msgid "Lists" -msgstr "" - -#: bookwyrm/templates/book/book.html:305 -msgid "Add to list" -msgstr "" - -#: bookwyrm/templates/book/book.html:315 -#: bookwyrm/templates/book/cover_modal.html:31 -#: bookwyrm/templates/lists/list.html:181 -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:32 -msgid "Add" -msgstr "" - -#: bookwyrm/templates/book/book_identifiers.html:8 -msgid "ISBN:" -msgstr "" - -#: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:232 -msgid "OCLC Number:" -msgstr "" - -#: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:240 -msgid "ASIN:" -msgstr "" - -#: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:143 -msgid "Upload cover:" -msgstr "" - -#: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 -msgid "Load cover from url:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 -#, python-format -msgid "Edit \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 -msgid "Add Book" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:47 -msgid "Confirm Book Info" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:55 -#, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:68 -msgid "This is a new author" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:75 -#, python-format -msgid "Creating a new author: %(name)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:82 -msgid "Is this an edition of an existing work?" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:90 -msgid "This is a new work" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:97 -#: bookwyrm/templates/password_reset.html:30 -msgid "Confirm" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:99 -#: bookwyrm/templates/feed/status.html:9 -msgid "Back" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:18 -#: bookwyrm/templates/snippets/create_status/review.html:16 -msgid "Title:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:26 -msgid "Subtitle:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:44 -msgid "Series:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:53 -msgid "Series number:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:63 -msgid "Languages:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:74 -msgid "Publication" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:77 -msgid "Publisher:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:86 -msgid "First published date:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:94 -msgid "Published date:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:104 -msgid "Authors" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:112 -#, python-format -msgid "Remove %(name)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:115 -#, python-format -msgid "Author page for %(name)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:122 -msgid "Add Authors:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:123 -msgid "John Doe, Jane Smith" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:132 -#: bookwyrm/templates/shelf/shelf.html:127 -msgid "Cover" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:161 -msgid "Physical Properties" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:166 -#: bookwyrm/templates/book/editions/format_filter.html:5 -msgid "Format:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:177 -msgid "Format details:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:187 -msgid "Pages:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -msgid "Book Identifiers" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:200 -msgid "ISBN 13:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:208 -msgid "ISBN 10:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:216 -msgid "Openlibrary ID:" -msgstr "" - -#: bookwyrm/templates/book/editions/editions.html:4 -#, python-format -msgid "Editions of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/book/editions/editions.html:8 -#, python-format -msgid "Editions of \"%(work_title)s\"" -msgstr "" - -#: bookwyrm/templates/book/editions/format_filter.html:8 -#: bookwyrm/templates/book/editions/language_filter.html:8 -msgid "Any" -msgstr "" - -#: bookwyrm/templates/book/editions/language_filter.html:5 -#: bookwyrm/templates/preferences/edit_user.html:95 -msgid "Language:" -msgstr "" - -#: bookwyrm/templates/book/editions/search_filter.html:5 -msgid "Search editions" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:21 -#, python-format -msgid "%(format)s" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:23 -#, python-format -msgid "%(format)s, %(pages)s pages" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:25 -#, python-format -msgid "%(pages)s pages" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:38 -#, python-format -msgid "%(languages)s language" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:65 -#, python-format -msgid "Published %(date)s by %(publisher)s." -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:67 -#, python-format -msgid "Published %(date)s" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:69 -#, python-format -msgid "Published by %(publisher)s." -msgstr "" - -#: bookwyrm/templates/book/rating.html:13 -msgid "rated it" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:8 -msgid "Progress Updates:" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:13 -msgid "finished" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:24 -msgid "Show all updates" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:40 -msgid "Delete this progress update" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:51 -msgid "started" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:58 -#: bookwyrm/templates/book/readthrough.html:72 -msgid "Edit read dates" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:62 -msgid "Delete these read dates" -msgstr "" - -#: bookwyrm/templates/components/inline_form.html:8 -#: bookwyrm/templates/components/modal.html:11 -#: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/layout.html:71 -#: bookwyrm/templates/get_started/layout.html:20 -#: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:49 -#: bookwyrm/templates/snippets/announcement.html:18 -msgid "Close" -msgstr "" - -#: bookwyrm/templates/components/tooltip.html:3 -msgid "Help" -msgstr "" - -#: bookwyrm/templates/compose.html:5 bookwyrm/templates/compose.html:8 -msgid "Compose status" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:4 -msgid "Confirm email" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:7 -msgid "Confirm your email address" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:13 -msgid "A confirmation code has been sent to the email address you used to register your account." -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:15 -msgid "Sorry! We couldn't find that code." -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:19 -#: bookwyrm/templates/settings/users/user_info.html:85 -msgid "Confirmation code:" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:93 -#: bookwyrm/templates/snippets/report_modal.html:33 -msgid "Submit" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:32 -msgid "Can't find your code?" -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_form.html:4 -msgid "Resend confirmation link" -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_form.html:11 -#: bookwyrm/templates/landing/layout.html:67 -#: bookwyrm/templates/password_reset_request.html:18 -#: bookwyrm/templates/preferences/edit_user.html:56 -#: bookwyrm/templates/snippets/register_form.html:13 -msgid "Email address:" -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_form.html:17 -msgid "Resend link" -msgstr "" - -#: bookwyrm/templates/directory/community_filter.html:5 -msgid "Community" -msgstr "" - -#: bookwyrm/templates/directory/community_filter.html:8 -msgid "Local users" -msgstr "" - -#: bookwyrm/templates/directory/community_filter.html:12 -msgid "Federated community" -msgstr "" - -#: bookwyrm/templates/directory/directory.html:4 -#: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 -msgid "Directory" -msgstr "" - -#: bookwyrm/templates/directory/directory.html:17 -msgid "Make your profile discoverable to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/directory/directory.html:24 -#, python-format -msgid "You can opt-out at any time in your profile settings." -msgstr "" - -#: bookwyrm/templates/directory/directory.html:29 -#: bookwyrm/templates/feed/goal_card.html:17 -#: bookwyrm/templates/snippets/announcement.html:34 -msgid "Dismiss message" -msgstr "" - -#: bookwyrm/templates/directory/sort_filter.html:5 -msgid "Order by" -msgstr "" - -#: bookwyrm/templates/directory/sort_filter.html:8 -msgid "Recently active" -msgstr "" - -#: bookwyrm/templates/directory/sort_filter.html:9 -msgid "Suggested" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:17 -#: bookwyrm/templates/directory/user_card.html:18 -#: bookwyrm/templates/user/user_preview.html:16 -#: bookwyrm/templates/user/user_preview.html:17 -msgid "Locked account" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:40 -msgid "follower you follow" -msgid_plural "followers you follow" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/directory/user_card.html:47 -msgid "book on your shelves" -msgid_plural "books on your shelves" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/directory/user_card.html:55 -msgid "posts" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:61 -msgid "last active" -msgstr "" - -#: bookwyrm/templates/directory/user_type_filter.html:5 -msgid "User type" -msgstr "" - -#: bookwyrm/templates/directory/user_type_filter.html:8 -msgid "BookWyrm users" -msgstr "" - -#: bookwyrm/templates/directory/user_type_filter.html:12 -msgid "All known users" -msgstr "" - -#: bookwyrm/templates/discover/discover.html:4 -#: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:78 -msgid "Discover" -msgstr "" - -#: bookwyrm/templates/discover/discover.html:12 -#, python-format -msgid "See what's new in the local %(site_name)s community" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:46 -#: bookwyrm/templates/discover/small-book.html:32 -msgid "rated" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:48 -#: bookwyrm/templates/discover/small-book.html:34 -msgid "reviewed" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:50 -#: bookwyrm/templates/discover/small-book.html:36 -msgid "commented on" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:52 -#: bookwyrm/templates/discover/small-book.html:38 -msgid "quoted" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:68 -#: bookwyrm/templates/discover/small-book.html:52 -msgid "View status" -msgstr "" - -#: bookwyrm/templates/email/confirm/html_content.html:6 -#: bookwyrm/templates/email/confirm/text_content.html:4 -#, python-format -msgid "One last step before you join %(site_name)s! Please confirm your email address by clicking the link below:" -msgstr "" - -#: bookwyrm/templates/email/confirm/html_content.html:11 -msgid "Confirm Email" -msgstr "" - -#: bookwyrm/templates/email/confirm/html_content.html:15 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -msgstr "" - -#: bookwyrm/templates/email/confirm/subject.html:2 -msgid "Please confirm your email" -msgstr "" - -#: bookwyrm/templates/email/confirm/text_content.html:10 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -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 %(site_name)s" -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 about this instance." -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/feed/direct_messages.html:8 -#, python-format -msgid "Direct Messages with %(username)s" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 -msgid "Direct Messages" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:13 -msgid "All messages" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:22 -msgid "You have no messages right now." -msgstr "" - -#: bookwyrm/templates/feed/feed.html:22 -#, python-format -msgid "load 0 unread status(es)" -msgstr "" - -#: bookwyrm/templates/feed/feed.html:38 -msgid "There aren't any activities right now! Try following a user to get started" -msgstr "" - -#: bookwyrm/templates/feed/goal_card.html:6 -#: bookwyrm/templates/feed/layout.html:90 -#: bookwyrm/templates/user/goal_form.html:6 -#, python-format -msgid "%(year)s Reading Goal" -msgstr "" - -#: bookwyrm/templates/feed/goal_card.html:18 -#, python-format -msgid "You can set or change your reading goal any time from your profile page" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:5 -msgid "Updates" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:12 -#: bookwyrm/templates/user/books_header.html:3 -msgid "Your books" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:14 -msgid "There are no books here right now! Try searching for a book to get started" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:25 -#: bookwyrm/templates/shelf/shelf.html:38 -msgid "To Read" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:26 -#: bookwyrm/templates/shelf/shelf.html:40 -msgid "Currently Reading" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:27 -#: bookwyrm/templates/shelf/shelf.html:42 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:23 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:12 -msgid "Read" -msgstr "" - -#: bookwyrm/templates/feed/suggested_users.html:5 -#: bookwyrm/templates/get_started/users.html:6 -msgid "Who to follow" -msgstr "" - -#: bookwyrm/templates/feed/suggested_users.html:9 -msgid "Don't show suggested users" -msgstr "" - -#: bookwyrm/templates/feed/suggested_users.html:14 -msgid "View directory" -msgstr "" - -#: bookwyrm/templates/get_started/book_preview.html:6 -#, python-format -msgid "Have you read %(book_title)s?" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:6 -msgid "What are you reading?" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:45 bookwyrm/templates/lists/list.html:137 -msgid "Search for a book" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "No books found for \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "You can add books when you start using %(site_name)s." -msgstr "" - -#: bookwyrm/templates/get_started/books.html:16 -#: bookwyrm/templates/get_started/books.html:17 -#: bookwyrm/templates/get_started/users.html:18 -#: bookwyrm/templates/get_started/users.html:19 -#: bookwyrm/templates/layout.html:51 bookwyrm/templates/layout.html:52 -#: bookwyrm/templates/lists/list.html:141 -#: bookwyrm/templates/search/layout.html:4 -#: bookwyrm/templates/search/layout.html:9 -msgid "Search" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:27 -msgid "Suggested Books" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:46 -#, python-format -msgid "Popular on %(site_name)s" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:58 -#: bookwyrm/templates/lists/list.html:154 -msgid "No books found" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:63 -#: bookwyrm/templates/get_started/profile.html:54 -msgid "Save & continue" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:5 -#: bookwyrm/templates/landing/layout.html:5 -msgid "Welcome" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:15 -#, python-format -msgid "Welcome to %(site_name)s!" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:17 -msgid "These are some first steps to get you started." -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:31 -#: bookwyrm/templates/get_started/profile.html:6 -msgid "Create your profile" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:35 -msgid "Add books" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:39 -msgid "Find friends" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:45 -msgid "Skip this step" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:49 -msgid "Finish" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:15 -#: bookwyrm/templates/preferences/edit_user.html:42 -msgid "Display name:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:22 -#: bookwyrm/templates/preferences/edit_user.html:49 -msgid "Summary:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:23 -msgid "A little bit about you" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:32 -#: bookwyrm/templates/preferences/edit_user.html:27 -msgid "Avatar:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:110 -msgid "Manually approve followers:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:48 -#: bookwyrm/templates/preferences/edit_user.html:80 -msgid "Show this account in suggested users:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:52 -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/get_started/users.html:11 -msgid "Search for a user" -msgstr "" - -#: bookwyrm/templates/get_started/users.html:13 -#, python-format -msgid "No users found for \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/import/import.html:5 -#: bookwyrm/templates/import/import.html:9 -#: bookwyrm/templates/shelf/shelf.html:57 -msgid "Import Books" -msgstr "" - -#: bookwyrm/templates/import/import.html:18 -msgid "Data source:" -msgstr "" - -#: bookwyrm/templates/import/import.html:37 -msgid "Data file:" -msgstr "" - -#: bookwyrm/templates/import/import.html:45 -msgid "Include reviews" -msgstr "" - -#: bookwyrm/templates/import/import.html:50 -msgid "Privacy setting for imported reviews:" -msgstr "" - -#: bookwyrm/templates/import/import.html:56 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:64 -msgid "Import" -msgstr "" - -#: bookwyrm/templates/import/import.html:61 -msgid "Recent Imports" -msgstr "" - -#: bookwyrm/templates/import/import.html:63 -msgid "No recent imports" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:6 -#: bookwyrm/templates/import/import_status.html:10 -msgid "Import Status" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:11 -msgid "Back to imports" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:15 -msgid "Import started:" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:20 -msgid "Import completed:" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:24 -msgid "TASK FAILED" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:32 -msgid "Import still in progress." -msgstr "" - -#: bookwyrm/templates/import/import_status.html:34 -msgid "(Hit reload to update!)" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:41 -msgid "Failed to load" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:50 -#, python-format -msgid "Jump to the bottom of the list to select the %(failed_count)s items which failed to import." -msgstr "" - -#: bookwyrm/templates/import/import_status.html:62 -#, python-format -msgid "Line %(index)s: %(title)s by %(author)s" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:82 -msgid "Select all" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:85 -msgid "Retry items" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:112 -msgid "Successfully imported" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:114 -msgid "Import Progress" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:119 -msgid "Book" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:122 -#: bookwyrm/templates/shelf/shelf.html:128 -#: bookwyrm/templates/shelf/shelf.html:148 -msgid "Title" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:125 -#: bookwyrm/templates/shelf/shelf.html:129 -#: bookwyrm/templates/shelf/shelf.html:151 -msgid "Author" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:148 -msgid "Imported" -msgstr "" - -#: bookwyrm/templates/import/tooltip.html:6 -msgid "You can download your GoodReads data from the Import/Export page of your GoodReads account." -msgstr "" - -#: bookwyrm/templates/invite.html:4 bookwyrm/templates/invite.html:8 -#: bookwyrm/templates/login.html:49 -msgid "Create an Account" -msgstr "" - -#: bookwyrm/templates/invite.html:21 -msgid "Permission Denied" -msgstr "" - -#: bookwyrm/templates/invite.html:22 -msgid "Sorry! This invite code is no longer valid." -msgstr "" - -#: bookwyrm/templates/landing/about.html:7 -#, python-format -msgid "About %(site_name)s" -msgstr "" - -#: bookwyrm/templates/landing/about.html:10 -#: bookwyrm/templates/landing/about.html:20 -msgid "Code of Conduct" -msgstr "" - -#: bookwyrm/templates/landing/about.html:13 -#: bookwyrm/templates/landing/about.html:29 -msgid "Privacy Policy" -msgstr "" - -#: bookwyrm/templates/landing/landing.html:6 -msgid "Recent Books" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:17 -msgid "Decentralized" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:23 -msgid "Friendly" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:29 -msgid "Anti-Corporate" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:45 -#, python-format -msgid "Join %(name)s" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:47 -msgid "Request an Invitation" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:49 -#, python-format -msgid "%(name)s registration is closed" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:60 -msgid "Thank you! Your request has been received." -msgstr "" - -#: bookwyrm/templates/landing/layout.html:82 -msgid "Your Account" -msgstr "" - -#: bookwyrm/templates/layout.html:13 -#, python-format -msgid "%(site_name)s search" -msgstr "" - -#: bookwyrm/templates/layout.html:43 -msgid "Search for a book, user, or list" -msgstr "" - -#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 -msgid "Main navigation menu" -msgstr "" - -#: bookwyrm/templates/layout.html:72 -msgid "Feed" -msgstr "" - -#: bookwyrm/templates/layout.html:106 -msgid "Your Books" -msgstr "" - -#: bookwyrm/templates/layout.html:116 -msgid "Settings" -msgstr "" - -#: bookwyrm/templates/layout.html:125 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 -#: bookwyrm/templates/settings/invites/manage_invites.html:3 -#: bookwyrm/templates/settings/invites/manage_invites.html:15 -#: bookwyrm/templates/settings/layout.html:40 -msgid "Invites" -msgstr "" - -#: bookwyrm/templates/layout.html:132 -msgid "Admin" -msgstr "" - -#: bookwyrm/templates/layout.html:139 -msgid "Log out" -msgstr "" - -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications/notifications_page.html:5 -#: bookwyrm/templates/notifications/notifications_page.html:10 -msgid "Notifications" -msgstr "" - -#: bookwyrm/templates/layout.html:170 bookwyrm/templates/layout.html:174 -#: bookwyrm/templates/login.html:21 -#: bookwyrm/templates/snippets/register_form.html:4 -msgid "Username:" -msgstr "" - -#: bookwyrm/templates/layout.html:175 -msgid "password" -msgstr "" - -#: bookwyrm/templates/layout.html:176 bookwyrm/templates/login.html:40 -msgid "Forgot your password?" -msgstr "" - -#: bookwyrm/templates/layout.html:179 bookwyrm/templates/login.html:7 -#: bookwyrm/templates/login.html:37 -msgid "Log in" -msgstr "" - -#: bookwyrm/templates/layout.html:187 -msgid "Join" -msgstr "" - -#: bookwyrm/templates/layout.html:221 -msgid "Successfully posted status" -msgstr "" - -#: bookwyrm/templates/layout.html:222 -msgid "Error posting status" -msgstr "" - -#: bookwyrm/templates/layout.html:230 -msgid "About this instance" -msgstr "" - -#: bookwyrm/templates/layout.html:234 -msgid "Contact site admin" -msgstr "" - -#: bookwyrm/templates/layout.html:238 -msgid "Documentation" -msgstr "" - -#: bookwyrm/templates/layout.html:245 -#, python-format -msgid "Support %(site_name)s on %(support_title)s" -msgstr "" - -#: bookwyrm/templates/layout.html:249 -msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." -msgstr "" - -#: bookwyrm/templates/lists/bookmark_button.html:30 -msgid "Un-save" -msgstr "" - -#: bookwyrm/templates/lists/create_form.html:5 -#: bookwyrm/templates/lists/lists.html:20 -msgid "Create List" -msgstr "" - -#: bookwyrm/templates/lists/created_text.html:5 -#, python-format -msgid "Created and curated by %(username)s" -msgstr "" - -#: bookwyrm/templates/lists/created_text.html:7 -#, python-format -msgid "Created by %(username)s" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:8 -msgid "Pending Books" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:11 -msgid "Go to list" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:15 -msgid "You're all set!" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:45 -msgid "Suggested by" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:57 -msgid "Approve" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:63 -msgid "Discard" -msgstr "" - -#: bookwyrm/templates/lists/delete_list_modal.html:4 -msgid "Delete this list?" -msgstr "" - -#: bookwyrm/templates/lists/delete_list_modal.html:7 -msgid "This action cannot be un-done" -msgstr "" - -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/settings/announcements/announcement.html:20 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:36 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:15 -#: bookwyrm/templates/snippets/follow_request_buttons.html:12 -msgid "Delete" -msgstr "" - -#: bookwyrm/templates/lists/edit_form.html:5 -#: bookwyrm/templates/lists/layout.html:16 -msgid "Edit List" -msgstr "" - -#: bookwyrm/templates/lists/form.html:18 -msgid "List curation:" -msgstr "" - -#: bookwyrm/templates/lists/form.html:21 -msgid "Closed" -msgstr "" - -#: bookwyrm/templates/lists/form.html:22 -msgid "Only you can add and remove books to this list" -msgstr "" - -#: bookwyrm/templates/lists/form.html:26 -msgid "Curated" -msgstr "" - -#: bookwyrm/templates/lists/form.html:27 -msgid "Anyone can suggest books, subject to your approval" -msgstr "" - -#: bookwyrm/templates/lists/form.html:31 -msgctxt "curation type" -msgid "Open" -msgstr "" - -#: bookwyrm/templates/lists/form.html:32 -msgid "Anyone can add books to this list" -msgstr "" - -#: bookwyrm/templates/lists/form.html:50 -msgid "Delete list" -msgstr "" - -#: bookwyrm/templates/lists/list.html:20 -msgid "You successfully suggested a book for this list!" -msgstr "" - -#: bookwyrm/templates/lists/list.html:22 -msgid "You successfully added a book to this list!" -msgstr "" - -#: bookwyrm/templates/lists/list.html:28 -msgid "This list is currently empty" -msgstr "" - -#: bookwyrm/templates/lists/list.html:66 -#, python-format -msgid "Added by %(username)s" -msgstr "" - -#: bookwyrm/templates/lists/list.html:75 -msgid "List position" -msgstr "" - -#: bookwyrm/templates/lists/list.html:81 -msgid "Set" -msgstr "" - -#: bookwyrm/templates/lists/list.html:91 -#: bookwyrm/templates/snippets/shelf_selector.html:26 -msgid "Remove" -msgstr "" - -#: bookwyrm/templates/lists/list.html:105 -#: bookwyrm/templates/lists/list.html:122 -msgid "Sort List" -msgstr "" - -#: bookwyrm/templates/lists/list.html:115 -msgid "Direction" -msgstr "" - -#: bookwyrm/templates/lists/list.html:129 -msgid "Add Books" -msgstr "" - -#: bookwyrm/templates/lists/list.html:131 -msgid "Suggest Books" -msgstr "" - -#: bookwyrm/templates/lists/list.html:142 -msgid "search" -msgstr "" - -#: bookwyrm/templates/lists/list.html:148 -msgid "Clear search" -msgstr "" - -#: bookwyrm/templates/lists/list.html:153 -#, python-format -msgid "No books found matching the query \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/lists/list.html:181 -msgid "Suggest" -msgstr "" - -#: bookwyrm/templates/lists/list_items.html:15 -msgid "Saved" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:14 bookwyrm/templates/user/lists.html:9 -msgid "Your Lists" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:35 -msgid "All Lists" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:39 -msgid "Saved Lists" -msgstr "" - -#: bookwyrm/templates/login.html:4 -msgid "Login" -msgstr "" - -#: bookwyrm/templates/login.html:15 -msgid "Success! Email address confirmed." -msgstr "" - -#: bookwyrm/templates/login.html:27 bookwyrm/templates/password_reset.html:17 -#: bookwyrm/templates/snippets/register_form.html:22 -msgid "Password:" -msgstr "" - -#: bookwyrm/templates/login.html:62 -msgid "More about this site" -msgstr "" - -#: bookwyrm/templates/notifications/items/add.html:24 -#, python-format -msgid "added %(book_title)s to your list \"%(list_name)s\"" -msgstr "" - -#: bookwyrm/templates/notifications/items/add.html:31 -#, python-format -msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:19 -#, python-format -msgid "boosted your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:25 -#, python-format -msgid "boosted your comment on%(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:31 -#, python-format -msgid "boosted your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:37 -#, python-format -msgid "boosted your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:19 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:25 -#, python-format -msgid "favorited your comment on%(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:31 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:37 -#, python-format -msgid "favorited your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/follow.html:15 -msgid "followed you" -msgstr "" - -#: bookwyrm/templates/notifications/items/follow_request.html:11 -msgid "sent you a follow request" -msgstr "" - -#: bookwyrm/templates/notifications/items/import.html:14 -#, python-format -msgid "Your import completed." -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:20 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:26 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:32 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:38 -#, python-format -msgid "mentioned you in a status" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:21 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:27 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:33 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:39 -#, python-format -msgid "replied to your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/report.html:15 -#, python-format -msgid "A new report needs moderation." -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:18 -msgid "Delete notifications" -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:29 -msgid "All" -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:33 -msgid "Mentions" -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:45 -msgid "You're all caught up!" -msgstr "" - -#: bookwyrm/templates/password_reset.html:23 -#: bookwyrm/templates/preferences/change_password.html:18 -#: bookwyrm/templates/preferences/delete_user.html:20 -msgid "Confirm password:" -msgstr "" - -#: 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:28 -msgid "Reset password" -msgstr "" - -#: bookwyrm/templates/preferences/blocks.html:4 -#: bookwyrm/templates/preferences/blocks.html:7 -#: bookwyrm/templates/preferences/layout.html:31 -msgid "Blocked Users" -msgstr "" - -#: bookwyrm/templates/preferences/blocks.html:12 -msgid "No users currently blocked." -msgstr "" - -#: bookwyrm/templates/preferences/change_password.html:4 -#: bookwyrm/templates/preferences/change_password.html:7 -#: bookwyrm/templates/preferences/change_password.html:21 -#: bookwyrm/templates/preferences/layout.html:20 -msgid "Change Password" -msgstr "" - -#: bookwyrm/templates/preferences/change_password.html:14 -msgid "New password:" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:4 -#: bookwyrm/templates/preferences/delete_user.html:7 -#: bookwyrm/templates/preferences/delete_user.html:26 -#: bookwyrm/templates/preferences/layout.html:24 -#: bookwyrm/templates/settings/users/delete_user_form.html:23 -msgid "Delete Account" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:12 -msgid "Permanently delete account" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:14 -msgid "Deleting your account cannot be undone. The username will not be available to register in the future." -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:4 -#: bookwyrm/templates/preferences/edit_user.html:7 -#: bookwyrm/templates/preferences/layout.html:15 -msgid "Edit Profile" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:12 -#: bookwyrm/templates/preferences/edit_user.html:25 -#: bookwyrm/templates/settings/users/user_info.html:7 -msgid "Profile" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:13 -#: bookwyrm/templates/preferences/edit_user.html:68 -msgid "Display preferences" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:106 -msgid "Privacy" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:72 -msgid "Show reading goal prompt in feed:" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:76 -msgid "Show suggested users:" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:85 -#, python-format -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:89 -msgid "Preferred Timezone: " -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:116 -msgid "Default post privacy:" -msgstr "" - -#: bookwyrm/templates/preferences/layout.html:11 -msgid "Account" -msgstr "" - -#: bookwyrm/templates/preferences/layout.html:27 -msgid "Relationships" -msgstr "" - -#: bookwyrm/templates/reading_progress/finish.html:5 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/reading_progress/start.html:5 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/reading_progress/want.html:5 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 -msgid "Open" -msgstr "" - -#: bookwyrm/templates/search/book.html:85 -msgid "Import book" -msgstr "" - -#: bookwyrm/templates/search/book.html:107 -msgid "Load results from other catalogues" -msgstr "" - -#: bookwyrm/templates/search/book.html:111 -msgid "Manually add book" -msgstr "" - -#: bookwyrm/templates/search/book.html:116 -msgid "Log in to import or add books." -msgstr "" - -#: bookwyrm/templates/search/layout.html:16 -msgid "Search query" -msgstr "" - -#: bookwyrm/templates/search/layout.html:19 -msgid "Search type" -msgstr "" - -#: bookwyrm/templates/search/layout.html:23 -#: bookwyrm/templates/search/layout.html:46 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 -#: bookwyrm/templates/settings/federation/instance_list.html:44 -#: bookwyrm/templates/settings/layout.html:34 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 -msgid "Users" -msgstr "" - -#: bookwyrm/templates/search/layout.html:58 -#, python-format -msgid "No results found for \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:3 -#: bookwyrm/templates/settings/announcements/announcement.html:6 -msgid "Announcement" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:7 -#: bookwyrm/templates/settings/federation/instance.html:13 -msgid "Back to list" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:11 -#: bookwyrm/templates/settings/announcements/announcement_form.html:6 -msgid "Edit Announcement" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:35 -msgid "Visible:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:38 -msgid "True" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:40 -msgid "False" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:47 -#: bookwyrm/templates/settings/announcements/announcement_form.html:40 -#: bookwyrm/templates/settings/dashboard/dashboard.html:71 -msgid "Start date:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:54 -#: bookwyrm/templates/settings/announcements/announcement_form.html:49 -#: bookwyrm/templates/settings/dashboard/dashboard.html:77 -msgid "End date:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:60 -#: bookwyrm/templates/settings/announcements/announcement_form.html:58 -msgid "Active:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:8 -#: bookwyrm/templates/settings/announcements/announcements.html:8 -msgid "Create Announcement" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:16 -msgid "Preview:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:23 -msgid "Content:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:30 -msgid "Event date:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:3 -#: bookwyrm/templates/settings/announcements/announcements.html:5 -#: bookwyrm/templates/settings/layout.html:72 -msgid "Announcements" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:22 -#: bookwyrm/templates/settings/federation/instance_list.html:36 -msgid "Date added" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:26 -msgid "Preview" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:30 -msgid "Start date" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:34 -msgid "End date" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:38 -#: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 -#: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 -#: bookwyrm/templates/settings/users/user_info.html:20 -msgid "Status" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "active" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "inactive" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:52 -msgid "No announcements found" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:6 -#: bookwyrm/templates/settings/dashboard/dashboard.html:8 -#: bookwyrm/templates/settings/layout.html:26 -msgid "Dashboard" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 -msgid "Total users" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/user_chart.html:16 -msgid "Active this month" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:27 -msgid "Statuses" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:33 -#: bookwyrm/templates/settings/dashboard/works_chart.html:11 -msgid "Works" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:43 -#, python-format -msgid "%(display_count)s open report" -msgid_plural "%(display_count)s open reports" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 -#, python-format -msgid "%(display_count)s invite request" -msgid_plural "%(display_count)s invite requests" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 -msgid "Instance Activity" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:83 -msgid "Interval:" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:87 -msgid "Days" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 -msgid "Weeks" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 -msgid "User signup activity" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:112 -msgid "Status activity" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:118 -msgid "Works created" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 -msgid "Registrations" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/status_chart.html:11 -msgid "Statuses posted" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/user_chart.html:11 -msgid "Total" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:10 -msgid "Add domain" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:11 -msgid "Domain:" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:59 -msgid "Email Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:18 -msgid "When someone tries to register with an email from this domain, no account will be created. The registration process will appear to have worked." -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:25 -msgid "Domain" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:29 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:27 -msgid "Options" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:38 -#, python-format -msgid "%(display_count)s user" -msgid_plural "%(display_count)s users" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59 -msgid "No email domains currently blocked" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:3 -#: bookwyrm/templates/settings/federation/edit_instance.html:6 -#: bookwyrm/templates/settings/federation/edit_instance.html:20 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:3 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:20 -#: bookwyrm/templates/settings/federation/instance_list.html:9 -#: bookwyrm/templates/settings/federation/instance_list.html:10 -msgid "Add instance" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:7 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:7 -msgid "Back to instance list" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:16 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:16 -msgid "Import block list" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:30 -msgid "Instance:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:39 -#: bookwyrm/templates/settings/federation/instance.html:28 -#: bookwyrm/templates/settings/users/user_info.html:106 -msgid "Status:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:52 -#: bookwyrm/templates/settings/federation/instance.html:22 -#: bookwyrm/templates/settings/users/user_info.html:100 -msgid "Software:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:61 -#: bookwyrm/templates/settings/federation/instance.html:25 -#: bookwyrm/templates/settings/users/user_info.html:103 -msgid "Version:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:70 -msgid "Notes:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:19 -msgid "Details" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:35 -#: bookwyrm/templates/user/layout.html:63 -msgid "Activity" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:38 -msgid "Users:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:41 -#: bookwyrm/templates/settings/federation/instance.html:47 -msgid "View all" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:44 -#: bookwyrm/templates/settings/users/user_info.html:56 -msgid "Reports:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:50 -msgid "Followed by us:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:55 -msgid "Followed by them:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:60 -msgid "Blocked by us:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:72 -#: bookwyrm/templates/settings/users/user_info.html:110 -msgid "Notes" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:75 -msgid "Edit" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:79 -msgid "No notes" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:94 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:8 -msgid "Actions" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:98 -#: bookwyrm/templates/snippets/block_button.html:5 -msgid "Block" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:99 -msgid "All users from this instance will be deactivated." -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:104 -#: bookwyrm/templates/snippets/block_button.html:10 -msgid "Un-block" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:105 -msgid "All users from this instance will be re-activated." -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:6 -msgid "Import Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:26 -#: bookwyrm/templates/snippets/goal_progress.html:7 -msgid "Success!" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:30 -msgid "Successfully blocked:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:32 -msgid "Failed:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:3 -#: bookwyrm/templates/settings/federation/instance_list.html:5 -#: bookwyrm/templates/settings/layout.html:45 -msgid "Federated Instances" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:32 -#: bookwyrm/templates/settings/users/server_filter.html:5 -msgid "Instance name" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:40 -msgid "Software" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:63 -msgid "No instances found" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:4 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:11 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:25 -#: bookwyrm/templates/settings/invites/manage_invites.html:11 -msgid "Invite Requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:23 -msgid "Ignored Invite Requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:35 -msgid "Date requested" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:39 -msgid "Date accepted" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 -msgid "Email" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 -msgid "Action" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 -msgid "No requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 -#: bookwyrm/templates/settings/invites/status_filter.html:16 -msgid "Accepted" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 -#: bookwyrm/templates/settings/invites/status_filter.html:12 -msgid "Sent" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 -#: bookwyrm/templates/settings/invites/status_filter.html:8 -msgid "Requested" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 -msgid "Send invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 -msgid "Re-send invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 -msgid "Ignore" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 -msgid "Un-ignore" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 -msgid "Back to pending requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 -msgid "View ignored requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:21 -msgid "Generate New Invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:27 -msgid "Expiry:" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:33 -msgid "Use limit:" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:40 -msgid "Create Invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:47 -msgid "Link" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:48 -msgid "Expires" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:49 -msgid "Max uses" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:50 -msgid "Times used" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:53 -msgid "No active invites" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10 -msgid "Add IP address" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11 -msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page." -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18 -msgid "IP Address:" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:63 -msgid "IP Address Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18 -msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application." -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24 -msgid "Address" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46 -msgid "No IP addresses currently blocked" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6 -msgid "You can block IP ranges using CIDR syntax." -msgstr "" - -#: bookwyrm/templates/settings/layout.html:4 -msgid "Administration" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:29 -msgid "Manage Users" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:51 -msgid "Moderation" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:55 -#: bookwyrm/templates/settings/reports/reports.html:8 -#: bookwyrm/templates/settings/reports/reports.html:17 -msgid "Reports" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:68 -msgid "Instance Settings" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:76 -#: bookwyrm/templates/settings/site.html:4 -#: bookwyrm/templates/settings/site.html:6 -msgid "Site Settings" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:5 -#: bookwyrm/templates/settings/reports/report.html:8 -#: bookwyrm/templates/settings/reports/report_preview.html:6 -#, python-format -msgid "Report #%(report_id)s: %(username)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:9 -msgid "Back to reports" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:23 -msgid "Moderator Comments" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:41 -#: bookwyrm/templates/snippets/create_status.html:28 -msgid "Comment" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:46 -msgid "Reported statuses" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:48 -msgid "No statuses reported" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:54 -msgid "Status has been deleted" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:13 -msgid "No notes provided" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:20 -#, python-format -msgid "Reported by %(username)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:30 -msgid "Re-open" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:32 -msgid "Resolve" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:6 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:14 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:28 -msgid "Resolved" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:37 -msgid "No reports found." -msgstr "" - -#: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 -msgid "Instance Info" -msgstr "" - -#: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 -msgid "Images" -msgstr "" - -#: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 -msgid "Footer Content" -msgstr "" - -#: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 -msgid "Registration" -msgstr "" - -#: bookwyrm/templates/settings/site.html:24 -msgid "Instance Name:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:28 -msgid "Tagline:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:32 -msgid "Instance description:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:36 -msgid "Short description:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:37 -msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support html or markdown." -msgstr "" - -#: bookwyrm/templates/settings/site.html:41 -msgid "Code of conduct:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:45 -msgid "Privacy Policy:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:57 -msgid "Logo:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:61 -msgid "Logo small:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:65 -msgid "Favicon:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:77 -msgid "Support link:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:81 -msgid "Support title:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:85 -msgid "Admin email:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:89 -msgid "Additional info:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:103 -msgid "Allow registration" -msgstr "" - -#: bookwyrm/templates/settings/site.html:109 -msgid "Allow invite requests" -msgstr "" - -#: bookwyrm/templates/settings/site.html:115 -msgid "Require users to confirm email address" -msgstr "" - -#: bookwyrm/templates/settings/site.html:117 -msgid "(Recommended if registration is open)" -msgstr "" - -#: bookwyrm/templates/settings/site.html:120 -msgid "Registration closed text:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:124 -msgid "Invite request text:" -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:5 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:31 -msgid "Permanently delete user" -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:12 -#, python-format -msgid "Are you sure you want to delete %(username)s's account? This action cannot be undone. To proceed, please enter your password to confirm deletion." -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:17 -msgid "Your password:" -msgstr "" - -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:7 -#, python-format -msgid "Users: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:22 -#: bookwyrm/templates/settings/users/username_filter.html:5 -msgid "Username" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:26 -msgid "Date Added" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:30 -msgid "Last Active" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:38 -msgid "Remote instance" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:24 -msgid "Active" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:28 -msgid "Inactive" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:52 -#: bookwyrm/templates/settings/users/user_info.html:120 -msgid "Not set" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:16 -msgid "View user profile" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:36 -msgid "Local" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:38 -msgid "Remote" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:47 -msgid "User details" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:51 -msgid "Email:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:61 -msgid "(View reports)" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:67 -msgid "Blocked by count:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:70 -msgid "Last active date:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:73 -msgid "Manually approved followers:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:76 -msgid "Discoverable:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:80 -msgid "Deactivation reason:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:95 -msgid "Instance details" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:117 -msgid "View instance" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:5 -msgid "Permanently deleted" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:13 -#: bookwyrm/templates/snippets/status/status_options.html:35 -#: bookwyrm/templates/snippets/user_options.html:13 -msgid "Send direct message" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:20 -msgid "Suspend user" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:25 -msgid "Un-suspend user" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:47 -msgid "Access level:" -msgstr "" - -#: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" -msgstr "" - -#: bookwyrm/templates/shelf/edit_shelf_form.html:5 -msgid "Edit Shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 -msgid "All books" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:55 -msgid "Create shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:77 -#, python-format -msgid "%(formatted_count)s book" -msgid_plural "%(formatted_count)s books" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/shelf/shelf.html:84 -#, python-format -msgid "(showing %(start)s-%(end)s)" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:96 -msgid "Edit shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:104 -msgid "Delete shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:130 -#: bookwyrm/templates/shelf/shelf.html:154 -msgid "Shelved" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:131 -#: bookwyrm/templates/shelf/shelf.html:158 -msgid "Started" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:132 -#: bookwyrm/templates/shelf/shelf.html:161 -msgid "Finished" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:187 -msgid "This shelf is empty." -msgstr "" - -#: bookwyrm/templates/snippets/announcement.html:31 -#, python-format -msgid "Posted by %(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/authors.html:22 -#, python-format -msgid "and %(remainder_count_display)s other" -msgid_plural "and %(remainder_count_display)s others" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/book_cover.html:61 -msgid "No cover" -msgstr "" - -#: bookwyrm/templates/snippets/book_titleby.html:6 -#, python-format -msgid "%(title)s by" -msgstr "" - -#: bookwyrm/templates/snippets/boost_button.html:20 -#: bookwyrm/templates/snippets/boost_button.html:21 -msgid "Boost" -msgstr "" - -#: bookwyrm/templates/snippets/boost_button.html:33 -#: bookwyrm/templates/snippets/boost_button.html:34 -msgid "Un-boost" -msgstr "" - -#: bookwyrm/templates/snippets/create_status.html:17 -msgid "Review" -msgstr "" - -#: bookwyrm/templates/snippets/create_status.html:39 -msgid "Quote" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:15 -msgid "Some thoughts on the book" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:26 -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:15 -msgid "Progress:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:52 -#: bookwyrm/templates/snippets/progress_field.html:18 -msgid "pages" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:58 -#: bookwyrm/templates/snippets/progress_field.html:23 -msgid "percent" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:65 -#, python-format -msgid "of %(pages)s pages" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:34 -#: bookwyrm/templates/snippets/status/layout.html:52 -#: bookwyrm/templates/snippets/status/layout.html:53 -msgid "Reply" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -msgid "Content" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 -msgid "Include spoiler alert" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/layout.html:41 -#: bookwyrm/templates/snippets/reading_modals/form.html:7 -msgid "Comment:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 -#: bookwyrm/templates/snippets/privacy-icons.html:15 -#: bookwyrm/templates/snippets/privacy-icons.html:16 -#: bookwyrm/templates/snippets/privacy_select.html:20 -msgid "Private" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 -msgid "Post" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:17 -msgid "Quote:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:25 -#, python-format -msgid "An excerpt from '%(book_title)s'" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:32 -msgid "Position:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:45 -msgid "On page:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:51 -msgid "At percent:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/review.html:25 -#, python-format -msgid "Your review of '%(book_title)s'" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/review.html:40 -msgid "Review:" -msgstr "" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:4 -msgid "Delete these read dates?" -msgstr "" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:7 -#, python-format -msgid "You are deleting this readthrough and its %(count)s associated progress updates." -msgstr "" - -#: bookwyrm/templates/snippets/fav_button.html:16 -#: bookwyrm/templates/snippets/fav_button.html:17 -msgid "Like" -msgstr "" - -#: bookwyrm/templates/snippets/fav_button.html:30 -#: bookwyrm/templates/snippets/fav_button.html:31 -msgid "Un-like" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:7 -msgid "Show filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:9 -msgid "Hide filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:22 -msgid "Apply filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:26 -msgid "Clear filters" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:14 -#, python-format -msgid "Follow @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:16 -msgid "Follow" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:25 -msgid "Undo follow request" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:30 -#, python-format -msgid "Unfollow @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:32 -msgid "Unfollow" -msgstr "" - -#: bookwyrm/templates/snippets/follow_request_buttons.html:7 -msgid "Accept" -msgstr "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:20 -#: bookwyrm/templates/snippets/stars.html:13 -msgid "No rating" -msgstr "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:28 -#, python-format -msgid "%(half_rating)s star" -msgid_plural "%(half_rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:64 -#: bookwyrm/templates/snippets/stars.html:7 -#, python-format -msgid "%(rating)s star" -msgid_plural "%(rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/generated_status/goal.html:2 -#, python-format -msgid "set a goal to read %(counter)s book in %(year)s" -msgid_plural "set a goal to read %(counter)s books in %(year)s" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/generated_status/rating.html:3 -#, python-format -msgid "rated %(title)s: %(display_rating)s star" -msgid_plural "rated %(title)s: %(display_rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: 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_form.html:4 -#, python-format -msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:16 -msgid "Reading goal:" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:21 -msgid "books" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:26 -msgid "Goal privacy:" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:33 -#: bookwyrm/templates/snippets/reading_modals/layout.html:13 -msgid "Post to feed" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:37 -msgid "Set goal" -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:9 -#, python-format -msgid "%(percent)s%% complete!" -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:12 -#, python-format -msgid "You've read %(read_count)s of %(goal_count)s books." -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:14 -#, python-format -msgid "%(username)s has read %(read_count)s of %(goal_count)s books." -msgstr "" - -#: bookwyrm/templates/snippets/page_text.html:4 -#, python-format -msgid "page %(page)s of %(total_pages)s" -msgstr "" - -#: bookwyrm/templates/snippets/page_text.html:6 -#, python-format -msgid "page %(page)s" -msgstr "" - -#: bookwyrm/templates/snippets/pagination.html:12 -msgid "Previous" -msgstr "" - -#: bookwyrm/templates/snippets/pagination.html:23 -msgid "Next" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:3 -#: bookwyrm/templates/snippets/privacy-icons.html:4 -#: bookwyrm/templates/snippets/privacy_select.html:11 -msgid "Public" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:7 -#: bookwyrm/templates/snippets/privacy-icons.html:8 -#: bookwyrm/templates/snippets/privacy_select.html:14 -msgid "Unlisted" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:12 -msgid "Followers-only" -msgstr "" - -#: bookwyrm/templates/snippets/privacy_select.html:6 -msgid "Post privacy" -msgstr "" - -#: bookwyrm/templates/snippets/privacy_select.html:17 -#: bookwyrm/templates/user/relationships/followers.html:6 -#: bookwyrm/templates/user/relationships/layout.html:11 -msgid "Followers" -msgstr "" - -#: bookwyrm/templates/snippets/rate_action.html:4 -msgid "Leave a rating" -msgstr "" - -#: bookwyrm/templates/snippets/rate_action.html:19 -msgid "Rate" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:6 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:23 -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:20 -#: bookwyrm/templates/snippets/readthrough_form.html:7 -msgid "Started reading" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:31 -#: bookwyrm/templates/snippets/readthrough_form.html:20 -msgid "Finished reading" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/form.html:9 -msgid "(Optional)" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:5 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:50 -msgid "Update progress" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:6 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/want_to_read_modal.html:6 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/readthrough_form.html:14 -msgid "Progress" -msgstr "" - -#: bookwyrm/templates/snippets/register_form.html:32 -msgid "Sign Up" -msgstr "" - -#: bookwyrm/templates/snippets/report_button.html:6 -msgid "Report" -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:6 -#, python-format -msgid "Report @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:23 -#, python-format -msgid "This report will be sent to %(site_name)s's moderators for review." -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:24 -msgid "More info about this report:" -msgstr "" - -#: bookwyrm/templates/snippets/shelf_selector.html:4 -msgid "Move book" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 -msgid "More shelves" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:17 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:24 -msgid "Start reading" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:29 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:36 -msgid "Want to read" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:62 -#, python-format -msgid "Remove from %(name)s" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:30 -msgid "Finish reading" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:72 -msgid "Content warning" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:79 -msgid "Show status" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:101 -#, python-format -msgid "(Page %(page)s)" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:103 -#, python-format -msgid "(%(percent)s%%)" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:125 -msgid "Open image in new window" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:144 -msgid "Hide status" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/comment.html:2 -#, python-format -msgid "commented on %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/note.html:15 -#, python-format -msgid "replied to %(username)s's status" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/quotation.html:2 -#, python-format -msgid "quoted %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/rating.html:3 -#, python-format -msgid "rated %(book)s:" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/read.html:7 -#, python-format -msgid "finished reading %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/reading.html:7 -#, python-format -msgid "started reading %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/review.html:3 -#, python-format -msgid "reviewed %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/to_read.html:7 -#, python-format -msgid "%(username)s wants to read %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:24 -#: bookwyrm/templates/snippets/status/status_options.html:17 -msgid "Delete status" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:56 -#: bookwyrm/templates/snippets/status/layout.html:57 -msgid "Boost status" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:60 -#: bookwyrm/templates/snippets/status/layout.html:61 -msgid "Like status" -msgstr "" - -#: bookwyrm/templates/snippets/status/status.html:10 -msgid "boosted" -msgstr "" - -#: bookwyrm/templates/snippets/status/status_options.html:7 -#: bookwyrm/templates/snippets/user_options.html:7 -msgid "More options" -msgstr "" - -#: bookwyrm/templates/snippets/status/status_options.html:26 -msgid "Delete & re-draft" -msgstr "" - -#: bookwyrm/templates/snippets/suggested_users.html:16 -#, python-format -msgid "%(mutuals)s follower you follow" -msgid_plural "%(mutuals)s followers you follow" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/suggested_users.html:23 -#, 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/snippets/suggested_users.html:31 -#: bookwyrm/templates/user/user_preview.html:36 -msgid "Follows you" -msgstr "" - -#: bookwyrm/templates/snippets/switch_edition_button.html:5 -msgid "Switch to this edition" -msgstr "" - -#: bookwyrm/templates/snippets/table-sort-header.html:6 -msgid "Sorted ascending" -msgstr "" - -#: bookwyrm/templates/snippets/table-sort-header.html:10 -msgid "Sorted descending" -msgstr "" - -#: bookwyrm/templates/snippets/trimmed_text.html:17 -msgid "Show more" -msgstr "" - -#: bookwyrm/templates/snippets/trimmed_text.html:35 -msgid "Show less" -msgstr "" - -#: bookwyrm/templates/user/books_header.html:5 -#, python-format -msgid "%(username)s's books" -msgstr "" - -#: bookwyrm/templates/user/goal.html:8 -#, python-format -msgid "%(year)s Reading Progress" -msgstr "" - -#: bookwyrm/templates/user/goal.html:12 -msgid "Edit Goal" -msgstr "" - -#: bookwyrm/templates/user/goal.html:28 -#, python-format -msgid "%(name)s hasn't set a reading goal for %(year)s." -msgstr "" - -#: bookwyrm/templates/user/goal.html:40 -#, python-format -msgid "Your %(year)s Books" -msgstr "" - -#: bookwyrm/templates/user/goal.html:42 -#, python-format -msgid "%(username)s's %(year)s Books" -msgstr "" - -#: bookwyrm/templates/user/layout.html:18 bookwyrm/templates/user/user.html:10 -msgid "User Profile" -msgstr "" - -#: bookwyrm/templates/user/layout.html:44 -msgid "Follow Requests" -msgstr "" - -#: bookwyrm/templates/user/layout.html:69 -msgid "Reading Goal" -msgstr "" - -#: bookwyrm/templates/user/lists.html:11 -#, python-format -msgid "Lists: %(username)s" -msgstr "" - -#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 -msgid "Create list" -msgstr "" - -#: bookwyrm/templates/user/relationships/followers.html:12 -#, python-format -msgid "%(username)s has no followers" -msgstr "" - -#: bookwyrm/templates/user/relationships/following.html:6 -#: bookwyrm/templates/user/relationships/layout.html:15 -msgid "Following" -msgstr "" - -#: bookwyrm/templates/user/relationships/following.html:12 -#, python-format -msgid "%(username)s isn't following any users" -msgstr "" - -#: bookwyrm/templates/user/user.html:16 -msgid "Edit profile" -msgstr "" - -#: bookwyrm/templates/user/user.html:33 -#, python-format -msgid "View all %(size)s" -msgstr "" - -#: bookwyrm/templates/user/user.html:46 -msgid "View all books" -msgstr "" - -#: bookwyrm/templates/user/user.html:59 -msgid "User Activity" -msgstr "" - -#: bookwyrm/templates/user/user.html:63 -msgid "RSS feed" -msgstr "" - -#: bookwyrm/templates/user/user.html:74 -msgid "No activities yet!" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:22 -#, python-format -msgid "Joined %(date)s" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:26 -#, python-format -msgid "%(counter)s follower" -msgid_plural "%(counter)s followers" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/user/user_preview.html:27 -#, python-format -msgid "%(counter)s following" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:34 -#, python-format -msgid "%(mutuals_display)s follower you follow" -msgid_plural "%(mutuals_display)s followers you follow" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/user/user_preview.html:38 -msgid "No followers you follow" -msgstr "" - -#: bookwyrm/templates/widgets/clearable_file_input_with_warning.html:28 -msgid "File exceeds maximum size: 10MB" -msgstr "" - -#: bookwyrm/templatetags/utilities.py:31 -#, python-format -msgid "%(title)s: %(subtitle)s" -msgstr "" - -#: bookwyrm/views/import_data.py:67 -msgid "Not a valid csv file" -msgstr "" - -#: bookwyrm/views/login.py:69 -msgid "Username or password are incorrect" -msgstr "" - -#: bookwyrm/views/password.py:32 -msgid "No user with that email address was found." -msgstr "" - -#: bookwyrm/views/password.py:41 -#, python-brace-format -msgid "A password reset link was sent to {email}" -msgstr "" - -#: bookwyrm/views/rss_feed.py:35 -#, python-brace-format -msgid "Status updates from {obj.display_name}" -msgstr "" - diff --git a/locale/da_DK/LC_MESSAGES/django.po b/locale/da_DK/LC_MESSAGES/django.po deleted file mode 100644 index 63b8dfd08..000000000 --- a/locale/da_DK/LC_MESSAGES/django.po +++ /dev/null @@ -1,3587 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: bookwyrm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:57+0000\n" -"PO-Revision-Date: 2021-10-08 00:03\n" -"Last-Translator: Mouse Reeve \n" -"Language-Team: Danish\n" -"Language: da\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: bookwyrm\n" -"X-Crowdin-Project-ID: 479239\n" -"X-Crowdin-Language: da\n" -"X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" -"X-Crowdin-File-ID: 1553\n" - -#: bookwyrm/forms.py:242 -msgid "A user with this email already exists." -msgstr "" - -#: bookwyrm/forms.py:256 -msgid "One Day" -msgstr "" - -#: bookwyrm/forms.py:257 -msgid "One Week" -msgstr "" - -#: bookwyrm/forms.py:258 -msgid "One Month" -msgstr "" - -#: bookwyrm/forms.py:259 -msgid "Does Not Expire" -msgstr "" - -#: bookwyrm/forms.py:263 -#, python-brace-format -msgid "{i} uses" -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "Unlimited" -msgstr "" - -#: bookwyrm/forms.py:326 -msgid "List Order" -msgstr "" - -#: bookwyrm/forms.py:327 -msgid "Book Title" -msgstr "" - -#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 -#: bookwyrm/templates/shelf/shelf.html:165 -#: bookwyrm/templates/snippets/create_status/review.html:33 -msgid "Rating" -msgstr "" - -#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 -msgid "Sort By" -msgstr "" - -#: bookwyrm/forms.py:334 -msgid "Ascending" -msgstr "" - -#: bookwyrm/forms.py:335 -msgid "Descending" -msgstr "" - -#: bookwyrm/importers/importer.py:75 -msgid "Error loading book" -msgstr "" - -#: bookwyrm/importers/importer.py:88 -msgid "Could not find a match for book" -msgstr "" - -#: bookwyrm/models/base_model.py:17 -msgid "Pending" -msgstr "" - -#: bookwyrm/models/base_model.py:18 -msgid "Self deletion" -msgstr "" - -#: bookwyrm/models/base_model.py:19 -msgid "Moderator suspension" -msgstr "" - -#: bookwyrm/models/base_model.py:20 -msgid "Moderator deletion" -msgstr "" - -#: bookwyrm/models/base_model.py:21 -msgid "Domain block" -msgstr "" - -#: bookwyrm/models/book.py:232 -msgid "Audiobook" -msgstr "" - -#: bookwyrm/models/book.py:233 -msgid "eBook" -msgstr "" - -#: bookwyrm/models/book.py:234 -msgid "Graphic novel" -msgstr "" - -#: bookwyrm/models/book.py:235 -msgid "Hardcover" -msgstr "" - -#: bookwyrm/models/book.py:236 -msgid "Paperback" -msgstr "" - -#: bookwyrm/models/federated_server.py:11 -#: bookwyrm/templates/settings/federation/edit_instance.html:42 -#: bookwyrm/templates/settings/federation/instance_list.html:19 -msgid "Federated" -msgstr "" - -#: bookwyrm/models/federated_server.py:12 -#: bookwyrm/templates/settings/federation/edit_instance.html:43 -#: bookwyrm/templates/settings/federation/instance.html:10 -#: bookwyrm/templates/settings/federation/instance_list.html:23 -msgid "Blocked" -msgstr "" - -#: bookwyrm/models/fields.py:27 -#, python-format -msgid "%(value)s is not a valid remote_id" -msgstr "" - -#: bookwyrm/models/fields.py:36 bookwyrm/models/fields.py:45 -#, python-format -msgid "%(value)s is not a valid username" -msgstr "" - -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 -msgid "username" -msgstr "" - -#: bookwyrm/models/fields.py:186 -msgid "A user with that username already exists." -msgstr "" - -#: bookwyrm/settings.py:117 -msgid "Home Timeline" -msgstr "" - -#: bookwyrm/settings.py:117 -msgid "Home" -msgstr "" - -#: bookwyrm/settings.py:118 -msgid "Books Timeline" -msgstr "" - -#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 -#: bookwyrm/templates/search/layout.html:42 -#: bookwyrm/templates/user/layout.html:81 -msgid "Books" -msgstr "" - -#: bookwyrm/settings.py:164 -msgid "English" -msgstr "" - -#: bookwyrm/settings.py:165 -msgid "Deutsch (German)" -msgstr "" - -#: bookwyrm/settings.py:166 -msgid "Español (Spanish)" -msgstr "" - -#: bookwyrm/settings.py:167 -msgid "Français (French)" -msgstr "" - -#: bookwyrm/settings.py:168 -msgid "简体中文 (Simplified Chinese)" -msgstr "" - -#: bookwyrm/settings.py:169 -msgid "繁體中文 (Traditional Chinese)" -msgstr "" - -#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 -msgid "Not Found" -msgstr "" - -#: bookwyrm/templates/404.html:9 -msgid "The page you requested doesn't seem to exist!" -msgstr "" - -#: bookwyrm/templates/500.html:4 -msgid "Oops!" -msgstr "" - -#: bookwyrm/templates/500.html:8 -msgid "Server Error" -msgstr "" - -#: bookwyrm/templates/500.html:9 -msgid "Something went wrong! Sorry about that." -msgstr "" - -#: bookwyrm/templates/author/author.html:17 -#: bookwyrm/templates/author/author.html:18 -msgid "Edit Author" -msgstr "" - -#: bookwyrm/templates/author/author.html:34 -#: bookwyrm/templates/author/edit_author.html:41 -msgid "Aliases:" -msgstr "" - -#: bookwyrm/templates/author/author.html:45 -msgid "Born:" -msgstr "" - -#: bookwyrm/templates/author/author.html:52 -msgid "Died:" -msgstr "" - -#: bookwyrm/templates/author/author.html:61 -msgid "Wikipedia" -msgstr "" - -#: bookwyrm/templates/author/author.html:69 -#: bookwyrm/templates/book/book.html:94 -msgid "View on OpenLibrary" -msgstr "" - -#: bookwyrm/templates/author/author.html:77 -#: bookwyrm/templates/book/book.html:97 -msgid "View on Inventaire" -msgstr "" - -#: bookwyrm/templates/author/author.html:85 -msgid "View on LibraryThing" -msgstr "" - -#: bookwyrm/templates/author/author.html:93 -msgid "View on Goodreads" -msgstr "" - -#: bookwyrm/templates/author/author.html:108 -#, python-format -msgid "Books by %(name)s" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:5 -msgid "Edit Author:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 -msgid "Added:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 -msgid "Updated:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit/edit_book.html:25 -msgid "Last edited by:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit/edit_book_form.html:15 -msgid "Metadata" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/lists/form.html:8 bookwyrm/templates/shelf/form.html:9 -msgid "Name:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit/edit_book_form.html:65 -#: bookwyrm/templates/book/edit/edit_book_form.html:79 -#: bookwyrm/templates/book/edit/edit_book_form.html:124 -msgid "Separate multiple values with commas." -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:50 -msgid "Bio:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:57 -msgid "Wikipedia link:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:63 -msgid "Birth date:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:71 -msgid "Death date:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:79 -msgid "Author Identifiers" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:81 -msgid "Openlibrary key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit/edit_book_form.html:224 -msgid "Inventaire ID:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:97 -msgid "Librarything key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:105 -msgid "Goodreads key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:116 -#: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 -#: bookwyrm/templates/book/readthrough.html:76 -#: bookwyrm/templates/lists/bookmark_button.html:15 -#: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:124 -#: bookwyrm/templates/settings/announcements/announcement_form.html:69 -#: bookwyrm/templates/settings/federation/edit_instance.html:74 -#: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:134 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:64 -#: bookwyrm/templates/shelf/form.html:25 -#: bookwyrm/templates/snippets/reading_modals/layout.html:18 -msgid "Save" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:117 -#: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 -#: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit/edit_book.html:111 -#: bookwyrm/templates/book/readthrough.html:77 -#: bookwyrm/templates/lists/delete_list_modal.html:17 -#: bookwyrm/templates/settings/federation/instance.html:88 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 -#: bookwyrm/templates/snippets/report_modal.html:34 -msgid "Cancel" -msgstr "" - -#: bookwyrm/templates/book/book.html:47 -#: bookwyrm/templates/discover/large-book.html:22 -#: bookwyrm/templates/landing/large-book.html:25 -#: bookwyrm/templates/landing/small-book.html:18 -msgid "by" -msgstr "" - -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 -msgid "Edit Book" -msgstr "" - -#: bookwyrm/templates/book/book.html:73 -#: bookwyrm/templates/book/cover_modal.html:5 -msgid "Add cover" -msgstr "" - -#: bookwyrm/templates/book/book.html:77 -msgid "Failed to load cover" -msgstr "" - -#: bookwyrm/templates/book/book.html:117 -#, python-format -msgid "(%(review_count)s review)" -msgid_plural "(%(review_count)s reviews)" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/book/book.html:129 -msgid "Add Description" -msgstr "" - -#: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit/edit_book_form.html:34 -#: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 -msgid "Description:" -msgstr "" - -#: bookwyrm/templates/book/book.html:150 -#, python-format -msgid "%(count)s editions" -msgstr "" - -#: bookwyrm/templates/book/book.html:158 -#, python-format -msgid "This edition is on your %(shelf_name)s shelf." -msgstr "" - -#: bookwyrm/templates/book/book.html:164 -#, python-format -msgid "A different edition of this book is on your %(shelf_name)s shelf." -msgstr "" - -#: bookwyrm/templates/book/book.html:175 -msgid "Your reading activity" -msgstr "" - -#: bookwyrm/templates/book/book.html:178 -msgid "Add read dates" -msgstr "" - -#: bookwyrm/templates/book/book.html:187 -msgid "Create" -msgstr "" - -#: bookwyrm/templates/book/book.html:197 -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 "" - -#: bookwyrm/templates/book/book.html:229 -msgid "Your comments" -msgstr "" - -#: bookwyrm/templates/book/book.html:235 -msgid "Your quotes" -msgstr "" - -#: bookwyrm/templates/book/book.html:271 -msgid "Subjects" -msgstr "" - -#: bookwyrm/templates/book/book.html:283 -msgid "Places" -msgstr "" - -#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 -#: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 -#: bookwyrm/templates/search/layout.html:25 -#: bookwyrm/templates/search/layout.html:50 -#: bookwyrm/templates/user/layout.html:75 -msgid "Lists" -msgstr "" - -#: bookwyrm/templates/book/book.html:305 -msgid "Add to list" -msgstr "" - -#: bookwyrm/templates/book/book.html:315 -#: bookwyrm/templates/book/cover_modal.html:31 -#: bookwyrm/templates/lists/list.html:181 -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:32 -msgid "Add" -msgstr "" - -#: bookwyrm/templates/book/book_identifiers.html:8 -msgid "ISBN:" -msgstr "" - -#: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:232 -msgid "OCLC Number:" -msgstr "" - -#: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:240 -msgid "ASIN:" -msgstr "" - -#: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:143 -msgid "Upload cover:" -msgstr "" - -#: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 -msgid "Load cover from url:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 -#, python-format -msgid "Edit \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 -msgid "Add Book" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:47 -msgid "Confirm Book Info" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:55 -#, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:68 -msgid "This is a new author" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:75 -#, python-format -msgid "Creating a new author: %(name)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:82 -msgid "Is this an edition of an existing work?" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:90 -msgid "This is a new work" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:97 -#: bookwyrm/templates/password_reset.html:30 -msgid "Confirm" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book.html:99 -#: bookwyrm/templates/feed/status.html:9 -msgid "Back" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:18 -#: bookwyrm/templates/snippets/create_status/review.html:16 -msgid "Title:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:26 -msgid "Subtitle:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:44 -msgid "Series:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:53 -msgid "Series number:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:63 -msgid "Languages:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:74 -msgid "Publication" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:77 -msgid "Publisher:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:86 -msgid "First published date:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:94 -msgid "Published date:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:104 -msgid "Authors" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:112 -#, python-format -msgid "Remove %(name)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:115 -#, python-format -msgid "Author page for %(name)s" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:122 -msgid "Add Authors:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:123 -msgid "John Doe, Jane Smith" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:132 -#: bookwyrm/templates/shelf/shelf.html:127 -msgid "Cover" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:161 -msgid "Physical Properties" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:166 -#: bookwyrm/templates/book/editions/format_filter.html:5 -msgid "Format:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:177 -msgid "Format details:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:187 -msgid "Pages:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -msgid "Book Identifiers" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:200 -msgid "ISBN 13:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:208 -msgid "ISBN 10:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:216 -msgid "Openlibrary ID:" -msgstr "" - -#: bookwyrm/templates/book/editions/editions.html:4 -#, python-format -msgid "Editions of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/book/editions/editions.html:8 -#, python-format -msgid "Editions of \"%(work_title)s\"" -msgstr "" - -#: bookwyrm/templates/book/editions/format_filter.html:8 -#: bookwyrm/templates/book/editions/language_filter.html:8 -msgid "Any" -msgstr "" - -#: bookwyrm/templates/book/editions/language_filter.html:5 -#: bookwyrm/templates/preferences/edit_user.html:95 -msgid "Language:" -msgstr "" - -#: bookwyrm/templates/book/editions/search_filter.html:5 -msgid "Search editions" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:21 -#, python-format -msgid "%(format)s" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:23 -#, python-format -msgid "%(format)s, %(pages)s pages" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:25 -#, python-format -msgid "%(pages)s pages" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:38 -#, python-format -msgid "%(languages)s language" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:65 -#, python-format -msgid "Published %(date)s by %(publisher)s." -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:67 -#, python-format -msgid "Published %(date)s" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:69 -#, python-format -msgid "Published by %(publisher)s." -msgstr "" - -#: bookwyrm/templates/book/rating.html:13 -msgid "rated it" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:8 -msgid "Progress Updates:" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:13 -msgid "finished" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:24 -msgid "Show all updates" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:40 -msgid "Delete this progress update" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:51 -msgid "started" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:58 -#: bookwyrm/templates/book/readthrough.html:72 -msgid "Edit read dates" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:62 -msgid "Delete these read dates" -msgstr "" - -#: bookwyrm/templates/components/inline_form.html:8 -#: bookwyrm/templates/components/modal.html:11 -#: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/layout.html:71 -#: bookwyrm/templates/get_started/layout.html:20 -#: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:49 -#: bookwyrm/templates/snippets/announcement.html:18 -msgid "Close" -msgstr "" - -#: bookwyrm/templates/components/tooltip.html:3 -msgid "Help" -msgstr "" - -#: bookwyrm/templates/compose.html:5 bookwyrm/templates/compose.html:8 -msgid "Compose status" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:4 -msgid "Confirm email" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:7 -msgid "Confirm your email address" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:13 -msgid "A confirmation code has been sent to the email address you used to register your account." -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:15 -msgid "Sorry! We couldn't find that code." -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:19 -#: bookwyrm/templates/settings/users/user_info.html:85 -msgid "Confirmation code:" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:93 -#: bookwyrm/templates/snippets/report_modal.html:33 -msgid "Submit" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:32 -msgid "Can't find your code?" -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_form.html:4 -msgid "Resend confirmation link" -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_form.html:11 -#: bookwyrm/templates/landing/layout.html:67 -#: bookwyrm/templates/password_reset_request.html:18 -#: bookwyrm/templates/preferences/edit_user.html:56 -#: bookwyrm/templates/snippets/register_form.html:13 -msgid "Email address:" -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_form.html:17 -msgid "Resend link" -msgstr "" - -#: bookwyrm/templates/directory/community_filter.html:5 -msgid "Community" -msgstr "" - -#: bookwyrm/templates/directory/community_filter.html:8 -msgid "Local users" -msgstr "" - -#: bookwyrm/templates/directory/community_filter.html:12 -msgid "Federated community" -msgstr "" - -#: bookwyrm/templates/directory/directory.html:4 -#: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 -msgid "Directory" -msgstr "" - -#: bookwyrm/templates/directory/directory.html:17 -msgid "Make your profile discoverable to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/directory/directory.html:24 -#, python-format -msgid "You can opt-out at any time in your profile settings." -msgstr "" - -#: bookwyrm/templates/directory/directory.html:29 -#: bookwyrm/templates/feed/goal_card.html:17 -#: bookwyrm/templates/snippets/announcement.html:34 -msgid "Dismiss message" -msgstr "" - -#: bookwyrm/templates/directory/sort_filter.html:5 -msgid "Order by" -msgstr "" - -#: bookwyrm/templates/directory/sort_filter.html:8 -msgid "Recently active" -msgstr "" - -#: bookwyrm/templates/directory/sort_filter.html:9 -msgid "Suggested" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:17 -#: bookwyrm/templates/directory/user_card.html:18 -#: bookwyrm/templates/user/user_preview.html:16 -#: bookwyrm/templates/user/user_preview.html:17 -msgid "Locked account" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:40 -msgid "follower you follow" -msgid_plural "followers you follow" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/directory/user_card.html:47 -msgid "book on your shelves" -msgid_plural "books on your shelves" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/directory/user_card.html:55 -msgid "posts" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:61 -msgid "last active" -msgstr "" - -#: bookwyrm/templates/directory/user_type_filter.html:5 -msgid "User type" -msgstr "" - -#: bookwyrm/templates/directory/user_type_filter.html:8 -msgid "BookWyrm users" -msgstr "" - -#: bookwyrm/templates/directory/user_type_filter.html:12 -msgid "All known users" -msgstr "" - -#: bookwyrm/templates/discover/discover.html:4 -#: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:78 -msgid "Discover" -msgstr "" - -#: bookwyrm/templates/discover/discover.html:12 -#, python-format -msgid "See what's new in the local %(site_name)s community" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:46 -#: bookwyrm/templates/discover/small-book.html:32 -msgid "rated" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:48 -#: bookwyrm/templates/discover/small-book.html:34 -msgid "reviewed" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:50 -#: bookwyrm/templates/discover/small-book.html:36 -msgid "commented on" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:52 -#: bookwyrm/templates/discover/small-book.html:38 -msgid "quoted" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:68 -#: bookwyrm/templates/discover/small-book.html:52 -msgid "View status" -msgstr "" - -#: bookwyrm/templates/email/confirm/html_content.html:6 -#: bookwyrm/templates/email/confirm/text_content.html:4 -#, python-format -msgid "One last step before you join %(site_name)s! Please confirm your email address by clicking the link below:" -msgstr "" - -#: bookwyrm/templates/email/confirm/html_content.html:11 -msgid "Confirm Email" -msgstr "" - -#: bookwyrm/templates/email/confirm/html_content.html:15 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -msgstr "" - -#: bookwyrm/templates/email/confirm/subject.html:2 -msgid "Please confirm your email" -msgstr "" - -#: bookwyrm/templates/email/confirm/text_content.html:10 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -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 %(site_name)s" -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 about this instance." -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/feed/direct_messages.html:8 -#, python-format -msgid "Direct Messages with %(username)s" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 -msgid "Direct Messages" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:13 -msgid "All messages" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:22 -msgid "You have no messages right now." -msgstr "" - -#: bookwyrm/templates/feed/feed.html:22 -#, python-format -msgid "load 0 unread status(es)" -msgstr "" - -#: bookwyrm/templates/feed/feed.html:38 -msgid "There aren't any activities right now! Try following a user to get started" -msgstr "" - -#: bookwyrm/templates/feed/goal_card.html:6 -#: bookwyrm/templates/feed/layout.html:90 -#: bookwyrm/templates/user/goal_form.html:6 -#, python-format -msgid "%(year)s Reading Goal" -msgstr "" - -#: bookwyrm/templates/feed/goal_card.html:18 -#, python-format -msgid "You can set or change your reading goal any time from your profile page" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:5 -msgid "Updates" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:12 -#: bookwyrm/templates/user/books_header.html:3 -msgid "Your books" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:14 -msgid "There are no books here right now! Try searching for a book to get started" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:25 -#: bookwyrm/templates/shelf/shelf.html:38 -msgid "To Read" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:26 -#: bookwyrm/templates/shelf/shelf.html:40 -msgid "Currently Reading" -msgstr "" - -#: bookwyrm/templates/feed/layout.html:27 -#: bookwyrm/templates/shelf/shelf.html:42 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:23 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:12 -msgid "Read" -msgstr "" - -#: bookwyrm/templates/feed/suggested_users.html:5 -#: bookwyrm/templates/get_started/users.html:6 -msgid "Who to follow" -msgstr "" - -#: bookwyrm/templates/feed/suggested_users.html:9 -msgid "Don't show suggested users" -msgstr "" - -#: bookwyrm/templates/feed/suggested_users.html:14 -msgid "View directory" -msgstr "" - -#: bookwyrm/templates/get_started/book_preview.html:6 -#, python-format -msgid "Have you read %(book_title)s?" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:6 -msgid "What are you reading?" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:45 bookwyrm/templates/lists/list.html:137 -msgid "Search for a book" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "No books found for \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "You can add books when you start using %(site_name)s." -msgstr "" - -#: bookwyrm/templates/get_started/books.html:16 -#: bookwyrm/templates/get_started/books.html:17 -#: bookwyrm/templates/get_started/users.html:18 -#: bookwyrm/templates/get_started/users.html:19 -#: bookwyrm/templates/layout.html:51 bookwyrm/templates/layout.html:52 -#: bookwyrm/templates/lists/list.html:141 -#: bookwyrm/templates/search/layout.html:4 -#: bookwyrm/templates/search/layout.html:9 -msgid "Search" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:27 -msgid "Suggested Books" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:46 -#, python-format -msgid "Popular on %(site_name)s" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:58 -#: bookwyrm/templates/lists/list.html:154 -msgid "No books found" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:63 -#: bookwyrm/templates/get_started/profile.html:54 -msgid "Save & continue" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:5 -#: bookwyrm/templates/landing/layout.html:5 -msgid "Welcome" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:15 -#, python-format -msgid "Welcome to %(site_name)s!" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:17 -msgid "These are some first steps to get you started." -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:31 -#: bookwyrm/templates/get_started/profile.html:6 -msgid "Create your profile" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:35 -msgid "Add books" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:39 -msgid "Find friends" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:45 -msgid "Skip this step" -msgstr "" - -#: bookwyrm/templates/get_started/layout.html:49 -msgid "Finish" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:15 -#: bookwyrm/templates/preferences/edit_user.html:42 -msgid "Display name:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:22 -#: bookwyrm/templates/preferences/edit_user.html:49 -msgid "Summary:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:23 -msgid "A little bit about you" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:32 -#: bookwyrm/templates/preferences/edit_user.html:27 -msgid "Avatar:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:110 -msgid "Manually approve followers:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:48 -#: bookwyrm/templates/preferences/edit_user.html:80 -msgid "Show this account in suggested users:" -msgstr "" - -#: bookwyrm/templates/get_started/profile.html:52 -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/get_started/users.html:11 -msgid "Search for a user" -msgstr "" - -#: bookwyrm/templates/get_started/users.html:13 -#, python-format -msgid "No users found for \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/import/import.html:5 -#: bookwyrm/templates/import/import.html:9 -#: bookwyrm/templates/shelf/shelf.html:57 -msgid "Import Books" -msgstr "" - -#: bookwyrm/templates/import/import.html:18 -msgid "Data source:" -msgstr "" - -#: bookwyrm/templates/import/import.html:37 -msgid "Data file:" -msgstr "" - -#: bookwyrm/templates/import/import.html:45 -msgid "Include reviews" -msgstr "" - -#: bookwyrm/templates/import/import.html:50 -msgid "Privacy setting for imported reviews:" -msgstr "" - -#: bookwyrm/templates/import/import.html:56 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:64 -msgid "Import" -msgstr "" - -#: bookwyrm/templates/import/import.html:61 -msgid "Recent Imports" -msgstr "" - -#: bookwyrm/templates/import/import.html:63 -msgid "No recent imports" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:6 -#: bookwyrm/templates/import/import_status.html:10 -msgid "Import Status" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:11 -msgid "Back to imports" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:15 -msgid "Import started:" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:20 -msgid "Import completed:" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:24 -msgid "TASK FAILED" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:32 -msgid "Import still in progress." -msgstr "" - -#: bookwyrm/templates/import/import_status.html:34 -msgid "(Hit reload to update!)" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:41 -msgid "Failed to load" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:50 -#, python-format -msgid "Jump to the bottom of the list to select the %(failed_count)s items which failed to import." -msgstr "" - -#: bookwyrm/templates/import/import_status.html:62 -#, python-format -msgid "Line %(index)s: %(title)s by %(author)s" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:82 -msgid "Select all" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:85 -msgid "Retry items" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:112 -msgid "Successfully imported" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:114 -msgid "Import Progress" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:119 -msgid "Book" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:122 -#: bookwyrm/templates/shelf/shelf.html:128 -#: bookwyrm/templates/shelf/shelf.html:148 -msgid "Title" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:125 -#: bookwyrm/templates/shelf/shelf.html:129 -#: bookwyrm/templates/shelf/shelf.html:151 -msgid "Author" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:148 -msgid "Imported" -msgstr "" - -#: bookwyrm/templates/import/tooltip.html:6 -msgid "You can download your GoodReads data from the Import/Export page of your GoodReads account." -msgstr "" - -#: bookwyrm/templates/invite.html:4 bookwyrm/templates/invite.html:8 -#: bookwyrm/templates/login.html:49 -msgid "Create an Account" -msgstr "" - -#: bookwyrm/templates/invite.html:21 -msgid "Permission Denied" -msgstr "" - -#: bookwyrm/templates/invite.html:22 -msgid "Sorry! This invite code is no longer valid." -msgstr "" - -#: bookwyrm/templates/landing/about.html:7 -#, python-format -msgid "About %(site_name)s" -msgstr "" - -#: bookwyrm/templates/landing/about.html:10 -#: bookwyrm/templates/landing/about.html:20 -msgid "Code of Conduct" -msgstr "" - -#: bookwyrm/templates/landing/about.html:13 -#: bookwyrm/templates/landing/about.html:29 -msgid "Privacy Policy" -msgstr "" - -#: bookwyrm/templates/landing/landing.html:6 -msgid "Recent Books" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:17 -msgid "Decentralized" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:23 -msgid "Friendly" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:29 -msgid "Anti-Corporate" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:45 -#, python-format -msgid "Join %(name)s" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:47 -msgid "Request an Invitation" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:49 -#, python-format -msgid "%(name)s registration is closed" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:60 -msgid "Thank you! Your request has been received." -msgstr "" - -#: bookwyrm/templates/landing/layout.html:82 -msgid "Your Account" -msgstr "" - -#: bookwyrm/templates/layout.html:13 -#, python-format -msgid "%(site_name)s search" -msgstr "" - -#: bookwyrm/templates/layout.html:43 -msgid "Search for a book, user, or list" -msgstr "" - -#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 -msgid "Main navigation menu" -msgstr "" - -#: bookwyrm/templates/layout.html:72 -msgid "Feed" -msgstr "" - -#: bookwyrm/templates/layout.html:106 -msgid "Your Books" -msgstr "" - -#: bookwyrm/templates/layout.html:116 -msgid "Settings" -msgstr "" - -#: bookwyrm/templates/layout.html:125 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 -#: bookwyrm/templates/settings/invites/manage_invites.html:3 -#: bookwyrm/templates/settings/invites/manage_invites.html:15 -#: bookwyrm/templates/settings/layout.html:40 -msgid "Invites" -msgstr "" - -#: bookwyrm/templates/layout.html:132 -msgid "Admin" -msgstr "" - -#: bookwyrm/templates/layout.html:139 -msgid "Log out" -msgstr "" - -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications/notifications_page.html:5 -#: bookwyrm/templates/notifications/notifications_page.html:10 -msgid "Notifications" -msgstr "" - -#: bookwyrm/templates/layout.html:170 bookwyrm/templates/layout.html:174 -#: bookwyrm/templates/login.html:21 -#: bookwyrm/templates/snippets/register_form.html:4 -msgid "Username:" -msgstr "" - -#: bookwyrm/templates/layout.html:175 -msgid "password" -msgstr "" - -#: bookwyrm/templates/layout.html:176 bookwyrm/templates/login.html:40 -msgid "Forgot your password?" -msgstr "" - -#: bookwyrm/templates/layout.html:179 bookwyrm/templates/login.html:7 -#: bookwyrm/templates/login.html:37 -msgid "Log in" -msgstr "" - -#: bookwyrm/templates/layout.html:187 -msgid "Join" -msgstr "" - -#: bookwyrm/templates/layout.html:221 -msgid "Successfully posted status" -msgstr "" - -#: bookwyrm/templates/layout.html:222 -msgid "Error posting status" -msgstr "" - -#: bookwyrm/templates/layout.html:230 -msgid "About this instance" -msgstr "" - -#: bookwyrm/templates/layout.html:234 -msgid "Contact site admin" -msgstr "" - -#: bookwyrm/templates/layout.html:238 -msgid "Documentation" -msgstr "" - -#: bookwyrm/templates/layout.html:245 -#, python-format -msgid "Support %(site_name)s on %(support_title)s" -msgstr "" - -#: bookwyrm/templates/layout.html:249 -msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." -msgstr "" - -#: bookwyrm/templates/lists/bookmark_button.html:30 -msgid "Un-save" -msgstr "" - -#: bookwyrm/templates/lists/create_form.html:5 -#: bookwyrm/templates/lists/lists.html:20 -msgid "Create List" -msgstr "" - -#: bookwyrm/templates/lists/created_text.html:5 -#, python-format -msgid "Created and curated by %(username)s" -msgstr "" - -#: bookwyrm/templates/lists/created_text.html:7 -#, python-format -msgid "Created by %(username)s" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:8 -msgid "Pending Books" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:11 -msgid "Go to list" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:15 -msgid "You're all set!" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:45 -msgid "Suggested by" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:57 -msgid "Approve" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:63 -msgid "Discard" -msgstr "" - -#: bookwyrm/templates/lists/delete_list_modal.html:4 -msgid "Delete this list?" -msgstr "" - -#: bookwyrm/templates/lists/delete_list_modal.html:7 -msgid "This action cannot be un-done" -msgstr "" - -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/settings/announcements/announcement.html:20 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:36 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:15 -#: bookwyrm/templates/snippets/follow_request_buttons.html:12 -msgid "Delete" -msgstr "" - -#: bookwyrm/templates/lists/edit_form.html:5 -#: bookwyrm/templates/lists/layout.html:16 -msgid "Edit List" -msgstr "" - -#: bookwyrm/templates/lists/form.html:18 -msgid "List curation:" -msgstr "" - -#: bookwyrm/templates/lists/form.html:21 -msgid "Closed" -msgstr "" - -#: bookwyrm/templates/lists/form.html:22 -msgid "Only you can add and remove books to this list" -msgstr "" - -#: bookwyrm/templates/lists/form.html:26 -msgid "Curated" -msgstr "" - -#: bookwyrm/templates/lists/form.html:27 -msgid "Anyone can suggest books, subject to your approval" -msgstr "" - -#: bookwyrm/templates/lists/form.html:31 -msgctxt "curation type" -msgid "Open" -msgstr "" - -#: bookwyrm/templates/lists/form.html:32 -msgid "Anyone can add books to this list" -msgstr "" - -#: bookwyrm/templates/lists/form.html:50 -msgid "Delete list" -msgstr "" - -#: bookwyrm/templates/lists/list.html:20 -msgid "You successfully suggested a book for this list!" -msgstr "" - -#: bookwyrm/templates/lists/list.html:22 -msgid "You successfully added a book to this list!" -msgstr "" - -#: bookwyrm/templates/lists/list.html:28 -msgid "This list is currently empty" -msgstr "" - -#: bookwyrm/templates/lists/list.html:66 -#, python-format -msgid "Added by %(username)s" -msgstr "" - -#: bookwyrm/templates/lists/list.html:75 -msgid "List position" -msgstr "" - -#: bookwyrm/templates/lists/list.html:81 -msgid "Set" -msgstr "" - -#: bookwyrm/templates/lists/list.html:91 -#: bookwyrm/templates/snippets/shelf_selector.html:26 -msgid "Remove" -msgstr "" - -#: bookwyrm/templates/lists/list.html:105 -#: bookwyrm/templates/lists/list.html:122 -msgid "Sort List" -msgstr "" - -#: bookwyrm/templates/lists/list.html:115 -msgid "Direction" -msgstr "" - -#: bookwyrm/templates/lists/list.html:129 -msgid "Add Books" -msgstr "" - -#: bookwyrm/templates/lists/list.html:131 -msgid "Suggest Books" -msgstr "" - -#: bookwyrm/templates/lists/list.html:142 -msgid "search" -msgstr "" - -#: bookwyrm/templates/lists/list.html:148 -msgid "Clear search" -msgstr "" - -#: bookwyrm/templates/lists/list.html:153 -#, python-format -msgid "No books found matching the query \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/lists/list.html:181 -msgid "Suggest" -msgstr "" - -#: bookwyrm/templates/lists/list_items.html:15 -msgid "Saved" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:14 bookwyrm/templates/user/lists.html:9 -msgid "Your Lists" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:35 -msgid "All Lists" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:39 -msgid "Saved Lists" -msgstr "" - -#: bookwyrm/templates/login.html:4 -msgid "Login" -msgstr "" - -#: bookwyrm/templates/login.html:15 -msgid "Success! Email address confirmed." -msgstr "" - -#: bookwyrm/templates/login.html:27 bookwyrm/templates/password_reset.html:17 -#: bookwyrm/templates/snippets/register_form.html:22 -msgid "Password:" -msgstr "" - -#: bookwyrm/templates/login.html:62 -msgid "More about this site" -msgstr "" - -#: bookwyrm/templates/notifications/items/add.html:24 -#, python-format -msgid "added %(book_title)s to your list \"%(list_name)s\"" -msgstr "" - -#: bookwyrm/templates/notifications/items/add.html:31 -#, python-format -msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:19 -#, python-format -msgid "boosted your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:25 -#, python-format -msgid "boosted your comment on%(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:31 -#, python-format -msgid "boosted your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:37 -#, python-format -msgid "boosted your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:19 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:25 -#, python-format -msgid "favorited your comment on%(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:31 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:37 -#, python-format -msgid "favorited your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/follow.html:15 -msgid "followed you" -msgstr "" - -#: bookwyrm/templates/notifications/items/follow_request.html:11 -msgid "sent you a follow request" -msgstr "" - -#: bookwyrm/templates/notifications/items/import.html:14 -#, python-format -msgid "Your import completed." -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:20 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:26 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:32 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:38 -#, python-format -msgid "mentioned you in a status" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:21 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:27 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:33 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:39 -#, python-format -msgid "replied to your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/report.html:15 -#, python-format -msgid "A new report needs moderation." -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:18 -msgid "Delete notifications" -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:29 -msgid "All" -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:33 -msgid "Mentions" -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:45 -msgid "You're all caught up!" -msgstr "" - -#: bookwyrm/templates/password_reset.html:23 -#: bookwyrm/templates/preferences/change_password.html:18 -#: bookwyrm/templates/preferences/delete_user.html:20 -msgid "Confirm password:" -msgstr "" - -#: 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:28 -msgid "Reset password" -msgstr "" - -#: bookwyrm/templates/preferences/blocks.html:4 -#: bookwyrm/templates/preferences/blocks.html:7 -#: bookwyrm/templates/preferences/layout.html:31 -msgid "Blocked Users" -msgstr "" - -#: bookwyrm/templates/preferences/blocks.html:12 -msgid "No users currently blocked." -msgstr "" - -#: bookwyrm/templates/preferences/change_password.html:4 -#: bookwyrm/templates/preferences/change_password.html:7 -#: bookwyrm/templates/preferences/change_password.html:21 -#: bookwyrm/templates/preferences/layout.html:20 -msgid "Change Password" -msgstr "" - -#: bookwyrm/templates/preferences/change_password.html:14 -msgid "New password:" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:4 -#: bookwyrm/templates/preferences/delete_user.html:7 -#: bookwyrm/templates/preferences/delete_user.html:26 -#: bookwyrm/templates/preferences/layout.html:24 -#: bookwyrm/templates/settings/users/delete_user_form.html:23 -msgid "Delete Account" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:12 -msgid "Permanently delete account" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:14 -msgid "Deleting your account cannot be undone. The username will not be available to register in the future." -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:4 -#: bookwyrm/templates/preferences/edit_user.html:7 -#: bookwyrm/templates/preferences/layout.html:15 -msgid "Edit Profile" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:12 -#: bookwyrm/templates/preferences/edit_user.html:25 -#: bookwyrm/templates/settings/users/user_info.html:7 -msgid "Profile" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:13 -#: bookwyrm/templates/preferences/edit_user.html:68 -msgid "Display preferences" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:106 -msgid "Privacy" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:72 -msgid "Show reading goal prompt in feed:" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:76 -msgid "Show suggested users:" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:85 -#, python-format -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:89 -msgid "Preferred Timezone: " -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:116 -msgid "Default post privacy:" -msgstr "" - -#: bookwyrm/templates/preferences/layout.html:11 -msgid "Account" -msgstr "" - -#: bookwyrm/templates/preferences/layout.html:27 -msgid "Relationships" -msgstr "" - -#: bookwyrm/templates/reading_progress/finish.html:5 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/reading_progress/start.html:5 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/reading_progress/want.html:5 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 -msgid "Open" -msgstr "" - -#: bookwyrm/templates/search/book.html:85 -msgid "Import book" -msgstr "" - -#: bookwyrm/templates/search/book.html:107 -msgid "Load results from other catalogues" -msgstr "" - -#: bookwyrm/templates/search/book.html:111 -msgid "Manually add book" -msgstr "" - -#: bookwyrm/templates/search/book.html:116 -msgid "Log in to import or add books." -msgstr "" - -#: bookwyrm/templates/search/layout.html:16 -msgid "Search query" -msgstr "" - -#: bookwyrm/templates/search/layout.html:19 -msgid "Search type" -msgstr "" - -#: bookwyrm/templates/search/layout.html:23 -#: bookwyrm/templates/search/layout.html:46 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 -#: bookwyrm/templates/settings/federation/instance_list.html:44 -#: bookwyrm/templates/settings/layout.html:34 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 -msgid "Users" -msgstr "" - -#: bookwyrm/templates/search/layout.html:58 -#, python-format -msgid "No results found for \"%(query)s\"" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:3 -#: bookwyrm/templates/settings/announcements/announcement.html:6 -msgid "Announcement" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:7 -#: bookwyrm/templates/settings/federation/instance.html:13 -msgid "Back to list" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:11 -#: bookwyrm/templates/settings/announcements/announcement_form.html:6 -msgid "Edit Announcement" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:35 -msgid "Visible:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:38 -msgid "True" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:40 -msgid "False" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:47 -#: bookwyrm/templates/settings/announcements/announcement_form.html:40 -#: bookwyrm/templates/settings/dashboard/dashboard.html:71 -msgid "Start date:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:54 -#: bookwyrm/templates/settings/announcements/announcement_form.html:49 -#: bookwyrm/templates/settings/dashboard/dashboard.html:77 -msgid "End date:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:60 -#: bookwyrm/templates/settings/announcements/announcement_form.html:58 -msgid "Active:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:8 -#: bookwyrm/templates/settings/announcements/announcements.html:8 -msgid "Create Announcement" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:16 -msgid "Preview:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:23 -msgid "Content:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:30 -msgid "Event date:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:3 -#: bookwyrm/templates/settings/announcements/announcements.html:5 -#: bookwyrm/templates/settings/layout.html:72 -msgid "Announcements" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:22 -#: bookwyrm/templates/settings/federation/instance_list.html:36 -msgid "Date added" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:26 -msgid "Preview" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:30 -msgid "Start date" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:34 -msgid "End date" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:38 -#: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 -#: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 -#: bookwyrm/templates/settings/users/user_info.html:20 -msgid "Status" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "active" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "inactive" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:52 -msgid "No announcements found" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:6 -#: bookwyrm/templates/settings/dashboard/dashboard.html:8 -#: bookwyrm/templates/settings/layout.html:26 -msgid "Dashboard" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 -msgid "Total users" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/user_chart.html:16 -msgid "Active this month" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:27 -msgid "Statuses" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:33 -#: bookwyrm/templates/settings/dashboard/works_chart.html:11 -msgid "Works" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:43 -#, python-format -msgid "%(display_count)s open report" -msgid_plural "%(display_count)s open reports" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 -#, python-format -msgid "%(display_count)s invite request" -msgid_plural "%(display_count)s invite requests" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 -msgid "Instance Activity" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:83 -msgid "Interval:" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:87 -msgid "Days" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 -msgid "Weeks" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 -msgid "User signup activity" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:112 -msgid "Status activity" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:118 -msgid "Works created" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 -msgid "Registrations" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/status_chart.html:11 -msgid "Statuses posted" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/user_chart.html:11 -msgid "Total" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:10 -msgid "Add domain" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:11 -msgid "Domain:" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:59 -msgid "Email Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:18 -msgid "When someone tries to register with an email from this domain, no account will be created. The registration process will appear to have worked." -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:25 -msgid "Domain" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:29 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:27 -msgid "Options" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:38 -#, python-format -msgid "%(display_count)s user" -msgid_plural "%(display_count)s users" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59 -msgid "No email domains currently blocked" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:3 -#: bookwyrm/templates/settings/federation/edit_instance.html:6 -#: bookwyrm/templates/settings/federation/edit_instance.html:20 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:3 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:20 -#: bookwyrm/templates/settings/federation/instance_list.html:9 -#: bookwyrm/templates/settings/federation/instance_list.html:10 -msgid "Add instance" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:7 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:7 -msgid "Back to instance list" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:16 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:16 -msgid "Import block list" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:30 -msgid "Instance:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:39 -#: bookwyrm/templates/settings/federation/instance.html:28 -#: bookwyrm/templates/settings/users/user_info.html:106 -msgid "Status:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:52 -#: bookwyrm/templates/settings/federation/instance.html:22 -#: bookwyrm/templates/settings/users/user_info.html:100 -msgid "Software:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:61 -#: bookwyrm/templates/settings/federation/instance.html:25 -#: bookwyrm/templates/settings/users/user_info.html:103 -msgid "Version:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:70 -msgid "Notes:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:19 -msgid "Details" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:35 -#: bookwyrm/templates/user/layout.html:63 -msgid "Activity" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:38 -msgid "Users:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:41 -#: bookwyrm/templates/settings/federation/instance.html:47 -msgid "View all" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:44 -#: bookwyrm/templates/settings/users/user_info.html:56 -msgid "Reports:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:50 -msgid "Followed by us:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:55 -msgid "Followed by them:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:60 -msgid "Blocked by us:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:72 -#: bookwyrm/templates/settings/users/user_info.html:110 -msgid "Notes" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:75 -msgid "Edit" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:79 -msgid "No notes" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:94 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:8 -msgid "Actions" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:98 -#: bookwyrm/templates/snippets/block_button.html:5 -msgid "Block" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:99 -msgid "All users from this instance will be deactivated." -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:104 -#: bookwyrm/templates/snippets/block_button.html:10 -msgid "Un-block" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:105 -msgid "All users from this instance will be re-activated." -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:6 -msgid "Import Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:26 -#: bookwyrm/templates/snippets/goal_progress.html:7 -msgid "Success!" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:30 -msgid "Successfully blocked:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:32 -msgid "Failed:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:3 -#: bookwyrm/templates/settings/federation/instance_list.html:5 -#: bookwyrm/templates/settings/layout.html:45 -msgid "Federated Instances" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:32 -#: bookwyrm/templates/settings/users/server_filter.html:5 -msgid "Instance name" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:40 -msgid "Software" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:63 -msgid "No instances found" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:4 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:11 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:25 -#: bookwyrm/templates/settings/invites/manage_invites.html:11 -msgid "Invite Requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:23 -msgid "Ignored Invite Requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:35 -msgid "Date requested" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:39 -msgid "Date accepted" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 -msgid "Email" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 -msgid "Action" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 -msgid "No requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 -#: bookwyrm/templates/settings/invites/status_filter.html:16 -msgid "Accepted" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 -#: bookwyrm/templates/settings/invites/status_filter.html:12 -msgid "Sent" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 -#: bookwyrm/templates/settings/invites/status_filter.html:8 -msgid "Requested" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 -msgid "Send invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 -msgid "Re-send invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 -msgid "Ignore" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 -msgid "Un-ignore" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 -msgid "Back to pending requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 -msgid "View ignored requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:21 -msgid "Generate New Invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:27 -msgid "Expiry:" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:33 -msgid "Use limit:" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:40 -msgid "Create Invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:47 -msgid "Link" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:48 -msgid "Expires" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:49 -msgid "Max uses" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:50 -msgid "Times used" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:53 -msgid "No active invites" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10 -msgid "Add IP address" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11 -msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page." -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18 -msgid "IP Address:" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:63 -msgid "IP Address Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18 -msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application." -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24 -msgid "Address" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46 -msgid "No IP addresses currently blocked" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6 -msgid "You can block IP ranges using CIDR syntax." -msgstr "" - -#: bookwyrm/templates/settings/layout.html:4 -msgid "Administration" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:29 -msgid "Manage Users" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:51 -msgid "Moderation" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:55 -#: bookwyrm/templates/settings/reports/reports.html:8 -#: bookwyrm/templates/settings/reports/reports.html:17 -msgid "Reports" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:68 -msgid "Instance Settings" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:76 -#: bookwyrm/templates/settings/site.html:4 -#: bookwyrm/templates/settings/site.html:6 -msgid "Site Settings" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:5 -#: bookwyrm/templates/settings/reports/report.html:8 -#: bookwyrm/templates/settings/reports/report_preview.html:6 -#, python-format -msgid "Report #%(report_id)s: %(username)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:9 -msgid "Back to reports" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:23 -msgid "Moderator Comments" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:41 -#: bookwyrm/templates/snippets/create_status.html:28 -msgid "Comment" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:46 -msgid "Reported statuses" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:48 -msgid "No statuses reported" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:54 -msgid "Status has been deleted" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:13 -msgid "No notes provided" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:20 -#, python-format -msgid "Reported by %(username)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:30 -msgid "Re-open" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:32 -msgid "Resolve" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:6 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:14 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:28 -msgid "Resolved" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:37 -msgid "No reports found." -msgstr "" - -#: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 -msgid "Instance Info" -msgstr "" - -#: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 -msgid "Images" -msgstr "" - -#: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 -msgid "Footer Content" -msgstr "" - -#: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 -msgid "Registration" -msgstr "" - -#: bookwyrm/templates/settings/site.html:24 -msgid "Instance Name:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:28 -msgid "Tagline:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:32 -msgid "Instance description:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:36 -msgid "Short description:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:37 -msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support html or markdown." -msgstr "" - -#: bookwyrm/templates/settings/site.html:41 -msgid "Code of conduct:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:45 -msgid "Privacy Policy:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:57 -msgid "Logo:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:61 -msgid "Logo small:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:65 -msgid "Favicon:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:77 -msgid "Support link:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:81 -msgid "Support title:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:85 -msgid "Admin email:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:89 -msgid "Additional info:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:103 -msgid "Allow registration" -msgstr "" - -#: bookwyrm/templates/settings/site.html:109 -msgid "Allow invite requests" -msgstr "" - -#: bookwyrm/templates/settings/site.html:115 -msgid "Require users to confirm email address" -msgstr "" - -#: bookwyrm/templates/settings/site.html:117 -msgid "(Recommended if registration is open)" -msgstr "" - -#: bookwyrm/templates/settings/site.html:120 -msgid "Registration closed text:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:124 -msgid "Invite request text:" -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:5 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:31 -msgid "Permanently delete user" -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:12 -#, python-format -msgid "Are you sure you want to delete %(username)s's account? This action cannot be undone. To proceed, please enter your password to confirm deletion." -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:17 -msgid "Your password:" -msgstr "" - -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:7 -#, python-format -msgid "Users: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:22 -#: bookwyrm/templates/settings/users/username_filter.html:5 -msgid "Username" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:26 -msgid "Date Added" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:30 -msgid "Last Active" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:38 -msgid "Remote instance" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:24 -msgid "Active" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:28 -msgid "Inactive" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:52 -#: bookwyrm/templates/settings/users/user_info.html:120 -msgid "Not set" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:16 -msgid "View user profile" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:36 -msgid "Local" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:38 -msgid "Remote" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:47 -msgid "User details" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:51 -msgid "Email:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:61 -msgid "(View reports)" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:67 -msgid "Blocked by count:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:70 -msgid "Last active date:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:73 -msgid "Manually approved followers:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:76 -msgid "Discoverable:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:80 -msgid "Deactivation reason:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:95 -msgid "Instance details" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:117 -msgid "View instance" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:5 -msgid "Permanently deleted" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:13 -#: bookwyrm/templates/snippets/status/status_options.html:35 -#: bookwyrm/templates/snippets/user_options.html:13 -msgid "Send direct message" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:20 -msgid "Suspend user" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:25 -msgid "Un-suspend user" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:47 -msgid "Access level:" -msgstr "" - -#: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" -msgstr "" - -#: bookwyrm/templates/shelf/edit_shelf_form.html:5 -msgid "Edit Shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 -msgid "All books" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:55 -msgid "Create shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:77 -#, python-format -msgid "%(formatted_count)s book" -msgid_plural "%(formatted_count)s books" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/shelf/shelf.html:84 -#, python-format -msgid "(showing %(start)s-%(end)s)" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:96 -msgid "Edit shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:104 -msgid "Delete shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:130 -#: bookwyrm/templates/shelf/shelf.html:154 -msgid "Shelved" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:131 -#: bookwyrm/templates/shelf/shelf.html:158 -msgid "Started" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:132 -#: bookwyrm/templates/shelf/shelf.html:161 -msgid "Finished" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:187 -msgid "This shelf is empty." -msgstr "" - -#: bookwyrm/templates/snippets/announcement.html:31 -#, python-format -msgid "Posted by %(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/authors.html:22 -#, python-format -msgid "and %(remainder_count_display)s other" -msgid_plural "and %(remainder_count_display)s others" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/book_cover.html:61 -msgid "No cover" -msgstr "" - -#: bookwyrm/templates/snippets/book_titleby.html:6 -#, python-format -msgid "%(title)s by" -msgstr "" - -#: bookwyrm/templates/snippets/boost_button.html:20 -#: bookwyrm/templates/snippets/boost_button.html:21 -msgid "Boost" -msgstr "" - -#: bookwyrm/templates/snippets/boost_button.html:33 -#: bookwyrm/templates/snippets/boost_button.html:34 -msgid "Un-boost" -msgstr "" - -#: bookwyrm/templates/snippets/create_status.html:17 -msgid "Review" -msgstr "" - -#: bookwyrm/templates/snippets/create_status.html:39 -msgid "Quote" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:15 -msgid "Some thoughts on the book" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:26 -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:15 -msgid "Progress:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:52 -#: bookwyrm/templates/snippets/progress_field.html:18 -msgid "pages" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:58 -#: bookwyrm/templates/snippets/progress_field.html:23 -msgid "percent" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:65 -#, python-format -msgid "of %(pages)s pages" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:34 -#: bookwyrm/templates/snippets/status/layout.html:52 -#: bookwyrm/templates/snippets/status/layout.html:53 -msgid "Reply" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -msgid "Content" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 -msgid "Include spoiler alert" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/layout.html:41 -#: bookwyrm/templates/snippets/reading_modals/form.html:7 -msgid "Comment:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 -#: bookwyrm/templates/snippets/privacy-icons.html:15 -#: bookwyrm/templates/snippets/privacy-icons.html:16 -#: bookwyrm/templates/snippets/privacy_select.html:20 -msgid "Private" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 -msgid "Post" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:17 -msgid "Quote:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:25 -#, python-format -msgid "An excerpt from '%(book_title)s'" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:32 -msgid "Position:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:45 -msgid "On page:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:51 -msgid "At percent:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/review.html:25 -#, python-format -msgid "Your review of '%(book_title)s'" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/review.html:40 -msgid "Review:" -msgstr "" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:4 -msgid "Delete these read dates?" -msgstr "" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:7 -#, python-format -msgid "You are deleting this readthrough and its %(count)s associated progress updates." -msgstr "" - -#: bookwyrm/templates/snippets/fav_button.html:16 -#: bookwyrm/templates/snippets/fav_button.html:17 -msgid "Like" -msgstr "" - -#: bookwyrm/templates/snippets/fav_button.html:30 -#: bookwyrm/templates/snippets/fav_button.html:31 -msgid "Un-like" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:7 -msgid "Show filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:9 -msgid "Hide filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:22 -msgid "Apply filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:26 -msgid "Clear filters" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:14 -#, python-format -msgid "Follow @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:16 -msgid "Follow" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:25 -msgid "Undo follow request" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:30 -#, python-format -msgid "Unfollow @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:32 -msgid "Unfollow" -msgstr "" - -#: bookwyrm/templates/snippets/follow_request_buttons.html:7 -msgid "Accept" -msgstr "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:20 -#: bookwyrm/templates/snippets/stars.html:13 -msgid "No rating" -msgstr "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:28 -#, python-format -msgid "%(half_rating)s star" -msgid_plural "%(half_rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:64 -#: bookwyrm/templates/snippets/stars.html:7 -#, python-format -msgid "%(rating)s star" -msgid_plural "%(rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/generated_status/goal.html:2 -#, python-format -msgid "set a goal to read %(counter)s book in %(year)s" -msgid_plural "set a goal to read %(counter)s books in %(year)s" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/generated_status/rating.html:3 -#, python-format -msgid "rated %(title)s: %(display_rating)s star" -msgid_plural "rated %(title)s: %(display_rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: 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_form.html:4 -#, python-format -msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:16 -msgid "Reading goal:" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:21 -msgid "books" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:26 -msgid "Goal privacy:" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:33 -#: bookwyrm/templates/snippets/reading_modals/layout.html:13 -msgid "Post to feed" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:37 -msgid "Set goal" -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:9 -#, python-format -msgid "%(percent)s%% complete!" -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:12 -#, python-format -msgid "You've read %(read_count)s of %(goal_count)s books." -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:14 -#, python-format -msgid "%(username)s has read %(read_count)s of %(goal_count)s books." -msgstr "" - -#: bookwyrm/templates/snippets/page_text.html:4 -#, python-format -msgid "page %(page)s of %(total_pages)s" -msgstr "" - -#: bookwyrm/templates/snippets/page_text.html:6 -#, python-format -msgid "page %(page)s" -msgstr "" - -#: bookwyrm/templates/snippets/pagination.html:12 -msgid "Previous" -msgstr "" - -#: bookwyrm/templates/snippets/pagination.html:23 -msgid "Next" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:3 -#: bookwyrm/templates/snippets/privacy-icons.html:4 -#: bookwyrm/templates/snippets/privacy_select.html:11 -msgid "Public" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:7 -#: bookwyrm/templates/snippets/privacy-icons.html:8 -#: bookwyrm/templates/snippets/privacy_select.html:14 -msgid "Unlisted" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:12 -msgid "Followers-only" -msgstr "" - -#: bookwyrm/templates/snippets/privacy_select.html:6 -msgid "Post privacy" -msgstr "" - -#: bookwyrm/templates/snippets/privacy_select.html:17 -#: bookwyrm/templates/user/relationships/followers.html:6 -#: bookwyrm/templates/user/relationships/layout.html:11 -msgid "Followers" -msgstr "" - -#: bookwyrm/templates/snippets/rate_action.html:4 -msgid "Leave a rating" -msgstr "" - -#: bookwyrm/templates/snippets/rate_action.html:19 -msgid "Rate" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:6 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:23 -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:20 -#: bookwyrm/templates/snippets/readthrough_form.html:7 -msgid "Started reading" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:31 -#: bookwyrm/templates/snippets/readthrough_form.html:20 -msgid "Finished reading" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/form.html:9 -msgid "(Optional)" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:5 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:50 -msgid "Update progress" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:6 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/want_to_read_modal.html:6 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/readthrough_form.html:14 -msgid "Progress" -msgstr "" - -#: bookwyrm/templates/snippets/register_form.html:32 -msgid "Sign Up" -msgstr "" - -#: bookwyrm/templates/snippets/report_button.html:6 -msgid "Report" -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:6 -#, python-format -msgid "Report @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:23 -#, python-format -msgid "This report will be sent to %(site_name)s's moderators for review." -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:24 -msgid "More info about this report:" -msgstr "" - -#: bookwyrm/templates/snippets/shelf_selector.html:4 -msgid "Move book" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 -msgid "More shelves" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:17 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:24 -msgid "Start reading" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:29 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:36 -msgid "Want to read" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:62 -#, python-format -msgid "Remove from %(name)s" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:30 -msgid "Finish reading" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:72 -msgid "Content warning" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:79 -msgid "Show status" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:101 -#, python-format -msgid "(Page %(page)s)" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:103 -#, python-format -msgid "(%(percent)s%%)" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:125 -msgid "Open image in new window" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:144 -msgid "Hide status" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/comment.html:2 -#, python-format -msgid "commented on %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/note.html:15 -#, python-format -msgid "replied to %(username)s's status" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/quotation.html:2 -#, python-format -msgid "quoted %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/rating.html:3 -#, python-format -msgid "rated %(book)s:" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/read.html:7 -#, python-format -msgid "finished reading %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/reading.html:7 -#, python-format -msgid "started reading %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/review.html:3 -#, python-format -msgid "reviewed %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/to_read.html:7 -#, python-format -msgid "%(username)s wants to read %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:24 -#: bookwyrm/templates/snippets/status/status_options.html:17 -msgid "Delete status" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:56 -#: bookwyrm/templates/snippets/status/layout.html:57 -msgid "Boost status" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:60 -#: bookwyrm/templates/snippets/status/layout.html:61 -msgid "Like status" -msgstr "" - -#: bookwyrm/templates/snippets/status/status.html:10 -msgid "boosted" -msgstr "" - -#: bookwyrm/templates/snippets/status/status_options.html:7 -#: bookwyrm/templates/snippets/user_options.html:7 -msgid "More options" -msgstr "" - -#: bookwyrm/templates/snippets/status/status_options.html:26 -msgid "Delete & re-draft" -msgstr "" - -#: bookwyrm/templates/snippets/suggested_users.html:16 -#, python-format -msgid "%(mutuals)s follower you follow" -msgid_plural "%(mutuals)s followers you follow" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/suggested_users.html:23 -#, 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/snippets/suggested_users.html:31 -#: bookwyrm/templates/user/user_preview.html:36 -msgid "Follows you" -msgstr "" - -#: bookwyrm/templates/snippets/switch_edition_button.html:5 -msgid "Switch to this edition" -msgstr "" - -#: bookwyrm/templates/snippets/table-sort-header.html:6 -msgid "Sorted ascending" -msgstr "" - -#: bookwyrm/templates/snippets/table-sort-header.html:10 -msgid "Sorted descending" -msgstr "" - -#: bookwyrm/templates/snippets/trimmed_text.html:17 -msgid "Show more" -msgstr "" - -#: bookwyrm/templates/snippets/trimmed_text.html:35 -msgid "Show less" -msgstr "" - -#: bookwyrm/templates/user/books_header.html:5 -#, python-format -msgid "%(username)s's books" -msgstr "" - -#: bookwyrm/templates/user/goal.html:8 -#, python-format -msgid "%(year)s Reading Progress" -msgstr "" - -#: bookwyrm/templates/user/goal.html:12 -msgid "Edit Goal" -msgstr "" - -#: bookwyrm/templates/user/goal.html:28 -#, python-format -msgid "%(name)s hasn't set a reading goal for %(year)s." -msgstr "" - -#: bookwyrm/templates/user/goal.html:40 -#, python-format -msgid "Your %(year)s Books" -msgstr "" - -#: bookwyrm/templates/user/goal.html:42 -#, python-format -msgid "%(username)s's %(year)s Books" -msgstr "" - -#: bookwyrm/templates/user/layout.html:18 bookwyrm/templates/user/user.html:10 -msgid "User Profile" -msgstr "" - -#: bookwyrm/templates/user/layout.html:44 -msgid "Follow Requests" -msgstr "" - -#: bookwyrm/templates/user/layout.html:69 -msgid "Reading Goal" -msgstr "" - -#: bookwyrm/templates/user/lists.html:11 -#, python-format -msgid "Lists: %(username)s" -msgstr "" - -#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 -msgid "Create list" -msgstr "" - -#: bookwyrm/templates/user/relationships/followers.html:12 -#, python-format -msgid "%(username)s has no followers" -msgstr "" - -#: bookwyrm/templates/user/relationships/following.html:6 -#: bookwyrm/templates/user/relationships/layout.html:15 -msgid "Following" -msgstr "" - -#: bookwyrm/templates/user/relationships/following.html:12 -#, python-format -msgid "%(username)s isn't following any users" -msgstr "" - -#: bookwyrm/templates/user/user.html:16 -msgid "Edit profile" -msgstr "" - -#: bookwyrm/templates/user/user.html:33 -#, python-format -msgid "View all %(size)s" -msgstr "" - -#: bookwyrm/templates/user/user.html:46 -msgid "View all books" -msgstr "" - -#: bookwyrm/templates/user/user.html:59 -msgid "User Activity" -msgstr "" - -#: bookwyrm/templates/user/user.html:63 -msgid "RSS feed" -msgstr "" - -#: bookwyrm/templates/user/user.html:74 -msgid "No activities yet!" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:22 -#, python-format -msgid "Joined %(date)s" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:26 -#, python-format -msgid "%(counter)s follower" -msgid_plural "%(counter)s followers" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/user/user_preview.html:27 -#, python-format -msgid "%(counter)s following" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:34 -#, python-format -msgid "%(mutuals_display)s follower you follow" -msgid_plural "%(mutuals_display)s followers you follow" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/user/user_preview.html:38 -msgid "No followers you follow" -msgstr "" - -#: bookwyrm/templates/widgets/clearable_file_input_with_warning.html:28 -msgid "File exceeds maximum size: 10MB" -msgstr "" - -#: bookwyrm/templatetags/utilities.py:31 -#, python-format -msgid "%(title)s: %(subtitle)s" -msgstr "" - -#: bookwyrm/views/import_data.py:67 -msgid "Not a valid csv file" -msgstr "" - -#: bookwyrm/views/login.py:69 -msgid "Username or password are incorrect" -msgstr "" - -#: bookwyrm/views/password.py:32 -msgid "No user with that email address was found." -msgstr "" - -#: bookwyrm/views/password.py:41 -#, python-brace-format -msgid "A password reset link was sent to {email}" -msgstr "" - -#: bookwyrm/views/rss_feed.py:35 -#, python-brace-format -msgid "Status updates from {obj.display_name}" -msgstr "" - diff --git a/locale/en_Oulipo/LC_MESSAGES/django.po b/locale/en_Oulipo/LC_MESSAGES/django.po deleted file mode 100644 index 939f8f4c5..000000000 --- a/locale/en_Oulipo/LC_MESSAGES/django.po +++ /dev/null @@ -1,3587 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: bookwyrm\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:57+0000\n" -"PO-Revision-Date: 2021-10-08 00:04\n" -"Last-Translator: Mouse Reeve \n" -"Language-Team: Oulipo\n" -"Language: en_Oulipo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Crowdin-Project: bookwyrm\n" -"X-Crowdin-Project-ID: 479239\n" -"X-Crowdin-Language: ou\n" -"X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" -"X-Crowdin-File-ID: 1553\n" - -#: bookwyrm/forms.py:242 -msgid "A user with this email already exists." -msgstr "An account is using this mail." - -#: bookwyrm/forms.py:256 -msgid "One Day" -msgstr "1 Day" - -#: bookwyrm/forms.py:257 -msgid "One Week" -msgstr "7 Days" - -#: bookwyrm/forms.py:258 -msgid "One Month" -msgstr "1 Month" - -#: bookwyrm/forms.py:259 -msgid "Does Not Expire" -msgstr "No cut-off" - -#: bookwyrm/forms.py:263 -#, python-brace-format -msgid "{i} uses" -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "Unlimited" -msgstr "No limit" - -#: bookwyrm/forms.py:326 -msgid "List Order" -msgstr "List Sorting" - -#: bookwyrm/forms.py:327 -msgid "Book Title" -msgstr "" - -#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 -#: bookwyrm/templates/shelf/shelf.html:165 -#: bookwyrm/templates/snippets/create_status/review.html:33 -msgid "Rating" -msgstr "Rating" - -#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 -msgid "Sort By" -msgstr "" - -#: bookwyrm/forms.py:334 -msgid "Ascending" -msgstr "Upward" - -#: bookwyrm/forms.py:335 -msgid "Descending" -msgstr "Downward" - -#: bookwyrm/importers/importer.py:75 -msgid "Error loading book" -msgstr "Could not load book" - -#: bookwyrm/importers/importer.py:88 -msgid "Could not find a match for book" -msgstr "Could not find a match for book" - -#: bookwyrm/models/base_model.py:17 -msgid "Pending" -msgstr "Waiting" - -#: bookwyrm/models/base_model.py:18 -msgid "Self deletion" -msgstr "Discard of own account" - -#: bookwyrm/models/base_model.py:19 -msgid "Moderator suspension" -msgstr "Admin moratorium" - -#: bookwyrm/models/base_model.py:20 -msgid "Moderator deletion" -msgstr "Admin discard" - -#: bookwyrm/models/base_model.py:21 -msgid "Domain block" -msgstr "Domain block" - -#: bookwyrm/models/book.py:232 -msgid "Audiobook" -msgstr "Audiobook" - -#: bookwyrm/models/book.py:233 -msgid "eBook" -msgstr "Digital Book" - -#: bookwyrm/models/book.py:234 -msgid "Graphic novel" -msgstr "Graphic story" - -#: bookwyrm/models/book.py:235 -msgid "Hardcover" -msgstr "Hardback" - -#: bookwyrm/models/book.py:236 -msgid "Paperback" -msgstr "Softback" - -#: bookwyrm/models/federated_server.py:11 -#: bookwyrm/templates/settings/federation/edit_instance.html:42 -#: bookwyrm/templates/settings/federation/instance_list.html:19 -msgid "Federated" -msgstr "Global" - -#: bookwyrm/models/federated_server.py:12 -#: bookwyrm/templates/settings/federation/edit_instance.html:43 -#: bookwyrm/templates/settings/federation/instance.html:10 -#: bookwyrm/templates/settings/federation/instance_list.html:23 -msgid "Blocked" -msgstr "Has Block" - -#: bookwyrm/models/fields.py:27 -#, python-format -msgid "%(value)s is not a valid remote_id" -msgstr "" - -#: bookwyrm/models/fields.py:36 bookwyrm/models/fields.py:45 -#, python-format -msgid "%(value)s is not a valid username" -msgstr "%(value)s is not a valid alias" - -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 -msgid "username" -msgstr "alias" - -#: bookwyrm/models/fields.py:186 -msgid "A user with that username already exists." -msgstr "An account is using this alias." - -#: bookwyrm/settings.py:117 -msgid "Home Timeline" -msgstr "Community Posts" - -#: bookwyrm/settings.py:117 -msgid "Home" -msgstr "Community" - -#: bookwyrm/settings.py:118 -msgid "Books Timeline" -msgstr "Book Posts" - -#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 -#: bookwyrm/templates/search/layout.html:42 -#: bookwyrm/templates/user/layout.html:81 -msgid "Books" -msgstr "Books" - -#: bookwyrm/settings.py:164 -msgid "English" -msgstr "" - -#: bookwyrm/settings.py:165 -msgid "Deutsch (German)" -msgstr "" - -#: bookwyrm/settings.py:166 -msgid "Español (Spanish)" -msgstr "" - -#: bookwyrm/settings.py:167 -msgid "Français (French)" -msgstr "" - -#: bookwyrm/settings.py:168 -msgid "简体中文 (Simplified Chinese)" -msgstr "" - -#: bookwyrm/settings.py:169 -msgid "繁體中文 (Traditional Chinese)" -msgstr "" - -#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 -msgid "Not Found" -msgstr "Not Found" - -#: bookwyrm/templates/404.html:9 -msgid "The page you requested doesn't seem to exist!" -msgstr "Not found!" - -#: bookwyrm/templates/500.html:4 -msgid "Oops!" -msgstr "Oops!" - -#: bookwyrm/templates/500.html:8 -msgid "Server Error" -msgstr "That didn't work" - -#: bookwyrm/templates/500.html:9 -msgid "Something went wrong! Sorry about that." -msgstr "Sorry, that didn't work." - -#: bookwyrm/templates/author/author.html:17 -#: bookwyrm/templates/author/author.html:18 -msgid "Edit Author" -msgstr "Modify Author" - -#: bookwyrm/templates/author/author.html:34 -#: bookwyrm/templates/author/edit_author.html:41 -msgid "Aliases:" -msgstr "Also known as:" - -#: bookwyrm/templates/author/author.html:45 -msgid "Born:" -msgstr "Born:" - -#: bookwyrm/templates/author/author.html:52 -msgid "Died:" -msgstr "" - -#: bookwyrm/templates/author/author.html:61 -msgid "Wikipedia" -msgstr "" - -#: bookwyrm/templates/author/author.html:69 -#: bookwyrm/templates/book/book.html:94 -msgid "View on OpenLibrary" -msgstr "" - -#: bookwyrm/templates/author/author.html:77 -#: bookwyrm/templates/book/book.html:97 -msgid "View on Inventaire" -msgstr "" - -#: bookwyrm/templates/author/author.html:85 -msgid "View on LibraryThing" -msgstr "" - -#: bookwyrm/templates/author/author.html:93 -msgid "View on Goodreads" -msgstr "" - -#: bookwyrm/templates/author/author.html:108 -#, python-format -msgid "Books by %(name)s" -msgstr "Books by %(name)s" - -#: bookwyrm/templates/author/edit_author.html:5 -msgid "Edit Author:" -msgstr "Modify Author:" - -#: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 -msgid "Added:" -msgstr "Put in" - -#: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 -msgid "Updated:" -msgstr "Last modification:" - -#: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit/edit_book.html:25 -msgid "Last edited by:" -msgstr "Last modification by:" - -#: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit/edit_book_form.html:15 -msgid "Metadata" -msgstr "Additional Info" - -#: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/lists/form.html:8 bookwyrm/templates/shelf/form.html:9 -msgid "Name:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit/edit_book_form.html:65 -#: bookwyrm/templates/book/edit/edit_book_form.html:79 -#: bookwyrm/templates/book/edit/edit_book_form.html:124 -msgid "Separate multiple values with commas." -msgstr "Split up with commas" - -#: bookwyrm/templates/author/edit_author.html:50 -msgid "Bio:" -msgstr "Bio:" - -#: bookwyrm/templates/author/edit_author.html:57 -msgid "Wikipedia link:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:63 -msgid "Birth date:" -msgstr "Born:" - -#: bookwyrm/templates/author/edit_author.html:71 -msgid "Death date:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:79 -msgid "Author Identifiers" -msgstr "Author Associations" - -#: bookwyrm/templates/author/edit_author.html:81 -msgid "Openlibrary key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit/edit_book_form.html:224 -msgid "Inventaire ID:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:97 -msgid "Librarything key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:105 -msgid "Goodreads key:" -msgstr "" - -#: bookwyrm/templates/author/edit_author.html:116 -#: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 -#: bookwyrm/templates/book/readthrough.html:76 -#: bookwyrm/templates/lists/bookmark_button.html:15 -#: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:124 -#: bookwyrm/templates/settings/announcements/announcement_form.html:69 -#: bookwyrm/templates/settings/federation/edit_instance.html:74 -#: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:134 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:64 -#: bookwyrm/templates/shelf/form.html:25 -#: bookwyrm/templates/snippets/reading_modals/layout.html:18 -msgid "Save" -msgstr "Confirm" - -#: bookwyrm/templates/author/edit_author.html:117 -#: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 -#: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit/edit_book.html:111 -#: bookwyrm/templates/book/readthrough.html:77 -#: bookwyrm/templates/lists/delete_list_modal.html:17 -#: bookwyrm/templates/settings/federation/instance.html:88 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 -#: bookwyrm/templates/snippets/report_modal.html:34 -msgid "Cancel" -msgstr "Abort" - -#: bookwyrm/templates/book/book.html:47 -#: bookwyrm/templates/discover/large-book.html:22 -#: bookwyrm/templates/landing/large-book.html:25 -#: bookwyrm/templates/landing/small-book.html:18 -msgid "by" -msgstr "by" - -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 -msgid "Edit Book" -msgstr "Modify Book" - -#: bookwyrm/templates/book/book.html:73 -#: bookwyrm/templates/book/cover_modal.html:5 -msgid "Add cover" -msgstr "Add front illustration" - -#: bookwyrm/templates/book/book.html:77 -msgid "Failed to load cover" -msgstr "Could not load illustration" - -#: bookwyrm/templates/book/book.html:117 -#, python-format -msgid "(%(review_count)s review)" -msgid_plural "(%(review_count)s reviews)" -msgstr[0] "(%(review_count)s rundown)" -msgstr[1] "(%(review_count)s rundowns)" - -#: bookwyrm/templates/book/book.html:129 -msgid "Add Description" -msgstr "Add About" - -#: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit/edit_book_form.html:34 -#: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 -msgid "Description:" -msgstr "About:" - -#: bookwyrm/templates/book/book.html:150 -#, python-format -msgid "%(count)s editions" -msgstr "%(count)s variants" - -#: bookwyrm/templates/book/book.html:158 -#, python-format -msgid "This edition is on your %(shelf_name)s shelf." -msgstr "This variant is on your %(shelf_name)s stack." - -#: bookwyrm/templates/book/book.html:164 -#, python-format -msgid "A different edition of this book is on your %(shelf_name)s shelf." -msgstr "A variant of this book is on your %(shelf_name)s stack." - -#: bookwyrm/templates/book/book.html:175 -msgid "Your reading activity" -msgstr "Your book activity" - -#: bookwyrm/templates/book/book.html:178 -msgid "Add read dates" -msgstr "Add activity chronology" - -#: bookwyrm/templates/book/book.html:187 -msgid "Create" -msgstr "Add" - -#: bookwyrm/templates/book/book.html:197 -msgid "You don't have any reading activity for this book." -msgstr "No activity for this book." - -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "Rundowns" - -#: bookwyrm/templates/book/book.html:223 -msgid "Your reviews" -msgstr "Your rundowns" - -#: bookwyrm/templates/book/book.html:229 -msgid "Your comments" -msgstr "Your annotations" - -#: bookwyrm/templates/book/book.html:235 -msgid "Your quotes" -msgstr "Your quotations" - -#: bookwyrm/templates/book/book.html:271 -msgid "Subjects" -msgstr "Topics" - -#: bookwyrm/templates/book/book.html:283 -msgid "Places" -msgstr "Locations" - -#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 -#: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 -#: bookwyrm/templates/search/layout.html:25 -#: bookwyrm/templates/search/layout.html:50 -#: bookwyrm/templates/user/layout.html:75 -msgid "Lists" -msgstr "Lists" - -#: bookwyrm/templates/book/book.html:305 -msgid "Add to list" -msgstr "Add to list" - -#: bookwyrm/templates/book/book.html:315 -#: bookwyrm/templates/book/cover_modal.html:31 -#: bookwyrm/templates/lists/list.html:181 -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:32 -msgid "Add" -msgstr "Add" - -#: bookwyrm/templates/book/book_identifiers.html:8 -msgid "ISBN:" -msgstr "ISBN:" - -#: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:232 -msgid "OCLC Number:" -msgstr "OCLC lookup:" - -#: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:240 -msgid "ASIN:" -msgstr "ASIN:" - -#: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:143 -msgid "Upload cover:" -msgstr "Upload front illustration" - -#: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 -msgid "Load cover from url:" -msgstr "Upload front illustration from url" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 -#, python-format -msgid "Edit \"%(book_title)s\"" -msgstr "Modify \"%(book_title)s\"" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 -msgid "Add Book" -msgstr "Add Book" - -#: bookwyrm/templates/book/edit/edit_book.html:47 -msgid "Confirm Book Info" -msgstr "Confirm Book Info" - -#: bookwyrm/templates/book/edit/edit_book.html:55 -#, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "Is \"%(name)s\" a known author?" - -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "Author of %(book_title)s" - -#: bookwyrm/templates/book/edit/edit_book.html:68 -msgid "This is a new author" -msgstr "This is an unknown author" - -#: bookwyrm/templates/book/edit/edit_book.html:75 -#, python-format -msgid "Creating a new author: %(name)s" -msgstr "Adding an author: %(name)s" - -#: bookwyrm/templates/book/edit/edit_book.html:82 -msgid "Is this an edition of an existing work?" -msgstr "Is this a variant of a known work?" - -#: bookwyrm/templates/book/edit/edit_book.html:90 -msgid "This is a new work" -msgstr "This is an unknown work" - -#: bookwyrm/templates/book/edit/edit_book.html:97 -#: bookwyrm/templates/password_reset.html:30 -msgid "Confirm" -msgstr "Confirm" - -#: bookwyrm/templates/book/edit/edit_book.html:99 -#: bookwyrm/templates/feed/status.html:9 -msgid "Back" -msgstr "Back" - -#: bookwyrm/templates/book/edit/edit_book_form.html:18 -#: bookwyrm/templates/snippets/create_status/review.html:16 -msgid "Title:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:26 -msgid "Subtitle:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:44 -msgid "Series:" -msgstr "Compilation:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:53 -msgid "Series number:" -msgstr "Compilation ordinal:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:63 -msgid "Languages:" -msgstr "Cants" - -#: bookwyrm/templates/book/edit/edit_book_form.html:74 -msgid "Publication" -msgstr "Publication" - -#: bookwyrm/templates/book/edit/edit_book_form.html:77 -msgid "Publisher:" -msgstr "Publication company:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:86 -msgid "First published date:" -msgstr "Orignal publication:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:94 -msgid "Published date:" -msgstr "Publication:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:104 -msgid "Authors" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:112 -#, python-format -msgid "Remove %(name)s" -msgstr "Discard %(name)s" - -#: bookwyrm/templates/book/edit/edit_book_form.html:115 -#, python-format -msgid "Author page for %(name)s" -msgstr "Author landing for %(name)s" - -#: bookwyrm/templates/book/edit/edit_book_form.html:122 -msgid "Add Authors:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:123 -msgid "John Doe, Jane Smith" -msgstr "John Dow, Jain Smith" - -#: bookwyrm/templates/book/edit/edit_book_form.html:132 -#: bookwyrm/templates/shelf/shelf.html:127 -msgid "Cover" -msgstr "Front illustration" - -#: bookwyrm/templates/book/edit/edit_book_form.html:161 -msgid "Physical Properties" -msgstr "Physical Information" - -#: bookwyrm/templates/book/edit/edit_book_form.html:166 -#: bookwyrm/templates/book/editions/format_filter.html:5 -msgid "Format:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:177 -msgid "Format details:" -msgstr "Format info:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:187 -msgid "Pages:" -msgstr "Pagination:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -msgid "Book Identifiers" -msgstr "Book Lookups" - -#: bookwyrm/templates/book/edit/edit_book_form.html:200 -msgid "ISBN 13:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:208 -msgid "ISBN 10:" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:216 -msgid "Openlibrary ID:" -msgstr "" - -#: bookwyrm/templates/book/editions/editions.html:4 -#, python-format -msgid "Editions of %(book_title)s" -msgstr "Variants of %(book_title)s" - -#: bookwyrm/templates/book/editions/editions.html:8 -#, python-format -msgid "Editions of \"%(work_title)s\"" -msgstr "Variants of \"%(work_title)s\"" - -#: bookwyrm/templates/book/editions/format_filter.html:8 -#: bookwyrm/templates/book/editions/language_filter.html:8 -msgid "Any" -msgstr "" - -#: bookwyrm/templates/book/editions/language_filter.html:5 -#: bookwyrm/templates/preferences/edit_user.html:95 -msgid "Language:" -msgstr "Cant" - -#: bookwyrm/templates/book/editions/search_filter.html:5 -msgid "Search editions" -msgstr "Look within variants" - -#: bookwyrm/templates/book/publisher_info.html:21 -#, python-format -msgid "%(format)s" -msgstr "" - -#: bookwyrm/templates/book/publisher_info.html:23 -#, python-format -msgid "%(format)s, %(pages)s pages" -msgstr "%(format)s, %(pages)s pagination" - -#: bookwyrm/templates/book/publisher_info.html:25 -#, python-format -msgid "%(pages)s pages" -msgstr "%(pages)s pagination" - -#: bookwyrm/templates/book/publisher_info.html:38 -#, python-format -msgid "%(languages)s language" -msgstr "%(languages)s cants" - -#: bookwyrm/templates/book/publisher_info.html:65 -#, python-format -msgid "Published %(date)s by %(publisher)s." -msgstr "Put out in %(date)s by %(publisher)s." - -#: bookwyrm/templates/book/publisher_info.html:67 -#, python-format -msgid "Published %(date)s" -msgstr "Put out in %(date)s" - -#: bookwyrm/templates/book/publisher_info.html:69 -#, python-format -msgid "Published by %(publisher)s." -msgstr "Put out by %(publisher)s." - -#: bookwyrm/templates/book/rating.html:13 -msgid "rated it" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:8 -msgid "Progress Updates:" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:13 -msgid "finished" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:24 -msgid "Show all updates" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:40 -msgid "Delete this progress update" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:51 -msgid "started" -msgstr "" - -#: bookwyrm/templates/book/readthrough.html:58 -#: bookwyrm/templates/book/readthrough.html:72 -msgid "Edit read dates" -msgstr "Modify activity chronology" - -#: bookwyrm/templates/book/readthrough.html:62 -msgid "Delete these read dates" -msgstr "" - -#: bookwyrm/templates/components/inline_form.html:8 -#: bookwyrm/templates/components/modal.html:11 -#: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/layout.html:71 -#: bookwyrm/templates/get_started/layout.html:20 -#: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:49 -#: bookwyrm/templates/snippets/announcement.html:18 -msgid "Close" -msgstr "Dismiss" - -#: bookwyrm/templates/components/tooltip.html:3 -msgid "Help" -msgstr "Info" - -#: bookwyrm/templates/compose.html:5 bookwyrm/templates/compose.html:8 -msgid "Compose status" -msgstr "Draft a post" - -#: bookwyrm/templates/confirm_email/confirm_email.html:4 -msgid "Confirm email" -msgstr "Confirm mail" - -#: bookwyrm/templates/confirm_email/confirm_email.html:7 -msgid "Confirm your email address" -msgstr "Confirm your mail location" - -#: bookwyrm/templates/confirm_email/confirm_email.html:13 -msgid "A confirmation code has been sent to the email address you used to register your account." -msgstr "A confirmation link is going out to your mail location" - -#: bookwyrm/templates/confirm_email/confirm_email.html:15 -msgid "Sorry! We couldn't find that code." -msgstr "Sorry! That confirmation string is invalid." - -#: bookwyrm/templates/confirm_email/confirm_email.html:19 -#: bookwyrm/templates/settings/users/user_info.html:85 -msgid "Confirmation code:" -msgstr "Confirmation string:" - -#: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:93 -#: bookwyrm/templates/snippets/report_modal.html:33 -msgid "Submit" -msgstr "" - -#: bookwyrm/templates/confirm_email/confirm_email.html:32 -msgid "Can't find your code?" -msgstr "Can't find your confirmation?" - -#: bookwyrm/templates/confirm_email/resend_form.html:4 -msgid "Resend confirmation link" -msgstr "Post confirmation link again" - -#: bookwyrm/templates/confirm_email/resend_form.html:11 -#: bookwyrm/templates/landing/layout.html:67 -#: bookwyrm/templates/password_reset_request.html:18 -#: bookwyrm/templates/preferences/edit_user.html:56 -#: bookwyrm/templates/snippets/register_form.html:13 -msgid "Email address:" -msgstr "Mail location:" - -#: bookwyrm/templates/confirm_email/resend_form.html:17 -msgid "Resend link" -msgstr "Post link again" - -#: bookwyrm/templates/directory/community_filter.html:5 -msgid "Community" -msgstr "" - -#: bookwyrm/templates/directory/community_filter.html:8 -msgid "Local users" -msgstr "Local community" - -#: bookwyrm/templates/directory/community_filter.html:12 -msgid "Federated community" -msgstr "Global community" - -#: bookwyrm/templates/directory/directory.html:4 -#: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 -msgid "Directory" -msgstr "Accounts" - -#: bookwyrm/templates/directory/directory.html:17 -msgid "Make your profile discoverable to other BookWyrm users." -msgstr "Publically show your account." - -#: bookwyrm/templates/directory/directory.html:24 -#, python-format -msgid "You can opt-out at any time in your profile settings." -msgstr "You can opt-out in your configuration options." - -#: bookwyrm/templates/directory/directory.html:29 -#: bookwyrm/templates/feed/goal_card.html:17 -#: bookwyrm/templates/snippets/announcement.html:34 -msgid "Dismiss message" -msgstr "Dismiss" - -#: bookwyrm/templates/directory/sort_filter.html:5 -msgid "Order by" -msgstr "Sort" - -#: bookwyrm/templates/directory/sort_filter.html:8 -msgid "Recently active" -msgstr "Last around" - -#: bookwyrm/templates/directory/sort_filter.html:9 -msgid "Suggested" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:17 -#: bookwyrm/templates/directory/user_card.html:18 -#: bookwyrm/templates/user/user_preview.html:16 -#: bookwyrm/templates/user/user_preview.html:17 -msgid "Locked account" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:40 -msgid "follower you follow" -msgid_plural "followers you follow" -msgstr[0] "follow you follow" -msgstr[1] " follows you follow" - -#: bookwyrm/templates/directory/user_card.html:47 -msgid "book on your shelves" -msgid_plural "books on your shelves" -msgstr[0] "book in your stacks" -msgstr[1] "books in your stacks" - -#: bookwyrm/templates/directory/user_card.html:55 -msgid "posts" -msgstr "" - -#: bookwyrm/templates/directory/user_card.html:61 -msgid "last active" -msgstr "last around" - -#: bookwyrm/templates/directory/user_type_filter.html:5 -msgid "User type" -msgstr "Accounts" - -#: bookwyrm/templates/directory/user_type_filter.html:8 -msgid "BookWyrm users" -msgstr "BookWyrm accounts" - -#: bookwyrm/templates/directory/user_type_filter.html:12 -msgid "All known users" -msgstr "All known accounts" - -#: bookwyrm/templates/discover/discover.html:4 -#: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:78 -msgid "Discover" -msgstr "" - -#: bookwyrm/templates/discover/discover.html:12 -#, python-format -msgid "See what's new in the local %(site_name)s community" -msgstr "Find out what's going on in %(site_name)s's local community" - -#: bookwyrm/templates/discover/large-book.html:46 -#: bookwyrm/templates/discover/small-book.html:32 -msgid "rated" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:48 -#: bookwyrm/templates/discover/small-book.html:34 -msgid "reviewed" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:50 -#: bookwyrm/templates/discover/small-book.html:36 -msgid "commented on" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:52 -#: bookwyrm/templates/discover/small-book.html:38 -msgid "quoted" -msgstr "" - -#: bookwyrm/templates/discover/large-book.html:68 -#: bookwyrm/templates/discover/small-book.html:52 -msgid "View status" -msgstr "Go to status" - -#: bookwyrm/templates/email/confirm/html_content.html:6 -#: bookwyrm/templates/email/confirm/text_content.html:4 -#, python-format -msgid "One last step before you join %(site_name)s! Please confirm your email address by clicking the link below:" -msgstr "A final task for you to join %(site_name)s! Confirm your mail location by clicking this link:" - -#: bookwyrm/templates/email/confirm/html_content.html:11 -msgid "Confirm Email" -msgstr "Confirm Mail" - -#: bookwyrm/templates/email/confirm/html_content.html:15 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -msgstr "Or add this string: \"%(confirmation_code)s\" at login." - -#: bookwyrm/templates/email/confirm/subject.html:2 -msgid "Please confirm your email" -msgstr "Confirm your mail" - -#: bookwyrm/templates/email/confirm/text_content.html:10 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -msgstr "Or add this string: \"%(confirmation_code)s\" at login." - -#: bookwyrm/templates/email/html_layout.html:15 -#: bookwyrm/templates/email/text_layout.html:2 -msgid "Hi there," -msgstr "Hi," - -#: bookwyrm/templates/email/html_layout.html:21 -#, python-format -msgid "BookWyrm hosted on %(site_name)s" -msgstr "BookWyrm running at %(site_name)s" - -#: bookwyrm/templates/email/html_layout.html:23 -msgid "Email preference" -msgstr "Mail configuration" - -#: 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 "An invitation to join %(site_name)s!" - -#: bookwyrm/templates/email/invite/html_content.html:9 -msgid "Join Now" -msgstr "Join Now" - -#: bookwyrm/templates/email/invite/html_content.html:15 -#, python-format -msgid "Learn more about this instance." -msgstr "Find out about this instance." - -#: 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 "An invitation to join %(site_name)s! Click this link to start making your account:" - -#: bookwyrm/templates/email/invite/text_content.html:8 -msgid "Learn more about this instance:" -msgstr "Find out about this instance:" - -#: 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 "Forgot your %(site_name)s password? Click this link to fix your password and log in:" - -#: 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 "Forgot Password" - -#: 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 "If you didn't want to do this, just carry on with your day." - -#: bookwyrm/templates/email/password_reset/subject.html:2 -#, python-format -msgid "Reset your %(site_name)s password" -msgstr "Forgot your %(site_name)s password" - -#: bookwyrm/templates/feed/direct_messages.html:8 -#, python-format -msgid "Direct Messages with %(username)s" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 -msgid "Direct Messages" -msgstr "" - -#: bookwyrm/templates/feed/direct_messages.html:13 -msgid "All messages" -msgstr "All communications" - -#: bookwyrm/templates/feed/direct_messages.html:22 -msgid "You have no messages right now." -msgstr "No communications right now." - -#: bookwyrm/templates/feed/feed.html:22 -#, python-format -msgid "load 0 unread status(es)" -msgstr "load 0 unread post(s)" - -#: bookwyrm/templates/feed/feed.html:38 -msgid "There aren't any activities right now! Try following a user to get started" -msgstr "Nothing much going on right now! Try following an account to start things moving." - -#: bookwyrm/templates/feed/goal_card.html:6 -#: bookwyrm/templates/feed/layout.html:90 -#: bookwyrm/templates/user/goal_form.html:6 -#, python-format -msgid "%(year)s Reading Goal" -msgstr "%(year)s Book Goal" - -#: bookwyrm/templates/feed/goal_card.html:18 -#, python-format -msgid "You can set or change your reading goal any time from your profile page" -msgstr "You can modify your goal in your configuration options." - -#: bookwyrm/templates/feed/layout.html:5 -msgid "Updates" -msgstr "Activity" - -#: bookwyrm/templates/feed/layout.html:12 -#: bookwyrm/templates/user/books_header.html:3 -msgid "Your books" -msgstr "Your books" - -#: bookwyrm/templates/feed/layout.html:14 -msgid "There are no books here right now! Try searching for a book to get started" -msgstr "No found books right now! Try looking up a book to start things moving" - -#: bookwyrm/templates/feed/layout.html:25 -#: bookwyrm/templates/shelf/shelf.html:38 -msgid "To Read" -msgstr "Possibly Tomorrow" - -#: bookwyrm/templates/feed/layout.html:26 -#: bookwyrm/templates/shelf/shelf.html:40 -msgid "Currently Reading" -msgstr "On Your Nightstand" - -#: bookwyrm/templates/feed/layout.html:27 -#: bookwyrm/templates/shelf/shelf.html:42 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:23 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:12 -msgid "Read" -msgstr "Put Away" - -#: bookwyrm/templates/feed/suggested_users.html:5 -#: bookwyrm/templates/get_started/users.html:6 -msgid "Who to follow" -msgstr "Who to follow" - -#: bookwyrm/templates/feed/suggested_users.html:9 -msgid "Don't show suggested users" -msgstr "Don't show accounts to follow" - -#: bookwyrm/templates/feed/suggested_users.html:14 -msgid "View directory" -msgstr "Go to account list" - -#: bookwyrm/templates/get_started/book_preview.html:6 -#, python-format -msgid "Have you read %(book_title)s?" -msgstr "" - -#: bookwyrm/templates/get_started/books.html:6 -msgid "What are you reading?" -msgstr "What's on your nightstand right now?" - -#: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:45 bookwyrm/templates/lists/list.html:137 -msgid "Search for a book" -msgstr "Look for a book" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "No books found for \"%(query)s\"" -msgstr "No books found for \"%(query)s\"" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "You can add books when you start using %(site_name)s." -msgstr "You can add books with a %(site_name)s account." - -#: bookwyrm/templates/get_started/books.html:16 -#: bookwyrm/templates/get_started/books.html:17 -#: bookwyrm/templates/get_started/users.html:18 -#: bookwyrm/templates/get_started/users.html:19 -#: bookwyrm/templates/layout.html:51 bookwyrm/templates/layout.html:52 -#: bookwyrm/templates/lists/list.html:141 -#: bookwyrm/templates/search/layout.html:4 -#: bookwyrm/templates/search/layout.html:9 -msgid "Search" -msgstr "Look up" - -#: bookwyrm/templates/get_started/books.html:27 -msgid "Suggested Books" -msgstr "Your Books" - -#: bookwyrm/templates/get_started/books.html:46 -#, python-format -msgid "Popular on %(site_name)s" -msgstr "Popular on %(site_name)s" - -#: bookwyrm/templates/get_started/books.html:58 -#: bookwyrm/templates/lists/list.html:154 -msgid "No books found" -msgstr "No books found" - -#: bookwyrm/templates/get_started/books.html:63 -#: bookwyrm/templates/get_started/profile.html:54 -msgid "Save & continue" -msgstr "Confirm & go on" - -#: bookwyrm/templates/get_started/layout.html:5 -#: bookwyrm/templates/landing/layout.html:5 -msgid "Welcome" -msgstr "Howdy" - -#: bookwyrm/templates/get_started/layout.html:15 -#, python-format -msgid "Welcome to %(site_name)s!" -msgstr "Join in at %(site_name)s!" - -#: bookwyrm/templates/get_started/layout.html:17 -msgid "These are some first steps to get you started." -msgstr "Start building your account." - -#: bookwyrm/templates/get_started/layout.html:31 -#: bookwyrm/templates/get_started/profile.html:6 -msgid "Create your profile" -msgstr "Add info about you" - -#: bookwyrm/templates/get_started/layout.html:35 -msgid "Add books" -msgstr "Add books" - -#: bookwyrm/templates/get_started/layout.html:39 -msgid "Find friends" -msgstr "Find folks you know" - -#: bookwyrm/templates/get_started/layout.html:45 -msgid "Skip this step" -msgstr "Skip this for now" - -#: bookwyrm/templates/get_started/layout.html:49 -msgid "Finish" -msgstr "Finish" - -#: bookwyrm/templates/get_started/profile.html:15 -#: bookwyrm/templates/preferences/edit_user.html:42 -msgid "Display name:" -msgstr "Display alias" - -#: bookwyrm/templates/get_started/profile.html:22 -#: bookwyrm/templates/preferences/edit_user.html:49 -msgid "Summary:" -msgstr "Summary:" - -#: bookwyrm/templates/get_started/profile.html:23 -msgid "A little bit about you" -msgstr "A bit about you" - -#: bookwyrm/templates/get_started/profile.html:32 -#: bookwyrm/templates/preferences/edit_user.html:27 -msgid "Avatar:" -msgstr "Avatar:" - -#: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:110 -msgid "Manually approve followers:" -msgstr "Manually confirm follows:" - -#: bookwyrm/templates/get_started/profile.html:48 -#: bookwyrm/templates/preferences/edit_user.html:80 -msgid "Show this account in suggested users:" -msgstr "Show this account publicly:" - -#: bookwyrm/templates/get_started/profile.html:52 -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/get_started/users.html:11 -msgid "Search for a user" -msgstr "Look for an account" - -#: bookwyrm/templates/get_started/users.html:13 -#, python-format -msgid "No users found for \"%(query)s\"" -msgstr "Nobody found matching \"%(query)s\"" - -#: bookwyrm/templates/import/import.html:5 -#: bookwyrm/templates/import/import.html:9 -#: bookwyrm/templates/shelf/shelf.html:57 -msgid "Import Books" -msgstr "Import Books" - -#: bookwyrm/templates/import/import.html:18 -msgid "Data source:" -msgstr "Data origin" - -#: bookwyrm/templates/import/import.html:37 -msgid "Data file:" -msgstr "Data upload" - -#: bookwyrm/templates/import/import.html:45 -msgid "Include reviews" -msgstr "Import your rankings" - -#: bookwyrm/templates/import/import.html:50 -msgid "Privacy setting for imported reviews:" -msgstr "Privacy for rankings:" - -#: bookwyrm/templates/import/import.html:56 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:64 -msgid "Import" -msgstr "Import" - -#: bookwyrm/templates/import/import.html:61 -msgid "Recent Imports" -msgstr "Your Imports" - -#: bookwyrm/templates/import/import.html:63 -msgid "No recent imports" -msgstr "No imports" - -#: bookwyrm/templates/import/import_status.html:6 -#: bookwyrm/templates/import/import_status.html:10 -msgid "Import Status" -msgstr "Import Status" - -#: bookwyrm/templates/import/import_status.html:11 -msgid "Back to imports" -msgstr "Back to imports" - -#: bookwyrm/templates/import/import_status.html:15 -msgid "Import started:" -msgstr "Import start:" - -#: bookwyrm/templates/import/import_status.html:20 -msgid "Import completed:" -msgstr "Import finish:" - -#: bookwyrm/templates/import/import_status.html:24 -msgid "TASK FAILED" -msgstr "TASK FAIL" - -#: bookwyrm/templates/import/import_status.html:32 -msgid "Import still in progress." -msgstr "Import is still working" - -#: bookwyrm/templates/import/import_status.html:34 -msgid "(Hit reload to update!)" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:41 -msgid "Failed to load" -msgstr "Could not load" - -#: bookwyrm/templates/import/import_status.html:50 -#, python-format -msgid "Jump to the bottom of the list to select the %(failed_count)s items which failed to import." -msgstr "Jump to bottom to mark all %(failed_count)s books that didn't import." - -#: bookwyrm/templates/import/import_status.html:62 -#, python-format -msgid "Line %(index)s: %(title)s by %(author)s" -msgstr "Row %(index)s: %(title)s by %(author)s" - -#: bookwyrm/templates/import/import_status.html:82 -msgid "Select all" -msgstr "Mark all" - -#: bookwyrm/templates/import/import_status.html:85 -msgid "Retry items" -msgstr "Try again" - -#: bookwyrm/templates/import/import_status.html:112 -msgid "Successfully imported" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:114 -msgid "Import Progress" -msgstr "Import So Far" - -#: bookwyrm/templates/import/import_status.html:119 -msgid "Book" -msgstr "Book" - -#: bookwyrm/templates/import/import_status.html:122 -#: bookwyrm/templates/shelf/shelf.html:128 -#: bookwyrm/templates/shelf/shelf.html:148 -msgid "Title" -msgstr "" - -#: bookwyrm/templates/import/import_status.html:125 -#: bookwyrm/templates/shelf/shelf.html:129 -#: bookwyrm/templates/shelf/shelf.html:151 -msgid "Author" -msgstr "Author" - -#: bookwyrm/templates/import/import_status.html:148 -msgid "Imported" -msgstr "Import" - -#: bookwyrm/templates/import/tooltip.html:6 -msgid "You can download your GoodReads data from the Import/Export page of your GoodReads account." -msgstr "You can download your GoodReads data from your Goodreads Import page." - -#: bookwyrm/templates/invite.html:4 bookwyrm/templates/invite.html:8 -#: bookwyrm/templates/login.html:49 -msgid "Create an Account" -msgstr "Join" - -#: bookwyrm/templates/invite.html:21 -msgid "Permission Denied" -msgstr "" - -#: bookwyrm/templates/invite.html:22 -msgid "Sorry! This invite code is no longer valid." -msgstr "Sorry! This invitation isn't valid." - -#: bookwyrm/templates/landing/about.html:7 -#, python-format -msgid "About %(site_name)s" -msgstr "About %(site_name)s" - -#: bookwyrm/templates/landing/about.html:10 -#: bookwyrm/templates/landing/about.html:20 -msgid "Code of Conduct" -msgstr "Bylaws" - -#: bookwyrm/templates/landing/about.html:13 -#: bookwyrm/templates/landing/about.html:29 -msgid "Privacy Policy" -msgstr "Privacy Policy" - -#: bookwyrm/templates/landing/landing.html:6 -msgid "Recent Books" -msgstr "" - -#: bookwyrm/templates/landing/layout.html:17 -msgid "Decentralized" -msgstr "Small and Local" - -#: bookwyrm/templates/landing/layout.html:23 -msgid "Friendly" -msgstr "Kind" - -#: bookwyrm/templates/landing/layout.html:29 -msgid "Anti-Corporate" -msgstr "Against Corporations" - -#: bookwyrm/templates/landing/layout.html:45 -#, python-format -msgid "Join %(name)s" -msgstr "Join %(name)s" - -#: bookwyrm/templates/landing/layout.html:47 -msgid "Request an Invitation" -msgstr "Ask for an Invitation" - -#: bookwyrm/templates/landing/layout.html:49 -#, python-format -msgid "%(name)s registration is closed" -msgstr "%(name)s is not taking on accounts right now" - -#: bookwyrm/templates/landing/layout.html:60 -msgid "Thank you! Your request has been received." -msgstr "Thank you!" - -#: bookwyrm/templates/landing/layout.html:82 -msgid "Your Account" -msgstr "Your Account" - -#: bookwyrm/templates/layout.html:13 -#, python-format -msgid "%(site_name)s search" -msgstr "%(site_name)s lookup" - -#: bookwyrm/templates/layout.html:43 -msgid "Search for a book, user, or list" -msgstr "Look up a book, account, or list" - -#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 -msgid "Main navigation menu" -msgstr "Main navigation" - -#: bookwyrm/templates/layout.html:72 -msgid "Feed" -msgstr "Activity" - -#: bookwyrm/templates/layout.html:106 -msgid "Your Books" -msgstr "Your Books" - -#: bookwyrm/templates/layout.html:116 -msgid "Settings" -msgstr "Configuration" - -#: bookwyrm/templates/layout.html:125 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 -#: bookwyrm/templates/settings/invites/manage_invites.html:3 -#: bookwyrm/templates/settings/invites/manage_invites.html:15 -#: bookwyrm/templates/settings/layout.html:40 -msgid "Invites" -msgstr "Invitations" - -#: bookwyrm/templates/layout.html:132 -msgid "Admin" -msgstr "Admin" - -#: bookwyrm/templates/layout.html:139 -msgid "Log out" -msgstr "Log out" - -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications/notifications_page.html:5 -#: bookwyrm/templates/notifications/notifications_page.html:10 -msgid "Notifications" -msgstr "Notifications" - -#: bookwyrm/templates/layout.html:170 bookwyrm/templates/layout.html:174 -#: bookwyrm/templates/login.html:21 -#: bookwyrm/templates/snippets/register_form.html:4 -msgid "Username:" -msgstr "Alias" - -#: bookwyrm/templates/layout.html:175 -msgid "password" -msgstr "password" - -#: bookwyrm/templates/layout.html:176 bookwyrm/templates/login.html:40 -msgid "Forgot your password?" -msgstr "Forgot your password?" - -#: bookwyrm/templates/layout.html:179 bookwyrm/templates/login.html:7 -#: bookwyrm/templates/login.html:37 -msgid "Log in" -msgstr "Log in" - -#: bookwyrm/templates/layout.html:187 -msgid "Join" -msgstr "Join" - -#: bookwyrm/templates/layout.html:221 -msgid "Successfully posted status" -msgstr "" - -#: bookwyrm/templates/layout.html:222 -msgid "Error posting status" -msgstr "Could not post status" - -#: bookwyrm/templates/layout.html:230 -msgid "About this instance" -msgstr "" - -#: bookwyrm/templates/layout.html:234 -msgid "Contact site admin" -msgstr "Contact admin" - -#: bookwyrm/templates/layout.html:238 -msgid "Documentation" -msgstr "" - -#: bookwyrm/templates/layout.html:245 -#, python-format -msgid "Support %(site_name)s on %(support_title)s" -msgstr "Support %(site_name)s on %(support_title)s" - -#: bookwyrm/templates/layout.html:249 -msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." -msgstr "BookWyrm's programming can by found on GitHub &em; you can add contributions or inform about bugs." - -#: bookwyrm/templates/lists/bookmark_button.html:30 -msgid "Un-save" -msgstr "Un-mark" - -#: bookwyrm/templates/lists/create_form.html:5 -#: bookwyrm/templates/lists/lists.html:20 -msgid "Create List" -msgstr "Add List" - -#: bookwyrm/templates/lists/created_text.html:5 -#, python-format -msgid "Created and curated by %(username)s" -msgstr "Curation by %(username)s" - -#: bookwyrm/templates/lists/created_text.html:7 -#, python-format -msgid "Created by %(username)s" -msgstr "List by %(username)s" - -#: bookwyrm/templates/lists/curate.html:8 -msgid "Pending Books" -msgstr "Book Proposals" - -#: bookwyrm/templates/lists/curate.html:11 -msgid "Go to list" -msgstr "Go to list" - -#: bookwyrm/templates/lists/curate.html:15 -msgid "You're all set!" -msgstr "Nothing to do!" - -#: bookwyrm/templates/lists/curate.html:45 -msgid "Suggested by" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:57 -msgid "Approve" -msgstr "" - -#: bookwyrm/templates/lists/curate.html:63 -msgid "Discard" -msgstr "Discard" - -#: bookwyrm/templates/lists/delete_list_modal.html:4 -msgid "Delete this list?" -msgstr "Discard this list?" - -#: bookwyrm/templates/lists/delete_list_modal.html:7 -msgid "This action cannot be un-done" -msgstr "You can't undo this action" - -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/settings/announcements/announcement.html:20 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:36 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:15 -#: bookwyrm/templates/snippets/follow_request_buttons.html:12 -msgid "Delete" -msgstr "Discard" - -#: bookwyrm/templates/lists/edit_form.html:5 -#: bookwyrm/templates/lists/layout.html:16 -msgid "Edit List" -msgstr "Modify List" - -#: bookwyrm/templates/lists/form.html:18 -msgid "List curation:" -msgstr "List curation:" - -#: bookwyrm/templates/lists/form.html:21 -msgid "Closed" -msgstr "" - -#: bookwyrm/templates/lists/form.html:22 -msgid "Only you can add and remove books to this list" -msgstr "Only you can modify what's on this list" - -#: bookwyrm/templates/lists/form.html:26 -msgid "Curated" -msgstr "" - -#: bookwyrm/templates/lists/form.html:27 -msgid "Anyone can suggest books, subject to your approval" -msgstr "" - -#: bookwyrm/templates/lists/form.html:31 -msgctxt "curation type" -msgid "Open" -msgstr "Anybody" - -#: bookwyrm/templates/lists/form.html:32 -msgid "Anyone can add books to this list" -msgstr "" - -#: bookwyrm/templates/lists/form.html:50 -msgid "Delete list" -msgstr "Discard list" - -#: bookwyrm/templates/lists/list.html:20 -msgid "You successfully suggested a book for this list!" -msgstr "Your proposal is wating on approval" - -#: bookwyrm/templates/lists/list.html:22 -msgid "You successfully added a book to this list!" -msgstr "Your proposal is now on this list!" - -#: bookwyrm/templates/lists/list.html:28 -msgid "This list is currently empty" -msgstr "Nothing on this list right now" - -#: bookwyrm/templates/lists/list.html:66 -#, python-format -msgid "Added by %(username)s" -msgstr "" - -#: bookwyrm/templates/lists/list.html:75 -msgid "List position" -msgstr "" - -#: bookwyrm/templates/lists/list.html:81 -msgid "Set" -msgstr "Confirm" - -#: bookwyrm/templates/lists/list.html:91 -#: bookwyrm/templates/snippets/shelf_selector.html:26 -msgid "Remove" -msgstr "Discard" - -#: bookwyrm/templates/lists/list.html:105 -#: bookwyrm/templates/lists/list.html:122 -msgid "Sort List" -msgstr "" - -#: bookwyrm/templates/lists/list.html:115 -msgid "Direction" -msgstr "" - -#: bookwyrm/templates/lists/list.html:129 -msgid "Add Books" -msgstr "" - -#: bookwyrm/templates/lists/list.html:131 -msgid "Suggest Books" -msgstr "" - -#: bookwyrm/templates/lists/list.html:142 -msgid "search" -msgstr "" - -#: bookwyrm/templates/lists/list.html:148 -msgid "Clear search" -msgstr "" - -#: bookwyrm/templates/lists/list.html:153 -#, python-format -msgid "No books found matching the query \"%(query)s\"" -msgstr "No books found matching \"%(query)s\"" - -#: bookwyrm/templates/lists/list.html:181 -msgid "Suggest" -msgstr "Proposals" - -#: bookwyrm/templates/lists/list_items.html:15 -msgid "Saved" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:14 bookwyrm/templates/user/lists.html:9 -msgid "Your Lists" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:35 -msgid "All Lists" -msgstr "" - -#: bookwyrm/templates/lists/lists.html:39 -msgid "Saved Lists" -msgstr "" - -#: bookwyrm/templates/login.html:4 -msgid "Login" -msgstr "" - -#: bookwyrm/templates/login.html:15 -msgid "Success! Email address confirmed." -msgstr "" - -#: bookwyrm/templates/login.html:27 bookwyrm/templates/password_reset.html:17 -#: bookwyrm/templates/snippets/register_form.html:22 -msgid "Password:" -msgstr "" - -#: bookwyrm/templates/login.html:62 -msgid "More about this site" -msgstr "Additional information" - -#: bookwyrm/templates/notifications/items/add.html:24 -#, python-format -msgid "added %(book_title)s to your list \"%(list_name)s\"" -msgstr "" - -#: bookwyrm/templates/notifications/items/add.html:31 -#, python-format -msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:19 -#, python-format -msgid "boosted your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:25 -#, python-format -msgid "boosted your comment on%(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:31 -#, python-format -msgid "boosted your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/boost.html:37 -#, python-format -msgid "boosted your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:19 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:25 -#, python-format -msgid "favorited your comment on%(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:31 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/fav.html:37 -#, python-format -msgid "favorited your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/follow.html:15 -msgid "followed you" -msgstr "now follows you" - -#: bookwyrm/templates/notifications/items/follow_request.html:11 -msgid "sent you a follow request" -msgstr "wants to follow you" - -#: bookwyrm/templates/notifications/items/import.html:14 -#, python-format -msgid "Your import completed." -msgstr "Your import is at its finish." - -#: bookwyrm/templates/notifications/items/mention.html:20 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:26 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:32 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/mention.html:38 -#, python-format -msgid "mentioned you in a status" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:21 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:27 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:33 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications/items/reply.html:39 -#, python-format -msgid "replied to your status" -msgstr "" - -#: bookwyrm/templates/notifications/items/report.html:15 -#, python-format -msgid "A new report needs moderation." -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:18 -msgid "Delete notifications" -msgstr "Discard notifications" - -#: bookwyrm/templates/notifications/notifications_page.html:29 -msgid "All" -msgstr "" - -#: bookwyrm/templates/notifications/notifications_page.html:33 -msgid "Mentions" -msgstr "Tags" - -#: bookwyrm/templates/notifications/notifications_page.html:45 -msgid "You're all caught up!" -msgstr "All caught up!" - -#: bookwyrm/templates/password_reset.html:23 -#: bookwyrm/templates/preferences/change_password.html:18 -#: bookwyrm/templates/preferences/delete_user.html:20 -msgid "Confirm password:" -msgstr "" - -#: bookwyrm/templates/password_reset_request.html:14 -msgid "A link to reset your password will be sent to your email address" -msgstr "A link to fix your password will go to your mail" - -#: bookwyrm/templates/password_reset_request.html:28 -msgid "Reset password" -msgstr "Forogt password" - -#: bookwyrm/templates/preferences/blocks.html:4 -#: bookwyrm/templates/preferences/blocks.html:7 -#: bookwyrm/templates/preferences/layout.html:31 -msgid "Blocked Users" -msgstr "Account Blocks" - -#: bookwyrm/templates/preferences/blocks.html:12 -msgid "No users currently blocked." -msgstr "No blocks right now" - -#: bookwyrm/templates/preferences/change_password.html:4 -#: bookwyrm/templates/preferences/change_password.html:7 -#: bookwyrm/templates/preferences/change_password.html:21 -#: bookwyrm/templates/preferences/layout.html:20 -msgid "Change Password" -msgstr "Modify Password" - -#: bookwyrm/templates/preferences/change_password.html:14 -msgid "New password:" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:4 -#: bookwyrm/templates/preferences/delete_user.html:7 -#: bookwyrm/templates/preferences/delete_user.html:26 -#: bookwyrm/templates/preferences/layout.html:24 -#: bookwyrm/templates/settings/users/delete_user_form.html:23 -msgid "Delete Account" -msgstr "Discard Account" - -#: bookwyrm/templates/preferences/delete_user.html:12 -msgid "Permanently delete account" -msgstr "" - -#: bookwyrm/templates/preferences/delete_user.html:14 -msgid "Deleting your account cannot be undone. The username will not be available to register in the future." -msgstr "You cannot undo this action. Nobody can add an account with your alias." - -#: bookwyrm/templates/preferences/edit_user.html:4 -#: bookwyrm/templates/preferences/edit_user.html:7 -#: bookwyrm/templates/preferences/layout.html:15 -msgid "Edit Profile" -msgstr "Account Configuration" - -#: bookwyrm/templates/preferences/edit_user.html:12 -#: bookwyrm/templates/preferences/edit_user.html:25 -#: bookwyrm/templates/settings/users/user_info.html:7 -msgid "Profile" -msgstr "Account Info" - -#: bookwyrm/templates/preferences/edit_user.html:13 -#: bookwyrm/templates/preferences/edit_user.html:68 -msgid "Display preferences" -msgstr "Display configuration" - -#: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:106 -msgid "Privacy" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:72 -msgid "Show reading goal prompt in feed:" -msgstr "Show goal prompt:" - -#: bookwyrm/templates/preferences/edit_user.html:76 -msgid "Show suggested users:" -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:85 -#, python-format -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "" - -#: bookwyrm/templates/preferences/edit_user.html:89 -msgid "Preferred Timezone: " -msgstr "Clock configuration" - -#: bookwyrm/templates/preferences/edit_user.html:116 -msgid "Default post privacy:" -msgstr "Post privacy" - -#: bookwyrm/templates/preferences/layout.html:11 -msgid "Account" -msgstr "" - -#: bookwyrm/templates/preferences/layout.html:27 -msgid "Relationships" -msgstr "Accounts you know" - -#: bookwyrm/templates/reading_progress/finish.html:5 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/reading_progress/start.html:5 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/reading_progress/want.html:5 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 -msgid "Open" -msgstr "Show full" - -#: bookwyrm/templates/search/book.html:85 -msgid "Import book" -msgstr "" - -#: bookwyrm/templates/search/book.html:107 -msgid "Load results from other catalogues" -msgstr "Load books from catalogs" - -#: bookwyrm/templates/search/book.html:111 -msgid "Manually add book" -msgstr "" - -#: bookwyrm/templates/search/book.html:116 -msgid "Log in to import or add books." -msgstr "" - -#: bookwyrm/templates/search/layout.html:16 -msgid "Search query" -msgstr "" - -#: bookwyrm/templates/search/layout.html:19 -msgid "Search type" -msgstr "" - -#: bookwyrm/templates/search/layout.html:23 -#: bookwyrm/templates/search/layout.html:46 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 -#: bookwyrm/templates/settings/federation/instance_list.html:44 -#: bookwyrm/templates/settings/layout.html:34 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 -msgid "Users" -msgstr "Accounts" - -#: bookwyrm/templates/search/layout.html:58 -#, python-format -msgid "No results found for \"%(query)s\"" -msgstr "Nothing found for \"%(query)s\"" - -#: bookwyrm/templates/settings/announcements/announcement.html:3 -#: bookwyrm/templates/settings/announcements/announcement.html:6 -msgid "Announcement" -msgstr "Community Broadcast" - -#: bookwyrm/templates/settings/announcements/announcement.html:7 -#: bookwyrm/templates/settings/federation/instance.html:13 -msgid "Back to list" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:11 -#: bookwyrm/templates/settings/announcements/announcement_form.html:6 -msgid "Edit Announcement" -msgstr "Modify Broadcast" - -#: bookwyrm/templates/settings/announcements/announcement.html:35 -msgid "Visible:" -msgstr "Visibility" - -#: bookwyrm/templates/settings/announcements/announcement.html:38 -msgid "True" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:40 -msgid "False" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement.html:47 -#: bookwyrm/templates/settings/announcements/announcement_form.html:40 -#: bookwyrm/templates/settings/dashboard/dashboard.html:71 -msgid "Start date:" -msgstr "Start" - -#: bookwyrm/templates/settings/announcements/announcement.html:54 -#: bookwyrm/templates/settings/announcements/announcement_form.html:49 -#: bookwyrm/templates/settings/dashboard/dashboard.html:77 -msgid "End date:" -msgstr "Finish" - -#: bookwyrm/templates/settings/announcements/announcement.html:60 -#: bookwyrm/templates/settings/announcements/announcement_form.html:58 -msgid "Active:" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:8 -#: bookwyrm/templates/settings/announcements/announcements.html:8 -msgid "Create Announcement" -msgstr "Add Broadcast" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:16 -msgid "Preview:" -msgstr "How it will look:" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:23 -msgid "Content:" -msgstr "Body:" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:30 -msgid "Event date:" -msgstr "Chronology:" - -#: bookwyrm/templates/settings/announcements/announcements.html:3 -#: bookwyrm/templates/settings/announcements/announcements.html:5 -#: bookwyrm/templates/settings/layout.html:72 -msgid "Announcements" -msgstr "Community Broadcasts" - -#: bookwyrm/templates/settings/announcements/announcements.html:22 -#: bookwyrm/templates/settings/federation/instance_list.html:36 -msgid "Date added" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:26 -msgid "Preview" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:30 -msgid "Start date" -msgstr "Start" - -#: bookwyrm/templates/settings/announcements/announcements.html:34 -msgid "End date" -msgstr "Finish" - -#: bookwyrm/templates/settings/announcements/announcements.html:38 -#: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 -#: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 -#: bookwyrm/templates/settings/users/user_info.html:20 -msgid "Status" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "active" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "inactive" -msgstr "" - -#: bookwyrm/templates/settings/announcements/announcements.html:52 -msgid "No announcements found" -msgstr "No broadcasts found" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:6 -#: bookwyrm/templates/settings/dashboard/dashboard.html:8 -#: bookwyrm/templates/settings/layout.html:26 -msgid "Dashboard" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 -msgid "Total users" -msgstr "Total accounts" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/user_chart.html:16 -msgid "Active this month" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:27 -msgid "Statuses" -msgstr "Posts" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:33 -#: bookwyrm/templates/settings/dashboard/works_chart.html:11 -msgid "Works" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:43 -#, python-format -msgid "%(display_count)s open report" -msgid_plural "%(display_count)s open reports" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 -#, python-format -msgid "%(display_count)s invite request" -msgid_plural "%(display_count)s invite requests" -msgstr[0] "%(display_count)s asking for invitations" -msgstr[1] "%(display_count)s asking for invitations" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 -msgid "Instance Activity" -msgstr "Activity" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:83 -msgid "Interval:" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:87 -msgid "Days" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 -msgid "Weeks" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 -msgid "User signup activity" -msgstr "Signup activity" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:112 -msgid "Status activity" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:118 -msgid "Works created" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 -msgid "Registrations" -msgstr "Signups" - -#: bookwyrm/templates/settings/dashboard/status_chart.html:11 -msgid "Statuses posted" -msgstr "Posts" - -#: bookwyrm/templates/settings/dashboard/user_chart.html:11 -msgid "Total" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:10 -msgid "Add domain" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:11 -msgid "Domain:" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:59 -msgid "Email Blocklist" -msgstr "Mail Blocklist" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:18 -msgid "When someone tries to register with an email from this domain, no account will be created. The registration process will appear to have worked." -msgstr "Anybody trying to sign up with mail from this domain will not add an account, but it will look as if it did add an account during signup." - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:25 -msgid "Domain" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:29 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:27 -msgid "Options" -msgstr "" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:38 -#, python-format -msgid "%(display_count)s user" -msgid_plural "%(display_count)s users" -msgstr[0] "%(display_count)s account" -msgstr[1] "%(display_count)s accounts" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59 -msgid "No email domains currently blocked" -msgstr "No domain blocks right now" - -#: bookwyrm/templates/settings/federation/edit_instance.html:3 -#: bookwyrm/templates/settings/federation/edit_instance.html:6 -#: bookwyrm/templates/settings/federation/edit_instance.html:20 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:3 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:20 -#: bookwyrm/templates/settings/federation/instance_list.html:9 -#: bookwyrm/templates/settings/federation/instance_list.html:10 -msgid "Add instance" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:7 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:7 -msgid "Back to instance list" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:16 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:16 -msgid "Import block list" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:30 -msgid "Instance:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:39 -#: bookwyrm/templates/settings/federation/instance.html:28 -#: bookwyrm/templates/settings/users/user_info.html:106 -msgid "Status:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:52 -#: bookwyrm/templates/settings/federation/instance.html:22 -#: bookwyrm/templates/settings/users/user_info.html:100 -msgid "Software:" -msgstr "Program" - -#: bookwyrm/templates/settings/federation/edit_instance.html:61 -#: bookwyrm/templates/settings/federation/instance.html:25 -#: bookwyrm/templates/settings/users/user_info.html:103 -msgid "Version:" -msgstr "" - -#: bookwyrm/templates/settings/federation/edit_instance.html:70 -msgid "Notes:" -msgstr "Annotations" - -#: bookwyrm/templates/settings/federation/instance.html:19 -msgid "Details" -msgstr "Info" - -#: bookwyrm/templates/settings/federation/instance.html:35 -#: bookwyrm/templates/user/layout.html:63 -msgid "Activity" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:38 -msgid "Users:" -msgstr "Accounts" - -#: bookwyrm/templates/settings/federation/instance.html:41 -#: bookwyrm/templates/settings/federation/instance.html:47 -msgid "View all" -msgstr "Look at all" - -#: bookwyrm/templates/settings/federation/instance.html:44 -#: bookwyrm/templates/settings/users/user_info.html:56 -msgid "Reports:" -msgstr "Flags" - -#: bookwyrm/templates/settings/federation/instance.html:50 -msgid "Followed by us:" -msgstr "Follows by us" - -#: bookwyrm/templates/settings/federation/instance.html:55 -msgid "Followed by them:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:60 -msgid "Blocked by us:" -msgstr "Blocks by us:" - -#: bookwyrm/templates/settings/federation/instance.html:72 -#: bookwyrm/templates/settings/users/user_info.html:110 -msgid "Notes" -msgstr "Annotations" - -#: bookwyrm/templates/settings/federation/instance.html:75 -msgid "Edit" -msgstr "Modify" - -#: bookwyrm/templates/settings/federation/instance.html:79 -msgid "No notes" -msgstr "No annotations" - -#: bookwyrm/templates/settings/federation/instance.html:94 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:8 -msgid "Actions" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:98 -#: bookwyrm/templates/snippets/block_button.html:5 -msgid "Block" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:99 -msgid "All users from this instance will be deactivated." -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:104 -#: bookwyrm/templates/snippets/block_button.html:10 -msgid "Un-block" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance.html:105 -msgid "All users from this instance will be re-activated." -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:6 -msgid "Import Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:26 -#: bookwyrm/templates/snippets/goal_progress.html:7 -msgid "Success!" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:30 -msgid "Successfully blocked:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:32 -msgid "Failed:" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:3 -#: bookwyrm/templates/settings/federation/instance_list.html:5 -#: bookwyrm/templates/settings/layout.html:45 -msgid "Federated Instances" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:32 -#: bookwyrm/templates/settings/users/server_filter.html:5 -msgid "Instance name" -msgstr "" - -#: bookwyrm/templates/settings/federation/instance_list.html:40 -msgid "Software" -msgstr "Program" - -#: bookwyrm/templates/settings/federation/instance_list.html:63 -msgid "No instances found" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:4 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:11 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:25 -#: bookwyrm/templates/settings/invites/manage_invites.html:11 -msgid "Invite Requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:23 -msgid "Ignored Invite Requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:35 -msgid "Date requested" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:39 -msgid "Date accepted" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 -msgid "Email" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 -msgid "Action" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 -msgid "No requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 -#: bookwyrm/templates/settings/invites/status_filter.html:16 -msgid "Accepted" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 -#: bookwyrm/templates/settings/invites/status_filter.html:12 -msgid "Sent" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 -#: bookwyrm/templates/settings/invites/status_filter.html:8 -msgid "Requested" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 -msgid "Send invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 -msgid "Re-send invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 -msgid "Ignore" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 -msgid "Un-ignore" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 -msgid "Back to pending requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 -msgid "View ignored requests" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:21 -msgid "Generate New Invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:27 -msgid "Expiry:" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:33 -msgid "Use limit:" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:40 -msgid "Create Invite" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:47 -msgid "Link" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:48 -msgid "Expires" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:49 -msgid "Max uses" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:50 -msgid "Times used" -msgstr "" - -#: bookwyrm/templates/settings/invites/manage_invites.html:53 -msgid "No active invites" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10 -msgid "Add IP address" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11 -msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page." -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18 -msgid "IP Address:" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:63 -msgid "IP Address Blocklist" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18 -msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application." -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24 -msgid "Address" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46 -msgid "No IP addresses currently blocked" -msgstr "" - -#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6 -msgid "You can block IP ranges using CIDR syntax." -msgstr "" - -#: bookwyrm/templates/settings/layout.html:4 -msgid "Administration" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:29 -msgid "Manage Users" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:51 -msgid "Moderation" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:55 -#: bookwyrm/templates/settings/reports/reports.html:8 -#: bookwyrm/templates/settings/reports/reports.html:17 -msgid "Reports" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:68 -msgid "Instance Settings" -msgstr "" - -#: bookwyrm/templates/settings/layout.html:76 -#: bookwyrm/templates/settings/site.html:4 -#: bookwyrm/templates/settings/site.html:6 -msgid "Site Settings" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:5 -#: bookwyrm/templates/settings/reports/report.html:8 -#: bookwyrm/templates/settings/reports/report_preview.html:6 -#, python-format -msgid "Report #%(report_id)s: %(username)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:9 -msgid "Back to reports" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:23 -msgid "Moderator Comments" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:41 -#: bookwyrm/templates/snippets/create_status.html:28 -msgid "Comment" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:46 -msgid "Reported statuses" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:48 -msgid "No statuses reported" -msgstr "" - -#: bookwyrm/templates/settings/reports/report.html:54 -msgid "Status has been deleted" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:13 -msgid "No notes provided" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:20 -#, python-format -msgid "Reported by %(username)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:30 -msgid "Re-open" -msgstr "" - -#: bookwyrm/templates/settings/reports/report_preview.html:32 -msgid "Resolve" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:6 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:14 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:28 -msgid "Resolved" -msgstr "" - -#: bookwyrm/templates/settings/reports/reports.html:37 -msgid "No reports found." -msgstr "" - -#: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 -msgid "Instance Info" -msgstr "" - -#: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 -msgid "Images" -msgstr "" - -#: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 -msgid "Footer Content" -msgstr "" - -#: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 -msgid "Registration" -msgstr "" - -#: bookwyrm/templates/settings/site.html:24 -msgid "Instance Name:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:28 -msgid "Tagline:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:32 -msgid "Instance description:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:36 -msgid "Short description:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:37 -msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support html or markdown." -msgstr "" - -#: bookwyrm/templates/settings/site.html:41 -msgid "Code of conduct:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:45 -msgid "Privacy Policy:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:57 -msgid "Logo:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:61 -msgid "Logo small:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:65 -msgid "Favicon:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:77 -msgid "Support link:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:81 -msgid "Support title:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:85 -msgid "Admin email:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:89 -msgid "Additional info:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:103 -msgid "Allow registration" -msgstr "" - -#: bookwyrm/templates/settings/site.html:109 -msgid "Allow invite requests" -msgstr "" - -#: bookwyrm/templates/settings/site.html:115 -msgid "Require users to confirm email address" -msgstr "" - -#: bookwyrm/templates/settings/site.html:117 -msgid "(Recommended if registration is open)" -msgstr "" - -#: bookwyrm/templates/settings/site.html:120 -msgid "Registration closed text:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:124 -msgid "Invite request text:" -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:5 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:31 -msgid "Permanently delete user" -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:12 -#, python-format -msgid "Are you sure you want to delete %(username)s's account? This action cannot be undone. To proceed, please enter your password to confirm deletion." -msgstr "" - -#: bookwyrm/templates/settings/users/delete_user_form.html:17 -msgid "Your password:" -msgstr "" - -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:7 -#, python-format -msgid "Users: %(instance_name)s" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:22 -#: bookwyrm/templates/settings/users/username_filter.html:5 -msgid "Username" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:26 -msgid "Date Added" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:30 -msgid "Last Active" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:38 -msgid "Remote instance" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:24 -msgid "Active" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:28 -msgid "Inactive" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:52 -#: bookwyrm/templates/settings/users/user_info.html:120 -msgid "Not set" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:16 -msgid "View user profile" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:36 -msgid "Local" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:38 -msgid "Remote" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:47 -msgid "User details" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:51 -msgid "Email:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:61 -msgid "(View reports)" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:67 -msgid "Blocked by count:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:70 -msgid "Last active date:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:73 -msgid "Manually approved followers:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:76 -msgid "Discoverable:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:80 -msgid "Deactivation reason:" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:95 -msgid "Instance details" -msgstr "" - -#: bookwyrm/templates/settings/users/user_info.html:117 -msgid "View instance" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:5 -msgid "Permanently deleted" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:13 -#: bookwyrm/templates/snippets/status/status_options.html:35 -#: bookwyrm/templates/snippets/user_options.html:13 -msgid "Send direct message" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:20 -msgid "Suspend user" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:25 -msgid "Un-suspend user" -msgstr "" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:47 -msgid "Access level:" -msgstr "" - -#: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" -msgstr "" - -#: bookwyrm/templates/shelf/edit_shelf_form.html:5 -msgid "Edit Shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 -msgid "All books" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:55 -msgid "Create shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:77 -#, python-format -msgid "%(formatted_count)s book" -msgid_plural "%(formatted_count)s books" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/shelf/shelf.html:84 -#, python-format -msgid "(showing %(start)s-%(end)s)" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:96 -msgid "Edit shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:104 -msgid "Delete shelf" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:130 -#: bookwyrm/templates/shelf/shelf.html:154 -msgid "Shelved" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:131 -#: bookwyrm/templates/shelf/shelf.html:158 -msgid "Started" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:132 -#: bookwyrm/templates/shelf/shelf.html:161 -msgid "Finished" -msgstr "" - -#: bookwyrm/templates/shelf/shelf.html:187 -msgid "This shelf is empty." -msgstr "" - -#: bookwyrm/templates/snippets/announcement.html:31 -#, python-format -msgid "Posted by %(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/authors.html:22 -#, python-format -msgid "and %(remainder_count_display)s other" -msgid_plural "and %(remainder_count_display)s others" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/book_cover.html:61 -msgid "No cover" -msgstr "" - -#: bookwyrm/templates/snippets/book_titleby.html:6 -#, python-format -msgid "%(title)s by" -msgstr "" - -#: bookwyrm/templates/snippets/boost_button.html:20 -#: bookwyrm/templates/snippets/boost_button.html:21 -msgid "Boost" -msgstr "" - -#: bookwyrm/templates/snippets/boost_button.html:33 -#: bookwyrm/templates/snippets/boost_button.html:34 -msgid "Un-boost" -msgstr "" - -#: bookwyrm/templates/snippets/create_status.html:17 -msgid "Review" -msgstr "" - -#: bookwyrm/templates/snippets/create_status.html:39 -msgid "Quote" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:15 -msgid "Some thoughts on the book" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:26 -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:15 -msgid "Progress:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:52 -#: bookwyrm/templates/snippets/progress_field.html:18 -msgid "pages" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:58 -#: bookwyrm/templates/snippets/progress_field.html:23 -msgid "percent" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/comment.html:65 -#, python-format -msgid "of %(pages)s pages" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:34 -#: bookwyrm/templates/snippets/status/layout.html:52 -#: bookwyrm/templates/snippets/status/layout.html:53 -msgid "Reply" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -msgid "Content" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 -msgid "Include spoiler alert" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/layout.html:41 -#: bookwyrm/templates/snippets/reading_modals/form.html:7 -msgid "Comment:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 -#: bookwyrm/templates/snippets/privacy-icons.html:15 -#: bookwyrm/templates/snippets/privacy-icons.html:16 -#: bookwyrm/templates/snippets/privacy_select.html:20 -msgid "Private" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 -msgid "Post" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:17 -msgid "Quote:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:25 -#, python-format -msgid "An excerpt from '%(book_title)s'" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:32 -msgid "Position:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:45 -msgid "On page:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/quotation.html:51 -msgid "At percent:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/review.html:25 -#, python-format -msgid "Your review of '%(book_title)s'" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/review.html:40 -msgid "Review:" -msgstr "" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:4 -msgid "Delete these read dates?" -msgstr "" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:7 -#, python-format -msgid "You are deleting this readthrough and its %(count)s associated progress updates." -msgstr "" - -#: bookwyrm/templates/snippets/fav_button.html:16 -#: bookwyrm/templates/snippets/fav_button.html:17 -msgid "Like" -msgstr "" - -#: bookwyrm/templates/snippets/fav_button.html:30 -#: bookwyrm/templates/snippets/fav_button.html:31 -msgid "Un-like" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:7 -msgid "Show filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:9 -msgid "Hide filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:22 -msgid "Apply filters" -msgstr "" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:26 -msgid "Clear filters" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:14 -#, python-format -msgid "Follow @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:16 -msgid "Follow" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:25 -msgid "Undo follow request" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:30 -#, python-format -msgid "Unfollow @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/follow_button.html:32 -msgid "Unfollow" -msgstr "" - -#: bookwyrm/templates/snippets/follow_request_buttons.html:7 -msgid "Accept" -msgstr "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:20 -#: bookwyrm/templates/snippets/stars.html:13 -msgid "No rating" -msgstr "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:28 -#, python-format -msgid "%(half_rating)s star" -msgid_plural "%(half_rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/form_rate_stars.html:64 -#: bookwyrm/templates/snippets/stars.html:7 -#, python-format -msgid "%(rating)s star" -msgid_plural "%(rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/generated_status/goal.html:2 -#, python-format -msgid "set a goal to read %(counter)s book in %(year)s" -msgid_plural "set a goal to read %(counter)s books in %(year)s" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/generated_status/rating.html:3 -#, python-format -msgid "rated %(title)s: %(display_rating)s star" -msgid_plural "rated %(title)s: %(display_rating)s stars" -msgstr[0] "" -msgstr[1] "" - -#: 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_form.html:4 -#, python-format -msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:16 -msgid "Reading goal:" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:21 -msgid "books" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:26 -msgid "Goal privacy:" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:33 -#: bookwyrm/templates/snippets/reading_modals/layout.html:13 -msgid "Post to feed" -msgstr "" - -#: bookwyrm/templates/snippets/goal_form.html:37 -msgid "Set goal" -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:9 -#, python-format -msgid "%(percent)s%% complete!" -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:12 -#, python-format -msgid "You've read %(read_count)s of %(goal_count)s books." -msgstr "" - -#: bookwyrm/templates/snippets/goal_progress.html:14 -#, python-format -msgid "%(username)s has read %(read_count)s of %(goal_count)s books." -msgstr "" - -#: bookwyrm/templates/snippets/page_text.html:4 -#, python-format -msgid "page %(page)s of %(total_pages)s" -msgstr "" - -#: bookwyrm/templates/snippets/page_text.html:6 -#, python-format -msgid "page %(page)s" -msgstr "" - -#: bookwyrm/templates/snippets/pagination.html:12 -msgid "Previous" -msgstr "" - -#: bookwyrm/templates/snippets/pagination.html:23 -msgid "Next" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:3 -#: bookwyrm/templates/snippets/privacy-icons.html:4 -#: bookwyrm/templates/snippets/privacy_select.html:11 -msgid "Public" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:7 -#: bookwyrm/templates/snippets/privacy-icons.html:8 -#: bookwyrm/templates/snippets/privacy_select.html:14 -msgid "Unlisted" -msgstr "" - -#: bookwyrm/templates/snippets/privacy-icons.html:12 -msgid "Followers-only" -msgstr "" - -#: bookwyrm/templates/snippets/privacy_select.html:6 -msgid "Post privacy" -msgstr "" - -#: bookwyrm/templates/snippets/privacy_select.html:17 -#: bookwyrm/templates/user/relationships/followers.html:6 -#: bookwyrm/templates/user/relationships/layout.html:11 -msgid "Followers" -msgstr "" - -#: bookwyrm/templates/snippets/rate_action.html:4 -msgid "Leave a rating" -msgstr "" - -#: bookwyrm/templates/snippets/rate_action.html:19 -msgid "Rate" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:6 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:23 -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:20 -#: bookwyrm/templates/snippets/readthrough_form.html:7 -msgid "Started reading" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:31 -#: bookwyrm/templates/snippets/readthrough_form.html:20 -msgid "Finished reading" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/form.html:9 -msgid "(Optional)" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:5 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:50 -msgid "Update progress" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:6 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/reading_modals/want_to_read_modal.html:6 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "" - -#: bookwyrm/templates/snippets/readthrough_form.html:14 -msgid "Progress" -msgstr "" - -#: bookwyrm/templates/snippets/register_form.html:32 -msgid "Sign Up" -msgstr "" - -#: bookwyrm/templates/snippets/report_button.html:6 -msgid "Report" -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:6 -#, python-format -msgid "Report @%(username)s" -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:23 -#, python-format -msgid "This report will be sent to %(site_name)s's moderators for review." -msgstr "" - -#: bookwyrm/templates/snippets/report_modal.html:24 -msgid "More info about this report:" -msgstr "" - -#: bookwyrm/templates/snippets/shelf_selector.html:4 -msgid "Move book" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 -msgid "More shelves" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:17 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:24 -msgid "Start reading" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:29 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:36 -msgid "Want to read" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:62 -#, python-format -msgid "Remove from %(name)s" -msgstr "" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:30 -msgid "Finish reading" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:72 -msgid "Content warning" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:79 -msgid "Show status" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:101 -#, python-format -msgid "(Page %(page)s)" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:103 -#, python-format -msgid "(%(percent)s%%)" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:125 -msgid "Open image in new window" -msgstr "" - -#: bookwyrm/templates/snippets/status/content_status.html:144 -msgid "Hide status" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/comment.html:2 -#, python-format -msgid "commented on %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/note.html:15 -#, python-format -msgid "replied to %(username)s's status" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/quotation.html:2 -#, python-format -msgid "quoted %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/rating.html:3 -#, python-format -msgid "rated %(book)s:" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/read.html:7 -#, python-format -msgid "finished reading %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/reading.html:7 -#, python-format -msgid "started reading %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/review.html:3 -#, python-format -msgid "reviewed %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/headers/to_read.html:7 -#, python-format -msgid "%(username)s wants to read %(book)s" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:24 -#: bookwyrm/templates/snippets/status/status_options.html:17 -msgid "Delete status" -msgstr "Discard status" - -#: bookwyrm/templates/snippets/status/layout.html:56 -#: bookwyrm/templates/snippets/status/layout.html:57 -msgid "Boost status" -msgstr "" - -#: bookwyrm/templates/snippets/status/layout.html:60 -#: bookwyrm/templates/snippets/status/layout.html:61 -msgid "Like status" -msgstr "Star status" - -#: bookwyrm/templates/snippets/status/status.html:10 -msgid "boosted" -msgstr "boosts" - -#: bookwyrm/templates/snippets/status/status_options.html:7 -#: bookwyrm/templates/snippets/user_options.html:7 -msgid "More options" -msgstr "Additional options" - -#: bookwyrm/templates/snippets/status/status_options.html:26 -msgid "Delete & re-draft" -msgstr "Discard & start again" - -#: bookwyrm/templates/snippets/suggested_users.html:16 -#, python-format -msgid "%(mutuals)s follower you follow" -msgid_plural "%(mutuals)s followers you follow" -msgstr[0] "%(mutuals)s follow you follow" -msgstr[1] "%(mutuals)s follows you follow" - -#: bookwyrm/templates/snippets/suggested_users.html:23 -#, python-format -msgid "%(shared_books)s book on your shelves" -msgid_plural "%(shared_books)s books on your shelves" -msgstr[0] "%(shared_books)s book in your stacks" -msgstr[1] "%(shared_books)s books in your stacks" - -#: bookwyrm/templates/snippets/suggested_users.html:31 -#: bookwyrm/templates/user/user_preview.html:36 -msgid "Follows you" -msgstr "" - -#: bookwyrm/templates/snippets/switch_edition_button.html:5 -msgid "Switch to this edition" -msgstr "Switch to this variant" - -#: bookwyrm/templates/snippets/table-sort-header.html:6 -msgid "Sorted ascending" -msgstr "Sort upward" - -#: bookwyrm/templates/snippets/table-sort-header.html:10 -msgid "Sorted descending" -msgstr "Sort downward" - -#: bookwyrm/templates/snippets/trimmed_text.html:17 -msgid "Show more" -msgstr "Show full" - -#: bookwyrm/templates/snippets/trimmed_text.html:35 -msgid "Show less" -msgstr "Show partial" - -#: bookwyrm/templates/user/books_header.html:5 -#, python-format -msgid "%(username)s's books" -msgstr "" - -#: bookwyrm/templates/user/goal.html:8 -#, python-format -msgid "%(year)s Reading Progress" -msgstr "%(year)s Book Count" - -#: bookwyrm/templates/user/goal.html:12 -msgid "Edit Goal" -msgstr "Modify Goal" - -#: bookwyrm/templates/user/goal.html:28 -#, python-format -msgid "%(name)s hasn't set a reading goal for %(year)s." -msgstr "%(name)s has no a goal for %(year)s." - -#: bookwyrm/templates/user/goal.html:40 -#, python-format -msgid "Your %(year)s Books" -msgstr "" - -#: bookwyrm/templates/user/goal.html:42 -#, python-format -msgid "%(username)s's %(year)s Books" -msgstr "" - -#: bookwyrm/templates/user/layout.html:18 bookwyrm/templates/user/user.html:10 -msgid "User Profile" -msgstr "Account Info" - -#: bookwyrm/templates/user/layout.html:44 -msgid "Follow Requests" -msgstr "Asking to Follow" - -#: bookwyrm/templates/user/layout.html:69 -msgid "Reading Goal" -msgstr "Goal" - -#: bookwyrm/templates/user/lists.html:11 -#, python-format -msgid "Lists: %(username)s" -msgstr "" - -#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 -msgid "Create list" -msgstr "Add list" - -#: bookwyrm/templates/user/relationships/followers.html:12 -#, python-format -msgid "%(username)s has no followers" -msgstr "%(username)s has no follows" - -#: bookwyrm/templates/user/relationships/following.html:6 -#: bookwyrm/templates/user/relationships/layout.html:15 -msgid "Following" -msgstr "" - -#: bookwyrm/templates/user/relationships/following.html:12 -#, python-format -msgid "%(username)s isn't following any users" -msgstr "%(username)s isn't following any accounts" - -#: bookwyrm/templates/user/user.html:16 -msgid "Edit profile" -msgstr "Modify account info" - -#: bookwyrm/templates/user/user.html:33 -#, python-format -msgid "View all %(size)s" -msgstr "Go to all %(size)s" - -#: bookwyrm/templates/user/user.html:46 -msgid "View all books" -msgstr "Go to all books" - -#: bookwyrm/templates/user/user.html:59 -msgid "User Activity" -msgstr "Account Activity" - -#: bookwyrm/templates/user/user.html:63 -msgid "RSS feed" -msgstr "RSS" - -#: bookwyrm/templates/user/user.html:74 -msgid "No activities yet!" -msgstr "No activity so far!" - -#: bookwyrm/templates/user/user_preview.html:22 -#, python-format -msgid "Joined %(date)s" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:26 -#, python-format -msgid "%(counter)s follower" -msgid_plural "%(counter)s followers" -msgstr[0] "%(counter)s follows" -msgstr[1] "%(counter)s follows" - -#: bookwyrm/templates/user/user_preview.html:27 -#, python-format -msgid "%(counter)s following" -msgstr "" - -#: bookwyrm/templates/user/user_preview.html:34 -#, python-format -msgid "%(mutuals_display)s follower you follow" -msgid_plural "%(mutuals_display)s followers you follow" -msgstr[0] "%(mutuals_display)s follow you follow" -msgstr[1] "%(mutuals_display)s follows you follow" - -#: bookwyrm/templates/user/user_preview.html:38 -msgid "No followers you follow" -msgstr "No follows you follow" - -#: bookwyrm/templates/widgets/clearable_file_input_with_warning.html:28 -msgid "File exceeds maximum size: 10MB" -msgstr "That upload was too big; max upload is 10MB" - -#: bookwyrm/templatetags/utilities.py:31 -#, python-format -msgid "%(title)s: %(subtitle)s" -msgstr "" - -#: bookwyrm/views/import_data.py:67 -msgid "Not a valid csv file" -msgstr "Not a valid upload" - -#: bookwyrm/views/login.py:69 -msgid "Username or password are incorrect" -msgstr "Alias and password don't match" - -#: bookwyrm/views/password.py:32 -msgid "No user with that email address was found." -msgstr "No user with that mail location was found." - -#: bookwyrm/views/password.py:41 -#, python-brace-format -msgid "A password reset link was sent to {email}" -msgstr "A password link is on its way to {email}" - -#: bookwyrm/views/rss_feed.py:35 -#, python-brace-format -msgid "Status updates from {obj.display_name}" -msgstr "" - diff --git a/locale/es/LC_MESSAGES/django.mo b/locale/es/LC_MESSAGES/django.mo deleted file mode 100644 index 9a331addadfa6fcdc6625aa85eb99feb5192a195..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 55050 zcmchg37i~Nwf|do!oIIcB@mKeCJCz;6GB!J$VMgs*@T{%o=lUT>7jcj$)KogqOyw{ zs|0x}BA}uusE7=R0)h&nBH~j-o+~QiuKd5hb52!PPi7$epP$#C)O_pSx^?$^?zv0d zJiX&4A1Ltq%SMI5-th6=3WXOpE)*`BEZaiiv>AoM0k8;nffvD9@CG;yJ_{$oF-H~( zqu{Y{FL*N4du!pY@S~7_g}eB(6#fHFfeU9A3j4sb;CAp@NE8aUzy#h87s6k_o#DX* zuIKaNYvE~dIea_ZA3hfLe}{6v`)uL{Ti|H86e=AxxCeYURJb?5L*Qqj{C^HAJuk)c zQF97~v6%OS+rlHE(zyig3s=E|;H9t%?+qR_w@~Q8d;@HSJIpH-PJ$)41N<616Fvq{ zfQygveEI}bzWov&3JdcKg$dxW;AwDw%l(aASA`+#1db`z3Ho%x{Lu$2O?^sfGR7!3&}C^8--t zUk~N(7PuAsGCUA|11cVWhug!~9PRPj5h|T~LcO0rz25>AziCkMn+vyu3xcgs@j36&*&V(wjPeIj(pTHgAi!gy(9OLdMK;_$EP~pvi3a1sWg2zMEt3fFLo`rJ1`$CWR z{_qCOlc3`D9k>{w}xj! zy?04G|2W(R^B17ryB{k22ch!w2`K-cg4@8KLzVv@q0+m_Vt;QZsPfnyj)D`Q>gyqJ zTX+e)3|*3!&n3HI)0Cpx(a&%H5aY zc5o0XUXMYgS8RjKW`Envuy(mM;%O0ruaW0hm zOQFi=TB!8g4i(;AQ13qstv*A&{~T1f|AcyfON5@}>26T_L`u_#xZsX%T-*6_iZ?V!xBgG%T4us;OK z-`P<9oB)+SWvKAafJ)DqP~~$8RQ&!<6!KRn7XK+8L_a;GwKOHJR7D1Iq8&v;yIvfWtiszq$%Exa)`TGb|e4m2y=UK?V z!i)S-c*maX<#-ZQx;vrbUxRXg9$XCH4<%2Zfr{70r$l~1g|{En`xD^d@X)aDfvP8U zsQ2Cu6|ak-%I|8Z`m_!zeV>QYLm!OizlHMm1*rF5f-2{2-$LDmyFlf~AyEEJgK|GB z%!{G?T@K#>%TVRN4l13u!oA= zsBkU{UI~@oAA^eLr=isksQkMRsyx356|Y}Ih4U}CE8PAxPyaahI?RW`7PtZ`zUM;a z+eJ|I|2C-iAAs`jNvQCD6Xrh$wGXWT^bP04m&%Liuwql)Hza z^8cq$>G~y9`8*GmzCT0d!zOJW&mExL?+NA4n6RG+Pse;HoCL3j^6yco{P`Z-9X<(F zFJFLaKO48Ze>=m2G4BnJgiE3F<#MR_Tm=>0y5P-F@%TJcJih|>gbzXG-!Gu*<-eiw zZ^sTd?+4}I;ZX8m22{LGfbzcvH-T@1O842pOW;A6uZGIEN1(!g1}dJv4*n_Z{{>aw zH!XR3cZOpz?+5kX(ZOX<@1F=2&vvMI^h3q-9Z>b)U2s2mB~*Fd4V8~iLe=YE!A;?d zQ1AT%%HNGTJw01N*>4XO{%%n5+Xrp}Cqbq6V5s~&GR%vi+?@m!-sxd~CRF}i0Ofui z+zj3Z8N3o+0)=RzodJ_MC7*FmN0R+zwh!u(UH{C@%JJvAn^hpnN? z_eiLGJ_ahB6QJC6Lxn#8$HKQmrSnFpblnc+@0Z}l@EfojJ`A^jQ&%}>L%ClFRo|9F zwa=AM@2`bh!t;ZdLgn9;a4YyFsB(A!Djq+E@^9mc$9pTNc790a_g7W8KDEE&;#p`LPe0&}%UtdF_BxiSk`@r#V6r2yYf~{~Hcq){C-B9oK zLzU0@VZI1Tep~}pk3I+G{zp*peg^8j--P*}Q15Trns{Qm^p8h#PVzx&|{@DV8Yfd(Q{|0=L8b5>&n4uIBIU3zgo9Q18tS`$bUh zj|+1rlz&yId|LzWhv!4Z`yKc>fKmes0v~_G6*a zKN%|hhr)4i8kGBvU^mVZpxWI>;4bh^cqx1oD*RJdd%C)z@^cN;`xn5a z@M3rX2L?Yst^2+n{D;qM_TSYi5F?>Dc3YL}0~GvV`4?fmospCA1oR6HJl3h&2o zEc`80csucu>TL&9`fr01;UHA{eh*ci{|avLR{CO zeJgwul=*|OMbDx9`4-#*J`PWVzk>>I$+@2X-v;Wfx(sQB!4 zzL(!o@XeS{fpg&<@DTVrn{ zsCshZMc&Wc3gzz>7o!8iy&z4xa4kF;?sAFu!!>v$=5yf@@II*UHonyB`FOY~<`bdX z?P*Z?-3K>^?}1yu%i;F$D!3WEIi7zup5GPrgHY}sjORasTVj4D%)gE2FT!oG-|RBa zkDZ~y-4{yE93J+I;dYo$33fxt)3cz;^U|=t392352^HS+Q11Q)N5QQw_jK+G_s6_9 z+!oG;O5d`0eiGasb1_(hdt*KqD!;FXZ-lo8e+&1;Jnnto-yH+@!Q2Lwf9F8?|6VA6 zuYii*jZo!wD?A8Jxq`UBcBu4z9P0fq!294=q0({Q`#s*5!mTi02e*cwgbMcyFoEBP zs$YMF@@Ll%I9~@3KKY1%3+d0PlsHz{lav@P|<8`W;ky{sMP` zulb<2=Uw1#n2(04Uu{tBrVA=QXG6)K_dxmgb4XDY{stAl_kPIB_j0%+=9{6yxf?1U zzX9dX58-I|Q>gfC{9%vB)==e}K)Ig`6!lfr%_RJ{A4+Wq-(61)#4@CB&++4*YEhkc>)j|KAk$ zM?-~s8r1t|zyzKRRWEOV%IB}c@$kp63OBpf^JO)Zzvn=OcNtW=u7pb0I`~F-J5;{^ zHuzU4_Zwg5<+L?ayV?~hKKnwY?-2MpxESsZyP@L$E~s!m099YFh4Syy@U`$xsQUMP zxEp*L>b*Zh)x%9c;`0W3K!tlKR5{NI^J1uUodoq>Im~OJ;_Eb;|e$qUJDh@{ZQ{c0hRwhfr|g%;`!b;_39Qt9XtjqzfXr&Z=u3@7gT;+2bHeRK-Gf>pz7Oqq2lo~sBnJ+m7W)&@^#0Lx_^_P zp3e?0go@t^sPt8#;`27BbX*4I|2ioDKLh3Om!R_J2T<{S8p_?XQ04q$Jm2I-&#zH% z4EFm%)rWad@mL-_1uso(`3-^Wb!N98^5s4<(PT zhN`c(z%Aj!P|u%$^6$q`_4bc&EFASoFW)Ip`FmLKD5!AW3=e``Q0cll>^~XiyWpnS ze-okTT!zZ`eyIFD3o4w;;34oTDE}XYsz?6=RSqvf$=7{up$~!6;Q}}S zg9B}9Xu5(|Ef^+?;Lm}ybvye4@2e4o}cyn-5<(41#S(eh5Z7!1Ljt!d@jKRo)4A2 zkHPKXJy7NQ9jJIc2M>VHL*?(Dw|hDchAPh^pz76psQ22T(lr28uAheT_W`Kze*l$^ zUqR)^3sCj&-%$SV`Z?MvoD3EI=}`GsgL-cOs{Wn>75+!U{wBC1=FdX4tNWqc{TeDB zTYTQb+Xrrf`2eVPGa1U?L!qSysvPG-g?}8}1-=E!eIHc0oC%e#_Xe+qO2?<*&hS1c ze|`v+-_Jp%ck??uJv&0Zzeku4fb#c1sC3MPiqCSW_`L-xT`S?P@M3r%yb>7Uv&T97@P%Fp2tAt z(<$)7umoG+zoFtY@lNNVQ0|U^@_$~~zXdAXl~CopHq7sU%D>Ctcz7LDcn?6O?}uT2 z2EGCFi%|Zw+~w|$fV*N|3YDKLp~62Cs(qaU<=>4^;ocGEuRyh*M`02E2&!DBf63eV zBB=0BhRXL&DF4oca(4|>ygvoi{_cV*rw5?&{cmtDxXG7Ye@~#oTLP6YCqbp74wZlB zL4|iQ+!uZb?hU^L-w1yImESvl#r-)FDjo}=;&(Dsee8wmSI>vL!%slP`)g3{pMeVZ z1*mv$a<_-S162O)36)PRQ2rhQ<ixT+(tAHtxZi;) zzn{WA;2vM~ayuBl7W2_i{&qph*&Vu*AnQ-H;c{`X3m2YRj`S1#;diGTCh2W@reV%GGRJwYh z()(Vh^jrm%jvJuL_hu-$^m(X!yDRJ;fy%ERK-H_Chxw0C{{1`5+YY*%+7l+&Pl0-V zEL1)gq5OFVRQMOdJ>eBl`EVCRK6Yu6<#+~yv~8j&m<7TLO za3@rIeh@1Eo`MSR_fYL_;|Dx{wuK6RKd5%p0>{Fmq4K8}ZVulT=JTNP?=qpv#c<1S zd-~oCH^zJ++zMVA_E$rd<0J4G_*1C&TE64&y$#C$+o1C2PN?)f4=2OF!!6(e-*tZu zh6^#zgU7=w;4=7YxB?#Wn9tk4AMS$rTX1{$4BQv~3Ch3SANP2Uh6=9*ZUYa8D*t(K zB3uX+zX7QDoC~jqw?p~6{Cl47B`AOIhjRA_+zkF3%H5_9ewOn7o?jFo#uD^2~gxzV_wL+EeTzD0i@@h}0wEZ4F%=HZS|AhK|81BG( z`jub}j_3Le_8-7}13U`zSGfMo{Z?FiV!sHk;nMFWt_!gH2G_$})423g{-nSCxp`L@ zehZhzyHCPxxW2~K&wGD^Ps1~ze*eQ&=KgN3E3w}Rv+BKm`(d{VyXo)@%x~hFi&^zv zZR{)D|Cwh$h9%51xVGkgHoOn}pTo8AaqQj%^}CL19poTtNH-Q_qmt$}{23`ZN=UNr-egmE!j>mHUN#1<~J{@+SgwMr2BCoJ3&o<%uZ|>J{ z{f_(e_YQ8Z#{6-vzKFx;xIX~~F<<2j+QP zKjWH$`8uxeb3Mnk4!bYnb_cHCVy?t{s91&Lxc?N~0{i^$ig2?j_CFf(Y*sj|z<2TN zR@`=S|2wWlm_NhSg58(ld${y_E7!-l{~^2w{v`bWDfb6+|9R}M;L>mVc<1--VpY}ity_&_$Zg;m45HU?WAzO5B7g>>%x`6QSq$Av!1w5xYutL*X7(FhyCVZ z_Y`(LT*q>q7a0Lrkil9zW5aQ2KW=Mv$%eVo4dJwfPDw%jo}}- zF6BA}^H;gj-@mXspX=hV_!X4=*H7z>f5M-;BFq=C+nM_%*y}e1_W5n$G46jC?qt=8 z`TlSx^Nm~|vgOmx2;*B^QLw>kq8{h@F8OQwxxOT_< zSInDpJ;wci!MDS!;Z&ZFhWhP+-PUj|*VnO6fAg{L!u$e!GnamUaoFGQ$9+Hib39)H zAHuA@e{9&@&i$Y8=Ps@)b|-K>%C#K(t>6c-Z|8miR~zQnah=U|Blh=l?Zx#2p6T~q z?hoPGnQIZ|Q*d`N*S1{U*qsc2!u0_6KjgZM>mOV-u5XwRv|HGV`F7mR;ku7&I@dd} z)9-Rr!Cj4BOuZI`e6J#Q87ji!s@3ipjFs?!DzQgsEuzw$9h*+2j_vd;WZl2=O zZx)n}xiH+e!Kb-S$G#8V&$G$#?D=@-Z`iHm{;OO)JUb1ue!szdH~dhz`!HP2^IwEn zZr;h&iTN$qZ^`}h@XzqQIXCmM+ZXfuxr#i~@3YwHcNo_}To1~??-|_8i)U_wUV(Wf z*W0*e^ZXI6UvVA8bvSl^f$8tXxY-{2N4Wn)?%7+oAC3LHv0okT=EBF~Uf7oF4BUK` z>kYX7F6J}gzu_$G^qT|^4}agz{SMfTf_sIXIpR;kbqn_Aaq0IhxFc@P=h}_ywy@W; zTl9zD+qizswH?nV^8A-v7jduOy}@1GSom4IzggJJ`f#pyVLt}D*08@5egV7h@$5HT zM`HeVy!$oG`rVHCS?srkyI_7JJd*3nTo-Vi6@Gm!sCSOQzQ~pTy$x8Qo1OTWjtUa~vtEPRsdT$yqI9M@Ic_QOkg_hzo&aDO6pYq{6& z;NZWwe;@asfxYm*!~UD{Bktv1zazLl&b3k4ZvrpG-8;hkb)Id)wKU9i-E*DHrQZ~; zCwW%ooxRKk`NI7X*!>9VcMjK^F#iJX&h<~OjWIvKbyT=H2D{I5|4pdhM6M6n9c6*L zjd->V)bBLzZ}VIGdkFT+xt_p&HrD~+P7mwc|1iwog=4WBgPYfIeK6;4h56)vzKQ)Z zZvPZ^pTwc8?!OoBeJO}l;d%Yxw=>uG zv41mH4fo&1yo~$3xw$7IdIF0)|ar3EgC+jV-)9*;GcJ42cf!{~De+wKRZtsAbakYo}zu`%7zkASLGaOS!JYpA|eC&-GpIH|08-`_){#a=i!h>$#rA?fsZ1 zaOrmrcKdOEVVK+8+W!8CzaQcG9q}xE^c~DAQv=)w^U=6Vf7gcl-LShn?mx}_dvNfP z)Diq^ymJ(8-i~=(xcvwBf8<(-`HNiN4tuN$FYwN1F`o=SfO#@k8S~?qkK_JZT%W>R zh3W5dZeEMsGA{iFxE_kI_r~r}?l+HTdj9pe-vvG)i?QR|tNlHFrP_pg(pjxks%uKM zVJ+*!*p_=%V%t%!_g0Dnrk6@SwL^8}9ww z)8St3uUis^`YCHU@2u9ki+vOFw-b}G<9mxMOLbyz#93Fd(s^pF*hd<%t@jm`E$ds# zn@X`~Wq-V$-ecX}-`8KP$j>xmlYwe~7>0dbAJ)OCk&;*PXc%`xJnSiUm++;lSnnCv zm()vrNs(MGc96zoWwlr#Znb3W_<>T9>M)5Y#tXI5%5uF=nNjUY%JrnZQmvOdcs?}K zdP}wTQV*Fsc5KpK?e49V`bwj5H#8rc%*w)gSFu*=IJK=>U8M{Y6T%|DYDvATR9Rgb z!Bu@YXH>saBkFb1(%wY~edWFiiJzJfSbtlXuvfKc={VXirR2Cu8x0R zD#x?Eb5rQMAqKdJL*ez}iWR;pxgUp49P?I==luwT-vI#;Z4 zyOb7|c$J%=SC*BiVcn&kj#5Wb?&R&}Iw~Q7tK*0X&m>9oQoXCXM)^!7phZ(rTgHyZ z3wbzfu|_>n$t7(A>${m;>L@FQRtHi6nA+*B{3|4oWObaH)*7N!DVI9Tb5d=Uy(tzo z+EV7)Q`@KdKCRSEl~bXgnne(+|7>_?^iyY&&RVtm|0X=ICJAll|0H>oe_wxnXqKrN zWI3L1sa8m9iamXGRnVbwz=|R*Rxg7xT@Az!U98KW?q0az1UIi>@2Cwlc+%! zC>he%MT3@8HSAO@=4y&0WM?kgZg#0=ewf81f^M(&be7fsNs_l$J4)&dlC~1vZCwGA zw!W@XQtB?2D@n1VLrvT|B{IgErZ=-v&1-A1-Riu2u9SOLdDf_3vAWz_tk>66YaPj& za-~8bSrGQLDGc+V4+)*LAqk3Y)qe8>>mJ%~E~#lIdy}@r^^{5-^`x7`cn_u6WI>Yv zqGOR;LrT*`zSTlM3zsT!BG}hO!i#-oRK_L6iVArkDXpdJqcd!FNjXIPhdOIruy|@= zrX>I&)98u9&Wf_!L+$HnFBN9Cx0ibR0`#adli`)p>QV(?Ja?grD^NGC*1LV>)g`YR z-PNAHuCUR2JSq1L6lQkdWk*Lcv%jyaTC4K}!z}7ic7tzN%_-H}Yh@F)W?rx~EqgPn z=DEZ6>S}Z=z0y&oiV!Dm8>zuyEkn}VU!Xo!$UnKG{j39EX4 z+(=+6td5d2(PSD*Y_(@4eW%JPm5*VG8bxw67@CnRm%vpyNlF&UO=46^`g=M^$)sd? zH6a@9h@FWEDlU~QA=guxn28?34RPz?;~BY8M?sdtU6|RIgyKXE?e8d8RVlesQw<~w zI`FvMS++#llb7iq)0d=_hbHeyj0fZsHMLlqT9{RAUuA!kH|1_qjvD3=PF^;0Dpyue zsR7l>#tbpUt7q?qqLrDgITU7S7{b|Y_vsf-2-y9r2Q0q>*s&yKsDNIF1a08Xn^fB$#O0_mM+4tas-f(b7`3I_M)cLnZT-|n##)|VyisSU91-=gMH-=%^i2J2lTiL9cUK9v1)o=!CabQj zA?Ptj998a{-`}R_O|tlrgFLGz%gfy*x;@Vhy7&Qf-lz^ZKqT8=4Qx?^Fw}ac7G@VU zF6=D#ba)4@5 zQ>=HjRf`b_;F?p?^hS+A^_hC7)LHDWAjWA<^a$ty?E`YJz9x|Dk3TIPbhUk{Ox^J2BqBtpsh!khxC4D6#3lYYj=n94P20E<$+ zY>3%a_hAMI>(x(xQHr$RRciy>)!VHiL2H1r(2az)!mf8Cn^UDwX3caaO0PXNQ!kT2 z8n&Sd73Ngi`z6FoeqchXFGhKoySA5PU^b=Mk+fMa=mvbN+MFEo6KFlA1kv=opP9=X zLqUHMrko@#(oz2yw{4OW<}S2|-2GH{Dv9ZLHmze0Oo-Us(vSjXaCu_4sdO+yuDY4o z>!)tXTRJh#edQx*!KIIK1;xm4RW@cNVP=l$j4{^Tx-hrDi75#t!`zH2sbK)gvY~3D z4BP^HBv^-pX?i28mH5zAm|LsS_iD09b=<_STd5(-Dmulvt0~D)S-b@61tYC|9#xbA zl4gWILyYwDlIHG4ZYy+$^NOp>?Gh;SN;XnOfMj=cVm>0Q=j`b7yS*EnhpJhaM}Rg6 zu+eUDZMnO@n?C8x($wU@DT`+DoD_G~%IIeJqJdCXVEt<2kCQPY%(RS2UsPF>Az`#g z$X^oPcv6$_>u*!eVy`SGiMEmuNRG_6#nf_{FAoq^Uv;pK1M$$EzKv%nEz#4{qzQUA7s|^F9BCE=#oT0#!jKtS2IBWor5?>E zl#<0vKt!*56tg3t3aj}vWd2drD%G*bG{mYBmE)*dvA2t%RS(smQkai~@d`1&$bg-Q zxX5m9CNm22OO@Wj{IXlZG7msD=g7Np9^a!pLWs!`$j!UzkjIdgqziNVLU0O~=+A=s&`S zysM$iUAci%T~CP3JYVcZfbUifLU0?TPwYi-+TFo zFtevhu}LIcGw$hOzL8wcy0dh+))+sI9beQWVAjK#$uqDVCF_H>oOi>xvEYyzEYzV> zAc_~3+iJzy03|`un6z0~UPZL|llEH+8TOGc^arK2TJdU3dt|ExG3VjKLN8!4o)=f~ zhs;<~qmS}i8wSvS6B9k5kF=iNOnQYmHL2~X9w=|LjAIhdCztwb)J?NQLZL9nlv-7S z4z04USgEdL{EL%zrgrRaXg=ICLy*qP@MtAXHlTXorK*v1Hnl_%h*R`vcmb2oLjr2ghAoJO~}#8UID`6oU}L6r2cYO}-&27^>Tt;{Z>pL0FR zMVz|K#%Oyna;CrG{NyHC#;lyI zrN(KceSIUAHOV%*qS^q$ZHQ|hiK{h9oS37buD$mr5bNw>?t6qZWMyc*rJEFD+URp} zWUxfK=zvz!)mtK>jpLj_kCacZ;Fc9Jx8_NlBrl`8j;GPGlmWw~*p&yubALQMRbn4O z+2V&MFH~zLH6pGSnAP|7i!Jxe@_v}0`;vK4DvcHC_WEiYxRVUqh#*pt?C(?|Hx6Dh zd*SS4aesGPiK)va^w=~w-IS6!#R20YTmF#E@uku#v#Lm>GyT`g#4Y9TYS-!B|Kz6i zMkh;s0vF9(Q%f!an)5+3kxXZ=N~?%1Cbh9xy+*O1wM(OuTBKI5i4!fiM}x4{!fe!C zSW@k+k1i~s4cZ@ySHeT$h!(@bbO*hmo>pAQTQ8nBo4ofm@p@rNEvB7SZ*At0N*?Jj z$wrsh;k`L4U=oIthI?n4Trnj+%$w6D+cVUGoCkCabQ=XN$0Mhf7Ma9u(|mF|F^HW{ z52s8dGwYbpuzRS~4pH$Cx16@I<#$$ToW0Xt_@Ln+M z^7Ead4QQ9zOaU8ROmjbz#e}Iz0ZVO{NJ+S|V6K-Nn^H=dEUi)v$$7U9quiS_lp@n7 ztp&Q=AfQlP!xbW)OtP6i=<0QPldP~^7b??u#GS@WjdNYX|i%%A{`0Z2BL-| zn|>bQnGYFLx3uwNwe!ILPAx2JZT0+KrolXaqy#N1wNTVOA}hLDg4C8Xj10x~M@`ix zI8wt(hHLocLe=YI7#5gfSdVAwyQRg;uf~3oCPVCg3iWxJ_H?L!?ke}n6K%8!WFp_p z=B3GnRLc%)*O79TtZeZ}W1v8?ulCf)f-OA0g-OlBb@kNEk@?ydmg`l|5hrgwJlv<< zMEIa2DPU?vdSjZU4_IQ8RpZe#Q?w8!X>S)UrcL$-xU>PGMh!Obu)IrcX;gZy;fwb+ zG__PNH;H7NS+VCu7Gpt_*LaZK_chil^oXXME?>COG`=PQ(Bz_udLutYMUIuv#Ksrg zTcdSoc!KPe3X)CDC2WL3g|wZK-mOpYZG;n~Eqk*}9fxnP%A5MD^Jm0BRj^7*z0k_+ zg#AhOFLw97Nm);0<3wvc=HCFN-&N;GM}zoa)+T_8t`DwfGtr86qEz+@Lx<*9 zOz6ierii7F`v!W6MoH_>#XgqX)LqhRs^eo4717^ZgpHZARv##$l=FI}v!N5WN^Era z+;Xh>OxO}Ak2fd$!gpyIRkeO}ynNg0&xnk94Vd=)F8Cp$SryyBi*34IKt^unx%x18E!TSKYS(8mZnW4hul3Q!! z>vw4^Els^_lVE!SF;@3T`fV!PCvE(`d0IPM_>@8{G4S$`$!}aS+eF_4DTqd5R+X6} z&@#Q0yh3ZWvyVkM;uSZ%rx`L9)5#e|ob>a`8#PgT;^XHv(y`ZQPr&G;wOXTfrz4_b zA6Y1y(Y_hLdl*-<2((A@zAT5mYiBg~}#$s8*k9VmCq;Rbq6ZRr6Tu37gb<#Q9u*O+9Tm^-kBVqZs{(TDs4brIk=- ztr0uCf7Ie^n6nLJuGHDLy{kvs zz3$?~_ouiD5hjakx@0rtiB#p*egs90dEwUnUYpu%mR3~FoCaBUH>au#(@Y#?!9JYn zV@_>jYxyc|HBMb*lQ}HDratSfMmSk^Y1HqlNrhHq7c*mYt=4*CCa4RFoz1c{z>CHl84wQg^D!tbp0NR;k1u zDhANnO*dMu>EvmzYDj96Y)Y3+txRLZZVj!D##p!hM9Q3o@ZP1!7i~tRy1{6dDD{@UJJ`B-El^ zLjE+JC&eL-Ols$fx}l9}BBe9amDp=+77>I($*qyQ&zYs>T-{3jsWzW9rdCP_v#BQ1vBoY+HVayoyP6X5usA6I^A<~Xn9$7iCBSmqcw>L5HPu9FH)Lkd z|GGX`SYAV$SkcpB?a*#)Cki&cq9Ch^W;0=3+K6aVR#ACZFhV9``b;IQWVne*mh@)G zdeaI<(})jZsXL9?3O>@wrvAfBpA|zOs8v1W2t7Eq)QZOBl}nLS2Vm}$^7pFNt)I7FAG8jC0%{p6-5{Mwu;FMW*Eq#WfNiw={yf#y-VtapJ+UyK$Rmpi13CT86sm;8aZ4fcFS_?|nn>Y5| z`kuUr>MW?&nlj1+Sv#?!NwX=Fnw;M4 zq?*wr^Dvz_^j^>!W!B4tAZg0l##=585KJ{~%#$RR)S10t&a$LFK!sY{aH^(h63x0G zRYBE=x)!+DK;`?Jhgr>9vu4etmFd#9?Ll<$Fxge6^^_9|pfY_-PgQd>rP`Pyd~Rhj zdnTmvN(^ZlOvBtE@rY7wM3`lU7L8|AiL_Ulu0|sZdu^B=G%9{N1y-MA(`_fjylkDG zyCG7|4;7kn%SJ9)2$mDC6h@j1D?Pe;)DEjt@+I{)bP#qZ6Ry<~6|X1H98;6io#qXt z$DfD%pu$+wP~8sg_DxmnwusNhQcU+bnfaLc~vjE-p~-6D1l4_+t4|_H)_iH zx~tQ!7NblPhlbK+$xsJ6+EU)+wlQc6_gT8L7sk9>#dh}HDa!~yr5F0lEgB795O*=msi9a+L@kY%ga>Wk-zODZZ#e^eX3`6xjM^g zsCE~76SDSzDD~Y678muNCgYUST1=kX?Lso&q!7ArUJTYX(xw}wfv6hf!b;PSbyW(_ zm6dMxv7rdkf!elPl{J-S_(e_&{pEtp{Qv*-+j~_D#-o#_Gp)K)Ju~c^w8(;?ZOvV{ zfRcz=?-L30-k;YCG0UrfGu2!Qu9h=h6w~7lr~sO5^~_Yr;Cd2i=r?|m9Ksl(e>F+9 zp}uY4H+dWCT_dyp6OnUu#M3iSh=fzESb@$P^7WI5HueDe1ZsRYSDMA6LT7PxwI<#D z74vxmb7sRm+_1daaQ||-<8yqBL(-e9-^exHk+a6N70;7G80>qz7#U@DO<#YP(@jmb zG8)z2bb@L1Uc{kPftFr|R@29@IiytV=39uqV%w=KIZ9kjVG18-NAMAh2})1Scs`jg zXum7^vqwlmsF*L}ksHLze&_k>Jl(+3e|4U2SPgh}e&%X{btF@+uuI z=Uy8*e|IC3wugB=*78}J(5V-myY-zv|H>6V|Kcsb_}~S}_*PV!iau8BNM<1EumqAhVRk^@__ZwPXh}!n$&^V`CLK7+R~%aw)mN4~T4wdH zthX$$PEAHFUDC3QeAk%0We!z#YI4w&gAQz&a&XImZ%ht6aOxp%eEpQer%V~8eS0kg z*;8kURv&#WE9rBIrJ7@}CDZtjim5A&OiHyQS8Bwm5zZ03=BIhIEJp|uTxy=0v?2gm zoEf!f!J@g1xE?rZ%Bb1?Jy6SX)~Tl2%J5_s{>nWpqA{aGF->2wd|u1p4R?wa9}Tq3 zWfDUJk*UeyeE2+SX@##|DlPNajLfFGo?bK7ryuktzBAO5>EnBn(bJOyC%kD?Azw4< zrIr2V4!#>4&XR&^vM%G6>EJ51X=5~flhG;*o#pm2UptitZ>LKLExY&%Zjt>AC12LD z_LS8a!xh{3ma%WRpu+_tW_O}U4~<@by`L$x;ogoXdPxBlIoTn1+jPFm;5v4~6!p0I zG#5TQrLU?KM|@B(l=(`tyO=bc_=5AsK`&`JXd4-O^KDn-aL>uF;aucSaCupuhH*F4 zM>SLmlyPQPF(GN17i_1B(0}vo8CwZeVA@1WwPG;IpH!+$D$K2*kl5}AeL2g6@C219&~(r>w_C#;<{#j&aEUdACQ zv&CyqmZppJiCdftldK+G$3ZbF)b$)i)57aI!)d{go=MG);kv}en6bZT|dQlT#3bz~m3i-{O)EsrBuj&*TI-J6K zm1U%3WRwJ*8}dr$$mr|*4rF#xlv~xjeG!sGMs>lVg>q80W~W zK#-60E|b{Ng_r$A8J~Ei2oRx~C^VsJ;@m`L-XmM)%SGMI-UV3XLkhFh!@B3-?H%Qn z*3x6qJ#+^oBWq!*Vynw)WC%*CfcD#Dx`i#@;6lAn4Sj>Jm(K~TV&bbnYxMYjm(rQbg^2|qy%!?BT%E?D(c}Y#z2YctrC-ZwT%+$E6XC6 z&8ct?d0-jB9;wxuZzZ--u)d6HDIF%d%0P9;BgR(^IZ2PGIf33wtL8d?0=3&TASIHb z)be>Z(PZB6k=KBfq zx8AJr%pQ)_QDtya-|R~X*%N3T*6tg3tZfdi<4b;dS$C=1B>h;ltG2P= z-yy*yja>byPRlGNI&P=E-_#3YMXQe{rhNt2dq@&|{s^gBw8M5hH69n7rh)=rE@0=(VTJa*ADjHM_P-Tj&yR}hv9Kgf4k@Z!5u8L#K zdQdCe`_;MXWEfa7Kt+$&pvOfdfxMWvS8{eum)NH06{oI~$^%)5slH}+` zq$tx1SQ^RcF8YMpB)0t0bEq3&_iC}m89g*Xo2Z>giy|j@Wk^3^eGPBe*=T%L;Zd_J zO^@uM>*0VQzWK$ob_NA~G*UaZ$1_N0>{M%$?QgM=p4-z-<`ABhp*?522-U_NTXN~w zn>P;oA#th7so-SW#4yXnHiBpBLB$69xFpco2J@wers_aS?u9zjE zva9mjmPb2Rhz6?-71UCCYi&6|(deeBdUXF6XA4 z1&?fEGNK`O!q_%=myi1kvo%@4t1)LWyGdQu@k7PJFm^h(NAvnN+0?i-Yffa4u7WKC zAOvlsXLc$)c#?{dtox41G_O&O=fmh_xwl{GX{P1cDMKN-Hb}*d6yJNj>QltlWS#k> zvyL=psYlJqgbA_=dOcIPiYOfzWr%`-@Zlac(Q0V=K&r<`PqMf5v7gIuYg2?tuO|r{ zVs)wOX2guSYCj-})$iz&%??q+$3LOnxJ`6ydc%4;iEe+QzScXNuo&4XS;=e`JzA!f zB|4If17WBZsT>(*WH5BFX92CR2&MyxVV!Go0d3z!zYQ-mO%<(bj*2FW2A`u3Xf~HV zQPUr)wroDt_yVyule3ReQB*9f?@8RvljJm|BDF9<>TV-t8mL9Zqm78 zUYf%}i-l#yGozj(k6f#ZN|pK9%@?>j9%PQ~Z>OL&TSE=?7G@RCyiSM>Fr(B zNeNT8J|xup(f7%%>D&6Got)Cvz;xtnv%G30Xu*7ZqLZ1b*~v^+l~h)o4H`wMvzaP< z3Q}04qSQDg)c*LEhTeHS8xtfO(op7PgEeXt<%-^epdkXv^qSS0{x(!nDF8MCAt6?o z>^ZaAHUdGQXiTgOV3EjY1S9tT{iR7N>!_Na7qY{fvJ#kcI*UP!br}NC*W)4Y+A&Tx zK6EX`TUQJjIn7CrOse@jVWx`HkDEp<4Q4LOV5G>g{>IF(PsLmqO}9)n%wg>O5jhgi ztjA6bn(|NYy+MSlka1yBO_Tr`_Tl=KfBm<-T`BXM)mr)3c$TXT+KQRYHt`XinPWEI zkAa%4ZNBL^m+ISIMb}V^ArRLJtq8oo)VQKCpQJ;?s7P6P4%4UVbJsY(EA78>!TGcl zon6k(qJSh-tz*Q)VrKqcC#tNh4BkW`+c8rbHt`7uZOps>%r?Yara`!Wq>1w#ZFF&* zRW|+26y#iA>7M3$&omgO!(&2&gQqHkw-Z$kpsEf%fGT9~f^>>U!i_x&rlB}*!d z%4~|Xc@(QN{aiZRd%g}zvDFTJ4PM_bkSVo~#!dG%?5^uBZotGQQ}06`0@ zX!~@whh1`xX+ZWM_W)x-)^rJV-uU3i^lfsgAKCh&K zq_YR9nKrJW!u+Zx1&0}Uboql+7R21H#=H8yA{{VNm2*OXS-_Fb!fGvBPZ>+#nsC(? zff1%^nN{#Xi*5TS^0?$XQSX8#`8im`dPvR5<+UH8#k8XiykbL-rb>OkG_R#Mjj?zL zy8IJO%OJcOYi-$(AE^~z(@91)S#PM%X+SPI5p>>;(AE%e>C}SsJsvR@EJ=?W@}!Rm zMkfEITQCmQybI%Of0ZV>!1tpa$qk2WF>K|zt?XqMcDj~Hd9)Utx783mmaJ58@j^_K zhW?q&Yvfdc%q~VtOh+{ot?Z%c7^$|?6o~YUtZ_AFPKFDC_^20UIHbOSd}B#fc{3+j zkbUWaplFsUxtf6-TkDe>_0)|=B^&0*UpLs~j%L{;L4ABMrZI9DNLK}jg=wKS{m#d4 zjDkwp5|I`bip)nM5}RK*n(4k|agq6*iGb8om_b%W_&QD>XbGm_rQsI_uj| zOIsw8e8!vBb-sUIV0$&lDI=13X1dOxA%jg>HM#^FuGsj4o=ZpMxPwroNI;V{t(^4H z$>J#=OtFgW&oiy&l}`in)g{yWv&yHnBxW1UM?{HDo7(bBI7{o)94|mVdykQfn!5{T zseI|-VA9Q#mHkx3>?WP8SXPpXLgU@AL&8WYE*Xqcq7%?-Z0(JsWH_8WUw}N|>{E^2 zy*w$~+&C3Ii<4DMoVfbNT#_XB(8I&h<($xA6o8!{Hrtgbq=Y&PlxRJ%IXv_$=9u}e z0deR@h-EWsb~pfnb+!+hvMz!4LsW<j zoJEjC$9@mqMXd?#LlMp^ANgq+J1Z+E=#|M5N~i$$uA7N3l4hAGDsfVj>-%J{ro{$t zx6m{%7w}yu~?Jt1}-`!Pzv+ICAxC1pEqBERC)wLWLDWN}Ugv z?nxtgN;4xDEg6tnFEe!=GUTW8QVFFa<8_| z$~x@WN6)wArj?jTF!6?ZBUOg(FSmJ+L*wWXV?~k7wYm2V+FfGPnYK!4N6N*tTWn^b zOp0yA)9Ea1jMzs{5o3(B=RrYBm|C?SR@%R!Xv%?gxFlonDxEJkGd9`I)MOd8SECCB zrMj#!AO9_!>u)Esb(LjSHzXAE!1AdYYga_=|=c>4&I`J>!`*H z`x)Yr$0O9MVVWvV{Qx`4wW)G8)GUp3x>?y~Uj)JGjJV-u*c*vP)aLQdOAGZpNN!8Hqr_tY9nOlv-rlaE+urn^cTvzK%s_DnBj zcY}B7s5}bTj?7cWWrLpett?a7jvB|NHxA3whJoQ8W|M=>lUAC4Ws+QH+s$T1+5Tu| zl20%=H;)xlA0lY&G(T8aRw~9kdW-GP)ArVEaLMGEifria-XZ2#IB$%Vve}Esr?j7B zmx65olOk)QE^kxI;&?sR5VH|))83reYR)iv8FNgbV%iaVnm&-`rX@$)#9WNUpL7i< z8;r)95cMasT9)p$!CRzhPr=x3-N`g}FIBHof=hH%+g559OQe((RYFvY|1r_4EFL1*iV_7|1rt zq`i^Nx>Lio4x>dFzT;^$FL^J8sFU$)IxP3i0a8lxYrLcik;q`#zH+dPED{+mABx!m zwbg~xMLKPtn#o*E3dH-}L_Rav3Mfjyue4d3$)4Cl8``j+9;iA%^fmvV`jp9~Y#p@` zOPXZ5u|wWyc5pc7^cpN?x7pNXb8e_M`CLLwQR1Uk$(gfGj}**qP*y4o3<(1zvd)?o zQUyayIix#R7}8gm0;<#V4&KfTN@a91ha=_tE4^%Czjs}FKUzB)8I3h|Cgp0OCIn~+ zOfbe^hy(2ijHR_~_ES@zGNwZ*twdzr`6L|`URttE*x5dOZ6cz*t%^j!^^ z+z$OzM-ZANDQRrvq4E(MlFW-SFVB!;t}OxBG3!n8v+-brZ$J32W^5gm?6&~}>s8HW zhH>Gyt?{`*BCD~)XX_7xx5tu4ZlYIZ>UF5q$IL8N_*V(8he|}Ouip79st~X4)WTHp zV@B$3W1-sQi*SHq`8( z0=1@V-_$KW4|!UoU_WLND$;>?90sA_>`d^zh(+dwqcOP4vB|! z#e=gBm(88YVTTJB4qib$>PFh#yN>^}2eDM=;6aY~OQ&tLx@8qc%4-{Hv0CoZA}0Hv z0&>#}={xkEYP9~vhKiTji~NjAOvJJY+7?Jq+D9kWJ4*3N`%wmMMAxf*!wcju|E;e! zN!ij$!oaeddZQ^xO;KoSI2C%{lcYW%U`#w|27nueM4HCs2I;21jljImK+=0XBq7KW z-)DqCu!#%nRkFNP&a#D_B4*&2E9HjjJM!m4Cimz{Np^0dTlg>QSd_9U3%54G6=7;H z$d(of&zN#kWL?7~N(edEdyBceM-eTQcIh{q1@>~R6h<*r-70cW+QK!%tMAYn!9BPuHzG9fNV1u zHu|-u*N~oCMahJz)`Bxb4BU`{3@>cJ)j^9}L1C$cVqx2gCpXAo4&78NK5Iu#O5?$3 zrz>h-8%bz-mj=s0Zq#>X9()U=byHFzrMZN^>COOslG>x$QvQEOy!AN}v|jYrcH3iY z%UT__a>L<^>LBw@XL^okFN}s!w2W->QM(tEiE=^h zA@zM_-+#k?KKs^#YM3nqsvfh;LT+gT)J=J$N{Xk$oyv%ap?X_F`fPKba?Vd?%pJ@~ zd4%||NVtgf*$$7E+oa3f&D|(*^Id?JhYb&C2cf>FHL$V!ZbTd9b7O8!anH_jq}^n@ z_u_q3m1sZdO~YyfPj{qpa=atOqG17FGo*J`izF2MkjEx#lhp3k>W}Y6G`%$K9u#x^ zzh^dN(vz$REeHxL+bNS;EXcM1q&DhWS+k9^9`S_Nax<{z%vBP*Wrh)jJ6~eVrTJ-( zhzl*x*;l1Q2eOhSjfW#DV>wr-7)){&8RenuF=0&ar**1^i8|gSPwDNxdTjsTO)j6c z^~W|QvxDEOcoC%;ugD}Dh9h=k_bJs~HI{y0IIV}uMpL3W_|{5JfwX0rbR(=@W}gnN z(00GlI`uiC@+bA*`!d`i@Ac88bq<~ORhLdDVC57YyF7Rk`mFB(%T9kpfwRv{@hr3B z|9qjm(Cz%grWjpn1GY8zbS%RNjWwD$cY|;4>AcgesA&_*25xl2bY*1kBxVooYmRin z-|Jv1BWU5|AIT%MmxTg26yxw9fAOB;QBy2s&vdq!l;-773VCz9@#<~ljlSTopHwm3lg#uR-%W@)Bz zW+eRrU4SWIR3_F;7eJ*DYA zEilsA*<=Sz&l*z1iSI30VG32(wi6EB?$%Vj@*;auqP+_GPmz?X%s0f8pD&i{t2=LV zY2?y;Yb-$J4P`Jl_>sP?SJGihJm>!qM|xBZYONlqkIAKNy>iR;zP(cEt?zG6+giV(Z%BoBm0oUOy;$GZ zm&<@$?Vu_Qb7)xX&xuFuFCA*3j9c&M%k;>xoFY+>>SrZhEo95&Qs@fg6*bEK(r4#N zYvh_38^ZLOFP&4^8}cG&Vw%X7^Z(Vcmd`$6l6CWS_o~v3Q2`CJwBVXQpaZ7!N_H)LJbwXq{(MHE3Cw( z3Rh;-9j0fK6<*z|P0MZtpHF2r+-?Zl=lk+GHgbjP89J{~@MAO?RO={ACZpJ9=$kYM P!L9g0*1wwL6SMyZSC&T4 diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po deleted file mode 100644 index a9a8583d0..000000000 --- a/locale/es/LC_MESSAGES/django.po +++ /dev/null @@ -1,4611 +0,0 @@ -# Spanish-language translation -# Copyright (C) 2021 Mouse Reeve -# This file is distributed under the same license as the BookWyrm package. -# Mouse Reeve , 2021 -# -msgid "" -msgstr "" -"Project-Id-Version: 0.0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:57+0000\n" -"PO-Revision-Date: 2021-03-19 11:49+0800\n" -"Last-Translator: Reese Porter \n" -"Language-Team: \n" -"Language: Spanish\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: bookwyrm/forms.py:242 -msgid "A user with this email already exists." -msgstr "Ya existe un usuario con ese correo electrónico." - -#: bookwyrm/forms.py:256 -msgid "One Day" -msgstr "Un día" - -#: bookwyrm/forms.py:257 -msgid "One Week" -msgstr "Una semana" - -#: bookwyrm/forms.py:258 -msgid "One Month" -msgstr "Un mes" - -#: bookwyrm/forms.py:259 -msgid "Does Not Expire" -msgstr "Nunca se vence" - -#: bookwyrm/forms.py:263 -#, python-brace-format -msgid "{i} uses" -msgstr "{i} usos" - -#: bookwyrm/forms.py:264 -msgid "Unlimited" -msgstr "Sin límite" - -#: bookwyrm/forms.py:326 -msgid "List Order" -msgstr "Orden de la lista" - -#: bookwyrm/forms.py:327 -msgid "Book Title" -msgstr "Título" - -#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 -#: bookwyrm/templates/shelf/shelf.html:165 -#: bookwyrm/templates/snippets/create_status/review.html:33 -msgid "Rating" -msgstr "Calificación" - -#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 -msgid "Sort By" -msgstr "Ordenar por" - -#: bookwyrm/forms.py:334 -msgid "Ascending" -msgstr "Ascendente" - -#: bookwyrm/forms.py:335 -msgid "Descending" -msgstr "Descendente" - -#: bookwyrm/importers/importer.py:75 -msgid "Error loading book" -msgstr "Error en cargar libro" - -#: bookwyrm/importers/importer.py:88 -msgid "Could not find a match for book" -msgstr "No se pudo encontrar el libro" - -#: bookwyrm/models/base_model.py:17 -msgid "Pending" -msgstr "Pendiente" - -#: bookwyrm/models/base_model.py:18 -msgid "Self deletion" -msgstr "Auto-eliminación" - -#: bookwyrm/models/base_model.py:19 -msgid "Moderator suspension" -msgstr "Suspensión de moderador" - -#: bookwyrm/models/base_model.py:20 -msgid "Moderator deletion" -msgstr "Eliminación de moderador" - -#: bookwyrm/models/base_model.py:21 -msgid "Domain block" -msgstr "Bloqueo de dominio" - -#: bookwyrm/models/book.py:232 -msgid "Audiobook" -msgstr "Audio libro" - -#: bookwyrm/models/book.py:233 -msgid "eBook" -msgstr "Libro electrónico" - -#: bookwyrm/models/book.py:234 -msgid "Graphic novel" -msgstr "Novela gráfica" - -#: bookwyrm/models/book.py:235 -msgid "Hardcover" -msgstr "Tapa dura" - -#: bookwyrm/models/book.py:236 -msgid "Paperback" -msgstr "Tapa blanda" - -#: bookwyrm/models/federated_server.py:11 -#: bookwyrm/templates/settings/federation/edit_instance.html:42 -#: bookwyrm/templates/settings/federation/instance_list.html:19 -msgid "Federated" -msgstr "Federalizado" - -#: bookwyrm/models/federated_server.py:12 -#: bookwyrm/templates/settings/federation/edit_instance.html:43 -#: bookwyrm/templates/settings/federation/instance.html:10 -#: bookwyrm/templates/settings/federation/instance_list.html:23 -msgid "Blocked" -msgstr "Bloqueado" - -#: bookwyrm/models/fields.py:27 -#, python-format -msgid "%(value)s is not a valid remote_id" -msgstr "%(value)s no es un remote_id válido" - -#: bookwyrm/models/fields.py:36 bookwyrm/models/fields.py:45 -#, python-format -msgid "%(value)s is not a valid username" -msgstr "%(value)s no es un usuario válido" - -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 -msgid "username" -msgstr "nombre de usuario" - -#: bookwyrm/models/fields.py:186 -msgid "A user with that username already exists." -msgstr "Ya existe un usuario con ese nombre." - -#: bookwyrm/settings.py:117 -msgid "Home Timeline" -msgstr "Línea temporal de hogar" - -#: bookwyrm/settings.py:117 -msgid "Home" -msgstr "Hogar" - -#: bookwyrm/settings.py:118 -msgid "Books Timeline" -msgstr "Línea temporal de libros" - -#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 -#: bookwyrm/templates/search/layout.html:42 -#: bookwyrm/templates/user/layout.html:81 -msgid "Books" -msgstr "Libros" - -#: bookwyrm/settings.py:164 -msgid "English" -msgstr "Inglés" - -#: bookwyrm/settings.py:165 -msgid "Deutsch (German)" -msgstr "" - -#: bookwyrm/settings.py:166 -msgid "Español (Spanish)" -msgstr "" - -#: bookwyrm/settings.py:167 -msgid "Français (French)" -msgstr "" - -#: bookwyrm/settings.py:168 -msgid "简体中文 (Simplified Chinese)" -msgstr "Chino simplificado" - -#: bookwyrm/settings.py:169 -msgid "繁體中文 (Traditional Chinese)" -msgstr "Chino tradicional" - -#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 -msgid "Not Found" -msgstr "No encontrado" - -#: bookwyrm/templates/404.html:9 -msgid "The page you requested doesn't seem to exist!" -msgstr "¡Parece que la página solicitada no existe!" - -#: bookwyrm/templates/500.html:4 -msgid "Oops!" -msgstr "¡Úps!" - -#: bookwyrm/templates/500.html:8 -msgid "Server Error" -msgstr "Error de servidor" - -#: bookwyrm/templates/500.html:9 -msgid "Something went wrong! Sorry about that." -msgstr "¡Algo salió mal! Disculpa." - -#: bookwyrm/templates/author/author.html:17 -#: bookwyrm/templates/author/author.html:18 -msgid "Edit Author" -msgstr "Editar Autor/Autora" - -#: bookwyrm/templates/author/author.html:34 -#: bookwyrm/templates/author/edit_author.html:41 -msgid "Aliases:" -msgstr "Aliases:" - -#: bookwyrm/templates/author/author.html:45 -msgid "Born:" -msgstr "Nacido:" - -#: bookwyrm/templates/author/author.html:52 -msgid "Died:" -msgstr "Muerto:" - -#: bookwyrm/templates/author/author.html:61 -msgid "Wikipedia" -msgstr "Wikipedia" - -#: bookwyrm/templates/author/author.html:69 -#: bookwyrm/templates/book/book.html:94 -msgid "View on OpenLibrary" -msgstr "Ver en OpenLibrary" - -#: bookwyrm/templates/author/author.html:77 -#: bookwyrm/templates/book/book.html:97 -msgid "View on Inventaire" -msgstr "Ver en Inventaire" - -#: bookwyrm/templates/author/author.html:85 -msgid "View on LibraryThing" -msgstr "Ver en LibraryThing" - -#: bookwyrm/templates/author/author.html:93 -msgid "View on Goodreads" -msgstr "Ver en Goodreads" - -#: bookwyrm/templates/author/author.html:108 -#, python-format -msgid "Books by %(name)s" -msgstr "Libros de %(name)s" - -#: bookwyrm/templates/author/edit_author.html:5 -msgid "Edit Author:" -msgstr "Editar Autor/Autora/Autore:" - -#: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 -msgid "Added:" -msgstr "Agregado:" - -#: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 -msgid "Updated:" -msgstr "Actualizado:" - -#: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit/edit_book.html:25 -msgid "Last edited by:" -msgstr "Editado más recientemente por:" - -#: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit/edit_book_form.html:15 -msgid "Metadata" -msgstr "Metadatos" - -#: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/lists/form.html:8 bookwyrm/templates/shelf/form.html:9 -msgid "Name:" -msgstr "Nombre:" - -#: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit/edit_book_form.html:65 -#: bookwyrm/templates/book/edit/edit_book_form.html:79 -#: bookwyrm/templates/book/edit/edit_book_form.html:124 -msgid "Separate multiple values with commas." -msgstr "Separar varios valores con comas." - -#: bookwyrm/templates/author/edit_author.html:50 -msgid "Bio:" -msgstr "Bio:" - -#: bookwyrm/templates/author/edit_author.html:57 -msgid "Wikipedia link:" -msgstr "Enlace de Wikipedia:" - -#: bookwyrm/templates/author/edit_author.html:63 -msgid "Birth date:" -msgstr "Fecha de nacimiento:" - -#: bookwyrm/templates/author/edit_author.html:71 -msgid "Death date:" -msgstr "Fecha de muerte:" - -#: bookwyrm/templates/author/edit_author.html:79 -msgid "Author Identifiers" -msgstr "Identificadores de autor/autora" - -#: bookwyrm/templates/author/edit_author.html:81 -msgid "Openlibrary key:" -msgstr "Clave OpenLibrary:" - -#: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit/edit_book_form.html:224 -msgid "Inventaire ID:" -msgstr "ID Inventaire:" - -#: bookwyrm/templates/author/edit_author.html:97 -msgid "Librarything key:" -msgstr "Clave Librarything:" - -#: bookwyrm/templates/author/edit_author.html:105 -msgid "Goodreads key:" -msgstr "Clave Goodreads:" - -#: bookwyrm/templates/author/edit_author.html:116 -#: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 -#: bookwyrm/templates/book/readthrough.html:76 -#: bookwyrm/templates/lists/bookmark_button.html:15 -#: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:124 -#: bookwyrm/templates/settings/announcements/announcement_form.html:69 -#: bookwyrm/templates/settings/federation/edit_instance.html:74 -#: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:134 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:64 -#: bookwyrm/templates/shelf/form.html:25 -#: bookwyrm/templates/snippets/reading_modals/layout.html:18 -msgid "Save" -msgstr "Guardar" - -#: bookwyrm/templates/author/edit_author.html:117 -#: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 -#: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit/edit_book.html:111 -#: bookwyrm/templates/book/readthrough.html:77 -#: bookwyrm/templates/lists/delete_list_modal.html:17 -#: bookwyrm/templates/settings/federation/instance.html:88 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 -#: bookwyrm/templates/snippets/report_modal.html:34 -msgid "Cancel" -msgstr "Cancelar" - -#: bookwyrm/templates/book/book.html:47 -#: bookwyrm/templates/discover/large-book.html:22 -#: bookwyrm/templates/landing/large-book.html:25 -#: bookwyrm/templates/landing/small-book.html:18 -msgid "by" -msgstr "por" - -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 -msgid "Edit Book" -msgstr "Editar Libro" - -#: bookwyrm/templates/book/book.html:73 -#: bookwyrm/templates/book/cover_modal.html:5 -msgid "Add cover" -msgstr "Agregar portada" - -#: bookwyrm/templates/book/book.html:77 -msgid "Failed to load cover" -msgstr "No se pudo cargar la portada" - -#: bookwyrm/templates/book/book.html:117 -#, python-format -msgid "(%(review_count)s review)" -msgid_plural "(%(review_count)s reviews)" -msgstr[0] "(%(review_count)s reseña)" -msgstr[1] "(%(review_count)s reseñas)" - -#: bookwyrm/templates/book/book.html:129 -msgid "Add Description" -msgstr "Agregar descripción" - -#: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit/edit_book_form.html:34 -#: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 -msgid "Description:" -msgstr "Descripción:" - -#: bookwyrm/templates/book/book.html:150 -#, python-format -msgid "%(count)s editions" -msgstr "%(count)s ediciones" - -#: bookwyrm/templates/book/book.html:158 -#, python-format -msgid "This edition is on your %(shelf_name)s shelf." -msgstr "Esta edición está en tu %(shelf_name)s estante." - -#: bookwyrm/templates/book/book.html:164 -#, python-format -msgid "A different edition of this book is on your %(shelf_name)s shelf." -msgstr "Una edición diferente de este libro está en tu %(shelf_name)s estante." - -#: bookwyrm/templates/book/book.html:175 -msgid "Your reading activity" -msgstr "Tu actividad de lectura" - -#: bookwyrm/templates/book/book.html:178 -msgid "Add read dates" -msgstr "Agregar fechas de lectura" - -#: bookwyrm/templates/book/book.html:187 -msgid "Create" -msgstr "Crear" - -#: bookwyrm/templates/book/book.html:197 -msgid "You don't have any reading activity for this book." -msgstr "No tienes ninguna actividad de lectura para este libro." - -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "Reseñas" - -#: bookwyrm/templates/book/book.html:223 -msgid "Your reviews" -msgstr "Tus reseñas" - -#: bookwyrm/templates/book/book.html:229 -msgid "Your comments" -msgstr "Tus comentarios" - -#: bookwyrm/templates/book/book.html:235 -msgid "Your quotes" -msgstr "Tus citas" - -#: bookwyrm/templates/book/book.html:271 -msgid "Subjects" -msgstr "Sujetos" - -#: bookwyrm/templates/book/book.html:283 -msgid "Places" -msgstr "Lugares" - -#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 -#: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 -#: bookwyrm/templates/search/layout.html:25 -#: bookwyrm/templates/search/layout.html:50 -#: bookwyrm/templates/user/layout.html:75 -msgid "Lists" -msgstr "Listas" - -#: bookwyrm/templates/book/book.html:305 -msgid "Add to list" -msgstr "Agregar a lista" - -#: bookwyrm/templates/book/book.html:315 -#: bookwyrm/templates/book/cover_modal.html:31 -#: bookwyrm/templates/lists/list.html:181 -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:32 -msgid "Add" -msgstr "Agregar" - -#: bookwyrm/templates/book/book_identifiers.html:8 -msgid "ISBN:" -msgstr "ISBN:" - -#: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:232 -msgid "OCLC Number:" -msgstr "Número OCLC:" - -#: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:240 -msgid "ASIN:" -msgstr "ASIN:" - -#: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:143 -msgid "Upload cover:" -msgstr "Subir portada:" - -#: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 -msgid "Load cover from url:" -msgstr "Agregar portada de url:" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 -#, python-format -msgid "Edit \"%(book_title)s\"" -msgstr "Editar \"%(book_title)s\"" - -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 -msgid "Add Book" -msgstr "Agregar libro" - -#: bookwyrm/templates/book/edit/edit_book.html:47 -msgid "Confirm Book Info" -msgstr "Confirmar información de libro" - -#: bookwyrm/templates/book/edit/edit_book.html:55 -#, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "¿Es \"%(name)s\" un autor ya existente?" - -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "Autor de %(book_title)s" - -#: bookwyrm/templates/book/edit/edit_book.html:68 -msgid "This is a new author" -msgstr "Este es un autor nuevo" - -#: bookwyrm/templates/book/edit/edit_book.html:75 -#, python-format -msgid "Creating a new author: %(name)s" -msgstr "Creando un autor nuevo: %(name)s" - -#: bookwyrm/templates/book/edit/edit_book.html:82 -msgid "Is this an edition of an existing work?" -msgstr "¿Es esta una edición de una obra ya existente?" - -#: bookwyrm/templates/book/edit/edit_book.html:90 -msgid "This is a new work" -msgstr "Esta es una obra nueva" - -#: bookwyrm/templates/book/edit/edit_book.html:97 -#: bookwyrm/templates/password_reset.html:30 -msgid "Confirm" -msgstr "Confirmar" - -#: bookwyrm/templates/book/edit/edit_book.html:99 -#: bookwyrm/templates/feed/status.html:9 -msgid "Back" -msgstr "Volver" - -#: bookwyrm/templates/book/edit/edit_book_form.html:18 -#: bookwyrm/templates/snippets/create_status/review.html:16 -msgid "Title:" -msgstr "Título:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:26 -msgid "Subtitle:" -msgstr "Subtítulo:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:44 -msgid "Series:" -msgstr "Serie:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:53 -msgid "Series number:" -msgstr "Número de serie:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:63 -msgid "Languages:" -msgstr "Idiomas:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:74 -#, fuzzy -#| msgid "Public" -msgid "Publication" -msgstr "Público" - -#: bookwyrm/templates/book/edit/edit_book_form.html:77 -msgid "Publisher:" -msgstr "Editorial:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:86 -msgid "First published date:" -msgstr "Fecha de primera publicación:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:94 -msgid "Published date:" -msgstr "Fecha de publicación:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:104 -msgid "Authors" -msgstr "Autores" - -#: bookwyrm/templates/book/edit/edit_book_form.html:112 -#, python-format -msgid "Remove %(name)s" -msgstr "Quitar %(name)s" - -#: bookwyrm/templates/book/edit/edit_book_form.html:115 -#, python-format -msgid "Author page for %(name)s" -msgstr "Página de autor por %(name)s" - -#: bookwyrm/templates/book/edit/edit_book_form.html:122 -msgid "Add Authors:" -msgstr "Agregar Autores:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:123 -msgid "John Doe, Jane Smith" -msgstr "Juan Nadie, Natalia Natalia" - -#: bookwyrm/templates/book/edit/edit_book_form.html:132 -#: bookwyrm/templates/shelf/shelf.html:127 -msgid "Cover" -msgstr "Portada:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:161 -msgid "Physical Properties" -msgstr "Propiedades físicas:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:166 -#: bookwyrm/templates/book/editions/format_filter.html:5 -msgid "Format:" -msgstr "Formato:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:177 -msgid "Format details:" -msgstr "Detalles del formato" - -#: bookwyrm/templates/book/edit/edit_book_form.html:187 -msgid "Pages:" -msgstr "Páginas:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -msgid "Book Identifiers" -msgstr "Identificadores de libro" - -#: bookwyrm/templates/book/edit/edit_book_form.html:200 -msgid "ISBN 13:" -msgstr "ISBN 13:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:208 -msgid "ISBN 10:" -msgstr "ISBN 10:" - -#: bookwyrm/templates/book/edit/edit_book_form.html:216 -msgid "Openlibrary ID:" -msgstr "ID OpenLibrary:" - -#: bookwyrm/templates/book/editions/editions.html:4 -#, python-format -msgid "Editions of %(book_title)s" -msgstr "Ediciones de %(book_title)s" - -#: bookwyrm/templates/book/editions/editions.html:8 -#, python-format -msgid "Editions of \"%(work_title)s\"" -msgstr "Ediciones de \"%(work_title)s\"" - -#: bookwyrm/templates/book/editions/format_filter.html:8 -#: bookwyrm/templates/book/editions/language_filter.html:8 -msgid "Any" -msgstr "Cualquier" - -#: bookwyrm/templates/book/editions/language_filter.html:5 -#: bookwyrm/templates/preferences/edit_user.html:95 -msgid "Language:" -msgstr "Idioma:" - -#: bookwyrm/templates/book/editions/search_filter.html:5 -msgid "Search editions" -msgstr "Buscar ediciones" - -#: bookwyrm/templates/book/publisher_info.html:21 -#, python-format -msgid "%(format)s" -msgstr "%(format)s" - -#: bookwyrm/templates/book/publisher_info.html:23 -#, python-format -msgid "%(format)s, %(pages)s pages" -msgstr "%(format)s, %(pages)s páginas" - -#: bookwyrm/templates/book/publisher_info.html:25 -#, python-format -msgid "%(pages)s pages" -msgstr "%(pages)s páginas" - -#: bookwyrm/templates/book/publisher_info.html:38 -#, python-format -msgid "%(languages)s language" -msgstr "idioma %(languages)s" - -#: bookwyrm/templates/book/publisher_info.html:65 -#, python-format -msgid "Published %(date)s by %(publisher)s." -msgstr "Publicado %(date)s por %(publisher)s." - -#: bookwyrm/templates/book/publisher_info.html:67 -#, python-format -msgid "Published %(date)s" -msgstr "Publicado %(date)s" - -#: bookwyrm/templates/book/publisher_info.html:69 -#, python-format -msgid "Published by %(publisher)s." -msgstr "Publicado por %(publisher)s." - -#: bookwyrm/templates/book/rating.html:13 -msgid "rated it" -msgstr "lo calificó con" - -#: bookwyrm/templates/book/readthrough.html:8 -msgid "Progress Updates:" -msgstr "Actualizaciones de progreso:" - -#: bookwyrm/templates/book/readthrough.html:13 -msgid "finished" -msgstr "terminado" - -#: bookwyrm/templates/book/readthrough.html:24 -msgid "Show all updates" -msgstr "Mostrar todas las actualizaciones" - -#: bookwyrm/templates/book/readthrough.html:40 -msgid "Delete this progress update" -msgstr "Eliminar esta actualización de progreso" - -#: bookwyrm/templates/book/readthrough.html:51 -msgid "started" -msgstr "empezado" - -#: bookwyrm/templates/book/readthrough.html:58 -#: bookwyrm/templates/book/readthrough.html:72 -msgid "Edit read dates" -msgstr "Editar fechas de lectura" - -#: bookwyrm/templates/book/readthrough.html:62 -msgid "Delete these read dates" -msgstr "Eliminar estas fechas de lectura" - -#: bookwyrm/templates/components/inline_form.html:8 -#: bookwyrm/templates/components/modal.html:11 -#: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/layout.html:71 -#: bookwyrm/templates/get_started/layout.html:20 -#: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:49 -#: bookwyrm/templates/snippets/announcement.html:18 -msgid "Close" -msgstr "Cerrar" - -#: bookwyrm/templates/components/tooltip.html:3 -msgid "Help" -msgstr "Ayuda" - -#: bookwyrm/templates/compose.html:5 bookwyrm/templates/compose.html:8 -msgid "Compose status" -msgstr "Componer status" - -#: bookwyrm/templates/confirm_email/confirm_email.html:4 -msgid "Confirm email" -msgstr "Confirmar correo electrónico" - -#: bookwyrm/templates/confirm_email/confirm_email.html:7 -msgid "Confirm your email address" -msgstr "Confirmar tu dirección de correo electrónico" - -#: bookwyrm/templates/confirm_email/confirm_email.html:13 -msgid "A confirmation code has been sent to the email address you used to register your account." -msgstr "Un código de confirmación ha sido enviado a la dirección de correo electrónico que usaste para registrar tu cuenta." - -#: bookwyrm/templates/confirm_email/confirm_email.html:15 -msgid "Sorry! We couldn't find that code." -msgstr "Sentimos que no pudimos encontrar ese código" - -#: bookwyrm/templates/confirm_email/confirm_email.html:19 -#: bookwyrm/templates/settings/users/user_info.html:85 -msgid "Confirmation code:" -msgstr "Código de confirmación:" - -#: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:93 -#: bookwyrm/templates/snippets/report_modal.html:33 -msgid "Submit" -msgstr "Enviar" - -#: bookwyrm/templates/confirm_email/confirm_email.html:32 -msgid "Can't find your code?" -msgstr "¿No puedes encontrar tu código?" - -#: bookwyrm/templates/confirm_email/resend_form.html:4 -msgid "Resend confirmation link" -msgstr "Reenviar enlace de confirmación" - -#: bookwyrm/templates/confirm_email/resend_form.html:11 -#: bookwyrm/templates/landing/layout.html:67 -#: bookwyrm/templates/password_reset_request.html:18 -#: bookwyrm/templates/preferences/edit_user.html:56 -#: bookwyrm/templates/snippets/register_form.html:13 -msgid "Email address:" -msgstr "Dirección de correo electrónico:" - -#: bookwyrm/templates/confirm_email/resend_form.html:17 -msgid "Resend link" -msgstr "Re-enviar enlace" - -#: bookwyrm/templates/directory/community_filter.html:5 -msgid "Community" -msgstr "Comunidad" - -#: bookwyrm/templates/directory/community_filter.html:8 -msgid "Local users" -msgstr "Usuarios locales" - -#: bookwyrm/templates/directory/community_filter.html:12 -msgid "Federated community" -msgstr "Comunidad federalizada" - -#: bookwyrm/templates/directory/directory.html:4 -#: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 -msgid "Directory" -msgstr "Directorio" - -#: bookwyrm/templates/directory/directory.html:17 -msgid "Make your profile discoverable to other BookWyrm users." -msgstr "Haz que tu perfil sea reconocible a otros usarios de BookWyrm." - -#: bookwyrm/templates/directory/directory.html:24 -#, python-format -msgid "You can opt-out at any time in your profile settings." -msgstr "Puedes optar por no en cualquier hora en tus configuraciones de perfil." - -#: bookwyrm/templates/directory/directory.html:29 -#: bookwyrm/templates/feed/goal_card.html:17 -#: bookwyrm/templates/snippets/announcement.html:34 -msgid "Dismiss message" -msgstr "Desechar mensaje" - -#: bookwyrm/templates/directory/sort_filter.html:5 -msgid "Order by" -msgstr "Ordenar por" - -#: bookwyrm/templates/directory/sort_filter.html:8 -msgid "Recently active" -msgstr "Activ@ recientemente" - -#: bookwyrm/templates/directory/sort_filter.html:9 -msgid "Suggested" -msgstr "Sugerido" - -#: bookwyrm/templates/directory/user_card.html:17 -#: bookwyrm/templates/directory/user_card.html:18 -#: bookwyrm/templates/user/user_preview.html:16 -#: bookwyrm/templates/user/user_preview.html:17 -msgid "Locked account" -msgstr "Cuenta bloqueada" - -#: bookwyrm/templates/directory/user_card.html:40 -msgid "follower you follow" -msgid_plural "followers you follow" -msgstr[0] "seguidor que tu sigues" -msgstr[1] "seguidores que tu sigues" - -#: bookwyrm/templates/directory/user_card.html:47 -msgid "book on your shelves" -msgid_plural "books on your shelves" -msgstr[0] "libro en tus estantes" -msgstr[1] "libro en tus estantes" - -#: bookwyrm/templates/directory/user_card.html:55 -msgid "posts" -msgstr "publicaciones" - -#: bookwyrm/templates/directory/user_card.html:61 -msgid "last active" -msgstr "actividad reciente" - -#: bookwyrm/templates/directory/user_type_filter.html:5 -msgid "User type" -msgstr "Tipo de usuario" - -#: bookwyrm/templates/directory/user_type_filter.html:8 -msgid "BookWyrm users" -msgstr "Usuarios de BookWyrm" - -#: bookwyrm/templates/directory/user_type_filter.html:12 -msgid "All known users" -msgstr "Todos los usuarios conocidos" - -#: bookwyrm/templates/discover/discover.html:4 -#: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:78 -msgid "Discover" -msgstr "Descubrir" - -#: bookwyrm/templates/discover/discover.html:12 -#, python-format -msgid "See what's new in the local %(site_name)s community" -msgstr "Ver que es nuevo en la comunidad local de %(site_name)s" - -#: bookwyrm/templates/discover/large-book.html:46 -#: bookwyrm/templates/discover/small-book.html:32 -msgid "rated" -msgstr "calificó" - -#: bookwyrm/templates/discover/large-book.html:48 -#: bookwyrm/templates/discover/small-book.html:34 -msgid "reviewed" -msgstr "reseñó" - -#: bookwyrm/templates/discover/large-book.html:50 -#: bookwyrm/templates/discover/small-book.html:36 -msgid "commented on" -msgstr "comentó en" - -#: bookwyrm/templates/discover/large-book.html:52 -#: bookwyrm/templates/discover/small-book.html:38 -msgid "quoted" -msgstr "citó" - -#: bookwyrm/templates/discover/large-book.html:68 -#: bookwyrm/templates/discover/small-book.html:52 -msgid "View status" -msgstr "Ver status" - -#: bookwyrm/templates/email/confirm/html_content.html:6 -#: bookwyrm/templates/email/confirm/text_content.html:4 -#, python-format -msgid "One last step before you join %(site_name)s! Please confirm your email address by clicking the link below:" -msgstr "¡Un paso final antes de unirte a %(site_name)s! Por favor, confirma tu dirección de correo electrónico por hacer clic en el enlace de abajo:" - -#: bookwyrm/templates/email/confirm/html_content.html:11 -msgid "Confirm Email" -msgstr "Confirmar correo electrónico" - -#: bookwyrm/templates/email/confirm/html_content.html:15 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -msgstr "O ingrese el código \"%(confirmation_code)s\" al iniciar sesión." - -#: bookwyrm/templates/email/confirm/subject.html:2 -msgid "Please confirm your email" -msgstr "Por favor, confirma tu correo electrónico" - -#: bookwyrm/templates/email/confirm/text_content.html:10 -#, python-format -msgid "Or enter the code \"%(confirmation_code)s\" at login." -msgstr "O ingrese el código \"%(confirmation_code)s\" al iniciar sesión." - -#: bookwyrm/templates/email/html_layout.html:15 -#: bookwyrm/templates/email/text_layout.html:2 -msgid "Hi there," -msgstr "Hola, " - -#: bookwyrm/templates/email/html_layout.html:21 -#, python-format -msgid "BookWyrm hosted on %(site_name)s" -msgstr "BookWyrm alojado en %(site_name)s" - -#: bookwyrm/templates/email/html_layout.html:23 -msgid "Email preference" -msgstr "Preferencia de correo electrónico" - -#: 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 "¡Estás invitado a unirse con %(site_name)s!" - -#: bookwyrm/templates/email/invite/html_content.html:9 -msgid "Join Now" -msgstr "Únete ahora" - -#: bookwyrm/templates/email/invite/html_content.html:15 -#, python-format -msgid "Learn more about this instance." -msgstr "Aprenda más sobre esta instancia." - -#: 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 "Estás invitado a unirte con %(site_name)s! Haz clic en el enlace a continuación para crear una cuenta." - -#: bookwyrm/templates/email/invite/text_content.html:8 -msgid "Learn more about this instance:" -msgstr "Aprende más sobre esta intancia:" - -#: 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 "Tú solicitaste reestablecer tu %(site_name)s contraseña. Haz clic en el enlace a continuación para establecer una nueva contraseña e ingresar a tu cuenta." - -#: 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 "Restablecer contraseña" - -#: 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 "Si no solicitaste reestablecer tu contraseña, puedes ignorar este mensaje." - -#: bookwyrm/templates/email/password_reset/subject.html:2 -#, python-format -msgid "Reset your %(site_name)s password" -msgstr "Reestablece tu contraseña de %(site_name)s" - -#: bookwyrm/templates/feed/direct_messages.html:8 -#, python-format -msgid "Direct Messages with %(username)s" -msgstr "Mensajes directos con %(username)s" - -#: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 -msgid "Direct Messages" -msgstr "Mensajes directos" - -#: bookwyrm/templates/feed/direct_messages.html:13 -msgid "All messages" -msgstr "Todos los mensajes" - -#: bookwyrm/templates/feed/direct_messages.html:22 -msgid "You have no messages right now." -msgstr "No tienes ningún mensaje en este momento." - -#: bookwyrm/templates/feed/feed.html:22 -#, python-format -msgid "load 0 unread status(es)" -msgstr "cargar 0 status(es) no leído(s)" - -#: bookwyrm/templates/feed/feed.html:38 -msgid "There aren't any activities right now! Try following a user to get started" -msgstr "¡No hay actividad ahora mismo! Sigue a otro usuario para empezar" - -#: bookwyrm/templates/feed/goal_card.html:6 -#: bookwyrm/templates/feed/layout.html:90 -#: bookwyrm/templates/user/goal_form.html:6 -#, python-format -msgid "%(year)s Reading Goal" -msgstr "%(year)s Meta de lectura" - -#: bookwyrm/templates/feed/goal_card.html:18 -#, python-format -msgid "You can set or change your reading goal any time from your profile page" -msgstr "Puedes establecer o cambiar tu meta de lectura en cualquier momento que desees desde tu perfil" - -#: bookwyrm/templates/feed/layout.html:5 -msgid "Updates" -msgstr "Actualizaciones" - -#: bookwyrm/templates/feed/layout.html:12 -#: bookwyrm/templates/user/books_header.html:3 -msgid "Your books" -msgstr "Tus libros" - -#: bookwyrm/templates/feed/layout.html:14 -msgid "There are no books here right now! Try searching for a book to get started" -msgstr "¡No hay ningún libro aqui ahorita! Busca a un libro para empezar" - -#: bookwyrm/templates/feed/layout.html:25 -#: bookwyrm/templates/shelf/shelf.html:38 -msgid "To Read" -msgstr "Para leer" - -#: bookwyrm/templates/feed/layout.html:26 -#: bookwyrm/templates/shelf/shelf.html:40 -msgid "Currently Reading" -msgstr "Leyendo actualmente" - -#: bookwyrm/templates/feed/layout.html:27 -#: bookwyrm/templates/shelf/shelf.html:42 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:23 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:12 -msgid "Read" -msgstr "Leido" - -#: bookwyrm/templates/feed/suggested_users.html:5 -#: bookwyrm/templates/get_started/users.html:6 -msgid "Who to follow" -msgstr "A quién seguir" - -#: bookwyrm/templates/feed/suggested_users.html:9 -msgid "Don't show suggested users" -msgstr "No mostrar usuarios sugeridos" - -#: bookwyrm/templates/feed/suggested_users.html:14 -msgid "View directory" -msgstr "Ver directorio" - -#: bookwyrm/templates/get_started/book_preview.html:6 -#, python-format -msgid "Have you read %(book_title)s?" -msgstr "¿Has leído %(book_title)s?" - -#: bookwyrm/templates/get_started/books.html:6 -msgid "What are you reading?" -msgstr "¿Qué estás leyendo?" - -#: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:45 bookwyrm/templates/lists/list.html:137 -msgid "Search for a book" -msgstr "Buscar libros" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "No books found for \"%(query)s\"" -msgstr "No se encontró ningún libro correspondiente a \"%(query)s\"" - -#: bookwyrm/templates/get_started/books.html:11 -#, python-format -msgid "You can add books when you start using %(site_name)s." -msgstr "Puedes agregar libros cuando comiences a usar %(site_name)s." - -#: bookwyrm/templates/get_started/books.html:16 -#: bookwyrm/templates/get_started/books.html:17 -#: bookwyrm/templates/get_started/users.html:18 -#: bookwyrm/templates/get_started/users.html:19 -#: bookwyrm/templates/layout.html:51 bookwyrm/templates/layout.html:52 -#: bookwyrm/templates/lists/list.html:141 -#: bookwyrm/templates/search/layout.html:4 -#: bookwyrm/templates/search/layout.html:9 -msgid "Search" -msgstr "Buscar" - -#: bookwyrm/templates/get_started/books.html:27 -msgid "Suggested Books" -msgstr "Libros sugeridos" - -#: bookwyrm/templates/get_started/books.html:46 -#, python-format -msgid "Popular on %(site_name)s" -msgstr "Popular en %(site_name)s" - -#: bookwyrm/templates/get_started/books.html:58 -#: bookwyrm/templates/lists/list.html:154 -msgid "No books found" -msgstr "No se encontró ningún libro" - -#: bookwyrm/templates/get_started/books.html:63 -#: bookwyrm/templates/get_started/profile.html:54 -msgid "Save & continue" -msgstr "Guardar & continuar" - -#: bookwyrm/templates/get_started/layout.html:5 -#: bookwyrm/templates/landing/layout.html:5 -msgid "Welcome" -msgstr "Bienvenidos" - -#: bookwyrm/templates/get_started/layout.html:15 -#, python-format -msgid "Welcome to %(site_name)s!" -msgstr "¡Bienvenido a %(site_name)s!" - -#: bookwyrm/templates/get_started/layout.html:17 -msgid "These are some first steps to get you started." -msgstr "Estos son unos primeros pasos para empezar." - -#: bookwyrm/templates/get_started/layout.html:31 -#: bookwyrm/templates/get_started/profile.html:6 -msgid "Create your profile" -msgstr "Crear tu perfil" - -#: bookwyrm/templates/get_started/layout.html:35 -msgid "Add books" -msgstr "Agregar libros" - -#: bookwyrm/templates/get_started/layout.html:39 -msgid "Find friends" -msgstr "Encontrar amigos" - -#: bookwyrm/templates/get_started/layout.html:45 -msgid "Skip this step" -msgstr "Saltar este paso" - -#: bookwyrm/templates/get_started/layout.html:49 -msgid "Finish" -msgstr "Terminar" - -#: bookwyrm/templates/get_started/profile.html:15 -#: bookwyrm/templates/preferences/edit_user.html:42 -msgid "Display name:" -msgstr "Nombre de visualización:" - -#: bookwyrm/templates/get_started/profile.html:22 -#: bookwyrm/templates/preferences/edit_user.html:49 -msgid "Summary:" -msgstr "Resumen:" - -#: bookwyrm/templates/get_started/profile.html:23 -msgid "A little bit about you" -msgstr "Un poco sobre ti" - -#: bookwyrm/templates/get_started/profile.html:32 -#: bookwyrm/templates/preferences/edit_user.html:27 -msgid "Avatar:" -msgstr "Avatar:" - -#: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:110 -msgid "Manually approve followers:" -msgstr "Aprobar seguidores a mano:" - -#: bookwyrm/templates/get_started/profile.html:48 -#: bookwyrm/templates/preferences/edit_user.html:80 -msgid "Show this account in suggested users:" -msgstr "Mostrar esta cuenta en los usuarios sugeridos:" - -#: bookwyrm/templates/get_started/profile.html:52 -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "Tu cuenta se aparecerá en el directorio, y puede ser recomendado a otros usuarios de BookWyrm." - -#: bookwyrm/templates/get_started/users.html:11 -msgid "Search for a user" -msgstr "Buscar un usuario" - -#: bookwyrm/templates/get_started/users.html:13 -#, python-format -msgid "No users found for \"%(query)s\"" -msgstr "No se encontró ningún usuario correspondiente a \"%(query)s\"" - -#: bookwyrm/templates/import/import.html:5 -#: bookwyrm/templates/import/import.html:9 -#: bookwyrm/templates/shelf/shelf.html:57 -msgid "Import Books" -msgstr "Importar libros" - -#: bookwyrm/templates/import/import.html:18 -msgid "Data source:" -msgstr "Fuente de datos:" - -#: bookwyrm/templates/import/import.html:37 -msgid "Data file:" -msgstr "Archivo de datos:" - -#: bookwyrm/templates/import/import.html:45 -msgid "Include reviews" -msgstr "Incluir reseñas" - -#: bookwyrm/templates/import/import.html:50 -msgid "Privacy setting for imported reviews:" -msgstr "Configuración de privacidad para las reseñas importadas:" - -#: bookwyrm/templates/import/import.html:56 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:64 -msgid "Import" -msgstr "Importar" - -#: bookwyrm/templates/import/import.html:61 -msgid "Recent Imports" -msgstr "Importaciones recientes" - -#: bookwyrm/templates/import/import.html:63 -msgid "No recent imports" -msgstr "No hay ninguna importación reciente" - -#: bookwyrm/templates/import/import_status.html:6 -#: bookwyrm/templates/import/import_status.html:10 -msgid "Import Status" -msgstr "Status de importación" - -#: bookwyrm/templates/import/import_status.html:11 -msgid "Back to imports" -msgstr "Volver a las importaciones" - -#: bookwyrm/templates/import/import_status.html:15 -msgid "Import started:" -msgstr "Importación ha empezado:" - -#: bookwyrm/templates/import/import_status.html:20 -msgid "Import completed:" -msgstr "Importación ha terminado:" - -#: bookwyrm/templates/import/import_status.html:24 -msgid "TASK FAILED" -msgstr "TAREA FALLÓ" - -#: bookwyrm/templates/import/import_status.html:32 -msgid "Import still in progress." -msgstr "Importación todavia en progreso" - -#: bookwyrm/templates/import/import_status.html:34 -msgid "(Hit reload to update!)" -msgstr "(¡Refresca para actualizar!)" - -#: bookwyrm/templates/import/import_status.html:41 -msgid "Failed to load" -msgstr "No se pudo cargar" - -#: bookwyrm/templates/import/import_status.html:50 -#, python-format -msgid "Jump to the bottom of the list to select the %(failed_count)s items which failed to import." -msgstr "Saltar al final de la lista para seleccionar los %(failed_count)s artículos que no se pudieron importar." - -#: bookwyrm/templates/import/import_status.html:62 -#, python-format -msgid "Line %(index)s: %(title)s by %(author)s" -msgstr "Renglón %(index)s: %(title)s por %(author)s" - -#: bookwyrm/templates/import/import_status.html:82 -msgid "Select all" -msgstr "Seleccionar todo" - -#: bookwyrm/templates/import/import_status.html:85 -msgid "Retry items" -msgstr "Reintentar ítems" - -#: bookwyrm/templates/import/import_status.html:112 -msgid "Successfully imported" -msgstr "Importado exitosamente" - -#: bookwyrm/templates/import/import_status.html:114 -msgid "Import Progress" -msgstr "Progreso de importación" - -#: bookwyrm/templates/import/import_status.html:119 -msgid "Book" -msgstr "Libro" - -#: bookwyrm/templates/import/import_status.html:122 -#: bookwyrm/templates/shelf/shelf.html:128 -#: bookwyrm/templates/shelf/shelf.html:148 -msgid "Title" -msgstr "Título" - -#: bookwyrm/templates/import/import_status.html:125 -#: bookwyrm/templates/shelf/shelf.html:129 -#: bookwyrm/templates/shelf/shelf.html:151 -msgid "Author" -msgstr "Autor/Autora" - -#: bookwyrm/templates/import/import_status.html:148 -msgid "Imported" -msgstr "Importado" - -#: bookwyrm/templates/import/tooltip.html:6 -msgid "You can download your GoodReads data from the Import/Export page of your GoodReads account." -msgstr "Puedes descargar tus datos de GoodReads de la Página de Exportación/Importación de tu cuenta de GoodReads" - -#: bookwyrm/templates/invite.html:4 bookwyrm/templates/invite.html:8 -#: bookwyrm/templates/login.html:49 -msgid "Create an Account" -msgstr "Crear una cuenta" - -#: bookwyrm/templates/invite.html:21 -msgid "Permission Denied" -msgstr "Permiso denegado" - -#: bookwyrm/templates/invite.html:22 -msgid "Sorry! This invite code is no longer valid." -msgstr "¡Disculpa! Este código de invitación no queda válido." - -#: bookwyrm/templates/landing/about.html:7 -#, python-format -msgid "About %(site_name)s" -msgstr "Sobre %(site_name)s" - -#: bookwyrm/templates/landing/about.html:10 -#: bookwyrm/templates/landing/about.html:20 -msgid "Code of Conduct" -msgstr "Código de conducta" - -#: bookwyrm/templates/landing/about.html:13 -#: bookwyrm/templates/landing/about.html:29 -msgid "Privacy Policy" -msgstr "Política de privacidad" - -#: bookwyrm/templates/landing/landing.html:6 -msgid "Recent Books" -msgstr "Libros recientes" - -#: bookwyrm/templates/landing/layout.html:17 -msgid "Decentralized" -msgstr "Descentralizado" - -#: bookwyrm/templates/landing/layout.html:23 -msgid "Friendly" -msgstr "Amigable" - -#: bookwyrm/templates/landing/layout.html:29 -msgid "Anti-Corporate" -msgstr "Anti-corporativo" - -#: bookwyrm/templates/landing/layout.html:45 -#, python-format -msgid "Join %(name)s" -msgstr "Unirse con %(name)s" - -#: bookwyrm/templates/landing/layout.html:47 -msgid "Request an Invitation" -msgstr "Solicitar una invitación" - -#: bookwyrm/templates/landing/layout.html:49 -#, python-format -msgid "%(name)s registration is closed" -msgstr "El registro de %(name)s está cerrado" - -#: bookwyrm/templates/landing/layout.html:60 -msgid "Thank you! Your request has been received." -msgstr "¡Gracias! Tu solicitud ha sido recibido." - -#: bookwyrm/templates/landing/layout.html:82 -msgid "Your Account" -msgstr "Tu cuenta" - -#: bookwyrm/templates/layout.html:13 -#, python-format -msgid "%(site_name)s search" -msgstr "Busqueda en %(site_name)s" - -#: bookwyrm/templates/layout.html:43 -msgid "Search for a book, user, or list" -msgstr "Buscar un libro o un usuario o una lista" - -#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 -msgid "Main navigation menu" -msgstr "Menú de navigación central" - -#: bookwyrm/templates/layout.html:72 -msgid "Feed" -msgstr "Actividad" - -#: bookwyrm/templates/layout.html:106 -msgid "Your Books" -msgstr "Tus libros" - -#: bookwyrm/templates/layout.html:116 -msgid "Settings" -msgstr "Configuración" - -#: bookwyrm/templates/layout.html:125 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 -#: bookwyrm/templates/settings/invites/manage_invites.html:3 -#: bookwyrm/templates/settings/invites/manage_invites.html:15 -#: bookwyrm/templates/settings/layout.html:40 -msgid "Invites" -msgstr "Invitaciones" - -#: bookwyrm/templates/layout.html:132 -msgid "Admin" -msgstr "Admin" - -#: bookwyrm/templates/layout.html:139 -msgid "Log out" -msgstr "Cerrar sesión" - -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications/notifications_page.html:5 -#: bookwyrm/templates/notifications/notifications_page.html:10 -msgid "Notifications" -msgstr "Notificaciones" - -#: bookwyrm/templates/layout.html:170 bookwyrm/templates/layout.html:174 -#: bookwyrm/templates/login.html:21 -#: bookwyrm/templates/snippets/register_form.html:4 -msgid "Username:" -msgstr "Nombre de usuario:" - -#: bookwyrm/templates/layout.html:175 -msgid "password" -msgstr "contraseña" - -#: bookwyrm/templates/layout.html:176 bookwyrm/templates/login.html:40 -msgid "Forgot your password?" -msgstr "¿Olvidaste tu contraseña?" - -#: bookwyrm/templates/layout.html:179 bookwyrm/templates/login.html:7 -#: bookwyrm/templates/login.html:37 -msgid "Log in" -msgstr "Iniciar sesión" - -#: bookwyrm/templates/layout.html:187 -msgid "Join" -msgstr "Unirse" - -#: bookwyrm/templates/layout.html:221 -msgid "Successfully posted status" -msgstr "Status publicado exitosamente" - -#: bookwyrm/templates/layout.html:222 -msgid "Error posting status" -msgstr "Error en publicar status" - -#: bookwyrm/templates/layout.html:230 -msgid "About this instance" -msgstr "Sobre esta instancia" - -#: bookwyrm/templates/layout.html:234 -msgid "Contact site admin" -msgstr "Contactarse con administradores del sitio" - -#: bookwyrm/templates/layout.html:238 -msgid "Documentation" -msgstr "Documentación de Django" - -#: bookwyrm/templates/layout.html:245 -#, python-format -msgid "Support %(site_name)s on %(support_title)s" -msgstr "Apoyar %(site_name)s en %(support_title)s" - -#: bookwyrm/templates/layout.html:249 -msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." -msgstr "BookWyrm es software de código abierto. Puedes contribuir o reportar problemas en GitHub." - -#: bookwyrm/templates/lists/bookmark_button.html:30 -msgid "Un-save" -msgstr "Des-guardar" - -#: bookwyrm/templates/lists/create_form.html:5 -#: bookwyrm/templates/lists/lists.html:20 -msgid "Create List" -msgstr "Crear lista" - -#: bookwyrm/templates/lists/created_text.html:5 -#, python-format -msgid "Created and curated by %(username)s" -msgstr "Agregado y comisariado por %(username)s" - -#: bookwyrm/templates/lists/created_text.html:7 -#, python-format -msgid "Created by %(username)s" -msgstr "Creado por %(username)s" - -#: bookwyrm/templates/lists/curate.html:8 -msgid "Pending Books" -msgstr "Libros pendientes" - -#: bookwyrm/templates/lists/curate.html:11 -msgid "Go to list" -msgstr "Irse a lista" - -#: bookwyrm/templates/lists/curate.html:15 -msgid "You're all set!" -msgstr "!Está todo listo¡" - -#: bookwyrm/templates/lists/curate.html:45 -msgid "Suggested by" -msgstr "Sugerido por" - -#: bookwyrm/templates/lists/curate.html:57 -msgid "Approve" -msgstr "Aprobar" - -#: bookwyrm/templates/lists/curate.html:63 -msgid "Discard" -msgstr "Desechar" - -#: bookwyrm/templates/lists/delete_list_modal.html:4 -msgid "Delete this list?" -msgstr "¿Eliminar esta lista?" - -#: bookwyrm/templates/lists/delete_list_modal.html:7 -msgid "This action cannot be un-done" -msgstr "Esta acción no se puede deshacer" - -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/settings/announcements/announcement.html:20 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:36 -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:15 -#: bookwyrm/templates/snippets/follow_request_buttons.html:12 -msgid "Delete" -msgstr "Eliminar" - -#: bookwyrm/templates/lists/edit_form.html:5 -#: bookwyrm/templates/lists/layout.html:16 -msgid "Edit List" -msgstr "Editar lista" - -#: bookwyrm/templates/lists/form.html:18 -msgid "List curation:" -msgstr "Enumerar lista de comisariado:" - -#: bookwyrm/templates/lists/form.html:21 -msgid "Closed" -msgstr "Cerrado" - -#: bookwyrm/templates/lists/form.html:22 -msgid "Only you can add and remove books to this list" -msgstr "Solo tú puedes agregar a y sacar libros de esta lista" - -#: bookwyrm/templates/lists/form.html:26 -msgid "Curated" -msgstr "De comisariado" - -#: bookwyrm/templates/lists/form.html:27 -msgid "Anyone can suggest books, subject to your approval" -msgstr "Cualquier usuario puede sugerir libros, en cuanto lo hayas aprobado" - -#: bookwyrm/templates/lists/form.html:31 -#, fuzzy -#| msgid "Open" -msgctxt "curation type" -msgid "Open" -msgstr "Abierto" - -#: bookwyrm/templates/lists/form.html:32 -msgid "Anyone can add books to this list" -msgstr "Cualquer usuario puede agregar libros a esta lista" - -#: bookwyrm/templates/lists/form.html:50 -msgid "Delete list" -msgstr "Eliminar lista" - -#: bookwyrm/templates/lists/list.html:20 -msgid "You successfully suggested a book for this list!" -msgstr "¡Has sugerido un libro para esta lista exitosamente!" - -#: bookwyrm/templates/lists/list.html:22 -msgid "You successfully added a book to this list!" -msgstr "¡Has agregado un libro a esta lista exitosamente!" - -#: bookwyrm/templates/lists/list.html:28 -msgid "This list is currently empty" -msgstr "Esta lista está vacia" - -#: bookwyrm/templates/lists/list.html:66 -#, python-format -msgid "Added by %(username)s" -msgstr "Agregado por %(username)s" - -#: bookwyrm/templates/lists/list.html:75 -msgid "List position" -msgstr "Posición" - -#: bookwyrm/templates/lists/list.html:81 -msgid "Set" -msgstr "Establecido" - -#: bookwyrm/templates/lists/list.html:91 -#: bookwyrm/templates/snippets/shelf_selector.html:26 -msgid "Remove" -msgstr "Quitar" - -#: bookwyrm/templates/lists/list.html:105 -#: bookwyrm/templates/lists/list.html:122 -msgid "Sort List" -msgstr "Ordena la lista" - -#: bookwyrm/templates/lists/list.html:115 -msgid "Direction" -msgstr "Dirección" - -#: bookwyrm/templates/lists/list.html:129 -msgid "Add Books" -msgstr "Agregar libros" - -#: bookwyrm/templates/lists/list.html:131 -msgid "Suggest Books" -msgstr "Sugerir libros" - -#: bookwyrm/templates/lists/list.html:142 -msgid "search" -msgstr "buscar" - -#: bookwyrm/templates/lists/list.html:148 -msgid "Clear search" -msgstr "Borrar búsqueda" - -#: bookwyrm/templates/lists/list.html:153 -#, python-format -msgid "No books found matching the query \"%(query)s\"" -msgstr "No se encontró ningún libro correspondiente a la búsqueda: \"%(query)s\"" - -#: bookwyrm/templates/lists/list.html:181 -msgid "Suggest" -msgstr "Sugerir" - -#: bookwyrm/templates/lists/list_items.html:15 -msgid "Saved" -msgstr "Guardado" - -#: bookwyrm/templates/lists/lists.html:14 bookwyrm/templates/user/lists.html:9 -msgid "Your Lists" -msgstr "Tus listas" - -#: bookwyrm/templates/lists/lists.html:35 -msgid "All Lists" -msgstr "Todas las listas" - -#: bookwyrm/templates/lists/lists.html:39 -msgid "Saved Lists" -msgstr "Listas guardadas" - -#: bookwyrm/templates/login.html:4 -msgid "Login" -msgstr "Iniciar sesión" - -#: bookwyrm/templates/login.html:15 -msgid "Success! Email address confirmed." -msgstr "¡Éxito! Dirección de correo electrónico confirmada." - -#: bookwyrm/templates/login.html:27 bookwyrm/templates/password_reset.html:17 -#: bookwyrm/templates/snippets/register_form.html:22 -msgid "Password:" -msgstr "Contraseña:" - -#: bookwyrm/templates/login.html:62 -msgid "More about this site" -msgstr "Más sobre este sitio" - -#: bookwyrm/templates/notifications/items/add.html:24 -#, fuzzy, python-format -#| msgid " added %(book_title)s to your list \"%(list_name)s\"" -msgid "added %(book_title)s to your list \"%(list_name)s\"" -msgstr " agregó %(book_title)s a tu lista \"%(list_name)s\"" - -#: bookwyrm/templates/notifications/items/add.html:31 -#, fuzzy, python-format -#| msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr " sugirió agregar %(book_title)s a tu lista \"%(list_name)s\"" - -#: bookwyrm/templates/notifications/items/boost.html:19 -#, python-format -msgid "boosted your review of %(book_title)s" -msgstr "respaldó tu reseña de %(book_title)s" - -#: bookwyrm/templates/notifications/items/boost.html:25 -#, python-format -msgid "boosted your comment on%(book_title)s" -msgstr "respaldó tu comentario en%(book_title)s" - -#: bookwyrm/templates/notifications/items/boost.html:31 -#, python-format -msgid "boosted your quote from %(book_title)s" -msgstr "respaldó tucita de %(book_title)s" - -#: bookwyrm/templates/notifications/items/boost.html:37 -#, python-format -msgid "boosted your status" -msgstr "respaldó tu status" - -#: bookwyrm/templates/notifications/items/fav.html:19 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "le gustó tu reseña de %(book_title)s" - -#: bookwyrm/templates/notifications/items/fav.html:25 -#, fuzzy, python-format -#| msgid "favorited your comment on %(book_title)s" -msgid "favorited your comment on%(book_title)s" -msgstr "le gustó tu comentario en %(book_title)s" - -#: bookwyrm/templates/notifications/items/fav.html:31 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "le gustó tu cita de %(book_title)s" - -#: bookwyrm/templates/notifications/items/fav.html:37 -#, python-format -msgid "favorited your status" -msgstr "le gustó tu status" - -#: bookwyrm/templates/notifications/items/follow.html:15 -msgid "followed you" -msgstr "te siguió" - -#: bookwyrm/templates/notifications/items/follow_request.html:11 -msgid "sent you a follow request" -msgstr "te quiere seguir" - -#: bookwyrm/templates/notifications/items/import.html:14 -#, python-format -msgid "Your import completed." -msgstr "Tu importación ha terminado." - -#: bookwyrm/templates/notifications/items/mention.html:20 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "te mencionó en una reseña de %(book_title)s" - -#: bookwyrm/templates/notifications/items/mention.html:26 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "te mencionó en un comentario de %(book_title)s" - -#: bookwyrm/templates/notifications/items/mention.html:32 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "te mencionó en una cita de %(book_title)s" - -#: bookwyrm/templates/notifications/items/mention.html:38 -#, python-format -msgid "mentioned you in a status" -msgstr "te mencionó en un status" - -#: bookwyrm/templates/notifications/items/reply.html:21 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "respondió a tu reseña de %(book_title)s" - -#: bookwyrm/templates/notifications/items/reply.html:27 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "respondió a tu comentario en %(book_title)s" - -#: bookwyrm/templates/notifications/items/reply.html:33 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "respondió a tu cita de %(book_title)s" - -#: bookwyrm/templates/notifications/items/reply.html:39 -#, python-format -msgid "replied to your status" -msgstr "respondió a tu status" - -#: bookwyrm/templates/notifications/items/report.html:15 -#, python-format -msgid "A new report needs moderation." -msgstr "Un informe nuevo se requiere moderación." - -#: bookwyrm/templates/notifications/notifications_page.html:18 -msgid "Delete notifications" -msgstr "Borrar notificaciones" - -#: bookwyrm/templates/notifications/notifications_page.html:29 -msgid "All" -msgstr "Todas" - -#: bookwyrm/templates/notifications/notifications_page.html:33 -msgid "Mentions" -msgstr "Menciones" - -#: bookwyrm/templates/notifications/notifications_page.html:45 -msgid "You're all caught up!" -msgstr "¡Estás al día!" - -#: bookwyrm/templates/password_reset.html:23 -#: bookwyrm/templates/preferences/change_password.html:18 -#: bookwyrm/templates/preferences/delete_user.html:20 -msgid "Confirm password:" -msgstr "Confirmar contraseña:" - -#: bookwyrm/templates/password_reset_request.html:14 -msgid "A link to reset your password will be sent to your email address" -msgstr "Un enlace para restablecer tu contraseña se enviará a tu dirección de correo electrónico" - -#: bookwyrm/templates/password_reset_request.html:28 -msgid "Reset password" -msgstr "Restablecer contraseña" - -#: bookwyrm/templates/preferences/blocks.html:4 -#: bookwyrm/templates/preferences/blocks.html:7 -#: bookwyrm/templates/preferences/layout.html:31 -msgid "Blocked Users" -msgstr "Usuarios bloqueados" - -#: bookwyrm/templates/preferences/blocks.html:12 -msgid "No users currently blocked." -msgstr "No hay ningún usuario bloqueado actualmente." - -#: bookwyrm/templates/preferences/change_password.html:4 -#: bookwyrm/templates/preferences/change_password.html:7 -#: bookwyrm/templates/preferences/change_password.html:21 -#: bookwyrm/templates/preferences/layout.html:20 -msgid "Change Password" -msgstr "Cambiar contraseña" - -#: bookwyrm/templates/preferences/change_password.html:14 -msgid "New password:" -msgstr "Nueva contraseña:" - -#: bookwyrm/templates/preferences/delete_user.html:4 -#: bookwyrm/templates/preferences/delete_user.html:7 -#: bookwyrm/templates/preferences/delete_user.html:26 -#: bookwyrm/templates/preferences/layout.html:24 -#: bookwyrm/templates/settings/users/delete_user_form.html:23 -msgid "Delete Account" -msgstr "Quitar cuenta" - -#: bookwyrm/templates/preferences/delete_user.html:12 -msgid "Permanently delete account" -msgstr "Eliminar cuenta permanentemente" - -#: bookwyrm/templates/preferences/delete_user.html:14 -msgid "Deleting your account cannot be undone. The username will not be available to register in the future." -msgstr "Eliminar tu cuenta no puede ser deshecho. El nombre de usuario no será disponible para registrar en el futuro." - -#: bookwyrm/templates/preferences/edit_user.html:4 -#: bookwyrm/templates/preferences/edit_user.html:7 -#: bookwyrm/templates/preferences/layout.html:15 -msgid "Edit Profile" -msgstr "Editar perfil" - -#: bookwyrm/templates/preferences/edit_user.html:12 -#: bookwyrm/templates/preferences/edit_user.html:25 -#: bookwyrm/templates/settings/users/user_info.html:7 -msgid "Profile" -msgstr "Perfil" - -#: bookwyrm/templates/preferences/edit_user.html:13 -#: bookwyrm/templates/preferences/edit_user.html:68 -msgid "Display preferences" -msgstr "Preferencias de visualización" - -#: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:106 -msgid "Privacy" -msgstr "Privacidad" - -#: bookwyrm/templates/preferences/edit_user.html:72 -msgid "Show reading goal prompt in feed:" -msgstr "Mostrar sugerencia de meta de lectura en el feed:" - -#: bookwyrm/templates/preferences/edit_user.html:76 -msgid "Show suggested users:" -msgstr "Mostrar usuarios sugeridos:" - -#: bookwyrm/templates/preferences/edit_user.html:85 -#, python-format -msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." -msgstr "Tu cuenta se aparecerá en el directorio, y puede ser recomendado a otros usuarios de BookWyrm." - -#: bookwyrm/templates/preferences/edit_user.html:89 -msgid "Preferred Timezone: " -msgstr "Huso horario preferido" - -#: bookwyrm/templates/preferences/edit_user.html:116 -msgid "Default post privacy:" -msgstr "Privacidad de publicación por defecto:" - -#: bookwyrm/templates/preferences/layout.html:11 -msgid "Account" -msgstr "Cuenta" - -#: bookwyrm/templates/preferences/layout.html:27 -msgid "Relationships" -msgstr "Relaciones" - -#: bookwyrm/templates/reading_progress/finish.html:5 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "Terminar \"%(book_title)s\"" - -#: bookwyrm/templates/reading_progress/start.html:5 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "Empezar \"%(book_title)s\"" - -#: bookwyrm/templates/reading_progress/want.html:5 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "Quiero leer \"%(book_title)s\"" - -#: bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 -msgid "Open" -msgstr "Abierto" - -#: bookwyrm/templates/search/book.html:85 -msgid "Import book" -msgstr "Importar libro" - -#: bookwyrm/templates/search/book.html:107 -msgid "Load results from other catalogues" -msgstr "Cargar resultados de otros catálogos" - -#: bookwyrm/templates/search/book.html:111 -msgid "Manually add book" -msgstr "Agregar libro a mano" - -#: bookwyrm/templates/search/book.html:116 -msgid "Log in to import or add books." -msgstr "Iniciar una sesión para importar o agregar libros" - -#: bookwyrm/templates/search/layout.html:16 -msgid "Search query" -msgstr "Búsqueda" - -#: bookwyrm/templates/search/layout.html:19 -msgid "Search type" -msgstr "Tipo de búsqueda" - -#: bookwyrm/templates/search/layout.html:23 -#: bookwyrm/templates/search/layout.html:46 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 -#: bookwyrm/templates/settings/federation/instance_list.html:44 -#: bookwyrm/templates/settings/layout.html:34 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 -msgid "Users" -msgstr "Usuarios" - -#: bookwyrm/templates/search/layout.html:58 -#, python-format -msgid "No results found for \"%(query)s\"" -msgstr "No se encontró ningún resultado correspondiente a \"%(query)s\"" - -#: bookwyrm/templates/settings/announcements/announcement.html:3 -#: bookwyrm/templates/settings/announcements/announcement.html:6 -msgid "Announcement" -msgstr "Anuncio" - -#: bookwyrm/templates/settings/announcements/announcement.html:7 -#: bookwyrm/templates/settings/federation/instance.html:13 -msgid "Back to list" -msgstr "Volver a la lista de servidores" - -#: bookwyrm/templates/settings/announcements/announcement.html:11 -#: bookwyrm/templates/settings/announcements/announcement_form.html:6 -msgid "Edit Announcement" -msgstr "Editar anuncio" - -#: bookwyrm/templates/settings/announcements/announcement.html:35 -msgid "Visible:" -msgstr "Visible:" - -#: bookwyrm/templates/settings/announcements/announcement.html:38 -msgid "True" -msgstr "Verdadero" - -#: bookwyrm/templates/settings/announcements/announcement.html:40 -msgid "False" -msgstr "Falso" - -#: bookwyrm/templates/settings/announcements/announcement.html:47 -#: bookwyrm/templates/settings/announcements/announcement_form.html:40 -#: bookwyrm/templates/settings/dashboard/dashboard.html:71 -msgid "Start date:" -msgstr "Fecha de inicio:" - -#: bookwyrm/templates/settings/announcements/announcement.html:54 -#: bookwyrm/templates/settings/announcements/announcement_form.html:49 -#: bookwyrm/templates/settings/dashboard/dashboard.html:77 -msgid "End date:" -msgstr "Fecha final:" - -#: bookwyrm/templates/settings/announcements/announcement.html:60 -#: bookwyrm/templates/settings/announcements/announcement_form.html:58 -msgid "Active:" -msgstr "Activ@:" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:8 -#: bookwyrm/templates/settings/announcements/announcements.html:8 -msgid "Create Announcement" -msgstr "Crear anuncio" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:16 -msgid "Preview:" -msgstr "Vista preliminar:" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:23 -msgid "Content:" -msgstr "Contenido:" - -#: bookwyrm/templates/settings/announcements/announcement_form.html:30 -msgid "Event date:" -msgstr "Fecha de evento:" - -#: bookwyrm/templates/settings/announcements/announcements.html:3 -#: bookwyrm/templates/settings/announcements/announcements.html:5 -#: bookwyrm/templates/settings/layout.html:72 -msgid "Announcements" -msgstr "Anuncios" - -#: bookwyrm/templates/settings/announcements/announcements.html:22 -#: bookwyrm/templates/settings/federation/instance_list.html:36 -msgid "Date added" -msgstr "Fecha agregada" - -#: bookwyrm/templates/settings/announcements/announcements.html:26 -msgid "Preview" -msgstr "Vista preliminar" - -#: bookwyrm/templates/settings/announcements/announcements.html:30 -msgid "Start date" -msgstr "Fecha de inicio" - -#: bookwyrm/templates/settings/announcements/announcements.html:34 -msgid "End date" -msgstr "Fecha final" - -#: bookwyrm/templates/settings/announcements/announcements.html:38 -#: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 -#: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 -#: bookwyrm/templates/settings/users/user_info.html:20 -msgid "Status" -msgstr "Status" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "active" -msgstr "activo" - -#: bookwyrm/templates/settings/announcements/announcements.html:48 -msgid "inactive" -msgstr "inactivo" - -#: bookwyrm/templates/settings/announcements/announcements.html:52 -msgid "No announcements found" -msgstr "No se encontró ningun anuncio." - -#: bookwyrm/templates/settings/dashboard/dashboard.html:6 -#: bookwyrm/templates/settings/dashboard/dashboard.html:8 -#: bookwyrm/templates/settings/layout.html:26 -msgid "Dashboard" -msgstr "Tablero" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 -msgid "Total users" -msgstr "Número de usuarios" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/user_chart.html:16 -msgid "Active this month" -msgstr "Activos este mes" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:27 -msgid "Statuses" -msgstr "Statuses" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:33 -#: bookwyrm/templates/settings/dashboard/works_chart.html:11 -msgid "Works" -msgstr "Obras" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:43 -#, python-format -msgid "%(display_count)s open report" -msgid_plural "%(display_count)s open reports" -msgstr[0] "%(display_count)s informe abierto" -msgstr[1] "%(display_count)s informes abiertos" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 -#, python-format -msgid "%(display_count)s invite request" -msgid_plural "%(display_count)s invite requests" -msgstr[0] "%(display_count)s solicitación de invitado" -msgstr[1] "%(display_count)s solicitaciones de invitado" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 -msgid "Instance Activity" -msgstr "Actividad de instancia" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:83 -msgid "Interval:" -msgstr "Intervalo:" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:87 -msgid "Days" -msgstr "Dias" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 -msgid "Weeks" -msgstr "Semanas" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 -msgid "User signup activity" -msgstr "Actividad de inscripciones de usuarios" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:112 -msgid "Status activity" -msgstr "Actividad de status" - -#: bookwyrm/templates/settings/dashboard/dashboard.html:118 -msgid "Works created" -msgstr "" - -#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 -#, fuzzy -#| msgid "Registration" -msgid "Registrations" -msgstr "Registración" - -#: bookwyrm/templates/settings/dashboard/status_chart.html:11 -msgid "Statuses posted" -msgstr "Statuses publicados" - -#: bookwyrm/templates/settings/dashboard/user_chart.html:11 -msgid "Total" -msgstr "Suma" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:10 -msgid "Add domain" -msgstr "Agregar dominio" - -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:11 -msgid "Domain:" -msgstr "Dominio:" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:59 -msgid "Email Blocklist" -msgstr "Lista de bloqueo de correos electrónicos" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:18 -msgid "When someone tries to register with an email from this domain, no account will be created. The registration process will appear to have worked." -msgstr "Cuando alguien intenta registrarse con un correo electrónico de este dominio, ningun cuenta se creerá. El proceso de registración se parecerá a funcionado." - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:25 -msgid "Domain" -msgstr "Dominio" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:29 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:27 -msgid "Options" -msgstr "Opciones" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:38 -#, python-format -msgid "%(display_count)s user" -msgid_plural "%(display_count)s users" -msgstr[0] "%(display_count)s usuario" -msgstr[1] "%(display_count)s usuarios" - -#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59 -msgid "No email domains currently blocked" -msgstr "No hay dominios de correo electrónico bloqueados actualmente" - -#: bookwyrm/templates/settings/federation/edit_instance.html:3 -#: bookwyrm/templates/settings/federation/edit_instance.html:6 -#: bookwyrm/templates/settings/federation/edit_instance.html:20 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:3 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:20 -#: bookwyrm/templates/settings/federation/instance_list.html:9 -#: bookwyrm/templates/settings/federation/instance_list.html:10 -msgid "Add instance" -msgstr "Agregar instancia" - -#: bookwyrm/templates/settings/federation/edit_instance.html:7 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:7 -msgid "Back to instance list" -msgstr "Volver a la lista de instancias" - -#: bookwyrm/templates/settings/federation/edit_instance.html:16 -#: bookwyrm/templates/settings/federation/instance_blocklist.html:16 -msgid "Import block list" -msgstr "Importar lista de bloqueo" - -#: bookwyrm/templates/settings/federation/edit_instance.html:30 -msgid "Instance:" -msgstr "Instancia:" - -#: bookwyrm/templates/settings/federation/edit_instance.html:39 -#: bookwyrm/templates/settings/federation/instance.html:28 -#: bookwyrm/templates/settings/users/user_info.html:106 -msgid "Status:" -msgstr "Status:" - -#: bookwyrm/templates/settings/federation/edit_instance.html:52 -#: bookwyrm/templates/settings/federation/instance.html:22 -#: bookwyrm/templates/settings/users/user_info.html:100 -msgid "Software:" -msgstr "Software:" - -#: bookwyrm/templates/settings/federation/edit_instance.html:61 -#: bookwyrm/templates/settings/federation/instance.html:25 -#: bookwyrm/templates/settings/users/user_info.html:103 -msgid "Version:" -msgstr "Versión:" - -#: bookwyrm/templates/settings/federation/edit_instance.html:70 -msgid "Notes:" -msgstr "Notas:" - -#: bookwyrm/templates/settings/federation/instance.html:19 -msgid "Details" -msgstr "Detalles" - -#: bookwyrm/templates/settings/federation/instance.html:35 -#: bookwyrm/templates/user/layout.html:63 -msgid "Activity" -msgstr "Actividad" - -#: bookwyrm/templates/settings/federation/instance.html:38 -msgid "Users:" -msgstr "Usuarios:" - -#: bookwyrm/templates/settings/federation/instance.html:41 -#: bookwyrm/templates/settings/federation/instance.html:47 -msgid "View all" -msgstr "Ver todos" - -#: bookwyrm/templates/settings/federation/instance.html:44 -#: bookwyrm/templates/settings/users/user_info.html:56 -msgid "Reports:" -msgstr "Informes:" - -#: bookwyrm/templates/settings/federation/instance.html:50 -msgid "Followed by us:" -msgstr "Seguido por nosotros:" - -#: bookwyrm/templates/settings/federation/instance.html:55 -msgid "Followed by them:" -msgstr "Seguido por ellos:" - -#: bookwyrm/templates/settings/federation/instance.html:60 -msgid "Blocked by us:" -msgstr "Bloqueado por nosotros:" - -#: bookwyrm/templates/settings/federation/instance.html:72 -#: bookwyrm/templates/settings/users/user_info.html:110 -msgid "Notes" -msgstr "Notas" - -#: bookwyrm/templates/settings/federation/instance.html:75 -msgid "Edit" -msgstr "Editar" - -#: bookwyrm/templates/settings/federation/instance.html:79 -msgid "No notes" -msgstr "Sin notas" - -#: bookwyrm/templates/settings/federation/instance.html:94 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:8 -msgid "Actions" -msgstr "Acciones" - -#: bookwyrm/templates/settings/federation/instance.html:98 -#: bookwyrm/templates/snippets/block_button.html:5 -msgid "Block" -msgstr "Bloquear" - -#: bookwyrm/templates/settings/federation/instance.html:99 -msgid "All users from this instance will be deactivated." -msgstr "Todos los usuarios en esta instancia serán desactivados." - -#: bookwyrm/templates/settings/federation/instance.html:104 -#: bookwyrm/templates/snippets/block_button.html:10 -msgid "Un-block" -msgstr "Desbloquear" - -#: bookwyrm/templates/settings/federation/instance.html:105 -msgid "All users from this instance will be re-activated." -msgstr "Todos los usuarios en esta instancia serán re-activados." - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:6 -msgid "Import Blocklist" -msgstr "Importar lista de bloqueo" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:26 -#: bookwyrm/templates/snippets/goal_progress.html:7 -msgid "Success!" -msgstr "¡Meta logrado!" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:30 -msgid "Successfully blocked:" -msgstr "Se bloqueó exitosamente:" - -#: bookwyrm/templates/settings/federation/instance_blocklist.html:32 -msgid "Failed:" -msgstr "Falló:" - -#: bookwyrm/templates/settings/federation/instance_list.html:3 -#: bookwyrm/templates/settings/federation/instance_list.html:5 -#: bookwyrm/templates/settings/layout.html:45 -msgid "Federated Instances" -msgstr "Instancias federalizadas" - -#: bookwyrm/templates/settings/federation/instance_list.html:32 -#: bookwyrm/templates/settings/users/server_filter.html:5 -msgid "Instance name" -msgstr "Nombre de instancia" - -#: bookwyrm/templates/settings/federation/instance_list.html:40 -msgid "Software" -msgstr "Software" - -#: bookwyrm/templates/settings/federation/instance_list.html:63 -msgid "No instances found" -msgstr "No se encontró ningun anuncio." - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:4 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:11 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:25 -#: bookwyrm/templates/settings/invites/manage_invites.html:11 -msgid "Invite Requests" -msgstr "Solicitudes de invitación" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:23 -msgid "Ignored Invite Requests" -msgstr "Solicitudes de invitación ignoradas" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:35 -msgid "Date requested" -msgstr "Fecha solicitada" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:39 -msgid "Date accepted" -msgstr "Fecha de aceptación" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 -msgid "Email" -msgstr "Correo electronico" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 -msgid "Action" -msgstr "Acción" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 -msgid "No requests" -msgstr "No solicitudes" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 -#: bookwyrm/templates/settings/invites/status_filter.html:16 -msgid "Accepted" -msgstr "Aceptado" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 -#: bookwyrm/templates/settings/invites/status_filter.html:12 -msgid "Sent" -msgstr "Enviado" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 -#: bookwyrm/templates/settings/invites/status_filter.html:8 -msgid "Requested" -msgstr "Solicitado" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 -msgid "Send invite" -msgstr "Enviar invitación" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 -msgid "Re-send invite" -msgstr "Re-enviar invitación" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 -msgid "Ignore" -msgstr "Ignorar" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 -msgid "Un-ignore" -msgstr "Des-ignorar" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 -msgid "Back to pending requests" -msgstr "Volver a las solicitudes pendientes" - -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 -msgid "View ignored requests" -msgstr "Ver solicitudes ignoradas" - -#: bookwyrm/templates/settings/invites/manage_invites.html:21 -msgid "Generate New Invite" -msgstr "Generar nuevo invitación" - -#: bookwyrm/templates/settings/invites/manage_invites.html:27 -msgid "Expiry:" -msgstr "Vencimiento:" - -#: bookwyrm/templates/settings/invites/manage_invites.html:33 -msgid "Use limit:" -msgstr "Límite de uso:" - -#: bookwyrm/templates/settings/invites/manage_invites.html:40 -msgid "Create Invite" -msgstr "Crear invitación" - -#: bookwyrm/templates/settings/invites/manage_invites.html:47 -msgid "Link" -msgstr "Enlace" - -#: bookwyrm/templates/settings/invites/manage_invites.html:48 -msgid "Expires" -msgstr "Vence" - -#: bookwyrm/templates/settings/invites/manage_invites.html:49 -msgid "Max uses" -msgstr "Número máximo de usos" - -#: bookwyrm/templates/settings/invites/manage_invites.html:50 -msgid "Times used" -msgstr "Número de usos" - -#: bookwyrm/templates/settings/invites/manage_invites.html:53 -msgid "No active invites" -msgstr "No invitaciónes activas" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10 -msgid "Add IP address" -msgstr "Agregar dirección IP" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11 -msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page." -msgstr "Use los bloqueos de dirección IP con cuidado, y considere usar los bloqueos solo temporalmente, ya que las direcciones IP a menudo son compartidas o cambian de dueños. Si bloqueas tu propia IP, no serás capaz de acceder a esta página" - -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18 -msgid "IP Address:" -msgstr "Dirección IP" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:63 -msgid "IP Address Blocklist" -msgstr "Lista de direcciones IP bloqueadas" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18 -msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application." -msgstr "Cualquier tráfico desde esta dirección IP obtendrá una respuesta 404 cuando trate de acceder cualquier parte de la aplicación" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24 -msgid "Address" -msgstr "Dirección" - -#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46 -msgid "No IP addresses currently blocked" -msgstr "No hay ningúna dirección IP bloqueada actualmente." - -#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6 -msgid "You can block IP ranges using CIDR syntax." -msgstr "Puedes bloquear rangos de IP usando la sintaxis CIDR." - -#: bookwyrm/templates/settings/layout.html:4 -msgid "Administration" -msgstr "Adminstración" - -#: bookwyrm/templates/settings/layout.html:29 -msgid "Manage Users" -msgstr "Administrar usuarios" - -#: bookwyrm/templates/settings/layout.html:51 -msgid "Moderation" -msgstr "Moderación" - -#: bookwyrm/templates/settings/layout.html:55 -#: bookwyrm/templates/settings/reports/reports.html:8 -#: bookwyrm/templates/settings/reports/reports.html:17 -msgid "Reports" -msgstr "Informes" - -#: bookwyrm/templates/settings/layout.html:68 -msgid "Instance Settings" -msgstr "Configuración de instancia" - -#: bookwyrm/templates/settings/layout.html:76 -#: bookwyrm/templates/settings/site.html:4 -#: bookwyrm/templates/settings/site.html:6 -msgid "Site Settings" -msgstr "Configuración de sitio" - -#: bookwyrm/templates/settings/reports/report.html:5 -#: bookwyrm/templates/settings/reports/report.html:8 -#: bookwyrm/templates/settings/reports/report_preview.html:6 -#, python-format -msgid "Report #%(report_id)s: %(username)s" -msgstr "Reportar #%(report_id)s: %(username)s" - -#: bookwyrm/templates/settings/reports/report.html:9 -msgid "Back to reports" -msgstr "Volver a los informes" - -#: bookwyrm/templates/settings/reports/report.html:23 -msgid "Moderator Comments" -msgstr "Comentarios de moderador" - -#: bookwyrm/templates/settings/reports/report.html:41 -#: bookwyrm/templates/snippets/create_status.html:28 -msgid "Comment" -msgstr "Comentario" - -#: bookwyrm/templates/settings/reports/report.html:46 -msgid "Reported statuses" -msgstr "Statuses reportados" - -#: bookwyrm/templates/settings/reports/report.html:48 -msgid "No statuses reported" -msgstr "Ningún estatus reportado" - -#: bookwyrm/templates/settings/reports/report.html:54 -msgid "Status has been deleted" -msgstr "Status ha sido eliminado" - -#: bookwyrm/templates/settings/reports/report_preview.html:13 -msgid "No notes provided" -msgstr "No se proporcionó notas" - -#: bookwyrm/templates/settings/reports/report_preview.html:20 -#, python-format -msgid "Reported by %(username)s" -msgstr "Reportado por %(username)s" - -#: bookwyrm/templates/settings/reports/report_preview.html:30 -msgid "Re-open" -msgstr "Reabrir" - -#: bookwyrm/templates/settings/reports/report_preview.html:32 -msgid "Resolve" -msgstr "Resolver" - -#: bookwyrm/templates/settings/reports/reports.html:6 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "Informes: %(instance_name)s" - -#: bookwyrm/templates/settings/reports/reports.html:14 -#, python-format -msgid "Reports: %(instance_name)s" -msgstr "Informes: %(instance_name)s" - -#: bookwyrm/templates/settings/reports/reports.html:28 -msgid "Resolved" -msgstr "Resuelto" - -#: bookwyrm/templates/settings/reports/reports.html:37 -msgid "No reports found." -msgstr "No se encontró ningún informe." - -#: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 -msgid "Instance Info" -msgstr "Información de instancia" - -#: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 -msgid "Images" -msgstr "Imagenes" - -#: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 -msgid "Footer Content" -msgstr "Contenido del pie de página" - -#: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 -msgid "Registration" -msgstr "Registración" - -#: bookwyrm/templates/settings/site.html:24 -msgid "Instance Name:" -msgstr "Nombre de instancia:" - -#: bookwyrm/templates/settings/site.html:28 -msgid "Tagline:" -msgstr "Lema:" - -#: bookwyrm/templates/settings/site.html:32 -msgid "Instance description:" -msgstr "Descripción de instancia:" - -#: bookwyrm/templates/settings/site.html:36 -msgid "Short description:" -msgstr "Descripción corta:" - -#: bookwyrm/templates/settings/site.html:37 -msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support html or markdown." -msgstr "Utilizado cuando la instancia se ve de una vista previa en joinbookwyrm.com. No es compatible con html o markdown." - -#: bookwyrm/templates/settings/site.html:41 -msgid "Code of conduct:" -msgstr "Código de conducta:" - -#: bookwyrm/templates/settings/site.html:45 -msgid "Privacy Policy:" -msgstr "Política de privacidad:" - -#: bookwyrm/templates/settings/site.html:57 -msgid "Logo:" -msgstr "Logo:" - -#: bookwyrm/templates/settings/site.html:61 -msgid "Logo small:" -msgstr "Logo pequeño:" - -#: bookwyrm/templates/settings/site.html:65 -msgid "Favicon:" -msgstr "Favicon:" - -#: bookwyrm/templates/settings/site.html:77 -msgid "Support link:" -msgstr "Enlace de apoyo:" - -#: bookwyrm/templates/settings/site.html:81 -msgid "Support title:" -msgstr "Título de apoyo:" - -#: bookwyrm/templates/settings/site.html:85 -msgid "Admin email:" -msgstr "Correo electrónico de administradorx:" - -#: bookwyrm/templates/settings/site.html:89 -msgid "Additional info:" -msgstr "Más informacion:" - -#: bookwyrm/templates/settings/site.html:103 -msgid "Allow registration" -msgstr "Permitir registración" - -#: bookwyrm/templates/settings/site.html:109 -msgid "Allow invite requests" -msgstr "Permitir solicitudes de invitación" - -#: bookwyrm/templates/settings/site.html:115 -msgid "Require users to confirm email address" -msgstr "Requerir a usuarios a confirmar dirección de correo electrónico" - -#: bookwyrm/templates/settings/site.html:117 -msgid "(Recommended if registration is open)" -msgstr "(Recomendado si la registración es abierta)" - -#: bookwyrm/templates/settings/site.html:120 -msgid "Registration closed text:" -msgstr "Texto de registración cerrada:" - -#: bookwyrm/templates/settings/site.html:124 -msgid "Invite request text:" -msgstr "Texto de solicitud de invitación:" - -#: bookwyrm/templates/settings/users/delete_user_form.html:5 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:31 -msgid "Permanently delete user" -msgstr "Eliminar usuario permanentemente" - -#: bookwyrm/templates/settings/users/delete_user_form.html:12 -#, python-format -msgid "Are you sure you want to delete %(username)s's account? This action cannot be undone. To proceed, please enter your password to confirm deletion." -msgstr "¿Estás seguro que quieres eliminar la cuenta de %(username)s's? Esta acción no se puede deshacer. Para continuar, por favor, ingrese tu contraseña para confirmar eliminación." - -#: bookwyrm/templates/settings/users/delete_user_form.html:17 -msgid "Your password:" -msgstr "Tu contraseña:" - -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Volver a usuarios" - -#: bookwyrm/templates/settings/users/user_admin.html:7 -#, python-format -msgid "Users: %(instance_name)s" -msgstr "Usuarios %(instance_name)s" - -#: bookwyrm/templates/settings/users/user_admin.html:22 -#: bookwyrm/templates/settings/users/username_filter.html:5 -msgid "Username" -msgstr "Nombre de usuario" - -#: bookwyrm/templates/settings/users/user_admin.html:26 -msgid "Date Added" -msgstr "Fecha agregada" - -#: bookwyrm/templates/settings/users/user_admin.html:30 -msgid "Last Active" -msgstr "Actividad reciente" - -#: bookwyrm/templates/settings/users/user_admin.html:38 -msgid "Remote instance" -msgstr "Instancia remota" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:24 -msgid "Active" -msgstr "Activ@" - -#: bookwyrm/templates/settings/users/user_admin.html:47 -#: bookwyrm/templates/settings/users/user_info.html:28 -msgid "Inactive" -msgstr "Inactiv@" - -#: bookwyrm/templates/settings/users/user_admin.html:52 -#: bookwyrm/templates/settings/users/user_info.html:120 -msgid "Not set" -msgstr "No establecido" - -#: bookwyrm/templates/settings/users/user_info.html:16 -msgid "View user profile" -msgstr "Ver perfil de usuario" - -#: bookwyrm/templates/settings/users/user_info.html:36 -msgid "Local" -msgstr "Local" - -#: bookwyrm/templates/settings/users/user_info.html:38 -msgid "Remote" -msgstr "Remoto" - -#: bookwyrm/templates/settings/users/user_info.html:47 -msgid "User details" -msgstr "Detalles" - -#: bookwyrm/templates/settings/users/user_info.html:51 -msgid "Email:" -msgstr "Correo electronico:" - -#: bookwyrm/templates/settings/users/user_info.html:61 -msgid "(View reports)" -msgstr "(Ver informes)" - -#: bookwyrm/templates/settings/users/user_info.html:67 -msgid "Blocked by count:" -msgstr "Recuento de usuarios que han bloqueado este usuario:" - -#: bookwyrm/templates/settings/users/user_info.html:70 -msgid "Last active date:" -msgstr "Fecha de actividad más reciente:" - -#: bookwyrm/templates/settings/users/user_info.html:73 -msgid "Manually approved followers:" -msgstr "Seguidores aprobados a mano:" - -#: bookwyrm/templates/settings/users/user_info.html:76 -msgid "Discoverable:" -msgstr "Reconocible:" - -#: bookwyrm/templates/settings/users/user_info.html:80 -msgid "Deactivation reason:" -msgstr "Razón de desactivación:" - -#: bookwyrm/templates/settings/users/user_info.html:95 -msgid "Instance details" -msgstr "Detalles de instancia" - -#: bookwyrm/templates/settings/users/user_info.html:117 -msgid "View instance" -msgstr "Ver instancia" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:5 -msgid "Permanently deleted" -msgstr "Eliminado permanentemente" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:13 -#: bookwyrm/templates/snippets/status/status_options.html:35 -#: bookwyrm/templates/snippets/user_options.html:13 -msgid "Send direct message" -msgstr "Enviar mensaje directo" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:20 -msgid "Suspend user" -msgstr "Suspender usuario" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:25 -msgid "Un-suspend user" -msgstr "Des-suspender usuario" - -#: bookwyrm/templates/settings/users/user_moderation_actions.html:47 -msgid "Access level:" -msgstr "Nivel de acceso:" - -#: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" -msgstr "Crear estante" - -#: bookwyrm/templates/shelf/edit_shelf_form.html:5 -msgid "Edit Shelf" -msgstr "Editar estante" - -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 -msgid "All books" -msgstr "Todos los libros" - -#: bookwyrm/templates/shelf/shelf.html:55 -msgid "Create shelf" -msgstr "Crear estante" - -#: bookwyrm/templates/shelf/shelf.html:77 -#, python-format -msgid "%(formatted_count)s book" -msgid_plural "%(formatted_count)s books" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/shelf/shelf.html:84 -#, python-format -msgid "(showing %(start)s-%(end)s)" -msgstr "(mostrando %(start)s-%(end)s)" - -#: bookwyrm/templates/shelf/shelf.html:96 -msgid "Edit shelf" -msgstr "Editar estante" - -#: bookwyrm/templates/shelf/shelf.html:104 -msgid "Delete shelf" -msgstr "Eliminar estante" - -#: bookwyrm/templates/shelf/shelf.html:130 -#: bookwyrm/templates/shelf/shelf.html:154 -msgid "Shelved" -msgstr "Archivado" - -#: bookwyrm/templates/shelf/shelf.html:131 -#: bookwyrm/templates/shelf/shelf.html:158 -msgid "Started" -msgstr "Empezado" - -#: bookwyrm/templates/shelf/shelf.html:132 -#: bookwyrm/templates/shelf/shelf.html:161 -msgid "Finished" -msgstr "Terminado" - -#: bookwyrm/templates/shelf/shelf.html:187 -msgid "This shelf is empty." -msgstr "Este estante está vacio." - -#: bookwyrm/templates/snippets/announcement.html:31 -#, python-format -msgid "Posted by %(username)s" -msgstr "Publicado por %(username)s" - -#: bookwyrm/templates/snippets/authors.html:22 -#, python-format -msgid "and %(remainder_count_display)s other" -msgid_plural "and %(remainder_count_display)s others" -msgstr[0] "" -msgstr[1] "" - -#: bookwyrm/templates/snippets/book_cover.html:61 -msgid "No cover" -msgstr "Sin portada" - -#: bookwyrm/templates/snippets/book_titleby.html:6 -#, python-format -msgid "%(title)s by" -msgstr "%(title)s por" - -#: bookwyrm/templates/snippets/boost_button.html:20 -#: bookwyrm/templates/snippets/boost_button.html:21 -msgid "Boost" -msgstr "Respaldar" - -#: bookwyrm/templates/snippets/boost_button.html:33 -#: bookwyrm/templates/snippets/boost_button.html:34 -msgid "Un-boost" -msgstr "Des-respaldar" - -#: bookwyrm/templates/snippets/create_status.html:17 -msgid "Review" -msgstr "Reseña" - -#: bookwyrm/templates/snippets/create_status.html:39 -msgid "Quote" -msgstr "Cita" - -#: bookwyrm/templates/snippets/create_status/comment.html:15 -msgid "Some thoughts on the book" -msgstr "Algunos pensamientos sobre el libro" - -#: bookwyrm/templates/snippets/create_status/comment.html:26 -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:15 -msgid "Progress:" -msgstr "Progreso:" - -#: bookwyrm/templates/snippets/create_status/comment.html:52 -#: bookwyrm/templates/snippets/progress_field.html:18 -msgid "pages" -msgstr "páginas" - -#: bookwyrm/templates/snippets/create_status/comment.html:58 -#: bookwyrm/templates/snippets/progress_field.html:23 -msgid "percent" -msgstr "por ciento" - -#: bookwyrm/templates/snippets/create_status/comment.html:65 -#, python-format -msgid "of %(pages)s pages" -msgstr "de %(pages)s páginas" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:34 -#: bookwyrm/templates/snippets/status/layout.html:52 -#: bookwyrm/templates/snippets/status/layout.html:53 -msgid "Reply" -msgstr "Respuesta" - -#: bookwyrm/templates/snippets/create_status/content_field.html:17 -msgid "Content" -msgstr "Contenido" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Advertencia de contenido:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "¡Advertencia, ya vienen spoilers!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 -msgid "Include spoiler alert" -msgstr "Incluir alerta de spoiler" - -#: bookwyrm/templates/snippets/create_status/layout.html:41 -#: bookwyrm/templates/snippets/reading_modals/form.html:7 -msgid "Comment:" -msgstr "Comentario:" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 -#: bookwyrm/templates/snippets/privacy-icons.html:15 -#: bookwyrm/templates/snippets/privacy-icons.html:16 -#: bookwyrm/templates/snippets/privacy_select.html:20 -msgid "Private" -msgstr "Privada" - -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 -msgid "Post" -msgstr "Compartir" - -#: bookwyrm/templates/snippets/create_status/quotation.html:17 -msgid "Quote:" -msgstr "Cita:" - -#: bookwyrm/templates/snippets/create_status/quotation.html:25 -#, python-format -msgid "An excerpt from '%(book_title)s'" -msgstr "Un extracto de '%(book_title)s'" - -#: bookwyrm/templates/snippets/create_status/quotation.html:32 -msgid "Position:" -msgstr "Posición:" - -#: bookwyrm/templates/snippets/create_status/quotation.html:45 -msgid "On page:" -msgstr "En la página:" - -#: bookwyrm/templates/snippets/create_status/quotation.html:51 -msgid "At percent:" -msgstr "Al por ciento:" - -#: bookwyrm/templates/snippets/create_status/review.html:25 -#, python-format -msgid "Your review of '%(book_title)s'" -msgstr "Tu reseña de '%(book_title)s'" - -#: bookwyrm/templates/snippets/create_status/review.html:40 -msgid "Review:" -msgstr "Reseña:" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:4 -msgid "Delete these read dates?" -msgstr "¿Eliminar estas fechas de lectura?" - -#: bookwyrm/templates/snippets/delete_readthrough_modal.html:7 -#, python-format -msgid "You are deleting this readthrough and its %(count)s associated progress updates." -msgstr "Estás eliminando esta lectura y sus %(count)s actualizaciones de progreso asociados." - -#: bookwyrm/templates/snippets/fav_button.html:16 -#: bookwyrm/templates/snippets/fav_button.html:17 -msgid "Like" -msgstr "Me gusta" - -#: bookwyrm/templates/snippets/fav_button.html:30 -#: bookwyrm/templates/snippets/fav_button.html:31 -msgid "Un-like" -msgstr "Quitar me gusta" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:7 -msgid "Show filters" -msgstr "Mostrar filtros" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:9 -msgid "Hide filters" -msgstr "Ocultar filtros" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:22 -msgid "Apply filters" -msgstr "Aplicar filtros" - -#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:26 -msgid "Clear filters" -msgstr "Borrar filtros" - -#: bookwyrm/templates/snippets/follow_button.html:14 -#, python-format -msgid "Follow @%(username)s" -msgstr "Seguir @%(username)s" - -#: bookwyrm/templates/snippets/follow_button.html:16 -msgid "Follow" -msgstr "Seguir" - -#: bookwyrm/templates/snippets/follow_button.html:25 -msgid "Undo follow request" -msgstr "Des-enviar solicitud de seguidor" - -#: bookwyrm/templates/snippets/follow_button.html:30 -#, python-format -msgid "Unfollow @%(username)s" -msgstr "Dejar de seguir @%(username)s" - -#: bookwyrm/templates/snippets/follow_button.html:32 -msgid "Unfollow" -msgstr "Dejar de seguir" - -#: bookwyrm/templates/snippets/follow_request_buttons.html:7 -msgid "Accept" -msgstr "Aceptar" - -#: bookwyrm/templates/snippets/form_rate_stars.html:20 -#: bookwyrm/templates/snippets/stars.html:13 -msgid "No rating" -msgstr "No calificación" - -#: bookwyrm/templates/snippets/form_rate_stars.html:28 -#, python-format -msgid "%(half_rating)s star" -msgid_plural "%(half_rating)s stars" -msgstr[0] "%(half_rating)s estrella" -msgstr[1] "%(half_rating)s estrellas" - -#: bookwyrm/templates/snippets/form_rate_stars.html:64 -#: bookwyrm/templates/snippets/stars.html:7 -#, python-format -msgid "%(rating)s star" -msgid_plural "%(rating)s stars" -msgstr[0] "%(rating)s estrella" -msgstr[1] "%(rating)s estrellas" - -#: bookwyrm/templates/snippets/generated_status/goal.html:2 -#, python-format -msgid "set a goal to read %(counter)s book in %(year)s" -msgid_plural "set a goal to read %(counter)s books in %(year)s" -msgstr[0] "estableció una meta de leer %(counter)s libro en %(year)s" -msgstr[1] "estableció una meta de leer %(counter)s libros en %(year)s" - -#: bookwyrm/templates/snippets/generated_status/rating.html:3 -#, python-format -msgid "rated %(title)s: %(display_rating)s star" -msgid_plural "rated %(title)s: %(display_rating)s stars" -msgstr[0] "reseñó %(title)s: %(display_rating)s estrella" -msgstr[1] "reseñó %(title)s: %(display_rating)s estrellas" - -#: 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] "Reseña de \"%(book_title)s\" (%(display_rating)s estrella): %(review_title)s" -msgstr[1] "Reseña de \"%(book_title)s\" (%(display_rating)s estrellas): %(review_title)s" - -#: bookwyrm/templates/snippets/generated_status/review_pure_name.html:8 -#, python-format -msgid "Review of \"%(book_title)s\": %(review_title)s" -msgstr "Reseña de \"%(book_title)s\": %(review_title)s" - -#: bookwyrm/templates/snippets/goal_form.html:4 -#, python-format -msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." -msgstr "Establece una meta para cuantos libros leerás en %(year)s, y seguir tu progreso durante el año." - -#: bookwyrm/templates/snippets/goal_form.html:16 -msgid "Reading goal:" -msgstr "Meta de lectura:" - -#: bookwyrm/templates/snippets/goal_form.html:21 -msgid "books" -msgstr "libros" - -#: bookwyrm/templates/snippets/goal_form.html:26 -msgid "Goal privacy:" -msgstr "Privacidad de meta:" - -#: bookwyrm/templates/snippets/goal_form.html:33 -#: bookwyrm/templates/snippets/reading_modals/layout.html:13 -msgid "Post to feed" -msgstr "Compartir con tu feed" - -#: bookwyrm/templates/snippets/goal_form.html:37 -msgid "Set goal" -msgstr "Establecer meta" - -#: bookwyrm/templates/snippets/goal_progress.html:9 -#, python-format -msgid "%(percent)s%% complete!" -msgstr "%(percent)s%% terminado!" - -#: bookwyrm/templates/snippets/goal_progress.html:12 -#, python-format -msgid "You've read %(read_count)s of %(goal_count)s books." -msgstr "Has leído %(read_count)s de %(goal_count)s libros." - -#: bookwyrm/templates/snippets/goal_progress.html:14 -#, python-format -msgid "%(username)s has read %(read_count)s of %(goal_count)s books." -msgstr "%(username)s ha leído %(read_count)s de %(goal_count)s libros." - -#: bookwyrm/templates/snippets/page_text.html:4 -#, python-format -msgid "page %(page)s of %(total_pages)s" -msgstr "página %(page)s de %(total_pages)s" - -#: bookwyrm/templates/snippets/page_text.html:6 -#, python-format -msgid "page %(page)s" -msgstr "página %(page)s" - -#: bookwyrm/templates/snippets/pagination.html:12 -msgid "Previous" -msgstr "Anterior" - -#: bookwyrm/templates/snippets/pagination.html:23 -msgid "Next" -msgstr "Siguiente" - -#: bookwyrm/templates/snippets/privacy-icons.html:3 -#: bookwyrm/templates/snippets/privacy-icons.html:4 -#: bookwyrm/templates/snippets/privacy_select.html:11 -msgid "Public" -msgstr "Público" - -#: bookwyrm/templates/snippets/privacy-icons.html:7 -#: bookwyrm/templates/snippets/privacy-icons.html:8 -#: bookwyrm/templates/snippets/privacy_select.html:14 -msgid "Unlisted" -msgstr "Privado" - -#: bookwyrm/templates/snippets/privacy-icons.html:12 -msgid "Followers-only" -msgstr "Solo seguidores" - -#: bookwyrm/templates/snippets/privacy_select.html:6 -msgid "Post privacy" -msgstr "Privacidad de publicación" - -#: bookwyrm/templates/snippets/privacy_select.html:17 -#: bookwyrm/templates/user/relationships/followers.html:6 -#: bookwyrm/templates/user/relationships/layout.html:11 -msgid "Followers" -msgstr "Seguidores" - -#: bookwyrm/templates/snippets/rate_action.html:4 -msgid "Leave a rating" -msgstr "Da una calificación" - -#: bookwyrm/templates/snippets/rate_action.html:19 -msgid "Rate" -msgstr "Calificar" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:6 -#, python-format -msgid "Finish \"%(book_title)s\"" -msgstr "Terminar \"%(book_title)s\"" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:23 -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:20 -#: bookwyrm/templates/snippets/readthrough_form.html:7 -msgid "Started reading" -msgstr "Lectura se empezó" - -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:31 -#: bookwyrm/templates/snippets/readthrough_form.html:20 -msgid "Finished reading" -msgstr "Lectura se terminó" - -#: bookwyrm/templates/snippets/reading_modals/form.html:9 -msgid "(Optional)" -msgstr "(Opcional)" - -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:5 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:50 -msgid "Update progress" -msgstr "Progreso de actualización" - -#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:6 -#, python-format -msgid "Start \"%(book_title)s\"" -msgstr "Empezar \"%(book_title)s\"" - -#: bookwyrm/templates/snippets/reading_modals/want_to_read_modal.html:6 -#, python-format -msgid "Want to Read \"%(book_title)s\"" -msgstr "Quiero leer \"%(book_title)s\"" - -#: bookwyrm/templates/snippets/readthrough_form.html:14 -msgid "Progress" -msgstr "Progreso" - -#: bookwyrm/templates/snippets/register_form.html:32 -msgid "Sign Up" -msgstr "Inscribirse" - -#: bookwyrm/templates/snippets/report_button.html:6 -msgid "Report" -msgstr "Reportar" - -#: bookwyrm/templates/snippets/report_modal.html:6 -#, python-format -msgid "Report @%(username)s" -msgstr "Reportar @%(username)s" - -#: bookwyrm/templates/snippets/report_modal.html:23 -#, python-format -msgid "This report will be sent to %(site_name)s's moderators for review." -msgstr "Este informe se enviará a los moderadores de %(site_name)s para la revisión." - -#: bookwyrm/templates/snippets/report_modal.html:24 -msgid "More info about this report:" -msgstr "Más información sobre este informe:" - -#: bookwyrm/templates/snippets/shelf_selector.html:4 -msgid "Move book" -msgstr "Mover libro" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 -msgid "More shelves" -msgstr "Más estantes" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:17 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:24 -msgid "Start reading" -msgstr "Empezar leer" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:29 -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:36 -msgid "Want to read" -msgstr "Quiero leer" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:62 -#, python-format -msgid "Remove from %(name)s" -msgstr "Quitar de %(name)s" - -#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:30 -msgid "Finish reading" -msgstr "Terminar de leer" - -#: bookwyrm/templates/snippets/status/content_status.html:72 -msgid "Content warning" -msgstr "Advertencia de contenido:" - -#: bookwyrm/templates/snippets/status/content_status.html:79 -msgid "Show status" -msgstr "Ver status" - -#: bookwyrm/templates/snippets/status/content_status.html:101 -#, python-format -msgid "(Page %(page)s)" -msgstr "(Página %(page)s)" - -#: bookwyrm/templates/snippets/status/content_status.html:103 -#, python-format -msgid "(%(percent)s%%)" -msgstr "(%(percent)s%%)" - -#: bookwyrm/templates/snippets/status/content_status.html:125 -msgid "Open image in new window" -msgstr "Abrir imagen en una nueva ventana" - -#: bookwyrm/templates/snippets/status/content_status.html:144 -msgid "Hide status" -msgstr "Ocultar status" - -#: bookwyrm/templates/snippets/status/headers/comment.html:2 -#, python-format -msgid "commented on %(book)s" -msgstr "comentó en \"%(book)s\"" - -#: bookwyrm/templates/snippets/status/headers/note.html:15 -#, python-format -msgid "replied to %(username)s's status" -msgstr "respondió al status de %(username)s " - -#: bookwyrm/templates/snippets/status/headers/quotation.html:2 -#, python-format -msgid "quoted %(book)s" -msgstr "citó a %(book)s" - -#: bookwyrm/templates/snippets/status/headers/rating.html:3 -#, python-format -msgid "rated %(book)s:" -msgstr "calificó %(book)s:" - -#: bookwyrm/templates/snippets/status/headers/read.html:7 -#, python-format -msgid "finished reading %(book)s" -msgstr "terminó de leer %(book)s" - -#: bookwyrm/templates/snippets/status/headers/reading.html:7 -#, python-format -msgid "started reading %(book)s" -msgstr "empezó a leer %(book)s" - -#: bookwyrm/templates/snippets/status/headers/review.html:3 -#, python-format -msgid "reviewed %(book)s" -msgstr "reseñó a %(book)s" - -#: bookwyrm/templates/snippets/status/headers/to_read.html:7 -#, python-format -msgid "%(username)s wants to read %(book)s" -msgstr "%(username)s quiere leer %(book)s" - -#: bookwyrm/templates/snippets/status/layout.html:24 -#: bookwyrm/templates/snippets/status/status_options.html:17 -msgid "Delete status" -msgstr "Eliminar status" - -#: bookwyrm/templates/snippets/status/layout.html:56 -#: bookwyrm/templates/snippets/status/layout.html:57 -msgid "Boost status" -msgstr "Respaldar status" - -#: bookwyrm/templates/snippets/status/layout.html:60 -#: bookwyrm/templates/snippets/status/layout.html:61 -msgid "Like status" -msgstr "Me gusta status" - -#: bookwyrm/templates/snippets/status/status.html:10 -msgid "boosted" -msgstr "respaldó" - -#: bookwyrm/templates/snippets/status/status_options.html:7 -#: bookwyrm/templates/snippets/user_options.html:7 -msgid "More options" -msgstr "Más opciones" - -#: bookwyrm/templates/snippets/status/status_options.html:26 -msgid "Delete & re-draft" -msgstr "Eliminar y recomponer" - -#: bookwyrm/templates/snippets/suggested_users.html:16 -#, python-format -msgid "%(mutuals)s follower you follow" -msgid_plural "%(mutuals)s followers you follow" -msgstr[0] "%(mutuals)s seguidor que sigues" -msgstr[1] "%(mutuals)s seguidores que sigues" - -#: bookwyrm/templates/snippets/suggested_users.html:23 -#, python-format -msgid "%(shared_books)s book on your shelves" -msgid_plural "%(shared_books)s books on your shelves" -msgstr[0] "%(shared_books)s libro en tus estantes" -msgstr[1] "%(shared_books)s libros en tus estantes" - -#: bookwyrm/templates/snippets/suggested_users.html:31 -#: bookwyrm/templates/user/user_preview.html:36 -msgid "Follows you" -msgstr "Te sigue" - -#: bookwyrm/templates/snippets/switch_edition_button.html:5 -msgid "Switch to this edition" -msgstr "Cambiar a esta edición" - -#: bookwyrm/templates/snippets/table-sort-header.html:6 -msgid "Sorted ascending" -msgstr "En orden ascendente" - -#: bookwyrm/templates/snippets/table-sort-header.html:10 -msgid "Sorted descending" -msgstr "En orden descendente" - -#: bookwyrm/templates/snippets/trimmed_text.html:17 -msgid "Show more" -msgstr "Mostrar más" - -#: bookwyrm/templates/snippets/trimmed_text.html:35 -msgid "Show less" -msgstr "Mostrar menos" - -#: bookwyrm/templates/user/books_header.html:5 -#, python-format -msgid "%(username)s's books" -msgstr "Los libros de %(username)s" - -#: bookwyrm/templates/user/goal.html:8 -#, python-format -msgid "%(year)s Reading Progress" -msgstr "%(year)s Progreso de la meta de lectura" - -#: bookwyrm/templates/user/goal.html:12 -msgid "Edit Goal" -msgstr "Editar meta" - -#: bookwyrm/templates/user/goal.html:28 -#, python-format -msgid "%(name)s hasn't set a reading goal for %(year)s." -msgstr "%(name)s no ha establecido una meta de lectura para %(year)s." - -#: bookwyrm/templates/user/goal.html:40 -#, python-format -msgid "Your %(year)s Books" -msgstr "Tus libros de %(year)s" - -#: bookwyrm/templates/user/goal.html:42 -#, python-format -msgid "%(username)s's %(year)s Books" -msgstr "Los libros de %(username)s para %(year)s" - -#: bookwyrm/templates/user/layout.html:18 bookwyrm/templates/user/user.html:10 -msgid "User Profile" -msgstr "Perfil de usuario" - -#: bookwyrm/templates/user/layout.html:44 -msgid "Follow Requests" -msgstr "Solicitudes de seguidor" - -#: bookwyrm/templates/user/layout.html:69 -msgid "Reading Goal" -msgstr "Meta de lectura" - -#: bookwyrm/templates/user/lists.html:11 -#, python-format -msgid "Lists: %(username)s" -msgstr "Listas: %(username)s" - -#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 -msgid "Create list" -msgstr "Crear lista" - -#: bookwyrm/templates/user/relationships/followers.html:12 -#, python-format -msgid "%(username)s has no followers" -msgstr "%(username)s no tiene seguidores" - -#: bookwyrm/templates/user/relationships/following.html:6 -#: bookwyrm/templates/user/relationships/layout.html:15 -msgid "Following" -msgstr "Siguiendo" - -#: bookwyrm/templates/user/relationships/following.html:12 -#, python-format -msgid "%(username)s isn't following any users" -msgstr "%(username)s no sigue a nadie" - -#: bookwyrm/templates/user/user.html:16 -msgid "Edit profile" -msgstr "Editar perfil" - -#: bookwyrm/templates/user/user.html:33 -#, python-format -msgid "View all %(size)s" -msgstr "Ver todos los %(size)s" - -#: bookwyrm/templates/user/user.html:46 -msgid "View all books" -msgstr "Ver todos los libros" - -#: bookwyrm/templates/user/user.html:59 -msgid "User Activity" -msgstr "Actividad de usuario" - -#: bookwyrm/templates/user/user.html:63 -msgid "RSS feed" -msgstr "Feed RSS" - -#: bookwyrm/templates/user/user.html:74 -msgid "No activities yet!" -msgstr "¡Aún no actividades!" - -#: bookwyrm/templates/user/user_preview.html:22 -#, python-format -msgid "Joined %(date)s" -msgstr "Unido %(date)s" - -#: bookwyrm/templates/user/user_preview.html:26 -#, python-format -msgid "%(counter)s follower" -msgid_plural "%(counter)s followers" -msgstr[0] "%(counter)s seguidor" -msgstr[1] "%(counter)s seguidores" - -#: bookwyrm/templates/user/user_preview.html:27 -#, python-format -msgid "%(counter)s following" -msgstr "%(counter)s siguiendo" - -#: bookwyrm/templates/user/user_preview.html:34 -#, python-format -msgid "%(mutuals_display)s follower you follow" -msgid_plural "%(mutuals_display)s followers you follow" -msgstr[0] "%(mutuals_display)s seguidor que sigues" -msgstr[1] "%(mutuals_display)s seguidores que sigues" - -#: bookwyrm/templates/user/user_preview.html:38 -msgid "No followers you follow" -msgstr "Ningún seguidor que tu sigues" - -#: bookwyrm/templates/widgets/clearable_file_input_with_warning.html:28 -msgid "File exceeds maximum size: 10MB" -msgstr "Archivo excede el tamaño máximo: 10MB" - -#: bookwyrm/templatetags/utilities.py:31 -#, python-format -msgid "%(title)s: %(subtitle)s" -msgstr "%(title)s: %(subtitle)s" - -#: bookwyrm/views/import_data.py:67 -msgid "Not a valid csv file" -msgstr "No un archivo csv válido" - -#: bookwyrm/views/login.py:69 -msgid "Username or password are incorrect" -msgstr "Nombre de usuario o contraseña es incorrecta" - -#: bookwyrm/views/password.py:32 -msgid "No user with that email address was found." -msgstr "No se pudo encontrar un usuario con esa dirección de correo electrónico." - -#: bookwyrm/views/password.py:41 -#, python-brace-format -msgid "A password reset link was sent to {email}" -msgstr "Un enlace para reestablecer tu contraseña se envió a {email}" - -#: bookwyrm/views/rss_feed.py:35 -#, python-brace-format -msgid "Status updates from {obj.display_name}" -msgstr "Actualizaciones de status de {obj.display_name}" - -#~ msgid "German" -#~ msgstr "Aléman" - -#~ msgid "Spanish" -#~ msgstr "Español" - -#~ msgid "French" -#~ msgstr "Francés" - -#~ msgid "Update shelf" -#~ msgstr "Actualizar estante" - -#~ msgid "%(count)d uses" -#~ msgstr "%(count)d usos" - -#~ msgid "This instance is closed" -#~ msgstr "Esta instancia está cerrada." - -#~ msgid "Contact an administrator to get an invite" -#~ msgstr "Contactar a unx administradorx para recibir una invitación" - -#~ msgid "Spoiler alert:" -#~ msgstr "Alerta de spoiler:" - -#~ msgid "Date federated" -#~ msgstr "Fecha de federalización" - -#~ msgid "Search Results for \"%(query)s\"" -#~ msgstr "Resultados de búsqueda por \"%(query)s\"" - -#~ msgid "Matching Books" -#~ msgstr "Libros correspondientes" - -#~ msgid "Local Timeline" -#~ msgstr "Línea temporal local" - -#~ msgid "Federated Timeline" -#~ msgstr "Línea temporal federalizado" - -#~ msgid "Federated Servers" -#~ msgstr "Servidores federalizados" - -#~ msgid "Server name" -#~ msgstr "Nombre de servidor" - -#~ msgid "Add server" -#~ msgstr "Agregar servidor" - -#~ msgid "Remote server" -#~ msgstr "Quitar servidor" - -#, fuzzy -#~| msgid "BookWyrm users" -#~ msgid "BookWyrm\\" -#~ msgstr "Usuarios de BookWyrm" - -#, fuzzy -#~| msgid "Show more" -#~ msgid "Show" -#~ msgstr "Mostrar más" - -#~ msgid "ambiguous option: %(option)s could match %(matches)s" -#~ msgstr "opción ambiguo: %(option)s pudiera coincidir con %(matches)s" - -#~ msgid "Messages" -#~ msgstr "Mensajes" - -#~ msgid "Site Maps" -#~ msgstr "Mapas de sitio" - -#~ msgid "Static Files" -#~ msgstr "Archivos estáticos" - -#~ msgid "Syndication" -#~ msgstr "Sindicación" - -#~ msgid "That page number is not an integer" -#~ msgstr "Ese numero de pagina no es un entero" - -#~ msgid "That page number is less than 1" -#~ msgstr "Ese numero de pagina es menos que uno" - -#~ msgid "That page contains no results" -#~ msgstr "Esa pagina no contiene resultados" - -#~ msgid "Enter a valid URL." -#~ msgstr "Ingrese una URL válida." - -#~ msgid "Enter a valid integer." -#~ msgstr "Ingrese un entero válido." - -#~ msgid "Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." -#~ msgstr "Ingrese un “slug” válido que consiste de letras, numeros, guiones bajos, o guiones" - -#~ msgid "Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or hyphens." -#~ msgstr "Ingrese un “slug” válido que consiste de letras Unicode, numeros, guiones bajos, o guiones" - -#~ msgid "Enter a valid IPv4 address." -#~ msgstr "Ingrese una dirección IPv4 válida." - -#~ msgid "Enter a valid IPv6 address." -#~ msgstr "Ingrese una dirección IPv6 válida." - -#~ msgid "Enter a valid IPv4 or IPv6 address." -#~ msgstr "Ingrese una dirección IPv4 o IPv6 válida." - -#~ msgid "Enter only digits separated by commas." -#~ msgstr "Ingrese solo digitos separados por comas." - -#~ msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." -#~ msgstr "Asegura que este valor es %(limit_value)s (es %(show_value)s)." - -#~ msgid "Ensure this value is less than or equal to %(limit_value)s." -#~ msgstr "Asegura que este valor es menor que o iguala a %(limit_value)s." - -#~ msgid "Ensure this value is greater than or equal to %(limit_value)s." -#~ msgstr "Asegura que este valor es más que o que iguala a %(limit_value)s." - -#~ msgid "Ensure this value has at least %(limit_value)d character (it has %(show_value)d)." -#~ msgid_plural "Ensure this value has at least %(limit_value)d characters (it has %(show_value)d)." -#~ msgstr[0] "Verifica que este valor tiene por lo menos %(limit_value)d carácter. (Tiene %(show_value)d).)" -#~ msgstr[1] "Verifica que este valor tiene por lo menos %(limit_value)d caracteres. (Tiene %(show_value)d).)" - -#~ msgid "Ensure this value has at most %(limit_value)d character (it has %(show_value)d)." -#~ msgid_plural "Ensure this value has at most %(limit_value)d characters (it has %(show_value)d)." -#~ msgstr[0] "Verifica que este valor tiene a lo sumo %(limit_value)d carácter. (Tiene %(show_value)d).)" -#~ msgstr[1] "Verifica que este valor tiene a lo sumo %(limit_value)d caracteres. (Tiene %(show_value)d).)" - -#~ msgid "Enter a number." -#~ msgstr "Ingrese un número." - -#~ msgid "Ensure that there are no more than %(max)s digit in total." -#~ msgid_plural "Ensure that there are no more than %(max)s digits in total." -#~ msgstr[0] "Verifica que no hay más que %(max)s digito en total." -#~ msgstr[1] "Verifica que no hay más que %(max)s digitos en total." - -# is -#~ msgid "Ensure that there are no more than %(max)s decimal place." -#~ msgid_plural "Ensure that there are no more than %(max)s decimal places." -#~ msgstr[0] "Verifica que no hay más que %(max)s cifra decimal." -#~ msgstr[1] "Verifica que no hay más que %(max)s cifras decimales." - -#~ msgid "Ensure that there are no more than %(max)s digit before the decimal point." -#~ msgid_plural "Ensure that there are no more than %(max)s digits before the decimal point." -#~ msgstr[0] "Verifica que no hay más que %(max)s digito antes de la coma decimal." -#~ msgstr[1] "Verifica que no hay más que %(max)s digitos antes de la coma decimal." - -#~ msgid "File extension “%(extension)s” is not allowed. Allowed extensions are: %(allowed_extensions)s." -#~ msgstr "No se permite la extensión de archivo “%(extension)s”. Extensiones permitidas son: %(allowed_extensions)s." - -#~ msgid "Null characters are not allowed." -#~ msgstr "No se permiten caracteres nulos" - -#~ msgid "and" -#~ msgstr "y" - -#~ msgid "%(model_name)s with this %(field_labels)s already exists." -#~ msgstr "Ya existe %(model_name)s con este %(field_labels)s." - -#~ msgid "Value %(value)r is not a valid choice." -#~ msgstr "El valor %(value)s no es una opción válida." - -#~ msgid "This field cannot be blank." -#~ msgstr "Este campo no puede ser vacio." - -#~ msgid "%(model_name)s with this %(field_label)s already exists." -#~ msgstr "Ya existe %(model_name)s con este %(field_labels)s." - -#~ msgid "%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." -#~ msgstr "%(field_label)s deben ser unicos por %(date_field_label)s %(lookup_type)s." - -#~ msgid "Field of type: %(field_type)s" -#~ msgstr "Campo de tipo: %(field_type)s" - -#~ msgid "“%(value)s” value must be either True or False." -#~ msgstr "“%(value)s” valor debe ser o verdadero o falso." - -#~ msgid "“%(value)s” value must be either True, False, or None." -#~ msgstr "%(value)s” valor debe ser o True, False, o None." - -#~ msgid "Boolean (Either True or False)" -#~ msgstr "Booleano (O True O False)" - -#~ msgid "String (up to %(max_length)s)" -#~ msgstr "Cadena (máximo de %(max_length)s caracteres)" - -#~ msgid "Comma-separated integers" -#~ msgstr "Enteros separados por comas" - -#~ msgid "“%(value)s” value has an invalid date format. It must be in YYYY-MM-DD format." -#~ msgstr "“%(value)s” valor tiene un formato de fecha inválido. Hay que estar de formato YYYY-MM-DD." - -#~ msgid "“%(value)s” value has the correct format (YYYY-MM-DD) but it is an invalid date." -#~ msgstr "“%(value)s” valor tiene el formato correcto (YYYY-MM-DD) pero la fecha es invalida." - -#~ msgid "Date (without time)" -#~ msgstr "Fecha (sin la hora)" - -#~ msgid "“%(value)s” value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ] format." -#~ msgstr "“%(value)s” valor tiene un formato invalido. Debe estar en formato YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]." - -#~ msgid "“%(value)s” value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but it is an invalid date/time." -#~ msgstr "“%(value)s” valor tiene el formato correcto (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) pero es una fecha/hora invalida." - -#~ msgid "Date (with time)" -#~ msgstr "Fecha (con la hora)" - -#~ msgid "“%(value)s” value must be a decimal number." -#~ msgstr "El valor de “%(value)s” debe ser un número decimal." - -#~ msgid "Decimal number" -#~ msgstr "Número decimal" - -#~ msgid "“%(value)s” value has an invalid format. It must be in [DD] [[HH:]MM:]ss[.uuuuuu] format." -#~ msgstr "“%(value)s” valor tiene un formato invalido. Debe estar en formato [DD] [[HH:]MM:]ss[.uuuuuu]." - -#~ msgid "Email address" -#~ msgstr "Dirección de correo electrónico" - -#~ msgid "File path" -#~ msgstr "Ruta de archivo" - -#~ msgid "“%(value)s” value must be a float." -#~ msgstr "%(value)s no es un usuario válido" - -#~ msgid "Floating point number" -#~ msgstr "Número de coma flotante" - -#~ msgid "“%(value)s” value must be an integer." -#~ msgstr "“%(value)s” valor debe ser un entero." - -#~ msgid "Big (8 byte) integer" -#~ msgstr "Entero grande (8 byte)" - -#~ msgid "IPv4 address" -#~ msgstr "Dirección IPv4" - -#~ msgid "“%(value)s” value must be either None, True or False." -#~ msgstr "Valor “%(value)s” debe ser o None, True, o False." - -#~ msgid "Boolean (Either True, False or None)" -#~ msgstr "Booleano (O True, Falso, o None)" - -#~ msgid "Positive integer" -#~ msgstr "Entero positivo" - -#~ msgid "Positive small integer" -#~ msgstr "Entero positivo pequeño " - -#~ msgid "Slug (up to %(max_length)s)" -#~ msgstr "Slug (máximo de %(max_length)s)" - -#~ msgid "Small integer" -#~ msgstr "Entero pequeño" - -#~ msgid "Text" -#~ msgstr "Texto" - -#~ msgid "“%(value)s” value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format." -#~ msgstr "“%(value)s” valor tiene un formato invalido. Debe estar en formato HH:MM[:ss[.uuuuuu]]." - -#~ msgid "“%(value)s” value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid time." -#~ msgstr "“%(value)s” valor tiene el formato correcto (HH:MM[:ss[.uuuuuu]]) pero es una hora invalida." - -#~ msgid "Time" -#~ msgstr "Tiempo" - -#~ msgid "URL" -#~ msgstr "URL" - -#~ msgid "Raw binary data" -#~ msgstr "Datos binarios sin procesar" - -#~ msgid "“%(value)s” is not a valid UUID." -#~ msgstr "%(value)s no es una UUID válida." - -#~ msgid "Universally unique identifier" -#~ msgstr "Identificador universalmente único" - -#~ msgid "File" -#~ msgstr "Archivo" - -#~ msgid "Image" -#~ msgstr "Imágen" - -#~ msgid "%(model)s instance with %(field)s %(value)r does not exist." -#~ msgstr "%(model)s instancia con %(field)s %(value)r no existe." - -#~ msgid "Foreign Key (type determined by related field)" -#~ msgstr "Clave externa (tipo determinado por campo relacionado)" - -#~ msgid "One-to-one relationship" -#~ msgstr "Relación uno-a-uno" - -#~ msgid "%(from)s-%(to)s relationship" -#~ msgstr "relación %(from)s-%(to)s" - -#~ msgid "%(from)s-%(to)s relationships" -#~ msgstr "relaciones %(from)s-%(to)s" - -#~ msgid "Many-to-many relationship" -#~ msgstr "Relaciones mucho-a-mucho" - -#~ msgid "This field is required." -#~ msgstr "Este campo es requerido." - -#~ msgid "Enter a whole number." -#~ msgstr "Ingrese un número entero." - -#~ msgid "Enter a valid date." -#~ msgstr "Ingrese una fecha válida." - -#~ msgid "Enter a valid time." -#~ msgstr "Ingrese una hora válida." - -#~ msgid "Enter a valid date/time." -#~ msgstr "Ingrese una fecha/hora válida." - -#~ msgid "Enter a valid duration." -#~ msgstr "Ingrese una duración válida." - -#~ msgid "The number of days must be between {min_days} and {max_days}." -#~ msgstr "El número de dias debe ser entre {min_days} y {max_days}." - -#~ msgid "No file was submitted. Check the encoding type on the form." -#~ msgstr "No se aceptó ningun archivo. Verfica el tipo de codificación en el formulario." - -#~ msgid "No file was submitted." -#~ msgstr "No se aceptó ningun archivo." - -#~ msgid "The submitted file is empty." -#~ msgstr "El archivo enviado está vacio." - -#~ msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." -#~ msgid_plural "Ensure this filename has at most %(max)d characters (it has %(length)d)." -#~ msgstr[0] "Verifica que este nombre de archivo no tiene más que %(max)d carácter. (Tiene %(length)d)." -#~ msgstr[1] "Verifica que este nombre de archivo no tiene más que %(max)d caracteres. (Tiene %(length)d)." - -#~ msgid "Please either submit a file or check the clear checkbox, not both." -#~ msgstr "Por favor, o envia un archivo o marca la casilla vacia, no los dos." - -#~ msgid "Upload a valid image. The file you uploaded was either not an image or a corrupted image." -#~ msgstr "Subir una imagen válida. El archivo que subiste o no fue imagen o fue corrupto." - -#~ msgid "Select a valid choice. %(value)s is not one of the available choices." -#~ msgstr "Selecciona una opción válida. %(value)s no es una de las opciones disponibles." - -#~ msgid "Enter a list of values." -#~ msgstr "Ingrese una lista de valores." - -#~ msgid "Enter a complete value." -#~ msgstr "Ingresa un valor completo." - -#~ msgid "Enter a valid UUID." -#~ msgstr "Ingrese una UUID válida." - -#~ msgid ":" -#~ msgstr ":" - -#~ msgid "(Hidden field %(name)s) %(error)s" -#~ msgstr "(Campo oculto %(name)s) %(error)s" - -#~ msgid "ManagementForm data is missing or has been tampered with" -#~ msgstr "Datos de ManagementForm está ausento o ha sido corrompido" - -#~ msgid "Please submit %d or fewer forms." -#~ msgid_plural "Please submit %d or fewer forms." -#~ msgstr[0] "Por favor, enviar %d o menos formularios." -#~ msgstr[1] "Por favor, enviar %d o menos formularios." - -#~ msgid "Please submit %d or more forms." -#~ msgid_plural "Please submit %d or more forms." -#~ msgstr[0] "Por favor, enviar %d o más formularios." -#~ msgstr[1] "Por favor, enviar %d o más formularios." - -# TODO cc @mouse is this a verb or noun -#, fuzzy -#~ msgid "Order" -#~ msgstr "Pedir" - -# if verb -# msgstr "Pedido" # if noun -#~ msgid "Please correct the duplicate data for %(field)s." -#~ msgstr "Por favor corrige los datos duplicados en %(field)s." - -#~ msgid "Please correct the duplicate data for %(field)s, which must be unique." -#~ msgstr "Por favor corrige los datos duplicados en %(field)s, los cuales deben ser unicos." - -#~ msgid "Please correct the duplicate data for %(field_name)s which must be unique for the %(lookup)s in %(date_field)s." -#~ msgstr "Por favor corrige los datos duplicados en %(field_name)s los cuales deben ser unicos por el %(lookup)s en %(date_field)s." - -#~ msgid "Please correct the duplicate values below." -#~ msgstr "Por favor corrige los valores duplicados a continuación." - -#~ msgid "The inline value did not match the parent instance." -#~ msgstr "El valor en línea no empareja la instancia progenitor." - -#~ msgid "Select a valid choice. That choice is not one of the available choices." -#~ msgstr "Selecciona una opción válida. Esa opción no es una de las opciones disponibles." - -#~ msgid "“%(pk)s” is not a valid value." -#~ msgstr "“%(pk)s” no es un valor válido." - -#~ msgid "%(datetime)s couldn’t be interpreted in time zone %(current_timezone)s; it may be ambiguous or it may not exist." -#~ msgstr "%(datetime)s no se pudo interpretar en la zona horaria %(current_timezone)s; puede ser ambiguo o puede que no exista." - -#~ msgid "Clear" -#~ msgstr "Borrar" - -#~ msgid "Currently" -#~ msgstr "Actualmente" - -#~ msgid "Change" -#~ msgstr "Cambiar" - -#~ msgid "Unknown" -#~ msgstr "Desconocido" - -#~ msgid "Yes" -#~ msgstr "Sí" - -#~ msgid "No" -#~ msgstr "No" - -#~ msgid "yes,no,maybe" -#~ msgstr "sí,no,quizás" - -#~ msgid "%(size)d byte" -#~ msgid_plural "%(size)d bytes" -#~ msgstr[0] "%(size)d byte" -#~ msgstr[1] "%(size)d bytes" - -#~ msgid "%s KB" -#~ msgstr "%s KB" - -#~ msgid "%s MB" -#~ msgstr "%s MB" - -#~ msgid "%s GB" -#~ msgstr "%s GB" - -#~ msgid "%s TB" -#~ msgstr "%s TB" - -#~ msgid "%s PB" -#~ msgstr "%s PB" - -#~ msgid "p.m." -#~ msgstr "p.m." - -#~ msgid "a.m." -#~ msgstr "a.m." - -#~ msgid "PM" -#~ msgstr "PM" - -#~ msgid "AM" -#~ msgstr "AM" - -#~ msgid "midnight" -#~ msgstr "medianoche" - -#~ msgid "noon" -#~ msgstr "mediodia" - -#~ msgid "Monday" -#~ msgstr "Lunes" - -#~ msgid "Tuesday" -#~ msgstr "Martes" - -#~ msgid "Wednesday" -#~ msgstr "Miercoles" - -#~ msgid "Thursday" -#~ msgstr "Jueves" - -#~ msgid "Friday" -#~ msgstr "Viernes" - -#~ msgid "Saturday" -#~ msgstr "Sábado" - -#~ msgid "Sunday" -#~ msgstr "Domino" - -#~ msgid "Mon" -#~ msgstr "Lun" - -#~ msgid "Tue" -#~ msgstr "Mar" - -#~ msgid "Wed" -#~ msgstr "Mie" - -#~ msgid "Thu" -#~ msgstr "Jue" - -#~ msgid "Fri" -#~ msgstr "Vie" - -#~ msgid "Sat" -#~ msgstr "Sáb" - -#~ msgid "Sun" -#~ msgstr "Dom" - -#~ msgid "January" -#~ msgstr "Enero" - -#~ msgid "February" -#~ msgstr "Febrero" - -#~ msgid "March" -#~ msgstr "Marzo" - -#~ msgid "April" -#~ msgstr "Abril" - -#~ msgid "May" -#~ msgstr "Mayo" - -#~ msgid "June" -#~ msgstr "Junio" - -#~ msgid "July" -#~ msgstr "Julio" - -#~ msgid "August" -#~ msgstr "Agosto" - -#~ msgid "September" -#~ msgstr "Septiembre" - -#~ msgid "October" -#~ msgstr "Octubre" - -#~ msgid "November" -#~ msgstr "Noviembre" - -#~ msgid "December" -#~ msgstr "Diciembre" - -#~ msgid "jan" -#~ msgstr "ene" - -#~ msgid "feb" -#~ msgstr "feb" - -#~ msgid "mar" -#~ msgstr "mar" - -#~ msgid "apr" -#~ msgstr "abr" - -#~ msgid "may" -#~ msgstr "may" - -#~ msgid "jun" -#~ msgstr "jun" - -#~ msgid "jul" -#~ msgstr "jul" - -#~ msgid "aug" -#~ msgstr "ago" - -#~ msgid "sep" -#~ msgstr "sep" - -#~ msgid "oct" -#~ msgstr "oct" - -#~ msgid "nov" -#~ msgstr "nov" - -#~ msgid "dec" -#~ msgstr "dic" - -#~ msgctxt "abbrev. month" -#~ msgid "Jan." -#~ msgstr "en." - -#~ msgctxt "abbrev. month" -#~ msgid "Feb." -#~ msgstr "feb." - -#~ msgctxt "abbrev. month" -#~ msgid "March" -#~ msgstr "mzo." - -#~ msgctxt "abbrev. month" -#~ msgid "April" -#~ msgstr "abr." - -#~ msgctxt "abbrev. month" -#~ msgid "May" -#~ msgstr "my." - -#~ msgctxt "abbrev. month" -#~ msgid "June" -#~ msgstr "jun." - -#~ msgctxt "abbrev. month" -#~ msgid "July" -#~ msgstr "jul." - -#~ msgctxt "abbrev. month" -#~ msgid "Aug." -#~ msgstr "agto." - -#~ msgctxt "abbrev. month" -#~ msgid "Sept." -#~ msgstr "set." - -#~ msgctxt "abbrev. month" -#~ msgid "Oct." -#~ msgstr "oct." - -#~ msgctxt "abbrev. month" -#~ msgid "Nov." -#~ msgstr "nov." - -#~ msgctxt "abbrev. month" -#~ msgid "Dec." -#~ msgstr "dic." - -#~ msgctxt "alt. month" -#~ msgid "January" -#~ msgstr "Enero" - -#~ msgctxt "alt. month" -#~ msgid "February" -#~ msgstr "Febrero" - -#~ msgctxt "alt. month" -#~ msgid "March" -#~ msgstr "Marzo" - -#~ msgctxt "alt. month" -#~ msgid "April" -#~ msgstr "Abril" - -#~ msgctxt "alt. month" -#~ msgid "May" -#~ msgstr "Mayo" - -#~ msgctxt "alt. month" -#~ msgid "June" -#~ msgstr "Junio" - -#~ msgctxt "alt. month" -#~ msgid "July" -#~ msgstr "Julio" - -#~ msgctxt "alt. month" -#~ msgid "August" -#~ msgstr "Agosto" - -#~ msgctxt "alt. month" -#~ msgid "September" -#~ msgstr "Septiembre" - -#~ msgctxt "alt. month" -#~ msgid "October" -#~ msgstr "Octubre" - -#~ msgctxt "alt. month" -#~ msgid "November" -#~ msgstr "Noviembre" - -#~ msgctxt "alt. month" -#~ msgid "December" -#~ msgstr "Diciembre" - -#~ msgid "This is not a valid IPv6 address." -#~ msgstr "Esta no es una dirección IPv6 válida." - -#~ msgctxt "String to return when truncating text" -#~ msgid "%(truncated_text)s…" -#~ msgstr "%(truncated_text)s…" - -#~ msgid "or" -#~ msgstr "o" - -#~ msgid ", " -#~ msgstr ", " - -#~ msgid "%d year" -#~ msgid_plural "%d years" -#~ msgstr[0] "%d año" -#~ msgstr[1] "%d años" - -#~ msgid "%d month" -#~ msgid_plural "%d months" -#~ msgstr[0] "%d mes" -#~ msgstr[1] "%d meses" - -#~ msgid "%d week" -#~ msgid_plural "%d weeks" -#~ msgstr[0] "%d semana" -#~ msgstr[1] "%d semanas" - -#~ msgid "%d day" -#~ msgid_plural "%d days" -#~ msgstr[0] "%d día" -#~ msgstr[1] "%d días" - -#~ msgid "%d hour" -#~ msgid_plural "%d hours" -#~ msgstr[0] "%d hora" -#~ msgstr[1] "%d horas" - -#~ msgid "%d minute" -#~ msgid_plural "%d minutes" -#~ msgstr[0] "%d minuto" -#~ msgstr[1] "%d minutos" - -#, fuzzy -#~| msgid "%d minute" -#~| msgid_plural "%d minutes" -#~ msgid "0 minutes" -#~ msgstr "%d minuto" - -#~ msgid "Forbidden" -#~ msgstr "Prohibido" - -#~ msgid "CSRF verification failed. Request aborted." -#~ msgstr "Se falló la verificación CSRF. Se abortó la solicitud." - -#~ msgid "You are seeing this message because this HTTPS site requires a “Referer header” to be sent by your Web browser, but none was sent. This header is required for security reasons, to ensure that your browser is not being hijacked by third parties." -#~ msgstr "Estás viendo este mensaje porque este sitio HTTPS requiere que tu navegador Web envie un “Referer header”, pero no se la envió. Esta cabecedera se requiere por razones de seguridad, para asegurar que tu navegador no sea secuestrado por terceros." - -#~ msgid "If you have configured your browser to disable “Referer” headers, please re-enable them, at least for this site, or for HTTPS connections, or for “same-origin” requests." -#~ msgstr "Si has configurado su navegador para deshabilitar las cabecederas “Referer”, vuelva a habilitarlos, al menos para este sitio, o para conexiones HTTPS, o para solicitudes del “same-origin”. " - -#~ msgid "If you are using the tag or including the “Referrer-Policy: no-referrer” header, please remove them. The CSRF protection requires the “Referer” header to do strict referer checking. If you’re concerned about privacy, use alternatives like for links to third-party sites." -#~ msgstr "Si estás usando la eqtigueta o estás incluyendo la cabecedera “Referrer-Policy: no-referrer”, quitalas por favor. La protección CSRF require la cabecedera “Referer” para hacer verficación “strict referer“. Si te preocupa la privacidad, utiliza alternativas como para sitios de terceros." - -#~ msgid "You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties." -#~ msgstr "Estás viendo este mensaje porque este sitio requiere un cookie CSRF cuando se envie formularios. Este cookie se requiere por razones de seguridad, para asegurar que tu navegador no sea secuestrado por terceros." - -#~ msgid "If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for “same-origin” requests." -#~ msgstr "Si has configurado su navegador para deshabilitar los cookies, vuelva a habilitarlos, al menos para este sitio, o para conexiones HTTPS, o para solicitudes del “same-origin”. " - -#~ msgid "More information is available with DEBUG=True." -#~ msgstr "Más información es disponible con DEBUG=True." - -#~ msgid "No year specified" -#~ msgstr "Ningun año fue especificado" - -#~ msgid "Date out of range" -#~ msgstr "Fecha fuera de rango" - -#~ msgid "No month specified" -#~ msgstr "Ningun mes fue especificado" - -#~ msgid "No day specified" -#~ msgstr "Ningun día fue especificado" - -#~ msgid "No week specified" -#~ msgstr "Ninguna semana fue especificado" - -#~ msgid "No %(verbose_name_plural)s available" -#~ msgstr "No %(verbose_name_plural)s disponible" - -#~ msgid "Future %(verbose_name_plural)s not available because %(class_name)s.allow_future is False." -#~ msgstr "%(verbose_name_plural)s del futuro no está disponible porque %(class_name)s.allow_future es False." - -#~ msgid "Invalid date string “%(datestr)s” given format “%(format)s”" -#~ msgstr "Cadena de fecha invalida “%(datestr)s” dado el formato “%(format)s”" - -#~ msgid "No %(verbose_name)s found matching the query" -#~ msgstr "No se encontró ningún %(verbose_name)s correspondiente a la búsqueda" - -#~ msgid "Page is not “last”, nor can it be converted to an int." -#~ msgstr "Página no es “last”, ni puede ser convertido en un int." - -#~ msgid "Invalid page (%(page_number)s): %(message)s" -#~ msgstr "Página invalida (%(page_number)s): %(message)s" - -#~ msgid "Empty list and “%(class_name)s.allow_empty” is False." -#~ msgstr "Lista vacia y “%(class_name)s.allow_empty” es False." - -#~ msgid "Directory indexes are not allowed here." -#~ msgstr "Indices directorios no se permiten aquí." - -#~ msgid "“%(path)s” does not exist" -#~ msgstr "“%(path)s” no existe" - -#~ msgid "Index of %(directory)s" -#~ msgstr "Indice de %(directory)s" - -#~ msgid "Django: the Web framework for perfectionists with deadlines." -#~ msgstr "Django: el estructura Web para perfeccionistas con fechas límites." - -#~ msgid "View release notes for Django %(version)s" -#~ msgstr "Ver notas de lanzamiento por Django %(version)s" - -#~ msgid "The install worked successfully! Congratulations!" -#~ msgstr "¡La instalación fue exitoso! ¡Felicidades!" - -#~ msgid "You are seeing this page because DEBUG=True is in your settings file and you have not configured any URLs." -#~ msgstr "Estás viendo esta pagina porque DEBUG=True está en tu archivo de configuración y no has configurado ningún URL." - -#~ msgid "Django Documentation" -#~ msgstr "Documentación de Django" - -#~ msgid "Topics, references, & how-to’s" -#~ msgstr "Tópicos, referencias, & instrucciones paso-a-paso" - -#~ msgid "Tutorial: A Polling App" -#~ msgstr "Tutorial: Una aplicación polling" - -#~ msgid "Get started with Django" -#~ msgstr "Empezar con Django" - -#~ msgid "Django Community" -#~ msgstr "Comunidad Django" - -#~ msgid "Connect, get help, or contribute" -#~ msgstr "Conectarse, encontrar ayuda, o contribuir" - -#~ msgid "Attempting to connect to qpid with SASL mechanism %s" -#~ msgstr "Intentando conectar con qpid con mecanismo SASL %s" - -#~ msgid "Connected to qpid with SASL mechanism %s" -#~ msgstr "Conectado con qpid con mecanismo SASL %s" - -#~ msgid "Unable to connect to qpid with SASL mechanism %s" -#~ msgstr "No se pudo conectar con qpid con mecanismo SASL %s" - -#~ msgid "1 second ago" -#~ msgstr "Hace 1 segundo" - -#~ msgid "1 minute ago" -#~ msgstr "Hace 1 minuto" - -#~ msgid "1 hour ago" -#~ msgstr "Hace 1 hora" - -#~ msgid "%(time)s" -#~ msgstr "%(time)s" - -#~ msgid "yesterday" -#~ msgstr "ayer" - -# TODO cc @mouse this could be grammatically incorrect if the time said 1 o'clock -# a working clock is broken twice a day! -#~ msgid "yesterday at %(time)s" -#~ msgstr "ayer a las %(time)s" - -#~ msgid "%(weekday)s" -#~ msgstr "%(weekday)s" - -# TODO cc @mouse this could be grammatically incorrect if the time said 1 o'clock -# a working clock is broken twice a day! -#~ msgid "%(weekday)s at %(time)s" -#~ msgstr "%(weekday)s a las %(time)s" - -#~ msgid "%(month_name)s %(day)s" -#~ msgstr "%(day)s %(month_name)s" - -# TODO cc @mouse this could be grammatically incorrect if the time said 1 o'clock -# a working clock is broken twice a day! -#~ msgid "%(month_name)s %(day)s at %(time)s" -#~ msgstr "%(day)s %(month_name)s a las %(time)s" - -#~ msgid "%(month_name)s %(day)s, %(year)s" -#~ msgstr "%(day)s %(month_name)s, %(year)s" - -# TODO cc @mouse this could be grammatically incorrect if the time said 1 o'clock -# a working clock is broken twice a day! -#~ msgid "%(month_name)s %(day)s, %(year)s at %(time)s" -#~ msgstr "%(day)s %(month_name)s, %(year)s a las %(time)s" - -#~ msgid "%(weekday)s, %(month_name)s %(day)s" -#~ msgstr "%(weekday)s, %(day)s %(month_name)s" - -#~ msgid "%(commas)s and %(last)s" -#~ msgstr "%(commas)s y %(last)s" - -#~ msgctxt "law" -#~ msgid "right" -#~ msgstr "justo" - -#~ msgctxt "good" -#~ msgid "right" -#~ msgstr "correcto" - -#~ msgctxt "organization" -#~ msgid "club" -#~ msgstr "club" - -#~ msgctxt "stick" -#~ msgid "club" -#~ msgstr "garrote" - -#~ msgid "Didn't find what you were looking for?" -#~ msgstr "¿No encontraste lo que buscabas?" - -#~ msgid "Hide results from other catalogues" -#~ msgstr "Ocultar resultados de otros catálogos" - -#~ msgid "Matching Users" -#~ msgstr "Usuarios correspondientes" - -#~ msgid "Set a reading goal for %(year)s" -#~ msgstr "Establecer una meta de lectura para %(year)s" - -#~ msgid "by %(author)s" -#~ msgstr "por %(author)s" - -#~ msgid "replied to %(username)s's review" -#~ msgstr "respondió a la reseña de %(username)s " - -#~ msgid "replied to %(username)s's comment" -#~ msgstr "respondió al comentario de %(username)s " - -#~ msgid "Remove tag" -#~ msgstr "Eliminar etiqueta" - -#~ msgid "Add tag" -#~ msgstr "Agregar etiqueta" - -#~ msgid "Books tagged \"%(tag.name)s\"" -#~ msgstr "Libros etiquetados con \"%(tag.name)s\"" - -#~ msgid "Reactivate user" -#~ msgstr "Reactivar usuario" - -#~ msgid "Positive big integer" -#~ msgstr "Entero positivo grande" - -#~ msgid "A JSON object" -#~ msgstr "Un objeto JSON" - -#~ msgid "Value must be valid JSON." -#~ msgstr "Valor debe ser JSON válido." - -#~ msgid "Enter a valid JSON." -#~ msgstr "Ingrese una JSON válida." - -#, fuzzy -#~| msgid "Started" -#~ msgid "Getting Started" -#~ msgstr "Empezado" - -#, fuzzy -#~| msgid "No users found for \"%(query)s\"" -#~ msgid "No users were found for \"%(query)s\"" -#~ msgstr "No se encontró ningún usuario correspondiente a \"%(query)s\"" - -#~ msgid "Tags" -#~ msgstr "Etiquetas" - -#~ msgid "Your lists" -#~ msgstr "Tus listas" - -#~ msgid "See all %(size)s lists" -#~ msgstr "Ver las %(size)s listas" - -#~ msgid "Recent Lists" -#~ msgstr "Listas recientes" - -#~ msgid "Published" -#~ msgstr "Publicado" - -#~ msgid "External links" -#~ msgstr "Enlaces externos" - -#~ msgid "OpenLibrary" -#~ msgstr "OpenLibrary" - -#~ msgid "Change shelf" -#~ msgstr "Cambiar estante" - -#~ msgid "Unshelve" -#~ msgstr "Retirar del estante" - -#~ msgid "Your Shelves" -#~ msgstr "Tus estantes" - -#~ msgid "%(username)s: Shelves" -#~ msgstr "%(username)s: Estantes" - -#~ msgid "Shelves" -#~ msgstr "Estantes" - -#~ msgid "See all %(shelf_count)s shelves" -#~ msgstr "Ver los %(shelf_count)s estantes" - -#~ msgid "Send follow request" -#~ msgstr "Envia solicitud de seguidor" - -#~ msgid "Site Configuration" -#~ msgstr "Configuracion de sitio" - -#~ msgid "Follow request already sent." -#~ msgstr "Solicitud de seguidor ya se ha enviado." - -#~ msgid "Created and curated by" -#~ msgstr "Creado y comisariado por" - -#~ msgid "Created by" -#~ msgstr "Creado por" - -#~ msgid "Added by" -#~ msgstr "Agregado por" - -#~ msgid "Create New Shelf" -#~ msgstr "Crear nuevo estante" - -#~ msgid "Create new list" -#~ msgstr "Crear nueva lista"