From 525ed16016279ec493e9ce336d263d25aca405ed Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 4 Dec 2021 14:40:38 -0800 Subject: [PATCH] Updates locale files with new translations --- locale/de_DE/LC_MESSAGES/django.po | 168 ++++++++---- locale/en_US/LC_MESSAGES/django.po | 383 +++++++++++++++------------ locale/es_ES/LC_MESSAGES/django.mo | Bin 64050 -> 64857 bytes locale/es_ES/LC_MESSAGES/django.po | 164 ++++++++---- locale/fr_FR/LC_MESSAGES/django.mo | Bin 65763 -> 44850 bytes locale/fr_FR/LC_MESSAGES/django.po | 164 ++++++++---- locale/gl_ES/LC_MESSAGES/django.mo | Bin 62651 -> 63448 bytes locale/gl_ES/LC_MESSAGES/django.po | 168 ++++++++---- locale/lt_LT/LC_MESSAGES/django.mo | Bin 65121 -> 65921 bytes locale/lt_LT/LC_MESSAGES/django.po | 168 ++++++++---- locale/pt_BR/LC_MESSAGES/django.mo | Bin 62977 -> 63800 bytes locale/pt_BR/LC_MESSAGES/django.po | 164 ++++++++---- locale/zh_Hans/LC_MESSAGES/django.mo | Bin 59480 -> 44096 bytes locale/zh_Hans/LC_MESSAGES/django.po | 164 ++++++++---- locale/zh_Hant/LC_MESSAGES/django.po | 164 ++++++++---- 15 files changed, 1087 insertions(+), 620 deletions(-) diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index 42988120..ad7ea146 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-17 18:03+0000\n" -"PO-Revision-Date: 2021-11-17 18:42\n" +"POT-Creation-Date: 2021-12-02 18:24+0000\n" +"PO-Revision-Date: 2021-12-02 21:41\n" "Last-Translator: Mouse Reeve \n" "Language-Team: German\n" "Language: de\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 +#: bookwyrm/forms.py:262 msgid "A user with this email already exists." msgstr "Es existiert bereits ein Benutzer*inkonto mit dieser E-Mail-Adresse." -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "Ein Tag" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "Eine Woche" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "Ein Monat" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "Läuft nicht ab" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "{i}-mal verwendbar" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "Unbegrenzt" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "Reihenfolge der Liste" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "Buchtitel" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Bewertung" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "Sortieren nach" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "Aufsteigend" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "Absteigend" @@ -152,6 +152,22 @@ msgstr "Benutzer*inname" msgid "A user with that username already exists." msgstr "Dieser Benutzer*inname ist bereits vergeben." +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "Besprechungen" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "Start-Zeitleiste" @@ -184,7 +200,7 @@ msgstr "Español (Spanisch)" #: bookwyrm/settings.py:168 msgid "Galego (Galician)" -msgstr "" +msgstr "Galego (Galizisch)" #: bookwyrm/settings.py:169 msgid "Français (French)" @@ -192,7 +208,7 @@ msgstr "Français (Französisch)" #: bookwyrm/settings.py:170 msgid "Lietuvių (Lithuanian)" -msgstr "" +msgstr "Litauisch (Lithuanian)" #: bookwyrm/settings.py:171 msgid "Português - Brasil (Brazilian Portuguese)" @@ -226,47 +242,51 @@ msgstr "Serverfehler" msgid "Something went wrong! Sorry about that." msgstr "Etwas ist schief gelaufen! Tut uns leid." -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "Autor*in bearbeiten" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "Alternative Namen:" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "Geboren:" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "Gestorben:" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "Wikipedia" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "ISNI-Datensatz anzeigen" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "Auf OpenLibrary ansehen" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "Auf Inventaire anzeigen" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "Auf LibraryThing anzeigen" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "Auf Goodreads ansehen" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "Bücher von %(name)s" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "Autor*in bearbeiten:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "Hinzugefügt:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "Aktualisiert:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "Zuletzt bearbeitet von:" @@ -346,7 +366,7 @@ msgstr "Goodreads-Schlüssel:" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "Speichern" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -444,10 +464,6 @@ msgstr "Erstellen" msgid "You don't have any reading activity for this book." msgstr "Du hast keine Leseaktivität für dieses Buch." -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "Besprechungen" - #: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "Deine Besprechungen" @@ -512,56 +528,60 @@ msgstr "Titelbild hochladen:" msgid "Load cover from url:" msgstr "Titelbild von URL laden:" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "„%(book_title)s“ bearbeiten" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "Buch hinzufügen" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "Buchinfo bestätigen" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "Existiert „%(name)s“ bereits als Autor*in?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "Ist \"%(name)s\" einer dieser Autoren?" -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "Autor*in von %(book_title)s" +#: bookwyrm/templates/book/edit/edit_book.html:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "Autor: " -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "Weitere Informationen auf isni.org finden" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "Neue*r Autor*in" -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "Als neue*r Autor*in erstellen: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 msgid "Is this an edition of an existing work?" msgstr "Ist das eine Ausgabe eines vorhandenen Werkes?" -#: bookwyrm/templates/book/edit/edit_book.html:90 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "Dies ist ein neues Werk." -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "Bestätigen" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Zurück" @@ -1015,6 +1035,22 @@ msgstr "Du bist eingeladen, %(site_name)s beizutreten! Klicke auf den Link unten msgid "Learn more about %(site_name)s:" msgstr "Erfahre mehr über %(site_name)s:" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "" + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1057,15 +1093,31 @@ msgstr "Alle Nachrichten" msgid "You have no messages right now." msgstr "Du hast momentan keine Nachrichten." -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "lade 0 ungelesene Statusmeldung(en)" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "Hier sind noch keine Aktivitäten! Folge Anderen, um loszulegen" +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3841,7 +3893,7 @@ msgstr "Keine Follower*innen, denen du folgst" msgid "File exceeds maximum size: 10MB" msgstr "Datei überschreitet die maximale Größe von 10MB" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr "%(title)s: %(subtitle)s" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index b931da69..fbc1f14e 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-02 18:24+0000\n" +"POT-Creation-Date: 2021-12-04 22:38+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -18,58 +18,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:350 msgid "A user with this email already exists." msgstr "" -#: bookwyrm/forms.py:276 +#: bookwyrm/forms.py:364 msgid "One Day" msgstr "" -#: bookwyrm/forms.py:277 +#: bookwyrm/forms.py:365 msgid "One Week" msgstr "" -#: bookwyrm/forms.py:278 +#: bookwyrm/forms.py:366 msgid "One Month" msgstr "" -#: bookwyrm/forms.py:279 +#: bookwyrm/forms.py:367 msgid "Does Not Expire" msgstr "" -#: bookwyrm/forms.py:283 +#: bookwyrm/forms.py:371 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms.py:284 +#: bookwyrm/forms.py:372 msgid "Unlimited" msgstr "" -#: bookwyrm/forms.py:352 +#: bookwyrm/forms.py:468 msgid "List Order" msgstr "" -#: bookwyrm/forms.py:353 +#: bookwyrm/forms.py:469 msgid "Book Title" msgstr "" -#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 -#: bookwyrm/templates/shelf/shelf.html:181 +#: bookwyrm/forms.py:470 bookwyrm/templates/shelf/shelf.html:152 +#: bookwyrm/templates/shelf/shelf.html:184 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "" -#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:472 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "" -#: bookwyrm/forms.py:360 +#: bookwyrm/forms.py:476 msgid "Ascending" msgstr "" -#: bookwyrm/forms.py:361 +#: bookwyrm/forms.py:477 msgid "Descending" msgstr "" @@ -123,13 +123,13 @@ msgid "Paperback" msgstr "" #: bookwyrm/models/federated_server.py:11 -#: bookwyrm/templates/settings/federation/edit_instance.html:42 +#: bookwyrm/templates/settings/federation/edit_instance.html:43 #: 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/edit_instance.html:44 #: bookwyrm/templates/settings/federation/instance.html:10 #: bookwyrm/templates/settings/federation/instance_list.html:23 msgid "Blocked" @@ -153,7 +153,7 @@ msgstr "" msgid "A user with that username already exists." msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:227 msgid "Reviews" msgstr "" @@ -249,7 +249,7 @@ msgid "Edit Author" msgstr "" #: bookwyrm/templates/author/author.html:35 -#: bookwyrm/templates/author/edit_author.html:43 +#: bookwyrm/templates/author/edit_author.html:42 msgid "Aliases:" msgstr "" @@ -312,7 +312,7 @@ msgid "Last edited by:" msgstr "" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:16 msgid "Metadata" msgstr "" @@ -321,51 +321,50 @@ msgstr "" msgid "Name:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:45 -#: 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 +#: bookwyrm/templates/author/edit_author.html:44 +#: bookwyrm/templates/book/edit/edit_book_form.html:75 +#: bookwyrm/templates/book/edit/edit_book_form.html:94 msgid "Separate multiple values with commas." msgstr "" -#: bookwyrm/templates/author/edit_author.html:52 +#: bookwyrm/templates/author/edit_author.html:50 msgid "Bio:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:59 +#: bookwyrm/templates/author/edit_author.html:56 msgid "Wikipedia link:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:65 +#: bookwyrm/templates/author/edit_author.html:61 msgid "Birth date:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:73 +#: bookwyrm/templates/author/edit_author.html:68 msgid "Death date:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:81 +#: bookwyrm/templates/author/edit_author.html:75 msgid "Author Identifiers" msgstr "" -#: bookwyrm/templates/author/edit_author.html:83 +#: bookwyrm/templates/author/edit_author.html:77 msgid "Openlibrary key:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:91 -#: bookwyrm/templates/book/edit/edit_book_form.html:224 +#: bookwyrm/templates/author/edit_author.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:265 msgid "Inventaire ID:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:99 +#: bookwyrm/templates/author/edit_author.html:91 msgid "Librarything key:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:107 +#: bookwyrm/templates/author/edit_author.html:98 msgid "Goodreads key:" msgstr "" -#: bookwyrm/templates/author/edit_author.html:118 +#: bookwyrm/templates/author/edit_author.html:108 #: bookwyrm/templates/book/book.html:140 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 @@ -373,18 +372,18 @@ msgstr "" #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/form.html:75 #: 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/announcements/announcement_form.html:76 +#: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:134 -#: bookwyrm/templates/settings/users/user_moderation_actions.html:64 +#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/users/user_moderation_actions.html:68 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 msgid "Save" msgstr "" -#: bookwyrm/templates/author/edit_author.html:119 -#: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 +#: bookwyrm/templates/author/edit_author.html:109 +#: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:199 #: bookwyrm/templates/book/cover_modal.html:32 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -429,7 +428,7 @@ msgid "Add Description" msgstr "" #: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit/edit_book_form.html:34 +#: bookwyrm/templates/book/edit/edit_book_form.html:39 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "" @@ -440,52 +439,51 @@ msgid "%(count)s editions" msgstr "" #: bookwyrm/templates/book/book.html:158 -#, python-format -msgid "This edition is on your %(shelf_name)s shelf." +msgid "You have shelved this edition in:" msgstr "" -#: bookwyrm/templates/book/book.html:164 +#: bookwyrm/templates/book/book.html:173 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "" -#: bookwyrm/templates/book/book.html:175 +#: bookwyrm/templates/book/book.html:184 msgid "Your reading activity" msgstr "" -#: bookwyrm/templates/book/book.html:178 +#: bookwyrm/templates/book/book.html:187 msgid "Add read dates" msgstr "" -#: bookwyrm/templates/book/book.html:187 +#: bookwyrm/templates/book/book.html:196 msgid "Create" msgstr "" -#: bookwyrm/templates/book/book.html:197 +#: bookwyrm/templates/book/book.html:206 msgid "You don't have any reading activity for this book." msgstr "" -#: bookwyrm/templates/book/book.html:223 +#: bookwyrm/templates/book/book.html:232 msgid "Your reviews" msgstr "" -#: bookwyrm/templates/book/book.html:229 +#: bookwyrm/templates/book/book.html:238 msgid "Your comments" msgstr "" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:244 msgid "Your quotes" msgstr "" -#: bookwyrm/templates/book/book.html:271 +#: bookwyrm/templates/book/book.html:280 msgid "Subjects" msgstr "" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Places" msgstr "" -#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:303 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 @@ -493,15 +491,15 @@ msgstr "" msgid "Lists" msgstr "" -#: bookwyrm/templates/book/book.html:305 +#: bookwyrm/templates/book/book.html:314 msgid "Add to list" msgstr "" -#: bookwyrm/templates/book/book.html:315 +#: bookwyrm/templates/book/book.html:324 #: bookwyrm/templates/book/cover_modal.html:31 #: bookwyrm/templates/lists/list.html:182 -#: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:32 +#: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 msgid "Add" msgstr "" @@ -510,22 +508,22 @@ msgid "ISBN:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:232 +#: bookwyrm/templates/book/edit/edit_book_form.html:274 msgid "OCLC Number:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:240 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "ASIN:" msgstr "" #: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:143 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 msgid "Upload cover:" msgstr "" #: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:179 msgid "Load cover from url:" msgstr "" @@ -577,110 +575,120 @@ msgstr "" #: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 -#: bookwyrm/templates/landing/password_reset.html:30 +#: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "" #: bookwyrm/templates/book/edit/edit_book.html:110 -#: bookwyrm/templates/feed/status.html:9 +#: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:18 +#: bookwyrm/templates/book/edit/edit_book_form.html:21 #: bookwyrm/templates/snippets/create_status/review.html:16 msgid "Title:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:26 +#: bookwyrm/templates/book/edit/edit_book_form.html:30 msgid "Subtitle:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:44 +#: bookwyrm/templates/book/edit/edit_book_form.html:50 msgid "Series:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:53 +#: bookwyrm/templates/book/edit/edit_book_form.html:60 msgid "Series number:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:63 +#: bookwyrm/templates/book/edit/edit_book_form.html:71 msgid "Languages:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:74 +#: bookwyrm/templates/book/edit/edit_book_form.html:85 msgid "Publication" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:77 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Publisher:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:86 +#: bookwyrm/templates/book/edit/edit_book_form.html:102 msgid "First published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:111 msgid "Published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:104 +#: bookwyrm/templates/book/edit/edit_book_form.html:122 msgid "Authors" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:112 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:115 +#: bookwyrm/templates/book/edit/edit_book_form.html:134 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:142 msgid "Add Authors:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:123 -msgid "John Doe, Jane Smith" +#: bookwyrm/templates/book/edit/edit_book_form.html:145 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 +msgid "Add Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:132 -#: bookwyrm/templates/shelf/shelf.html:140 +#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:149 +msgid "Jane Doe" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:152 +msgid "Add Another Author" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/shelf/shelf.html:143 msgid "Cover" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:161 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Physical Properties" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:166 +#: bookwyrm/templates/book/edit/edit_book_form.html:199 #: bookwyrm/templates/book/editions/format_filter.html:5 msgid "Format:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:177 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:187 +#: bookwyrm/templates/book/edit/edit_book_form.html:222 msgid "Pages:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 +#: bookwyrm/templates/book/edit/edit_book_form.html:233 msgid "Book Identifiers" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:238 msgid "ISBN 13:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:208 +#: bookwyrm/templates/book/edit/edit_book_form.html:247 msgid "ISBN 10:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:216 +#: bookwyrm/templates/book/edit/edit_book_form.html:256 msgid "Openlibrary ID:" msgstr "" @@ -812,7 +820,7 @@ msgid "Confirmation code:" msgstr "" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:72 #: bookwyrm/templates/settings/dashboard/dashboard.html:93 #: bookwyrm/templates/snippets/report_modal.html:33 msgid "Submit" @@ -829,8 +837,8 @@ msgstr "" #: bookwyrm/templates/confirm_email/resend_form.html:11 #: bookwyrm/templates/landing/layout.html:67 #: bookwyrm/templates/landing/password_reset_request.html:18 -#: bookwyrm/templates/preferences/edit_user.html:56 -#: bookwyrm/templates/snippets/register_form.html:13 +#: bookwyrm/templates/preferences/edit_user.html:53 +#: bookwyrm/templates/snippets/register_form.html:12 msgid "Email address:" msgstr "" @@ -860,12 +868,17 @@ msgstr "" msgid "Make your profile discoverable to other BookWyrm users." msgstr "" +#: bookwyrm/templates/directory/directory.html:21 +msgid "Join Directory" +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/directory/directory.html:31 #: bookwyrm/templates/feed/goal_card.html:17 #: bookwyrm/templates/snippets/announcement.html:34 msgid "Dismiss message" @@ -1094,28 +1107,28 @@ msgstr "" msgid "You have no messages right now." msgstr "" -#: bookwyrm/templates/feed/feed.html:23 +#: bookwyrm/templates/feed/feed.html:27 msgid "Feed settings" msgstr "" -#: bookwyrm/templates/feed/feed.html:26 +#: bookwyrm/templates/feed/feed.html:39 msgid "Saved!" msgstr "" -#: bookwyrm/templates/feed/feed.html:47 +#: bookwyrm/templates/feed/feed.html:53 msgid "Save settings" msgstr "" -#: bookwyrm/templates/feed/feed.html:56 +#: bookwyrm/templates/feed/feed.html:63 #, python-format msgid "load 0 unread status(es)" msgstr "" -#: bookwyrm/templates/feed/feed.html:72 +#: bookwyrm/templates/feed/feed.html:80 msgid "There aren't any activities right now! Try following a user to get started" msgstr "" -#: bookwyrm/templates/feed/feed.html:73 +#: bookwyrm/templates/feed/feed.html:81 msgid "Alternatively, you can try enabling more status types" msgstr "" @@ -1144,22 +1157,35 @@ msgid "There are no books here right now! Try searching for a book to get starte msgstr "" #: bookwyrm/templates/feed/layout.html:25 +#: bookwyrm/templates/get_started/book_preview.html:10 #: bookwyrm/templates/shelf/shelf.html:38 +#: bookwyrm/templates/shelf/shelf.html:83 +#: bookwyrm/templates/snippets/shelf_selector.html:28 #: bookwyrm/templates/user/books_header.html:4 +#: bookwyrm/templates/user/user.html:33 msgid "To Read" msgstr "" #: bookwyrm/templates/feed/layout.html:26 +#: bookwyrm/templates/get_started/book_preview.html:11 #: bookwyrm/templates/shelf/shelf.html:40 +#: bookwyrm/templates/shelf/shelf.html:84 +#: bookwyrm/templates/snippets/shelf_selector.html:29 #: bookwyrm/templates/user/books_header.html:6 +#: bookwyrm/templates/user/user.html:34 msgid "Currently Reading" msgstr "" #: bookwyrm/templates/feed/layout.html:27 +#: bookwyrm/templates/get_started/book_preview.html:12 #: bookwyrm/templates/shelf/shelf.html:42 +#: bookwyrm/templates/shelf/shelf.html:85 +#: bookwyrm/templates/snippets/shelf_selector.html:30 +#: bookwyrm/templates/snippets/shelf_selector.html:49 #: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:23 #: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:12 #: bookwyrm/templates/user/books_header.html:8 +#: bookwyrm/templates/user/user.html:35 msgid "Read" msgstr "" @@ -1181,6 +1207,10 @@ msgstr "" msgid "Have you read %(book_title)s?" msgstr "" +#: bookwyrm/templates/get_started/book_preview.html:7 +msgid "Add to your books" +msgstr "" + #: bookwyrm/templates/get_started/books.html:6 msgid "What are you reading?" msgstr "" @@ -1227,7 +1257,7 @@ msgid "No books found" msgstr "" #: bookwyrm/templates/get_started/books.html:63 -#: bookwyrm/templates/get_started/profile.html:54 +#: bookwyrm/templates/get_started/profile.html:51 msgid "Save & continue" msgstr "" @@ -1267,35 +1297,33 @@ msgid "Finish" msgstr "" #: bookwyrm/templates/get_started/profile.html:15 -#: bookwyrm/templates/preferences/edit_user.html:42 +#: bookwyrm/templates/preferences/edit_user.html:41 msgid "Display name:" msgstr "" -#: bookwyrm/templates/get_started/profile.html:22 -#: bookwyrm/templates/preferences/edit_user.html:49 +#: bookwyrm/templates/get_started/profile.html:21 +#: bookwyrm/templates/preferences/edit_user.html:47 msgid "Summary:" msgstr "" -#: bookwyrm/templates/get_started/profile.html:23 +#: bookwyrm/templates/get_started/profile.html:22 msgid "A little bit about you" msgstr "" -#: bookwyrm/templates/get_started/profile.html:32 +#: bookwyrm/templates/get_started/profile.html:30 #: bookwyrm/templates/preferences/edit_user.html:27 msgid "Avatar:" msgstr "" -#: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:110 +#: bookwyrm/templates/get_started/profile.html:39 msgid "Manually approve followers:" msgstr "" -#: bookwyrm/templates/get_started/profile.html:48 -#: bookwyrm/templates/preferences/edit_user.html:80 +#: bookwyrm/templates/get_started/profile.html:45 msgid "Show this account in suggested users:" msgstr "" -#: bookwyrm/templates/get_started/profile.html:52 +#: bookwyrm/templates/get_started/profile.html:49 msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." msgstr "" @@ -1499,8 +1527,8 @@ msgid "Row" msgstr "" #: bookwyrm/templates/import/import_status.html:103 -#: bookwyrm/templates/shelf/shelf.html:141 -#: bookwyrm/templates/shelf/shelf.html:163 +#: bookwyrm/templates/shelf/shelf.html:144 +#: bookwyrm/templates/shelf/shelf.html:166 msgid "Title" msgstr "" @@ -1509,8 +1537,8 @@ msgid "ISBN" msgstr "" #: bookwyrm/templates/import/import_status.html:109 -#: bookwyrm/templates/shelf/shelf.html:142 -#: bookwyrm/templates/shelf/shelf.html:166 +#: bookwyrm/templates/shelf/shelf.html:145 +#: bookwyrm/templates/shelf/shelf.html:169 msgid "Author" msgstr "" @@ -1633,7 +1661,7 @@ msgstr "" #: bookwyrm/templates/landing/invite.html:4 #: bookwyrm/templates/landing/invite.html:8 -#: bookwyrm/templates/landing/login.html:49 +#: bookwyrm/templates/landing/login.html:48 msgid "Create an Account" msgstr "" @@ -1679,7 +1707,7 @@ msgstr "" msgid "Thank you! Your request has been received." msgstr "" -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:81 msgid "Your Account" msgstr "" @@ -1688,7 +1716,7 @@ msgid "Login" msgstr "" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:37 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 msgid "Log in" msgstr "" @@ -1702,21 +1730,21 @@ msgid "Username:" msgstr "" #: bookwyrm/templates/landing/login.html:27 -#: bookwyrm/templates/landing/password_reset.html:17 +#: bookwyrm/templates/landing/password_reset.html:26 #: bookwyrm/templates/layout.html:174 -#: bookwyrm/templates/snippets/register_form.html:22 +#: bookwyrm/templates/snippets/register_form.html:20 msgid "Password:" msgstr "" -#: bookwyrm/templates/landing/login.html:40 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 msgid "Forgot your password?" msgstr "" -#: bookwyrm/templates/landing/login.html:62 +#: bookwyrm/templates/landing/login.html:61 msgid "More about this site" msgstr "" -#: bookwyrm/templates/landing/password_reset.html:23 +#: bookwyrm/templates/landing/password_reset.html:34 #: bookwyrm/templates/preferences/change_password.html:18 #: bookwyrm/templates/preferences/delete_user.html:20 msgid "Confirm password:" @@ -1943,7 +1971,6 @@ msgstr "" #: bookwyrm/templates/lists/list.html:92 #: bookwyrm/templates/snippets/remove_from_group_button.html:19 -#: bookwyrm/templates/snippets/shelf_selector.html:26 msgid "Remove" msgstr "" @@ -2189,9 +2216,9 @@ 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/delete_user.html:25 #: bookwyrm/templates/preferences/layout.html:24 -#: bookwyrm/templates/settings/users/delete_user_form.html:23 +#: bookwyrm/templates/settings/users/delete_user_form.html:22 msgid "Delete Account" msgstr "" @@ -2216,7 +2243,7 @@ msgid "Profile" msgstr "" #: bookwyrm/templates/preferences/edit_user.html:13 -#: bookwyrm/templates/preferences/edit_user.html:68 +#: bookwyrm/templates/preferences/edit_user.html:64 msgid "Display preferences" msgstr "" @@ -2225,12 +2252,16 @@ msgstr "" msgid "Privacy" msgstr "" -#: bookwyrm/templates/preferences/edit_user.html:72 -msgid "Show reading goal prompt in feed:" +#: bookwyrm/templates/preferences/edit_user.html:69 +msgid "Show reading goal prompt in feed" msgstr "" -#: bookwyrm/templates/preferences/edit_user.html:76 -msgid "Show suggested users:" +#: bookwyrm/templates/preferences/edit_user.html:75 +msgid "Show suggested users" +msgstr "" + +#: bookwyrm/templates/preferences/edit_user.html:81 +msgid "Show this account in suggested users" msgstr "" #: bookwyrm/templates/preferences/edit_user.html:85 @@ -2242,6 +2273,10 @@ msgstr "" msgid "Preferred Timezone: " msgstr "" +#: bookwyrm/templates/preferences/edit_user.html:111 +msgid "Manually approve followers" +msgstr "" + #: bookwyrm/templates/preferences/edit_user.html:116 msgid "Default post privacy:" msgstr "" @@ -2269,6 +2304,10 @@ msgstr "" msgid "Want to Read \"%(book_title)s\"" msgstr "" +#: bookwyrm/templates/search/book.html:42 +msgid "Results from" +msgstr "" + #: bookwyrm/templates/search/book.html:47 #: bookwyrm/templates/settings/reports/reports.html:25 #: bookwyrm/templates/snippets/announcement.html:16 @@ -2342,19 +2381,19 @@ msgid "False" msgstr "" #: bookwyrm/templates/settings/announcements/announcement.html:47 -#: bookwyrm/templates/settings/announcements/announcement_form.html:40 +#: bookwyrm/templates/settings/announcements/announcement_form.html:44 #: 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/announcements/announcement_form.html:54 #: 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 +#: bookwyrm/templates/settings/announcements/announcement_form.html:64 msgid "Active:" msgstr "" @@ -2363,15 +2402,15 @@ msgstr "" msgid "Create Announcement" msgstr "" -#: bookwyrm/templates/settings/announcements/announcement_form.html:16 +#: bookwyrm/templates/settings/announcements/announcement_form.html:17 msgid "Preview:" msgstr "" -#: bookwyrm/templates/settings/announcements/announcement_form.html:23 +#: bookwyrm/templates/settings/announcements/announcement_form.html:25 msgid "Content:" msgstr "" -#: bookwyrm/templates/settings/announcements/announcement_form.html:30 +#: bookwyrm/templates/settings/announcements/announcement_form.html:33 msgid "Event date:" msgstr "" @@ -2548,29 +2587,29 @@ msgstr "" msgid "Import block list" msgstr "" -#: bookwyrm/templates/settings/federation/edit_instance.html:30 +#: bookwyrm/templates/settings/federation/edit_instance.html:31 msgid "Instance:" msgstr "" -#: bookwyrm/templates/settings/federation/edit_instance.html:39 +#: bookwyrm/templates/settings/federation/edit_instance.html:40 #: 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/edit_instance.html:54 #: 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/edit_instance.html:64 #: 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 +#: bookwyrm/templates/settings/federation/edit_instance.html:74 msgid "Notes:" msgstr "" @@ -3163,42 +3202,42 @@ msgstr "" msgid "Create shelf" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:90 +#: bookwyrm/templates/shelf/shelf.html:93 #, python-format msgid "%(formatted_count)s book" msgid_plural "%(formatted_count)s books" msgstr[0] "" msgstr[1] "" -#: bookwyrm/templates/shelf/shelf.html:97 +#: bookwyrm/templates/shelf/shelf.html:100 #, python-format msgid "(showing %(start)s-%(end)s)" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:109 +#: bookwyrm/templates/shelf/shelf.html:112 msgid "Edit shelf" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:117 +#: bookwyrm/templates/shelf/shelf.html:120 msgid "Delete shelf" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:145 -#: bookwyrm/templates/shelf/shelf.html:171 +#: bookwyrm/templates/shelf/shelf.html:148 +#: bookwyrm/templates/shelf/shelf.html:174 msgid "Shelved" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:146 -#: bookwyrm/templates/shelf/shelf.html:174 +#: bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/templates/shelf/shelf.html:177 msgid "Started" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:147 -#: bookwyrm/templates/shelf/shelf.html:177 +#: bookwyrm/templates/shelf/shelf.html:150 +#: bookwyrm/templates/shelf/shelf.html:180 msgid "Finished" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:203 +#: bookwyrm/templates/shelf/shelf.html:206 msgid "This shelf is empty." msgstr "" @@ -3553,13 +3592,13 @@ msgstr "" 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/reading_modals/finish_reading_modal.html:24 +#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:21 #: bookwyrm/templates/snippets/readthrough_form.html:7 msgid "Started reading" msgstr "" -#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:31 +#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:32 #: bookwyrm/templates/snippets/readthrough_form.html:20 msgid "Finished reading" msgstr "" @@ -3587,7 +3626,7 @@ msgstr "" msgid "Progress" msgstr "" -#: bookwyrm/templates/snippets/register_form.html:32 +#: bookwyrm/templates/snippets/register_form.html:30 msgid "Sign Up" msgstr "" @@ -3609,24 +3648,31 @@ msgstr "" msgid "More info about this report:" msgstr "" -#: bookwyrm/templates/snippets/shelf_selector.html:4 +#: bookwyrm/templates/snippets/shelf_selector.html:7 msgid "Move book" msgstr "" -#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 -msgid "More shelves" -msgstr "" - +#: bookwyrm/templates/snippets/shelf_selector.html:42 #: 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/shelf_selector.html:55 #: 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/shelf_selector.html:73 +#: bookwyrm/templates/snippets/shelf_selector.html:84 +msgid "Remove from" +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:62 #, python-format msgid "Remove from %(name)s" @@ -3841,24 +3887,29 @@ msgstr "" msgid "Edit profile" msgstr "" -#: bookwyrm/templates/user/user.html:33 +#: bookwyrm/templates/user/user.html:37 #, python-format msgid "View all %(size)s" msgstr "" -#: bookwyrm/templates/user/user.html:46 +#: bookwyrm/templates/user/user.html:51 msgid "View all books" msgstr "" -#: bookwyrm/templates/user/user.html:59 +#: bookwyrm/templates/user/user.html:58 +#, python-format +msgid "%(current_year)s Reading Goal" +msgstr "" + +#: bookwyrm/templates/user/user.html:65 msgid "User Activity" msgstr "" -#: bookwyrm/templates/user/user.html:63 +#: bookwyrm/templates/user/user.html:69 msgid "RSS feed" msgstr "" -#: bookwyrm/templates/user/user.html:74 +#: bookwyrm/templates/user/user.html:80 msgid "No activities yet!" msgstr "" diff --git a/locale/es_ES/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo index 7186a12e4a144d40ca3f2cfe591bae5ebe194c59..85e7236f525654fb78c50422611bc7d5c2ad8f65 100644 GIT binary patch delta 18883 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 DKAH57 delta 18096 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\n" "Language-Team: Spanish\n" "Language: es\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 +#: bookwyrm/forms.py:262 msgid "A user with this email already exists." msgstr "Ya existe un usuario con ese correo electrónico." -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "Una semana" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "No expira" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "Sin límite" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "Orden de la lista" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "Título" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Calificación" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "Descendente" @@ -152,6 +152,22 @@ msgstr "nombre de usuario" msgid "A user with that username already exists." msgstr "Ya existe un usuario con ese nombre." +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "Reseñas" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "Comentarios" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "Citas" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "Todo lo demás" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "Línea temporal de hogar" @@ -226,47 +242,51 @@ msgstr "Error de servidor" msgid "Something went wrong! Sorry about that." msgstr "¡Algo salió mal! Disculpa." -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "Editar Autor/Autora" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "Alias:" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "Nacido:" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "Muerto:" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "Wikipedia" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "Ver registro ISNI" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "Ver en OpenLibrary" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "Ver en Inventaire" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "Ver en LibraryThing" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "Ver en Goodreads" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "Libros de %(name)s" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "Editar Autor/Autora/Autore:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "Agregado:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "Actualizado:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "Editado más recientemente por:" @@ -346,7 +366,7 @@ msgstr "Clave Goodreads:" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "Guardar" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -444,10 +464,6 @@ msgstr "Crear" 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" @@ -512,56 +528,60 @@ msgstr "Subir portada:" 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 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, 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 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "Agregar libro" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "Confirmar información de libro" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "¿Es \"%(name)s\" un autor ya existente?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "¿Es \"%(name)s\" uno de estos autores?" -#: 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:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "Autor/a de " -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "Más información en isni.org" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "Este es un autor nuevo" -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "Creando un autor nuevo: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 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 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "Esta es una obra nueva" -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Volver" @@ -1015,6 +1035,22 @@ msgstr "Estás invitado a unirte con %(site_name)s! Haz clic en el enlace a cont msgid "Learn more about %(site_name)s:" msgstr "Más información sobre %(site_name)s:" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "@%(reporter)s ha marcado el comportamiento de @%(reportee)s para moderar. " + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "Ver informe" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "Nuevo informe de %(site_name)s" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1057,15 +1093,31 @@ msgstr "Todos los mensajes" msgid "You have no messages right now." msgstr "No tienes ningún mensaje en este momento." -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "Configuración del feed" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "¡Guardado!" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "Guardar ajustes" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "cargar 0 estado(s) no leído(s)" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "¡No hay actividad ahora mismo! Sigue a otro usuario para empezar" +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "Alternativamente, puedes intentar habilitar más tipos de estado" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3841,7 +3893,7 @@ msgstr "Ningún seguidor que tu sigues" msgid "File exceeds maximum size: 10MB" msgstr "Archivo excede el tamaño máximo: 10MB" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr "%(title)s: %(subtitle)s" diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo index cc69e82cf8477c385d869a23d3e81c5947773963..4cdcbf8ea2a3ffdeed740317a055f435e5954b7c 100644 GIT binary patch delta 16361 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 literal 65763 zcmcef37i~7^~Xo#442$DbP_@m$ZmjehH&I2kc5~`xUb3XY%*kbW}VqdNEA6d!HYu_ z6a{aBa)}5kC?*Obhkx+~6a>TzPZR`E{@>qwuX}nnn-KWxe?RGbyQ-_J>wNXh|)^idpKuR2=IBCUOE?qm08fPp?1wYq z<#1d0L|lI!?uL8I8HK_;*ar847eM*1fC_&P90nhSL*dI%`5Jmmp+MFP2SYvgjqm_i zghSwm!v7O+1n!&R7Vsxf`Ft7%66}Jf%_oA?t2?N3jQ3boOgd?p>QBP5RQh6 zA-5DR5BIO2%4y5Fg~A5#Ah->j05^nl;KuL-xH&u%ZUifFeMz{_3HLkTR$PB?_He+Y8{qCx;m5*F;Sq2@ zcnnnf-vSlxZBXg{AXGlDf{N#pQ1{;mmCmn2rSl%Bbln&H5mfpfgSzieP|tY@?ho5( zbZSRMxHVh~6L=9+_|HR?-|bM(yBq2`KZ1+l&!F1l)cGFYLa6W`flBwa@N#$){3M)4 zXH)uq3zhF@!~HT;zBf6+)A0tVc!$Fs;Z&&jP7iiNx_hAlw}W-4^j-)R{zFjtz7Z-t z-+&7L0Mv6If-28nK*jqMRJdoL+QExZ`Q7Y9zi$_)`bePab3Zs9PJn8^OQFJlA6^U} zhl>AAT$KM(sCeHA<$ncKdOsfS&qL+oW~g$w2P*v!LZ#~$P~o3}y8i{Ja4$oJ+mKGE z^lcB7pOH}QVk}g79}@nPpwe*+RJ^AK&kFyu;m-J91l1ls6TBUM0QY@R@t;Dc)^j_d zo?C}{-rJ$%;QOG`c|BA*Z-LvuuR`VHL8#|H0#zTs4gbGGmDhR*5v6l0sPMy~!tERG z2~hFPfaBq5upM3j7sGp?(lPEdPj3fQe5XK_M=w-8E`^H!f^dHTDqSB5_q9;zxdp2I ztc2Ubd!W+uC{+00K-J%KQ2E{LbiZ#KsQ8CLg&zxb|6$=j2kQRQ;0|yx+!4MFs{F5l zO81R$7x+zBfo+@FF+!xd2J_$yRByb$iKy4`iPRZJ@0V1JvhAi}Q-4V)vBviOVq0)66RJb#t%Bd1O8>&7ofE&U~pq_IDR5@J>H-dMXkh^(_~9`R@r8|7fUu91IoDQBcpD1Jw>rhRRn7DxGhF3imcR8(s$0{-1zK*Lr0S zzZF#Y-Jr^IEL6Qui|faR`vj=xoC6*MyBDgzoE>}*wEP5bfr{@tP|yEW@UL(a+%H3w$0j{q9$P|{ z({QMA-4Ck14}wbPiBQiw3#$CjfhwO5LY2#>U>jTsmEJ!?mFo*o{bko)zyAQJ_@=|L z@Fb}8Tp0eB1wR8f#s4;#z*SKBdkXFiUw|sNJuCkFqoCqB11ek@s+`{nmCtuV)#H2N z=I}DO8Td5z{U}s9-Wcw0LgnvAa3}aE zRJxvnDz7cyPlpP>80xvpq2jqHu3rjOzE?xt z_Z6sg+!O8x!~H1K{ZEGb*>JxIRlY;|oqIs#=K!d9#>3%oVq7o5vACB*mEUzx>A3?c z-`|329}mFM@HbF$f9r;q^C-9%?){hD)U#s77v`0s{F-}j)( z>qk)Od?MVxh407x92^7RvBdBHV(_c*_4u!Zs-L^zHt;^EcprmG&#$23{R>pN{R1k$ z8!z?#zcZBkFsO9Qg4@EAq3*B3aq!J?{YI$#-2qik_dz}PXHen)0F|B>;0X9{sPKE9 z?dcx}^_;_?(tkAUg)^bb<*UI}Q2DqYs@xueTf>Lp8{i+H;`ujJyWez~b33T=-UBK< z6XAAn7F2pVq2jv`D*cy0rSEE}=idMo-)(Rw_)RzxJ_7fFuV3!+cPvyqbD_eY43(}f zsPb$;mG`^g_VB|{Jyd>ogKB3Zpz32E zsQexb)sCk_rGI8{K2&+04t4*cU?0?dXG8UecSGHG6;wHVCfs*G-T&=ye-EnsehPK} z(@^(42NnOzP}es)pL^hTQ2BWTo&ukSx<2UwFZVgY)1dNy7S!|3g^Kq=I1FAI{m; zs+{hJD)+~s!aW1^+<(K};6`uv_C5ltUCo3_?@3VQa|YZAE`)mi`S1hq!%)v3`3}$j zfl%dpB-H)KL0z8@=fF;QAp8zhhf2p;Q0YAns$8#u^WgPR?O?t4dc2#!nYiBq z_lEbv4dCD4M({;A3$FJ*pJ&X0a$gNqK7WAg!Q}mJHysYQ#yuY@o<&ggQh^)8w?fs! zyWnQb}pyx$u6t z8{FgLo}a_v_PEc4D%Yj39exV#0w02V!aqVicblud{)R)fuT!D?%Wy1Q2DgDLU;^)i z!{IOBIJn+5$ar`V?1wi7_xuEFCAhDIXTZO})8QLGN!;)zcnaM4Q+|C(@W)X19rS5z znDG5@TlfroH+b;32p#h6;Bt90iAc&dcLisCKm!s=Ut& z_eY`f|7ocBZiXAedx8(bjd1@6ZUBD{w}4N=A@Hwo6ZkK<5!~onFQ+Zx8*q<<>K{{} z#_bcJ>Zuz3?+o{q;l2qf->abN_or}I_#9MyY_r1K+eo-6?o*-ivk2<>Z-Ywbd*B}M z5~%dv3{}5(LFMm%;8yS_;s0Bx^t}-NTV3b&h2iiZ{7-=+;H6N{yB+Qhe*pE|zru~- zi%{{t{`2nM4!#@r?r=2x9GnKf4^`efe!rnmRTTty{_)X}F@BpavJpgxvKZHu(AE3&! zaI?ENft%yp6-s{X4VBJWQ0bo!m7ZR>6+9m*-pioEeFVM%eiEvE-2zpf-+^1gABOuW zxC!n*!@b~(a3?tQi_XKK+U0zx>vgDfe*{Xt+yZZdKZSbk#kY9-y#lJdZ-t8ghfwY6 z7f|)I-IqMQ3ET$vNT~E4235W@!@U4*i@P4~cL%QwUKjit+?H_nL&f(?I0610j)nW* z>UNg}a2)OjpwjiaFMIiI3RNzLv_58cy z`VZlOxSxc2-cA&jt`83$3>ELOP;&cpxC2}c74A}~a{Me*JNP!-4*mx20RIgoFSfrO zTNE4z72jP@`S}49_%^z1|J2eL>y-6jXYifr{s4xDOoiRZrJJa47C0q3W*)mER>$?d@`?=iL!} z5GuaM!~JZyH~5;TZ%3%>V}p~R%4dFDuZ91Ga2Ncqf)nBGQ1$pC+!+?`@aOIVRo-n- z`I!t=KF31k^MvqU2vt8-sCIBERJq>-RX$&V%K!JF+S8+O6#PAuT-)|ezdjzWk9#WA zbB=+km*b(*aVAtfEP=}B`{2It8n`3;KGbu62X}(c!oA_ zdfvOjeHm1`Z-OfS??658VW@C_fO_5wQ2E*V8=lUgQ1|Tvb$v3_b54cI|C^xl^A@P` zekWA??}cgy9}o9ka5vl!K|S}+Q04vlyIgK;0~Pm_n!+@4sQ=$3{|dI!A0;hQ1NWB z((7$|DET}FD%?1z{7ry*{>f1FRe_`6yW{%JQ0f03RDbwo_;0+*gD}V_5Im!uZruBK;`p!sB+!mTb{0cq2iwsd?Qrhm+z)R4ZIAy*sQNzxs$R=b@x2AAJU$H7PHu&Y=Ps!7xgRRskHg*Jzu+9W z>)rm`Ua0!K7^=KJ0o7k_3Em48&tp)}c^0k@x4Or}Zx2;YqoC?%3fvIRg38}KsCwyv zW8md*1Go~Z{eK54KRL<>CGyRD3r= zrSC^j<@GdFdR~MZ!OidUaN9w(lf$5%HxIVK)58BfQ1N{ls{FnS72gw3<@X#s1P;I7 z%l}j;cLffIpM#43KB)Vig6hBjfSba$2fV%xh04!-sCwvwqu{wv^?xlK55EqF!WUp0 z+~q-!X9iTinIG;RxC!pF;pXsy;Kfko@^QEsyb-EA?g)MhDqZ)(_rjk-wg1xhynL>M z3V#dS2YwBzz5NUl0ydGtW#_X4Q)dnMcpUJaF=yW!sO38?&U{*b3@7pQU`4pojvzysl#Q1O2V zDt|XYrT2EIa#{(M&hJ6h=i^ZQ_ywqX*!~CJ&!z;Ag(}Cna7%c4uoBnb8rRJsu7^+<^4fkbmTijPe<^M}i@!koQ-yg$$;cwv9aHoeo+!&~GIuI&c z5grEXQ2Dwscn?%LJqCAze}>z`A&+=^hC;>D26u)hLFKm}ZU@hW%E#rf0k4LNZ@WkR z{=J~C?+>?t6QJ^QEL3@&8Se9-+R5cm`TQ811V0OvuirxT+n1oyGyLb?9*=`+Cuaof zQ1`zJs(vqqYTqA&W8gR7f$$lq{y6Lxp1wIy={p&!9LjK4_%^8WxCSc!w?RGsA*k^G zhDzV&k9oclsQexXRX#^TjjQva%H>qJ3+#n@{)JHGc^g#zS3-sRF4TRGg#Q!a|2wGo z{|U#!4IcOW9|+|?BiI2|&ZmXD7Vft|_3KNZ%I9i$D*OUeKiTA$KF=KkRjzM@N^c1& zo##W9<9p$e@GDSq{{=V|9`S_R@7@m8Uw#5d!cCua`|UWWay%b$sc;oM9G?4>KmSfR z6!+us6u926yuF_uTnab9|6-{8eh8}Et_lBZ;V|4cKt1RCaDDg;RQmq{RbMYb$+In= z_I&OERbS)6Jp(Eor$N>8xo{8oeyDQ20d5LcLB;z$sP^(O+#Nm-7610X_VV5fDm@24 znqJ{JsCe6c<95RdQ04tuxFP&1R64&2)&71675?{7_4gti0XP1w_wRPN5$>a)(seXc zJoz6c_da+& z?0VM2Jq?w=zrbzadVll$Zx7X;_JqpEk>S4po{75;svUhFo(+ErRUU8ryRX+=1$F&< zQ0e(GJOTa^cECfQbG{EM{lA3k!5yFX@n#pO`)9%pU>EOyO`?gck;X4|V^nf4V+- zDb)3cq2%0zmz-C^qi{b572m=C@^U>Ej>LTuRKCuKs<(GRrQ?I){umsO`#Pw6{R(~@ zZu@Vq*IVG}xW57Sg}cA(_a6sG<316d2rqytpGTm={R+MvZeMtv_fx3)zaA>w*Wu3a zJMeW-f0Az>RORruIi3?a-om-k+s&~*$9#@n!d$|&cf&hz>u*2Yug5)x<88Qq39sh3 zjYEG&!$$~{{_V*5XE=Tteiv}PlZ)HGo;fDxr^kH?|Fhir>p1@c_q+l2aoo>wdqk@C zM|Uk8!SzqWO^NGAoPU%s7jb+to;3$f=K4E0p5V~mXi17Om?lU<)hu?R@PuEZ4I3NELIrhQ-Uic(D3jd#T zyb1Sw+&gew#rf_Wotz)eF^%(`IP_P-t-l{|?8k9)xVPr|4|O5_z6d|dF+P|6^x8O1 zHsHQvxaW%z?-}rs2rwe<`5bCif+ z{(kJR@o5BMKaBe)T$=>f!~HAHKLD?Tn?-)Vi~CfLvADp3w`pfWL!vj(y_ZU*R{C<4TVI;rIc^dpPvBoN&|Oz3`hHZ|A7szL{eq^3u+6 zH-4vatl-e!aCnKI+W$-Ve-6jqgq;*&zC!#A?S*r2w{!mac;1`h`tNX$;QBYhe+T&6 zILEv2$=vw`xIe|QP53=e94~Y9=fZ4?`)ZCmbP)C+4*fmAu?>F9BJ8(uZ$dhc!tYAX zAH;uDTzd+4`ZqjI?jqbp9O>Vm3H#}ApMvL&aqk=O`z`JRh3>|%lQmpHs$yr=l_5YL55%Z z+b9=qL*kPz@f3bX5^j6W%bcGJKN8_4;D2L!j{kjeelGs$--qM;5U#zS^Y?M#WAGPn zT7=)9XT2T2L-5;%^R46NTku=K(Fpf$T+`p>_?;a0%6$>XcXYzv<6KMs&f?@(9H&Rv ze%P72{#M+Zaec42{%@{*o%07c4&a!{v6$;W!hfy~&h_^pj$1gs!*%^#0QcbfmpDEU zewX5ZBgY=3`8qf*(#~n&Ji_U3Pk2+DPvyRAIBw(k9)8m~zD1ZfMtllC1iu6hkGS^5 zy(jLA39~=PdpHiqZ!@?z#|DJ^F4sTFQOEyU_%8e>!av~tJbV~RIoJn|*ExUZI||<- z?CauL-^1@ixQ~TbK>fXw@VjyBPMD2wkAY?QE?wmBSi&vkc$V{}=7a1a{1$P(C)Y+s zTyKF(IEq}8&Zxhy;yx?V^fk`)_YICW+L`~iJ^oun8qbd~FLTco9M=%!103`4-;prV z5ig7|w{ot(k8u3R&XCpIvo+y*pynr|33~>|iyVK(eGUGXasF1Qzm<;c|K;I-a`1Al zd@Qbh6Tkn7^Jj?TYZ2xh@H-qwbM1ieI~y+Lc$#p3!T)Vge^j0{*w-r@w>YQ@FP!-EZLdI(~=Z_YRINIbQ~U&G9IQ{;ntNhvR%y@H6;L;CvT& zE8L0WT#mQlUY|pMTjAc7^Bu$eKHT5LzYX_G;r9gGKF$vzE%$N$al7098;Sd)oIW36 zZaQEHY~KZyIbhqgFuIK{D$*?aNJ7RUE{`; zoc|*3eG#t5J-;Q)4>?Zc_!oZ53A;&zna%kqj;Xk3ab15ug-dY16z<)Ek8y2V9k{C; zH*x%saDT$@gYx72@9>Wt3-FtadnnJ}hVue`dxM9e{*K_EB_T>=o`WbI%FHQHzTg!=1SHd-zWL*XR5TgxMMX3-^@VGjz+>alf8xpMZbm`g`O0 zKe%=Z?mId5;P^JjUigh7>|Du>-+)_A?^Ph42ljC1;?=RtzxF3eUCg3ty;y6y>;As4YM+7VJdx1lL&vSf< z^S^NHYd-$pFz^w=zaMT)8ua&|qwqh3ofL7&>va*A&TrxTPF))@sq&RD zr>DBKR2$T@K8SCb*Fr~(>MGa!dWy@=u!xAJTv<}?FD13on;NBh|0@Pi!~>(K_LV9` z&{wSuc7N{bU^h4FmW6?F%6qlomTywqn{*e;J*BRsznYYL_1yM>$;yIKQ0p8vsgz1x z^`y60X%u^sVqagax}?~%wzze}VBx!~wccX?==zvs#HhaF!cv`*Hj+-i)?ez%>R>^& zx_FHjR0@lVJ>6&2iv3g}5!L&Ps`b@96||>VS=fjtrssI~Hu}kvl99HXWLdQljzO>2 z2MusWRMaa)G)TAs5mt)5C1P1rtXD?%C-qW)Qlt?TyU1g*uuAz;PRWQ-%SuIByXqir zsFfC$>-{Q>Y9%Sxlg^%Mz0}3^f#uv+s&$qsRKkc6NoTdUucy>s8cMi<<=Em@5!M$K zYt)WvMFl1%Jd5(GCG|z6o+YI^oDMUMEiM%|K% z8hs`U?YZq&yPi<$rD>^h&&U#p*MIhTZ)(sslI~iy_y6a4-W(G8$p1_BsQ>;(ePEHP zxo0Jw?~ztXQ3W(ORYJ47TTP_3IEotCbF-YN$ewFR=)x_PD7;2bEjoDR=2_+thqcCxe zwbxbd?k-6pB_ZFeOVC~W7cs0T7aCsD!8z9kG){NtI+eS9Y_&Mdqn$^0Rx90QX=~Ca zI;&kJsU*pQ5;|>N52p0`7nPDyFKT2`?CR1$W2zCo$}~_P1WGlRrNvH@$cnkATv_ae zFYU%8ZC|loUs|noB}>aaJv=0Pgk5cUhDFeio{%gkGkPwlHY^UjD~v9=tfn%+HE_#Z z=&@wR^(3Vxdo&p!IhMGkzX{Od3GmXv_bqUTx#ayIi2 zM#-eB*k4TQC`X+o<(5n}D#ay~R&ha3Nl%veA;bNPD9B>JIaLu!u}95v88M;Iq2jfM zq+X*u1_tYxF?)Prq7?{3YE!=|Ozi9|_4NnP3FW4;dP+-5J>20n169?5x^YP<;O(ln zTIpXDKDw{J%p7T1VPY3ic6B8a8~ux_wK`XDOri~DC&Y%=lv2I3RyHNV+%x8+?Z%vH zwH~mux`fG(Zt1GhyhszL?s%PB^5(YkB(%fs?p9O zi})?BRF_sli&U6iDnzpr3#Jq@A<<}W{W;Bg);qdNMHRjTJk5jKU-6Dwsjc;v>e2yI zTzfRWdEKorkxZW5S*rE*dvZp$4yYpuP+{iXSwi=tv~v!ktMr%KCRc0BLrEx3S_+yo zy{Nmp+?mT>vmJN_7uuZXfPD`jE%iS1xl*!p5n`vmwoK|Gb&D`j1C}D*hvq0fMY4#Q zX-~P+Bo@U|Syru-=$RF@GS|L!ua&4bj%J8@VPnD@ z)y^{I=9f|x#9H_m%0|P&enr`cqg-KVIT$FqyADpSh4&R`?OxWmp55GD*dv|5{4JJmzWgY}Za$R_kq!){Q8Bx3%sAvNrkE^fETl=Fox8PK*9}xR!)d*LSx@QkVV%{UYHfTneBAyAkL&6@ zY*pklG0c;tED`8*b&pq z{YN(zD0%IcJ_?^}^<*AHI!b_-BnrXp-0`qb)Dlb)Es-=w_q_!4B4Yip7?8$0utXKBPBg}A0i!isTbyysT zKfyYM)>e`nZd6KV_aVV)#bM@@c@$kr>7lGrCQFO8isVoDr*6+n6l$Xfg#)2y^;^WO z+26UyM2eEiol;gNBcU1O97%p4O#P z7Um;0DHRt?jZdSo!beCmZly_NgrTu^HhhxUsvxC`bL+rBH}<#(>Qk>WxJ1C3Zm~o$ zTq3gvKE-m{yw9BJn3X2YM_}oOMH?PuM~tpJ*>hTenl>S0=K8F@Fr`>uw4hq7b#aEm zt}+_$r!Je!QA$jcls_%o)M;e5yQE_JX^aTwTvjhkNwqW$oV1U66;Xj_HWExJ$q-w^ z{I^{9l)8(J9>zh03_~jFUFR}|*I*sUs^5JRul{gY^~X8Qm4VV#Atl5Hd~Xw}!{t}F z&`KD$rDfP4mEAJX|Hw2h)1vJ0tzJq*s}JqYjF5?sLmq)@%0+@J8H4E+C`xK8sz6tz zLh;B32aU|xBoo0R)v6nNevR3c<{F_|H~nmMVG71SE|+W4 z`(~xu_yD($n5pz?u`Q=b4Re9tNX18#)!H)7>Ydikpa~6m=%mPmP|vRSBGb~TfZSS< zN>l)L)m(j8wKelc0WM6bb~YsWO$Os)D4dO)ntFC0*}!dcCr7ftv<`O=Th$g9Fu>-N zQDvcCn2HhA{!7T8BwT8w80Nk$vQ2@L(9&|}<2|TG9X~Vsv;~-M63b3a?AaNHYLiXo za0zIq-oEWL6<_AaHB@tZ%l1=m*E*;4(G6tg&u7CDlwQhJCFY04nPG&in>#GJ!%U0u zA=Ca(Ol`9s=WbMcO%KVq*+ZJO-wI>`N;z7>c%v*f4)kKO-8dtUn@Mj+}r3y67GUaj8i#?@< zRb(0?3X?~cT&9;QGIf=b*$j%IbWCRs98(%~%jQrsy;`La7g_0DT%!FK?Hz{51t>;b^3#x74GH z+$kN;dVXt%KC*Chsi&`SbXfyHtu%%+6ldg#&C$&f9q8z4Z>gaFno2&l2S#>v-CUP$ zdX6v5=$JIy{-Y7QE7@?rjsS9-QfDY{K&Y9xtGUmyH44-Ku^Wd)?k zuo|l~3DzRRXfk7pIT54s)y$?@EiHRQl739TX;{)ymsryim=n_h+?-1?LpeQCA*>DP znh#eRt@0r?1|3;Arn;z-FuIRPj=_?Ybo4T{#S=56{%h*E=9YQ@?zN{*s5K{c~n>TfJ5fBTkX)J)C# z85<@0W|sNhz5Ywb&zY<{;6b*Jt1-g)sZD`U2Y9BgFyxxzU@l4yzkyO|W;TGj4YN_B z!I&pv1O+}Uw^d0aWMF@>r@9a;1wlGlq__XW@XI+Spw!UDrG?m^0+J$S@5)S=WjT~$ zzzkNQC}YtBSCe{gvB%P|5L45vB5i_&hVnw6nxh~#@T3^>)4-%Fr+eyIo?K~cW<4@p zu$}uf7YpN*I|fe7nsc(I-5g4O8rrX+GQ@^1+U%_2 z*($nvVV2wevmquozF0BIBvkYU6FVKFs-?n%$^rfhv$EuN5gYWX04#Z6b_MHj2K8luPGkQS>wG_y2JT0yy- zn;jaJ?Y?peTF`jjG}FvR@)TG*Y+BNp3ed7+s%v5%5lx8bnR&-(T z^~bd<384bS)sO}%zcl`Q)UK6~K99%Krv&6o`Cc3`yTCf7eQHE!4^z-ViYRxjC2P4y z_b1b$Qk(maI_pc!_(3*o+nGpXwExEoIfKG+lV?s&W;e9{HokBi13p4RC#7UcahY+J zEfvb=gi>j-dG%<(!LZ!N>H&M$T%SA3N3h%gF*KRus|d_RWW#i^)mjcRkE7x)PMef1 z+Ab)u?^CHj)JRp7swKI(nruMYSs!Ia&|f&N+Q$;&ar9&RkLs1clL)1Uu|27a@l;oP zeAqE{An&#j$ahB73&+)B?L+O{Y}z#Q$cIT|_FHwiKEO(|1bF*k_e@YI)@25{bHZ4= zhC-2xfWb@~qO>UsAvveWO3DH)YNRG-{K6IzOeUGCI48F@W#Y|jTeOURZfGuB#U(Yj zLHxVS55omwkeNXRI|@I1vaF8vsV8A#Phuoo3UhjjvRSOLatm{+eT^P0<3!Vs;Q z-&ojKbzMDaOD5Hdbv7J~g3HUSv{sV1i~(yjL4Eip$1>IHzjS`%4(h&JlT}^u30$Vm z_#`mXUGj568_(vL<%J!PHhWmk;@9}3fTwiilss1+EI4pt7QB?noGLArN^RN7WyfIMbxJGhofn&ut!@DTfxS#mm<` z(kZj;GHnL3^^i4O^SN~z7SZrVZCmsI#~0>yba>g%l^KNpq}k0awb4Q@<|lv8dc9Pi^xIWJ8v@ z?RhpwPUj8bJ-|SrD9{jWe?TrIE7OG6Mlbp@O~58$-kQUg z?yNIS)_h2$lc$46%eX->Yh-!3ieAX9ATDI*{mtb%T|$VYt9R}+Rk}q=wS=gm$0<%x ziK8w1|4D~W%jde(aD<62983WjG^A@~hS!Asy6EfneuC>GqkXsgXsvL#kVpgb9GkSi znrP~;E}k_$RDH`fCKTo}YIZPZv;UI4ioJb@*$QsC(r~{nyV8}|1gp^D8^9guWVjyQ zCK6etrbJfv8DmvGMvICzoJSPs7wG>sVug=sKk5B65Yr4=Li8`|BW)#ZHYxTqYmfqf zbkR_b?VQ1^wZ5Cy&kkk=EEF&=*v0%iVI{G4z_d1sF}0Q;Kh2K_AvPfrZ7u0^PM>`T+tXT>FAAqmZsHm*2h*UwkVNq z4epeJ!n#O`bKjMNpfU*&A>8^BD^T3r+?SJv!c@n|TIgV`Nt#(&T<&uXQrc{xquSli zGBW9k6JnQ*k*zC~59Rz?)kQjqc)>RWGo zOmuw`yKhA{e0CJn{KbJR>m^MYZwavoeqq6ol zgge`j>ME+;PVlrT`4IW$>VmV{Q}L<6@0_@uda~HjO4Actd{r`h0~i+?3oy3{wiLuI z4cmK0X~an~RVG}?lbWo^F}7%9UWDjw$oLU+@GJuN?Q=D>9=Y^Z%8kAoZIWr};j&bj zKeaUAinRZZ27*EBJ{^rdjkp8E6^$^b>DE2W85;0po}|>-b$9r%GZye})MC9WlZMFN zX<(5(jahd!pOY1gj3M5^3LVHQ)UkA?73R&tydo=J=*@+B?1?dfGE^IUw4cYv_pCxS z*+v1Q6z4_PX>Mqus3`)ATQfBZPaB(7+ume%+V(Ha2IC28;jEL|>Su`;=7`0%*$!1` z6bSmUI+#mG^Qo2T#P}_xH_}P#HdINQ^f5*u6^k}4k`ncyW>k8Ngso|lZetk`om(#y zoex)oM8(3qQdO5sVL}{}XxqN7hbnXNU=xF&7>KHZ~*TGC4*Ih=n&~7429SG6@;&TGV#Nb}a?@tAo*jlB4I%nyKW@ zD%KWbufnKAVbz+eXy(E$V5S3e#Imx7tJ54BeW{RI=ANbvE371ddFez?>5Hk5l^A7V13XL!dGnmQa`I9^MR=!4mb4P?u;j+I_=@f=QuoEAaRo!|Cg zceui>9XRIn#xLWFjX4pmiw26^J7olo!NpxvMz%zr`7j+tk<&_H<`pYc$YKl}_DJrO z%`h&wUyS*7y`k!&BUl9;U#^#JL(mDaUt8UMb+xPY>Ke7LG?)~vf^4yM{_mk3l~Ssq zwg{@Bg%c#J)ggT3v{}KC_^NYoCu0d^uIUH2W;?KKdVtNcEKyBL?|(3^NjtFH2GKmC8>9x&db=54Pm1ELqwzEav&ErG zlccwqVDUWSn4Ui1a{AOz?RY7KWLYCp?R)MmE_-86 zFL$HOHtT0tF6X99H9)Srce4Kn`*9gO%<0FLQA{LM0k5L zS<5J<8%e2eDowi4)uN`jN7Axpp}He(i?yY$F~F+J`ozX{bhp|lxRs35fT32_En%C} z?g*b1Wp=|zx~gmhyk{qEywPXTq`o9JbG!Co(}O|Qmh^Dlwf0bJEESg?Qf%`%ABjv- zbI4DyntHUZWUtxNUDo{30n%3Ea?3Xa%rDng*leIzEWFcN4@8t>Ba#$V<}~Wtnu5-gR6W*p)qmi%0FqS?#4ai_ovv3ltzPSJJna zsr0R3`4C2{w-#vKnXQb?SJYpz!xO13KX@=H7Gzfc&uw|>-d$0b&amsg8mbUbA8eCv#byq_bI~K8%OL&Pd7Rx((KolI$9`A zqJ9do%PU(DbYn2nwe-Y?CYky9+v1_U(vuO)_Z zy0;CH&SFZD$ z?mvN70V<~QxAkG4IeZwe?UstYyoT9dTyO?^Qlup8%kn9~j$i|?sV5%EC_cJX&|4!+ zv%GvY+!ynG;x(4>tBZ6U%lg$tx^89u>f+3my{T`SG&H|kCKm&yfQ6#PB}qet$WF(I zYd2W{1@q5c6xbZ2%?Jgp1JnyvBrR$rL(RakKE%0J2-hv>_(FtjRU=Z3juiS=w=}ev z@}TwIbiG8=@#e?X{!eHC9+v2iM1Y;|L&lwNI=(V zZIc=c>uvL@$lRhM#W zTNK{-W{ItKt&Nu(k^>GtbpLUO=59=LYI$njGfi*CCSy-g8&n0v3)=0e`!qHdlq+Lx zuS98VsdC2rj!M*i?J)7#)(r zpA8p-ec&?}i1h~xHCWPEx?mDULv7Sn-c~E~ft%Hnp9@p>K&!=Mg|KQx&#D!cs>;Zs ztUSEd5^+pyJM$%>nzZWy-T5m?&Enw3VLa=M3KNZU@i+D>` zt=mNXYK_({2an0WLz<5Ya}f)S>-tgAp7IiG^@DwG)UK#tTfZQ>YDK?Z zQd*OLyk1j!;=CI*aI$`$erJ?Bnx7YKHfL>sPnIBY*l)rT_wqFatFJj+ZaTg$(GD7X zu;_h=O)5{EcV&^clsX$!5jhJLucFXPvYkB1s%yx8M4`QUh_T*P zD^zZw{LrXSg5+*~ixQbw;=)ze zvK?a$Ayx9L1!X5F>-`)_i>;I>LO;?jJU$E*E=i?y)I-2{nW@Khsr2%)D;KJm^fdCi zOH&8aSf5!5mAV0DLT{T=(bRczQL+?6Gor(?eulu*8&9-vNj##+g=6U^Q#1w-LcF%o zEOMhNRDSrB2Fgx+o7A@)v5vW>u&na*>e<*QFp6ctr>wadWgC{Y?8BXdwl#gRG}mhQ zcxbloF%|KATCBfJ*IL^(eRXtNv6FpusI}cV=H#_^+%y91udC4P*-%1Sq@iU^oOUD0 z#rd_2%PUZ79GU&HWSFMP*+|4SK zyJz48ju+`xt>8;qT@8g)PhC>gppd(TJ%@~DnHnATC3^!>&2eoOtXwSrfd`jWH{KNf z{~j7`M>Y2U_E4Lt^bf2$b=j;I@;%sUuBeWs0iO1mEA~OA1?hg^R~vsSkN->2cb1iO z1{O_$qmTS|GQw7j|5_o1toiT7Z>YX!!FzeHs}x%uCW`Izc{O-{RIB zgx%dVG_a3GA08uO#hw2iYEcnVJ*CQ$>N1E#?a{bzdq8=-Z3#tj;oDb>(1Dr~*T+SR z7_$f6KpK@>s?(%0)arTaAmo70H{_q;UN)^`dV&5q{TmN!87KB_i}seATgkK zY2wSYAQwTrxSRJ<)iKnuMK=pa{YJ~=Z7$yAmcGhoTyxpf7I7>6&<3-M>S$=uEMi7< z)Hte3zE`hx1oen)x}i@sbW_LLMHka%sXI}g-jn^?uJKVHlI@*5``jy4;icdD1=u-Q zjcCBj*rZ{X=cyj+?9~)ZU9=3CPwJM^t`P3_=1cpa8_<s z392UVDljrtUzSDmvR9?J%x)dY8a~4cxubbiM*8Lodr=*Og_;-9=m9+=(el|aV}h@} zfUvl-8Me$6jD*P!t5HcG44^J;GPdp^`SfhH!3&Pf0mCdP3+##Z^;u1EycXCj$jC-f zxs9cSph(XwzhMzJ8SP!G=+k-0?E{i?Xk*1IvlqbR$au^HaB{#`kKmyh#EbbJ*oTE*b}Bqh1k~RwSJxU$OO4gTUP^R z2%>VW>@{5tyA$1pKF#N8=hy&CN6@QhwJ`}w3Y)Y`%k`qRYRL!GmND1IWFPL8EXF0J zk@mvF^uji>fy^Vf>ogy}Cu^g))^ViJ>O&$@L5li{tv)u3kQf`Xx-cU?Vat6k-lQ~G zkeoyxaFdk=T2bpufvzao{FTy54KHzP%lHrjo$-kNYP`JNME{8BGWTVjy@eD(>Be@3MiGQ zX)teul$_KO({f+=3WY>r=1ahmb9^cmX&auFD93a-O{3>&{EJYQfXEKgkMHeLz7lCo zeMq`Lz0AIcL+&il@+|JWCbjZ5v{^OCbmlj5koKl&YHsmq^{)em@L8@I2HL@bo>kZO z`uq@ko((|E*eC?G_iVXDRz4GCU33!OB)0{KRVzAqgH!V#rCVQ7nka=AS>yGY@Ho%qy(Q^1iN1=YnNZGZ?S9DZ*1{GsdpPrb>rJ8{{QBwf&)hRCkzIlTE!*T+?Sa zI~Vaue7Vy}v-QXhLerlHdi$WOJ}RBizgtWgEdOQHIwVba4G4i#wvKY)7)!)lq_B^5 z2+3@Q;o0QtvN5o8A)5?O;an;gEw(iwAz5>tz^;UW75E+ZBVfM~iAlyserR99@C zc^A}TL#to3$Lx+w(`gB2?@{GGY?KR5j+;Fp=bw#4O+O~#t`n=Y(;4g9FH=QF=2AjM zd4iKxUn#lPj|TBaLovgWR2078mse7ij&vBbb(pnj$TQuR(ls)-$}E-IOiyetAa9xF z#qCulMoVleTgW`zraJ6eP(|3+ms1T{wVx@;Q<|^*TkE7b__rA2L(B!WkJNB7OH(tw z2IITI`6Ai?4}Ks3#VZ{rcq6^p{RRkzDU7{tf0@e)2;!S5hm_T`*fC$Thay&M4WB z<>x8u)@cJCE5FtZVS{xH9ocQ>x!R;;4VNRZEKydm&0y)kmG@CsF6SO!N=KGvpwzn4 z^q~xVh-iAXbk3%C+KXDAu-eV4r;t!-XKhBY#+XC@Tyn6@Y^BHC{%irLGZKesz` z-=CJ2#_xMjFucXa&ZLFj{xwVjq|Cww!*LI(tIT$W<%Y^ifHBk$sXn z!e(8-(y;2nFun0;v@A?4Zc*`}M3XUB!X)6D7RPkCJ>A@5NoM?~23WxFw3w$cM%HJHPd@4*Rm@ONkw~DK zx~A8j^+-M$3}#hH7Ta=>FXF7XBZ85*ireFNj|0@ z_JC~fgH=4^8$S?cLwKoiwhAQYlTFemW_u-=B-+!MVX^B=I}c>+k|0*yFv3gR5hHKx zYBH;B51Cp`OYPI{LOP{(nIHhnBLa)Yi|KPN!khj*!Muyj`24+H>0VM4Exw5>*dosz&?oW=?4zp7c2|3Y=u2J##XB zp!p`JdCg^bkPfd;a8n3{>8{P^hEZj}bp{(KwCy7AF_Y3tZR^!)VG5M_SmLGjrpv-{2wNz5)CiJ zDsSL2LCbye+bTmIeDym!x08;TPTJ0&)b`+(F=~^VXR0t@sVvjV^3!ijk~!0iznspJ zAT?u>ygfb&UPEf7(>JE8`d&B!PoMjirj&k$n^0z+qP)~Nt@c!zZJt(REnm#~JWR`0S;gLL zrG=^Wey!oyN{ZWsTCCxze(IBD60q`X>B2p-kwsm+j%-Gv@@+2u<6tf=4PU4=cMvGzBGHy3<_)nbJ&>^A*e4`ux+E>VEZi@m1D z`)ZR$QL7@_H{WW}!ii1IGA%Q;m64wKA+~`ZV^s?uBiEaHdyFSdW0W`H+X-%M;ys)sC`4OWl+So^$ zSBZzu^V+(L+Ic#vqO~&+yQ-M;w@1&(f5^QgGc!81Eei}7yG+|9D=qqESo|eJ=g*yK z5n?|^E%tE;(W`Ge7qy5(dqHQ^wS>pj(4Bz#du-N_0RzxSd=C`4C>**_|% zX7sv={AiU_1SWCIeXYzafG%ixvex`%wBfWVzWK};JrXrpdYVOpuEDRL$&xd(x{w!D z=rdH8*9RVUG7EF2`f=_%@hrksI?H{$exZcKYHu!gEz?etlDcgVg5pY-BDAbz39^ZG z*dcrp)-L5qnv+Ri*Xhh_b*tJMXY_OZH$i0u%UTVRzy`CHUFNxL=y9&UN}FumL2l)d zQ$qDCqFPO$id&+iA0X6OOTpKF+eU?xmV!+5sMt-NYh5)hw<2pWR{K;rrYhJ-a^(sh z_79qco-j+=Yij1xEH`ccYFx^j?O?E2NZhIw*s}XfU?WSipk|r!)lBJ(=_RBY`g!_A z`+-*m5fhSvTKibjrR*IEE8;n3Ng`G0H}5l#%*@6wS}~o{ccM+SSV5@J?f%)caV44o zNZpe9snJtHI-)Gw+XaM16~#K5*Rbq%%|#I6v>D%Qmac1{@l{4@Z;01TqVq+G% zIR+{mtLIrXndEkBJ^6DTKpl=fE%7invAD5c^HlSXHft*Y$bv!q+}sux18Kp$*Garg z_0||zif1fZrQ>VMjdQd`T~a4i*(0hjKIvLmy7<74&9m23IDX^G+gNOc z;!k$xH1gcqbQ&)|L+iB^8ch^PCgWeJ5@Njan6rB9H0kDsN}o!lEzZ>Xuwc;i5q*)t zNJy-$q;0UJVMf{_@|J=btd;PCHWFnfE7Ns?$sNa2>Xq1A-*6<4c41y z-t}5O{?B*+>3h{gKLTKv*)B(`)3h5IIbUBaLy|z-**2fP%7PhMl)f(~S(NHSef*pT zm9O59jN(`QP^@Tuu48G7MT@ec?v$+CDy6n1@bds~Lf^okB!MaqZ6{*bWPgom0bxTZ zu{JEZsY=!)E*)SQ;A*7LjN6FiR3^)ao1YjT*XUDh{D6RUr;>;@Ip!-W5tj1&9g56Q z&|Rw7CY2UNT;F5RNe zBfvDj`mO8oYXhsrGY{#23R=_}J@Zdbvx?Am1Zo!(AEjxr!dMW7igd%sOkek>YQo1v z&%j~IHU=?t>01=}T}$2raw{mSg~=~xq~Yjm1H#dvOxJNGk`=uMt5f!!ee@ygolJZ6 zYX;UW&_mJV)~yxt69f7^1DcS{4qF;C*9Q4X1NTJNP8LY`@LHg><*B?m%ZO-=G`{Iy zij4vT3`#DD{2TvNj%yZ!Swrj#{bW=1mtRFO!MaApYZ{jsS^0vqWvY)fYX7w)o=@jf zA_eB)ZCmOjc~MAPj9=uQjUYB7qrWdwF&g6>i&8Ha zX>l3Y_u8Zt=guwO)!b|N*#sI-Hrb03%si|lS%%WB>>_XeWsqxCXAe)e4z_u+z{IavTO}CXLMkaWMf6NToTUnUBWtB+RZvQT-)VUE)I=&z9cv|{k4X|6f|=3gjS=cnaxKlq4KlsZW zO0=gVdGhIKby)S~QfUQAx+rHWpmdx3YC&G{7aqdo`#> z5Q-y|NbRyp-_oJVvCF-hU!X`I`I;iEkB+A9U++j$u}-O6`<>Qy)3nJTgyD~7knLi~ zpAY!S3W~XiZnKczBW1XAQxaCQ%&Wxep}#yVi6BF=8Iv_Yr54L(2&S*DPv(QBe*B(A zC2PrQwX(FJHk)}Mdx!#s1~fO_p_nE>T_M$C8x_sT(vCrN@r40>jzYD=-Uv@C+OV`% z(i<(CX^9&n{EfqOUDQABK!?{nJnQU?55CEQl|m&g7OOf2`iC_`Dirf;H2 zPh+vWbJdqLIb*bup;w#hHK(A<+3?2C3~M!)Bv;%jq#h`h)^=4(>!X77!Q=({f(hf8 z*$2{Bu*dkyo2JMv1Nxc@3YJe-+K7;moSl92_V&W@jC@R z61?t{sSxp*4S*!5p>+-Y^q}v3XD_&HPOA3Y^BH*4)ev1t*WCEr3JR&^-cOpL{9_r? zBeLA8G|0C;8W4(t=SimSbRY2e{DZQEy!^9sEmt~5y48g&WDln}Vm55g=|n-#g|t53 zL22Yn`uT#BmCI~cm_=ma_PL!;N$nRlwS_u6vDn^-l}M8TDJI=LW@uH~tYWMIn3ff9 zy)iysDfCcVp1@8*HQ8*x*1#*Ixp{G-?fFNSPS?n! z29OmqLCScy+HZt3FTLVYaJGqrN3!}iz{!KOmsa|qSqYmP9l}%cIT~K42h&7{xu_46 z=*&oMsShYDEPKjmo2@v=7NH*RE8@g73tbZtevO$lBryFZovrCtMcmNt4?}kf)ygIY zrdc&mGugo4ota-@ku~BH3?Z=s$Isd=k%@k2Av;T0e_%&7D-7)SbK_C^l0s-KCLhv` zWHieLW>PDtbef`HD~Z>VnrGx9HEg7wWH}2s=w+MnqkYt61F}bu111u-f|eT-R@h&{KNOHWrNSrQv@~In{mAu8&N~~tn(P&FP2BZ~aLYO8c`$@KPOvw)Z zK1pFlk8EYEY}ku(Hi-$tn$FFx%Fah^US}Rg{|E!^*;+eLmsdK&MCj?@6%a2#A3$lo zwnjQM32ng!Fb`@)7+nT2A2w05cH52>yFM@)TQ_NL^&p!h6!A!lWn>%>B{~Ml@c`;p zX81!?F)aCDXjU7!p$Lg0DB0*vDW~!}XJM9nx3PyDvu|ImA~qK3O#)wBFkz0B!}oF9N@9DG?jWJv zF5<;V>UAAv-LzjHF`6l`A3vd3m)kHz3)k;RQCywnHo7>mM;Y_WQ;3;NoDne6*)soU z!wIcWB8S&}Yr(Z?*~5pFK2|_lTjJcl$zZrjr#+#`ymx z6J+p4!{e1y{RB(gX5V>419@KhF$dpBQ#hWkE{)RmBB|f`>q-(-sIPhr$~FOO z@r(%zKY!M=IY@qI>*wihD7ERl#B4*h@ldLLD)+Jn8CsF1txd3H7g5d-r>CH$v}|!_FizX9OXmFG zEOBnj^O`I*7q=`RBct^Wl~;_Tw*3oHsyB$yY-qg57wyE7;;sfzT=h9p9X}X@Cw+{` zg!JKj4E8x7I+*RL^Xj6#)cH9=+eXVzIry4}mOq;P-K#qH`U~%trqSBZ$(W#*utPGY zGaF=J^BrXu0a|fk%&}kD(RM@2?0mC=Fyy$}%^S=4tyZZWOR`a0S<=_3{D);`^GJP* z!L&!jSf`aKBbWcc4DU*oa=$S%F)DwMgE_H4WRrC!Gs)4SM!)M}F}q%+Yh zlx<@SSAM4wC7QRSpfSfgm+F7b=U5p`j-3U;yr0fr`NwFcG-pkAv(1i~EotXz%#$?* z_8+B@kFHtku(32ZgJLq?BGhxc=4eXx`Z?{--ZM+%*2E%vQz3g^=pFg3f7u*}o`RLr zE$aRNNiDyXuALg^+(%WP`xzUhUS90ml08^r&2E%m?B|*1KV*}J)T&fmX->mv8Lk^= zxnRnprV#H{STP=h4x{;*eS2oLIl{!)+wzJt1lt|a^;Jh+ z7-mQ&bL^tc&MeCBikOME7EDRq>+I?|88FLlc>TZ zz)SV#k*czf)h4}b&7Zz$o>|F%`%=cA*j9o%PdghgreF_Vd7OO-U^l+GIiBn3+% zdbH?BQRRg(0xQN|E&DPK+7IWH68(x!YgCLxOut>aNk=3mD^j9V&zQ@%_|&pYNhcy( z+0G2<=|;Q%=nv}HCwOQwuCKcIYo?_&_2~VbW(gv^1_`MK{QOLLA;uQ}f`$6LsfYdz z3k0XFC`68w-z+!HWdVk-)SRTo>)qFXd?&41n|keN?O38NJqY zNE;n2B_=uSeHeQ(I=G%JlLoVXR3N3#ZH#<2#)C+MQ6TGQK4GxEmI|60qI{yE9@^;~&!{c=xgSUzHds<4~K`9VP2J_zm0VG`(S zF-=Je>t?hyO@6@6DRuuP>en(YA!faOYIdZmU?E+ zTWk23hGx?Yw)teczAQou5YIyb{sZZieBU*^RWWW#>t*wY-MA^?O2V zt^~8EtA^3~)llEydp!L;f>1!I1)3ZU=zc9fEo9|pQc2SzD&9WQ zin{5yxrD+|M@g`eMW@~;HK^!`+RxY$+}|kmnLuV09;E+M9;yE0De%_Hi0dDBk)<>J zNGH|yTK1^6=3~%=hr*z*0JA4a59`Fx_)Oj@u_^Gs9D zrDdLKgj`wedrKBq`uUy$AN!53nT5bvQ@=onye7eD$t>wPAtLk|TdwA9y|HPK$uB>u z1^7=IQPnPatZB7~X8GhKvpJiu;14TMe{1_qBiSxW>lCP7aLJ~=wuJh~tO#+zR{{pT zLhjQUV(v7ulq-vYpHR)U3)5QH@CKmD>D9#>O-aMde=N>ioBL12>C+0!9)=-bj%237 zIFl>1K^jnez4AEU8{AFR2Bcr{A=;Baw1nQIFGB&@u z_v&BTPOZavl_MSNUt9n3Pe>|bnwB)D4^2%bS6HsNG`pL-oBc(FEX~f#iRI0lLiF0B zVXYJGg2rZx76Z1fMXq06?CIM$E)`y5!7+pCS7Z7=M3VgylGT0D7xP?`Y|$!StMqJc zna#vKRg{WSPk656{tp5~TDw-fQmf*tdCIzplmE*T)=jwlAD++@H3K6_=ZdfHcb7cA zQT5T7$xI=)NGmRsekC)zM{{{KY9lkoJb@dqU@IA05S)hp%$|c zhGQDVD-L2Wm2)(hexYmQMOTQyC)2}SW`h++z92jP{^nzPOHaNpo6uQN0L*B8Y&?^$ zU(IKdSYO9Dv7v?#(h+yosSy8>tyrX#tItj_{E>(Zw+FyGm*LYQ!Wi|KJ0`NVM!gsa z559bjoZ=Qo4SB{p#K24B3$k;|e1F}xGZaqV4(Nvgxc(9LCU$1Gc~V(AyB1wlx4KZ> zMrivyWKVWN?%n3Oq>bbBY!-%Wpfqh}slWqpo\n" "Language-Team: French\n" "Language: fr\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 +#: bookwyrm/forms.py:262 msgid "A user with this email already exists." msgstr "Cet email est déjà associé à un compte." -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "Un jour" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "Une semaine" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "Un mois" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "Sans expiration" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "{i} utilisations" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "Sans limite" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "Ordre de la liste" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "Titre du livre" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Note" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "Trier par" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "Ordre croissant" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "Ordre décroissant" @@ -152,6 +152,22 @@ msgstr "nom du compte :" msgid "A user with that username already exists." msgstr "Ce nom est déjà associé à un compte." +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "Critiques" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "Mon fil d’actualité" @@ -226,47 +242,51 @@ msgstr "Erreur côté serveur" msgid "Something went wrong! Sorry about that." msgstr "Une erreur s’est produite ; désolé !" -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "Modifier l’auteur ou autrice" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "Pseudonymes :" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "Naissance :" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "Décès :" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "Wikipedia" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "Voir l’enregistrement ISNI" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "Voir sur OpenLibrary" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "Voir sur Inventaire" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "Voir sur LibraryThing" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "Voir sur Goodreads" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "Livres de %(name)s" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "Modifier l’auteur ou l’autrice :" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "Ajouté :" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "Mis à jour :" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "Dernière modification par :" @@ -346,7 +366,7 @@ msgstr "Clé Goodreads :" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "Enregistrer" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -444,10 +464,6 @@ msgstr "Créer" msgid "You don't have any reading activity for this book." msgstr "Vous n’avez aucune activité de lecture pour ce livre" -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "Critiques" - #: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "Vos critiques" @@ -512,56 +528,60 @@ msgstr "Charger une couverture :" msgid "Load cover from url:" msgstr "Charger la couverture depuis une URL :" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Modifier « %(book_title)s »" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "Ajouter un livre" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "Confirmer les informations de ce livre" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "Est‑ce que l’auteur/autrice « %(name)s » existe déjà ?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "Est-ce que \"%(name)s\" fait partie de ces auteurs ou autrices ?" -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "Auteur/autrice de %(book_title)s" +#: bookwyrm/templates/book/edit/edit_book.html:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "Auteur ou autrice de " -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "Trouver plus d’informations sur isni.org" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "Il s’agit d’un nouvel auteur ou d’une nouvelle autrice." -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "Création d’un nouvel auteur/autrice : %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 msgid "Is this an edition of an existing work?" msgstr "Est‑ce l’édition d’un ouvrage existant ?" -#: bookwyrm/templates/book/edit/edit_book.html:90 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "Il s’agit d’un nouvel ouvrage." -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "Confirmer" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Retour" @@ -1015,6 +1035,22 @@ msgstr "Vous avez reçu une invitation à rejoindre %(site_name)s ! Cliquez le msgid "Learn more about %(site_name)s:" msgstr "En savoir plus sur %(site_name)s :" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "@%(reporter)s a signalé un comportement de @%(reportee)s pour modération. " + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "Voir le signalement" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "Nouveau signalement pour %(site_name)s" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1057,15 +1093,31 @@ msgstr "Tous les messages" msgid "You have no messages right now." msgstr "Vous n’avez aucun message pour l’instant." -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "charger 0 statut(s) non lus" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "Aucune activité pour l’instant ! Abonnez‑vous à quelqu’un pour commencer" +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3841,7 +3893,7 @@ msgstr "Aucun·e abonné·e que vous suivez" msgid "File exceeds maximum size: 10MB" msgstr "Ce fichier dépasse la taille limite : 10 Mo" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr "%(title)s (%(subtitle)s)" diff --git a/locale/gl_ES/LC_MESSAGES/django.mo b/locale/gl_ES/LC_MESSAGES/django.mo index c8999f80404d6cb44fd86e16108a3b2469f6f5fc..39e6e907a42f2f0325af7b843100fe2719e7b134 100644 GIT binary patch delta 18900 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 y*5W3ZvA0ug3 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\n" "Language-Team: Galician\n" "Language: gl\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 -msgid "A user with this email already exists." -msgstr "Xa existe unha unsuaria con este email." - #: bookwyrm/forms.py:262 +msgid "A user with this email already exists." +msgstr "Xa existe unha usuaria con este email." + +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "Unha semana" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "Non caduca" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "Sen límite" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "Orde da listaxe" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "Título do libro" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Puntuación" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "Descendente" @@ -152,6 +152,22 @@ msgstr "nome de usuaria" msgid "A user with that username already exists." msgstr "Xa existe unha usuaria con ese nome." +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "Recensións" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "Comentarios" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "Citas" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "As outras cousas" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "Cronoloxía de Inicio" @@ -226,47 +242,51 @@ msgstr "Erro do servidor" msgid "Something went wrong! Sorry about that." msgstr "Algo fallou! Lamentámolo." -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "Editar Autora" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "Alias:" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "Nacemento:" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "Morte:" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "Wikipedia" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "Ver rexistro ISNI" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "Ver en OpenLibrary" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "Ver en Inventaire" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "Ver en LibraryThing" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "Ver en Goodreads" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "Libros de %(name)s" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "Editar autora:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "Engadida:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "Actualizada:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "Última edición por:" @@ -346,7 +366,7 @@ msgstr "Chave en Goodreads:" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "Gardar" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -444,10 +464,6 @@ msgstr "Crear" msgid "You don't have any reading activity for this book." msgstr "Non tes actividade lectora neste libro." -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "Recensións" - #: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "As túas recensións" @@ -512,56 +528,60 @@ msgstr "Subir portada:" msgid "Load cover from url:" msgstr "Cargar portada desde url:" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, 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 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "Engadir libro" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "Confirma info do libro" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "É \"%(name)s\" unha autora existente?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "É \"%(name)s\" un destas autoras?" -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "Autora de %(book_title)s" +#: bookwyrm/templates/book/edit/edit_book.html:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "Autora de " -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "Atopa máis información en isni.org" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "Esta é unha nova autora" -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "Creando nova autora: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 msgid "Is this an edition of an existing work?" msgstr "É esta a edición dun traballo existente?" -#: bookwyrm/templates/book/edit/edit_book.html:90 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "Este é un novo traballo" -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Atrás" @@ -1015,6 +1035,22 @@ msgstr "Foches convidada a unirte a %(site_name)s! Preme na ligazón para crear msgid "Learn more about %(site_name)s:" msgstr "Coñece máis acerca de %(site_name)s:" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "@%(reporter)s marcou o comportamento de @%(reportee)s para revisión. " + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "Ver denuncia" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "Nova denuncia en %(site_name)s" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1057,15 +1093,31 @@ msgstr "Tódalas mensaxes" msgid "You have no messages right now." msgstr "Non tes mensaxes por agora." -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "Axustes da cronoloxía" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "Gardados!" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "Gardar axustes" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "cargar 0 estado(s) non lidos" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "Non hai actividade por agora! Proba a seguir algunha persoa para comezar" +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "De xeito alternativo, podes activar máis tipos de estados" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3841,7 +3893,7 @@ msgstr "Sen seguidoras que ti segues" msgid "File exceeds maximum size: 10MB" msgstr "O ficheiro supera o tamaño máximo: 10MB" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr "%(title)s: %(subtitle)s" diff --git a/locale/lt_LT/LC_MESSAGES/django.mo b/locale/lt_LT/LC_MESSAGES/django.mo index 51e78110eb241a05ede43f759507de84e2492ebc..5e6f27c380d6b43a4334d32063624d26e96b5ddf 100644 GIT binary patch delta 18908 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 EU+wb?0ssI2 delta 18122 zcmYk^2YgT0|Htv0AQ2H6_J~A?y~Swky<*eadxcstYh7Ed8nLSOs@i;uR_!9C_G;~| zD6PHA|Mku}et-AzIG*Qx&bepadlUM5{6>yWdi`Az_ex08Sq@j3B#x5>-(_^1CP^LV zQZYpxr*Kur$%{oWEw;o;7>8wW3l_vD_&H{)<~VI|5N5_du_!)6^^>c*MI%2Cjj?*0XVKWS^%c^l8cEB^(0!!6nQaBTX@dXaXK7a72dS*C)RhEg18U+rw)QK z2(zNv7eaq5hefa!Y5_x0?M9;}J`=Uj`Hk3rb+nX#I@o}k&@R+W6HpWT-Fg-^!KM+Qf9&1$Dzb)XZ1m zEZm4ou^R83CU_6E@~5`^0kv|!FU&-OQ2l1d3|JM_pWE7IIwP;W(-YHTU(}2zpl+Cr zTKNXlgm$CaA4Ls(3bmzIP#xbwwR?bi7T%y%oU*C8FEer^t`km1XIccKu?*@d9*DZ( zBu>L?r~&#=srW!t$Kz1(xu^**wBKOmzHUZWa*KsEH? zUDQL94z;3OsAr=PYRgO6cqPe2UFvA)XI;cCU6mTB=>CmIcmqe`Iu;;!Kn7x(N)93Hc$rD zVNHz2R#*_{Vs}hHO{7>WGvP+44qKphqzCFK2ciZTWy@1h6Psttt56g2v||7D5bYz7 z1`|*dx`evnF6sTLc+ouzksQ%;W>FfXcI32Qmj#H*p&H?r}rsEPDO4Kx6?11{>}o?u;o zN%j73A`?c%R#b=QP&2)WdU)<*IC}FlSS!ko>bNLsWu;L^5QDm}J!(R+sGS&&I+|~6 zc`<528!;8*JKJsG5Nf5TRe@Jg9sh&sC}~Ht18Gn@l?64CLZ|^sp;lN6byTfU&r~d` zzk#+q4z)uw(N#zD$Y|hoSQLLot>gh}B~MW^PTtAz#DCm`oxGF*l=@CVdHo}iB6wJisCHt`IoBM3uHpfGB{vX~BQ zqjsh}YGVCRuloqpj?VAQ{%hd11oUuiu?=^k;)iU*Q>df3f$H!TYM>Nd%+_W=#dD$B zeTJG?Jyg54sGaI*9fUfPQ7#!DGSg8rnv2@1Rp^U5F&iGhT=*BNKCr7ff*hy;@}MSM z64g%y)PVI-&q8z54s=3Iv=6GCJDN;gGV!Rl;09`D-m&I}VAKtvs4XpoI{Rw2zP2rY zff}eK>i#aMi4DMHI0p4_PDCwWAx7x^_t*yKP&2%Q>fkPFXI^4fe2=~u+RbzriE5wE zmP?{KE{i3xA?lf!hy`&D>i&bM1s%i8djGGH$wJ^ACdZ83%@-{KRc>MJh$$%dK)p4C ztdlTtMOF{0zu!<3xNUucew06;cEs;Xc0})gAQ^2{cGT7uL7jOC)J&VA2JD79f?=o~ znu*$(Wmo|Bp(gwY*;?l{>aEGr!`vT*>aRK$!e;1dMiXpBymbZo6W@m6_$z9Kw=gfh zM!iNkdYTDTK=soG)h-sb)x%LM9fvx~$rym~m=c%twD13V0=i)vs-xYgl^jA&#W{rq zv1~8X;g_hLibMTeABcfC4fWbBM)kJ|i{Z~$0Ux6JE!f*ksAO;UUjvpSAZws*Y>1j^ zbJS0{uBfdXje3f|Lv7^-Ti%OW;aSXxmrxUXf!eXaKBoU@)WoZxcA%zfGoPbAy&X_n zI2$#QHK-YTtUGM{0Hz{-6a(=RM&bio9};Ko&xE=^0)sIhYN2IO6LzbU(OK8U5NwV) zum|dlXP^dHk9zudq0aOWs)OUG0nVXTcGbpjp%(BrYNAiEGEo=wssD4Kc zd>+;Q;Xw9ZGkQ%R65pe4$T7&QpcrbP(x?^Gz#bTb+L`UvUr`G=g4(%L7=jlt2p^*Q zd5?Pf{l7A%{fhI~mWL70j4EPUtb>|R2ULd>P%D^@n&2YT1lFTE+=dx(FXqCFm=BW- zHlN}`sD2uv+BZi{tfNatTiPGB<>N6O&cQHTk9zHnp(c19HIdt>4xgg#dy6_c{~@Lv zg6SzopdP+xRQqo?IxFqUfu8vwjjI{}BM_Z%r?`rLhfsEx0BBR&hYt)VNQ9H51mUo~!IAF`i zQCs*YYT!Gl`(B_1_<*YS9mzeI7PX*@*aGjM>MM<6|F!k?$;eiy9q5J{&_#7T0V8mR zjc-Biz;4ve9Kc+71l9hT^*_|Z?K9fEH5o91axPo0HJbg`L)DCc2JVHL*%;J~Gf-!> z+}3YH?bH#})?Y)ldw?4FJ%*z181vLeq81i|ns77J4zh4pm-2lW9sqdH>Ef%N_jdq#QiRrFf!@C zHvfiO67x~sjD_(EYJ!0i%tRtFl5%m>1X`fphP9}jd5QVaf1+7=DNI4RDr(2-+j2{c zqwIDeqle;xttc_ctgs^LOIHtdV{6nzx}hdK0=2b^u`#YgJqzBGO~-y1LwP9X#Y313 zpP?_l!8&^Xy{DMJfYe6<&LY$nJw$H||Hk|iYjzBw+yvE8SJct;#N;>}brj<=xRIOobZ1?%YjKWPJD)A;^V(E-)r3apLm(I4Mn4EjtrHbT`e#=`gjt6=C1 zvm@=T+prPwl=0^86>U)q`4$5h-&sp09JixZb`dp!>!_`|Z{treALUop95Z=CDAz}| zzlqK90T#gOv&@n7M?LLBu`SL<_4^XtC^8?&@D+8UW}A*STYtf9#P_4#+dJ5lGx3{a zR@DAm^HXdq5^@rdO>o-Gq=X|rf_i+Eq&ydsVFK!@J&L|~&3YGuC_l1guQlcw z^0S7Z+GoaenBA76k?)1;R3f9NwKO=FYX*+QB9zOZANEX)bC`q3Xogc!1J6O7`S-Sb5K~eLI*q<1bMYOuEk8 zp8@ky&W(B|8lfgM5)-!`BPee`e?3g6l))>gj_;!;^cp*$*Lw5QtP_@{JQ+37!>Ic% z;J0`OJvd^687OL_dH-u*3gY!pJKY@hkaj>foXl`CnQ@VA@C#~-_M^`J7>3~))RsR( zt-yDa`LUfBLn)U>O{f*7#8}jT18m$yO?;BA|85iKuNzho&_F+;&TKmd<0)){w@`0E z^k(zk&q7`RXASZYISpC125g2JptCIxz%-Ocqjq$zEiXnbaEpiiPfcbwfmC=JRlb30 z@WSf+Xdbc@sEK7pZD|420!pDKP{o!TpmwYkYC*%Svrx~%It<4Imy8CyYb)L%-v%e$ z7Bl1Rn1S*>)QuNWTlyUJfq9RbXy&bE2P0Aa;g054{1}b3y z4I84)v@NE`E;jC>&UOlFYZssf+=&`60X5J?TYi9PDLX%#hc=xx59;+UgJJrZw;-c| zhG0gFN4*W}upJ&k?LfZm=Bz8A28=<)+oC4i-sve6`T@2)9y3rs&z3#bgQ$VeV{v?idOHg4H1TLu|IJVn z>#>vl*Vc?Cpp{NTJ+%u_6IzElnq3%*=TH-ShHCG-%d}66iswKLP!cm?ZPbo*M(td0 zTR#Z(a8BOE{_70q5YUX)+J^fu7v;mKfu5kw*x7AX;)|-!iQ3w_sQT8n+zIt8^+$c! zrlKY`%hvy3<3GD(G_&2PvrItk$O%-3mu>tOYK0F`Tkq^KE6j*mVHE0_D2LkeCa4{3 zhgmTWb=1>Q{VYT6th<$r8XiLpcoj9%JE)y`gHaf`*G#kuYNujQD{PN?|A*T8MW}wh zNA1jdRR6nB6FZKY$VKExUFV^#@ZV>CyrxI(L>6l#Y6}ZuHH<>7cnD^}v8ZQeDe6o& zVL0wU4Rjf`pnp;All*Gx!!cOze?>BSxEi6hwhyYKiKvOpLLJdU)W9oITfGqrU;=7@ z=cpa?+i!L#D=Hp^ir28Vvc{nw<2&QYXlth1iUq2mycu;?J5W#aaa6nem=9lIPK-EU z2B?XuZ;fi-4YdPfZT%e7(X2%+$b+uV@E0<=;Vf#49${k)IB0$sY>!&O*QgaOK(*h5 zn&=Vq!E>lHzl<8-A*$VT)O|q-Wv#ZT&pd!?O&v6F;Kf zjsz@&XHZ8K{F_;M7SxJ!qvFx1qpgbNumfr$OEE8Q{f+(iC3BsCW_}N~Bd<|UdFn%E z0(r0s;1m7O07IM|IE_ zwdE5r87{)yxB|6P$51N7W6r4CtG7m?1z3h5>x2?pG3x= zz-$b_rKZB!h+6qC=!1JPIsS%&@g$bVm}BPOh9{#so`#V)4>j-})I`tO`bVhy-e8R0 z|LEi9EXE@<8n7{0=6nBjz3c{J)M8ltwgGiu_4P!n=dJG27x z;Z96^|L>8}z)w+U`X04)!6(huX2evKV^9-nf!eWH)P4P}BT)BGLQP~L7QoG@{;r`G zau>BzkI~Ic<}Dd@l>U@y7=db-7u8WQ%#PJjPkDC?#xbb-W}{ZR1U1kq)C4!$`W>jV zPe47~XD}T9KE?hwB$M*AxuFdPQSOc!U?^(E-=LoQ`L=!=YT(~c9iPSsyoPF@{3b zs3hvgZWUC!4yb{rqXu4vn(%s;j5YN59DOY0yEp*#jPfjOv& zu0bte3-=aMOhp?0zuYNa($--{Ngof(1|aXAJtzO##rZa9wmX>|+rEO=iwOJp(d9WMmVVjAexE9slVbsJInZq9oYvP_q)pew*UXXR#)6dVV>G&`PwsZq+j9+TqW5)k6fwA&@|V|LduBJx z78b*-R8+-A*b&p>PpAnTL%oKVQP03VTYiCBx%W-epFe6LVW^#qLhVE}s-LQ;9c}E| ziuS0Ed!V-JE7U_W5w&H@QCqzp_0Sze4R`@{L^o~xZ`8maQ2nL3WhNSqdKe4fX{=z& zZkpTXZ@IZp9Zx_#ObbvqY(O2wKGd0BLrw4z>b>^5W7-!&JsTBK6RLrF$m*jeIt=!r`y3NC#F|*(Z}U&J12HY*JD14l1M>vyqyGc56D@H#yN2$IR>ByT?O`%(V3pWzIYv*W0QYP!;PqccA<{w80x;8 zs4ahjdC~8Y+1e=VNVyv72-e^T^xzDPddy$>G2t=$uPv0X+DMemGJly{w;Z^>JJ@ZcI$z3)47 zUrE#vx)sR$OQxQ!DF2_CPz@ZZ1{j21@687#1S2SC#W1XhIucz;Ni)3@vrYiPilm_w zHBmj7MM+w9586zp?rU$(eg|4H79{95h_!rtDT{}D1j*M@&inOuW zl-rWNCwADzRNss=lDPi!Tt4E5@FrFuewoyVaudqwN%P5PCFwbF%koDx3K>bdI#Jej znpA|e$(BQ?KcfnJZN`NaaZ?yW3b6^0jTg3T^m0J2i;ugYpGQSA-p)J#k&7afiL&f@G z?I+orauVCl_|7E)g(!Ty^tYA}+xQ29S#5q5j;CD#CeW398|wB`u1tOk>NDM$JU{%L z$CNvfK3;#4FJ;TQ>`tj}y%+o6lFVusm;8oXIBs ztmj9(^VGIEjaO~{S8T)>JunsC$G)U|I)7ca3C57VC7mFhCQTyg8cf6LcnJ5B#*lha z-bC_cH3dlriM1mAK+=^Rr<-izp9A=_J}ED4E7>+b)4%(K;4lIODXg&r_OT7_Q;wv5 zw~eRAdp1wlS^7zS6y;^4)He2#K0c88ebUCC@*>g>CED_X&#eEbZY21XZG3>TA2Y2$ z>|653i08I-wIp}G}Xpt5Z^!wW74a! zn4LUXX9VqZ<-mI!>@UX+Mn`*ba3=3S!}y-F8-(at_MVXj7CliBy(Y zO3X`2M!Un*FD3OQz6!?^uZRyRufYqbUl#J|+@e+B8fkF$)7Z-ncAVI3%C&JW>KaG; zP*PUf_)^Y~u{d6pT(xO8ko1)Nz{Ch2G1}|*JzY7d%Vqm=hmsjUYDYzMVm04o%H8aw zej%@GH>p8l&is*%cq%)|k+#hT?wLzkOp~dk#>6wwM!!E!ux+-G*ENrH_T&5CnVUjr z_$Ah%A`gw*klv6UQC>_up8Rmswa@UsKL^`*bL%W>7TDUo#7@}!1N!*Iwi%1R>HV)k zWt0sL!hxhaG<-~aH0qj0fo7R_zGD>r2#f7RaHi~Mr(eesy>U<~L2|oMagH>Z6idZgg1Y`8|M4ops*96`6Zo3+Gi?jl%0sx7)SmXw zh`%9!m-H{?L3j$EV=GcY(ge~*lCA)qe-D#){-&W1DHG`t9i6xFW#n~bW&*mtq@0a5 zZ81OP0P>eeOUU;}T{ZC;sje-D(>ANAau(WHGpwldzeB|-8tD4mx&Z&8?2YBI3yn+K z8`Z7>`OVa|Bz2^GQ$emTi2p=PS4q4@ISmsJBJCpf8L_dXK=NPVU;6%EBI#O3<2g2; z+q!~S8Si))Y#FLU=OPfsiALS~aj6oCE*+n1;l}qpm4JO+Luc&Q7c_%51 zbbyqTSZ>-jB>(9(jeGhLh_XQ+>Vs`RFNn>x@wCJjkq@R1Kk_T}{_Fqw#Fxf@6R`I< zBgmg8y(Rr;Z@!M@DPO?9X!sR&BGpqn%tI`@?O-3V*CbspNk5W*Oe&lhF@HqBJUxxy zkV(!YbR9D|Cum&BcBYV*?M!(O`JLXLoYgL*@TwT^wJM{hO@r8^p7%|bddF9tmENHa%|nCo|ir5 z`FQ5{OP4gDqtmF}fKDC5V`$aab7oLT%J`RKZhG#F?VUPBkpe|O3olYEx_B{9+i!CR z$1kau!Ea*;^uh$=(}Y z?L1@lrB0T&SzNpD8zUA*=I+_9N2fe}Z;Y59-l@xAM(p3KTf3h9V*CDoKl>8gWS;g% neUp3ooXy}9zvyCm&%TSB0^+CM3-{{p*?6ytm&gC_0qOn^afUWq diff --git a/locale/lt_LT/LC_MESSAGES/django.po b/locale/lt_LT/LC_MESSAGES/django.po index d2ec3298..db956d3b 100644 --- a/locale/lt_LT/LC_MESSAGES/django.po +++ b/locale/lt_LT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-17 18:03+0000\n" -"PO-Revision-Date: 2021-11-29 13:53\n" +"POT-Creation-Date: 2021-12-02 18:24+0000\n" +"PO-Revision-Date: 2021-12-04 18:09\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Lithuanian\n" "Language: lt\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 +#: bookwyrm/forms.py:262 msgid "A user with this email already exists." msgstr "Vartotojas su šiuo el. pašto adresu jau yra." -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "Diena" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "Savaitė" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "Mėnuo" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "Galiojimas nesibaigia" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "{i} naudoja" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "Neribota" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "Kaip pridėta į sąrašą" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "Knygos antraštė" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Įvertinimas" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "Rūšiuoti pagal" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "Didėjančia tvarka" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "Mažėjančia tvarka" @@ -152,6 +152,22 @@ msgstr "naudotojo vardas" msgid "A user with that username already exists." msgstr "Toks naudotojo vardas jau egzistuoja." +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "Apžvalgos" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "Komentarai" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "Citatos" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "Visa kita" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "Pagrindinė siena" @@ -226,47 +242,51 @@ msgstr "Serverio klaida" msgid "Something went wrong! Sorry about that." msgstr "Kažkas nepavyko. Atsiprašome." -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "Keisti autorių" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "Pseudonimai:" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "Gimęs:" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "Mirė:" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "Wikipedia" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "Peržiūrėti ISNI įrašą" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "Žiūrėti „OpenLibrary“" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "Žiūrėti „Inventaire“" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "Žiūrėti „LibraryThing“" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "Žiūrėti „Goodreads“" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "%(name)s knygos" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "Keisti autorių:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "Pridėta:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "Atnaujinta:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "Pastarąjį kartą redagavo:" @@ -346,7 +366,7 @@ msgstr "„Goodreads“ raktas:" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "Išsaugoti" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -446,10 +466,6 @@ msgstr "Kurti" msgid "You don't have any reading activity for this book." msgstr "Šios knygos neskaitote." -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "Apžvalgos" - #: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "Tavo atsiliepimai" @@ -514,56 +530,60 @@ msgstr "Įkelti viršelį:" msgid "Load cover from url:" msgstr "Įkelti viršelį iš url:" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Redaguoti „%(book_title)s“" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "Pridėti knygą" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "Patvirtinti knygos informaciją" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "Yra „%(name)s“ egzistuojantis autorius?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "Ar \"%(name)s\" yra vienas iš šių autorių?" -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "%(book_title)s autorius" +#: bookwyrm/templates/book/edit/edit_book.html:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "Autorius " -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "Daugiau informacijos isni.org" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "Tai naujas autorius" -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "Kuriamas naujas autorius: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 msgid "Is this an edition of an existing work?" msgstr "Ar tai egzistuojančio darbo leidimas?" -#: bookwyrm/templates/book/edit/edit_book.html:90 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "Tai naujas darbas" -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "Patvirtinti" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Atgal" @@ -1021,6 +1041,22 @@ msgstr "Esate pakviesti prisijungti prie %(site_name)s! Spauskite nuorodą žemi msgid "Learn more about %(site_name)s:" msgstr "Sužinoti daugiau apie %(site_name)s:" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "@%(reporter)s pranešė apie netinkamą @%(reportee)s veiklą. " + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "Peržiūrėti raportą" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "Naujas %(site_name)s pranešimas" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1063,15 +1099,31 @@ msgstr "Visos žinutės" msgid "You have no messages right now." msgstr "Neturite žinučių." -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "Srauto nustatymai" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "Išsaugota!" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "Išsaugoti nustatymus" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "įkelti 0 neperskaitytų būsena" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "Šiuo metu įrašų nėra. Norėdami matyti, sekite narį." +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "Taip pat galite pasirinkti daugiau būsenos tipų" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3811,7 +3863,7 @@ msgstr "%(username)s neturi sekėjų" #: bookwyrm/templates/user/relationships/following.html:6 #: bookwyrm/templates/user/relationships/layout.html:15 msgid "Following" -msgstr "Sekama" +msgstr "Sekami" #: bookwyrm/templates/user/relationships/following.html:12 #, python-format @@ -3825,7 +3877,7 @@ msgstr "Redaguoti paskyrą" #: bookwyrm/templates/user/user.html:33 #, python-format msgid "View all %(size)s" -msgstr "Žiūrėti visus %(size)s" +msgstr "Žiūrėti visas %(size)s" #: bookwyrm/templates/user/user.html:46 msgid "View all books" @@ -3879,7 +3931,7 @@ msgstr "Jūs kartu nieko nesekate" msgid "File exceeds maximum size: 10MB" msgstr "Failas viršijo maksimalų dydį: 10 MB" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr "%(title)s: %(subtitle)s" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index ea48a5e7afd1558dd11af9e0f9a39a6d8a0abbd2..cec040992a771e771dd5e1a5eb07657998933e67 100644 GIT binary patch delta 18896 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 Ix!J-014F9;K>z>% delta 18086 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 diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index ad50793e..edb6926a 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-17 18:03+0000\n" -"PO-Revision-Date: 2021-11-17 23:52\n" +"POT-Creation-Date: 2021-12-02 18:24+0000\n" +"PO-Revision-Date: 2021-12-02 21:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 +#: bookwyrm/forms.py:262 msgid "A user with this email already exists." msgstr "Já existe um usuário com este endereço de e-mail." -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "Um dia" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "Uma semana" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "Um mês" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "Não expira" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "Ilimitado" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "Ordem de inserção" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "Título do livro" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Avaliação" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "Organizar por" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "Crescente" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "Decrescente" @@ -152,6 +152,22 @@ msgstr "nome de usuário" msgid "A user with that username already exists." msgstr "Já existe um usuário com este nome." +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "Resenhas" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "Comentários" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "Citações" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "Todo o resto" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "Linha do tempo" @@ -226,47 +242,51 @@ msgstr "Erro no servidor" msgid "Something went wrong! Sorry about that." msgstr "Algo deu errado! Foi mal." -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "Editar autor" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "Pseudônimos:" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "Nascimento:" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "Morte:" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "Wikipédia" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "Ver registro ISNI" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "Ver na OpenLibrary" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "Ver no Inventaire" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "Ver no LibraryThing" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "Ver no Goodreads" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "Livros de %(name)s" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "Editar autor:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "Adicionado:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "Atualizado:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "Editado pela última vez por:" @@ -346,7 +366,7 @@ msgstr "Chave Goodreads:" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "Salvar" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -444,10 +464,6 @@ msgstr "Criar" msgid "You don't have any reading activity for this book." msgstr "Você ainda não registrou seu progresso para este livro." -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "Resenhas" - #: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "Suas resenhas" @@ -512,56 +528,60 @@ msgstr "Enviar capa:" msgid "Load cover from url:" msgstr "Carregar capa do endereço:" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, 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 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "Adicionar livro" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "Confirmar informações do livro" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "\"%(name)s\" é um autor já registrado?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "\"%(name)s\" é uma das pessoas citadas abaixo?" -#: 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:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "Autor de " -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "Conheça mais em isni.org" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "Novo autor" -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "Criando um novo autor: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 msgid "Is this an edition of an existing work?" msgstr "É uma edição de uma obra já registrada?" -#: bookwyrm/templates/book/edit/edit_book.html:90 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "É uma nova obra" -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Voltar" @@ -1015,6 +1035,22 @@ msgstr "Você recebeu um convite para juntar-se a %(site_name)s! Clique no link msgid "Learn more about %(site_name)s:" msgstr "Saiba mais sobre %(site_name)s:" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "@%(reporter)s sinalizou o comportamento de @%(reportee)s para moderação. " + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "Ver denúncia" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "Nova denúncia em %(site_name)s" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1057,15 +1093,31 @@ msgstr "Todas as mensagens" msgid "You have no messages right now." msgstr "Você não tem mensagens." -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "Configurações das atualizações" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "Salvo!" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "Salvar configurações" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "carregar 0 publicações não lida(s)" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "Não há nenhuma atividade! Tente seguir um usuário para começar" +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "Uma outra opção é habilitar mais tipos de publicação" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3841,7 +3893,7 @@ msgstr "Nenhum seguidor que você segue" msgid "File exceeds maximum size: 10MB" msgstr "Arquivo excede o tamanho máximo: 10MB" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr "%(title)s: %(subtitle)s" diff --git a/locale/zh_Hans/LC_MESSAGES/django.mo b/locale/zh_Hans/LC_MESSAGES/django.mo index 3e559018804034a297286bed7c8c6828714c49c4..1d1227f8092b70c68bb692fb532759090142aa83 100644 GIT binary patch delta 16954 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�tCHYlAK z8#*f1&hb0|KTm9y89V9CAQL{NbWo(3HYF~vdrH*( zI^{hn^D@#pK;Md&1`1EXVoyHW-T!nW*;_N=7eW@<~Gh@qUPT- zqZV|_l@>SNYc?&ck-2H%;-EqfPq+5l8|_I-G#CBV^EjiU#wVr3nSU;-W+uH77W`B( z($x5?Sl7I~IK4z%V$>-0=)_0y%)0r^3d^ns<#EQPb3oDRv!KJn#QXz470B$dJSZs0 zF&le?>9b|hR-CDlp6X3WjN;|wRUE@(U#D|)ofmjxIiE;Ry@>h|^-c9vb$#_3)@e}B zQ?FiR<0jA4&*UOlWGfmb#-vBZ zcHj1RkCLysQ4Xt8X6Nmc4IgxO3;k+^mK3ZXQ{1 zd(NV)mHYkkH)fwanf2P%thEOz-Z?SNM7&nj9gpS9I|v2%e*-qj%UyIrS(3T7?a@1MQ;*8D?R z8Pm+V-P3c=p5@Ep)msA151W+zqs^cDr(#byks(;-MH+J*Lo*Nm{9sl72ZrMCM5@G5e?Once;&@(` zs5m~Jo!dt`x2I=h?>o%@vfi9-&K%v@<#1;9$=%s=GW~N`WpCQyKepobj2)cr?TmT; zB`g2$NBriIU3LKE-u^nzkAKUW|6kik=hlkVJajyQH;*6wzu$B-;&{pDZtdRv*H_$=y=h_OU!Uq! zPu9GQ>{nJX`ct3x|NXjWrXBAVWFDP(#yop6By2s>MnRY77966O#KI_0H=700#MlCmU2Sd4;?2K7v-06~;`%kx} z^E3BM{j*g}$+Is7@0)#VSlg@-d``D`!s14 ipZI?&!l#3*yLY#auO{}4xt_HvKV4X literal 59480 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 N=QYFgZu%C+{{tJMi$wqc diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index e52dfc4f..74067a98 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-17 18:03+0000\n" -"PO-Revision-Date: 2021-11-29 09:31\n" +"POT-Creation-Date: 2021-12-02 18:24+0000\n" +"PO-Revision-Date: 2021-12-02 21:41\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Simplified\n" "Language: zh\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 +#: bookwyrm/forms.py:262 msgid "A user with this email already exists." msgstr "已经存在使用该邮箱的用户。" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "一周" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "一个月" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "{i} 次使用" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "列表顺序" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "书名" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "评价" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "降序" @@ -152,6 +152,22 @@ msgstr "用户名" msgid "A user with that username already exists." msgstr "已经存在使用该用户名的用户。" +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "书评" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "主页时间线" @@ -226,47 +242,51 @@ msgstr "服务器错误" msgid "Something went wrong! Sorry about that." msgstr "某些东西出错了!对不起啦。" -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "编辑作者" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "别名:" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "出生:" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "逝世:" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "维基百科" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "在 OpenLibrary 查看" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "在 Inventaire 查看" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "在 LibraryThing 查看" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "在 Goodreads 查看" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "%(name)s 所著的书" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "编辑作者:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "添加了:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "更新了:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "最后编辑人:" @@ -346,7 +366,7 @@ msgstr "Goodreads key:" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "保存" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -443,10 +463,6 @@ msgstr "创建" msgid "You don't have any reading activity for this book." msgstr "你还没有任何这本书的阅读活动。" -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "书评" - #: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "你的书评" @@ -511,56 +527,60 @@ msgstr "上传封面:" msgid "Load cover from url:" msgstr "从网址加载封面:" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "编辑《%(book_title)s》" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "添加书目" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "确认书目信息" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "“%(name)s” 是已存在的作者吗?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "" -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "%(book_title)s 的作者" +#: bookwyrm/templates/book/edit/edit_book.html:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "" -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "这是一位新的作者" -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "正在创建新的作者: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 msgid "Is this an edition of an existing work?" msgstr "这是已存在的作品的一个版本吗?" -#: bookwyrm/templates/book/edit/edit_book.html:90 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "这是一个新的作品。" -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "确认" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "返回" @@ -1012,6 +1032,22 @@ msgstr "你受邀请加入 %(site_name)s!点击下面的连接来创建帐号 msgid "Learn more about %(site_name)s:" msgstr "进一步了解 %(site_name)s" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "" + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1054,15 +1090,31 @@ msgstr "所有消息" msgid "You have no messages right now." msgstr "你现在没有消息。" -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "加载 0 条未读状态" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "现在还没有任何活动!尝试从关注一个用户开始吧" +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3822,7 +3874,7 @@ msgstr "没有你关注的关注者" msgid "File exceeds maximum size: 10MB" msgstr "文件超过了最大大小: 10MB" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr "%(title)s:%(subtitle)s" diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index 4ca2a071..ffca0116 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-17 18:03+0000\n" -"PO-Revision-Date: 2021-11-17 18:41\n" +"POT-Creation-Date: 2021-12-02 18:24+0000\n" +"PO-Revision-Date: 2021-12-02 21:41\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Traditional\n" "Language: zh\n" @@ -17,58 +17,58 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:248 +#: bookwyrm/forms.py:262 msgid "A user with this email already exists." msgstr "已經存在使用該郵箱的使用者。" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:276 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:277 msgid "One Week" msgstr "一週" -#: bookwyrm/forms.py:264 +#: bookwyrm/forms.py:278 msgid "One Month" msgstr "一個月" -#: bookwyrm/forms.py:265 +#: bookwyrm/forms.py:279 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:269 +#: bookwyrm/forms.py:283 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms.py:270 +#: bookwyrm/forms.py:284 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:338 +#: bookwyrm/forms.py:352 msgid "List Order" msgstr "列表順序" -#: bookwyrm/forms.py:339 +#: bookwyrm/forms.py:353 msgid "Book Title" msgstr "書名" -#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149 +#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149 #: bookwyrm/templates/shelf/shelf.html:181 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "評價" -#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110 +#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:346 +#: bookwyrm/forms.py:360 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:347 +#: bookwyrm/forms.py:361 msgid "Descending" msgstr "降序" @@ -152,6 +152,22 @@ msgstr "使用者名稱" msgid "A user with that username already exists." msgstr "已經存在使用該名稱的使用者。" +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218 +msgid "Reviews" +msgstr "書評" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "" + #: bookwyrm/settings.py:118 msgid "Home Timeline" msgstr "主頁時間線" @@ -226,47 +242,51 @@ msgstr "伺服器錯誤" msgid "Something went wrong! Sorry about that." msgstr "某些東西出錯了!抱歉。" -#: bookwyrm/templates/author/author.html:17 #: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 msgid "Edit Author" msgstr "編輯作者" -#: bookwyrm/templates/author/author.html:34 +#: bookwyrm/templates/author/author.html:35 #: bookwyrm/templates/author/edit_author.html:43 msgid "Aliases:" msgstr "別名:" -#: bookwyrm/templates/author/author.html:45 +#: bookwyrm/templates/author/author.html:46 msgid "Born:" msgstr "出生:" -#: bookwyrm/templates/author/author.html:52 +#: bookwyrm/templates/author/author.html:53 msgid "Died:" msgstr "逝世:" -#: bookwyrm/templates/author/author.html:61 +#: bookwyrm/templates/author/author.html:62 msgid "Wikipedia" msgstr "維基百科" -#: bookwyrm/templates/author/author.html:69 +#: bookwyrm/templates/author/author.html:70 +msgid "View ISNI record" +msgstr "" + +#: bookwyrm/templates/author/author.html:78 #: bookwyrm/templates/book/book.html:94 msgid "View on OpenLibrary" msgstr "在 OpenLibrary 檢視" -#: bookwyrm/templates/author/author.html:77 +#: bookwyrm/templates/author/author.html:86 #: bookwyrm/templates/book/book.html:97 msgid "View on Inventaire" msgstr "在 Inventaire 檢視" -#: bookwyrm/templates/author/author.html:85 +#: bookwyrm/templates/author/author.html:94 msgid "View on LibraryThing" msgstr "" -#: bookwyrm/templates/author/author.html:93 +#: bookwyrm/templates/author/author.html:102 msgid "View on Goodreads" msgstr "" -#: bookwyrm/templates/author/author.html:108 +#: bookwyrm/templates/author/author.html:117 #, python-format msgid "Books by %(name)s" msgstr "%(name)s 所著的書" @@ -276,17 +296,17 @@ msgid "Edit Author:" msgstr "編輯作者:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:18 +#: bookwyrm/templates/book/edit/edit_book.html:19 msgid "Added:" msgstr "新增了:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:21 +#: bookwyrm/templates/book/edit/edit_book.html:22 msgid "Updated:" msgstr "更新了:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:25 +#: bookwyrm/templates/book/edit/edit_book.html:26 msgid "Last edited by:" msgstr "最後編輯者:" @@ -346,7 +366,7 @@ msgstr "Goodreads key:" #: bookwyrm/templates/author/edit_author.html:118 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/groups/form.html:24 #: bookwyrm/templates/lists/bookmark_button.html:15 @@ -365,8 +385,8 @@ msgstr "儲存" #: bookwyrm/templates/author/edit_author.html:119 #: 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:112 -#: bookwyrm/templates/book/edit/edit_book.html:115 +#: bookwyrm/templates/book/edit/edit_book.html:123 +#: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/groups/delete_group_modal.html:17 #: bookwyrm/templates/lists/delete_list_modal.html:17 @@ -443,10 +463,6 @@ msgstr "建立" msgid "You don't have any reading activity for this book." msgstr "你還未閱讀這本書。" -#: bookwyrm/templates/book/book.html:218 -msgid "Reviews" -msgstr "書評" - #: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "你的書評" @@ -511,56 +527,60 @@ msgstr "上載封面:" msgid "Load cover from url:" msgstr "從網址載入封面:" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:12 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "編輯 \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:5 -#: bookwyrm/templates/book/edit/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:6 +#: bookwyrm/templates/book/edit/edit_book.html:14 msgid "Add Book" msgstr "新增書目" -#: bookwyrm/templates/book/edit/edit_book.html:47 +#: bookwyrm/templates/book/edit/edit_book.html:48 msgid "Confirm Book Info" msgstr "確認書目資料" -#: bookwyrm/templates/book/edit/edit_book.html:55 +#: bookwyrm/templates/book/edit/edit_book.html:56 #, python-format -msgid "Is \"%(name)s\" an existing author?" -msgstr "\"%(name)s\" 是已存在的作者嗎?" +msgid "Is \"%(name)s\" one of these authors?" +msgstr "" -#: bookwyrm/templates/book/edit/edit_book.html:64 -#, python-format -msgid "Author of %(book_title)s" -msgstr "%(book_title)s 的作者" +#: bookwyrm/templates/book/edit/edit_book.html:67 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Author of " +msgstr "" -#: bookwyrm/templates/book/edit/edit_book.html:68 +#: bookwyrm/templates/book/edit/edit_book.html:69 +msgid "Find more information at isni.org" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book.html:79 msgid "This is a new author" msgstr "這是一位新的作者" -#: bookwyrm/templates/book/edit/edit_book.html:75 +#: bookwyrm/templates/book/edit/edit_book.html:86 #, python-format msgid "Creating a new author: %(name)s" msgstr "正在建立新的作者: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:93 msgid "Is this an edition of an existing work?" msgstr "這是已存在的作品的另一個版本嗎?" -#: bookwyrm/templates/book/edit/edit_book.html:90 +#: bookwyrm/templates/book/edit/edit_book.html:101 msgid "This is a new work" msgstr "這是一個新的作品。" -#: bookwyrm/templates/book/edit/edit_book.html:97 +#: bookwyrm/templates/book/edit/edit_book.html:108 #: bookwyrm/templates/groups/members.html:16 #: bookwyrm/templates/landing/password_reset.html:30 #: bookwyrm/templates/snippets/remove_from_group_button.html:16 msgid "Confirm" msgstr "確認" -#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "返回" @@ -1012,6 +1032,22 @@ msgstr "你受邀請加入 %(site_name)s!點選下面的連結來建立帳號 msgid "Learn more about %(site_name)s:" msgstr "" +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "" + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "" + #: bookwyrm/templates/email/password_reset/html_content.html:6 #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format @@ -1054,15 +1090,31 @@ msgstr "所有訊息" msgid "You have no messages right now." msgstr "你現在沒有訊息。" -#: bookwyrm/templates/feed/feed.html:22 +#: bookwyrm/templates/feed/feed.html:23 +msgid "Feed settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:26 +msgid "Saved!" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:47 +msgid "Save settings" +msgstr "" + +#: bookwyrm/templates/feed/feed.html:56 #, python-format msgid "load 0 unread status(es)" msgstr "" -#: bookwyrm/templates/feed/feed.html:38 +#: bookwyrm/templates/feed/feed.html:72 msgid "There aren't any activities right now! Try following a user to get started" msgstr "現在還沒有任何活動!嘗試著從關注一個使用者開始吧" +#: bookwyrm/templates/feed/feed.html:73 +msgid "Alternatively, you can try enabling more status types" +msgstr "" + #: bookwyrm/templates/feed/goal_card.html:6 #: bookwyrm/templates/feed/layout.html:90 #: bookwyrm/templates/user/goal_form.html:6 @@ -3822,7 +3874,7 @@ msgstr "" msgid "File exceeds maximum size: 10MB" msgstr "檔案超過了最大大小: 10MB" -#: bookwyrm/templatetags/utilities.py:31 +#: bookwyrm/templatetags/utilities.py:34 #, python-format msgid "%(title)s: %(subtitle)s" msgstr ""