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 429881200..ad7ea1467 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 b931da695..fbc1f14e2 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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 JdCiNpA^^*@5x@Wd diff --git a/locale/es_ES/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po index 5a4114505..87c21ee48 100644 --- a/locale/es_ES/LC_MESSAGES/django.po +++ b/locale/es_ES/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-19 18:53\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: 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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\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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 delta 18093 zcmccdo_Y66=K6a=EK?a67#M7r85m?37#RLYGBAX)FfiOP28l8-7`QSpXfZG_7`ier zh%zuR#JDmrI599V6uB}m*f20KY;|Q|&|_d=_~gpK5XQj3pyO_%JXqO!Z)35Mf|ocm$RI?!mwy%fP_E z@5#Ur!oa|w>&d{N#=yYP?PpiGhLPjwb_yB11g`!+%eR&lJ5F7$g}O z7|gvO76*DUFqkkfFeG|0FmN$2FieArFZ5zyP-S3X*yzQ;z{kMAaNP^y(`Q}`49W}) z3{2h-AFFvYFyu2ZFhoM>limyrc?=8;mOcy&!3+!xD|{Fj66!%g?!&;4!oa`~>&w6p z#lXOD$d`d3l7WFi){lW9hJk^h+>e1FnSp`fiXQ_*Gy?;Jg+BvBA_D`%6n_Q=K?Vkf zZ~hDnRSXOa903r0%>m$`Ww;vv32M1O1_o0G1_skW1_n(A28QfF1_pmn2nI4R)Pn?` z210_0KZt>Wm4Si5EQocIvd2x4I1WME)883YOX z%R!K!eGC=<1f~B3L85{!7-E26Fav`C0|SFxFhsq6FarZO0|SFyFav`j0|SFsFvJ5j zP<7405Qk3*hIn*Na6QDJMNk9Q2Sa?iFBsy|6x) zp%4wTLLn|+5z4>-%C8$j85kBZFfh1uJ4Hbp;uQrkI0i~*LB%Vg7#O4&7#O;uAW^Xt zO7DnbVCVLr011&*P<`7Hpbmr5XA>YEybk5pKY}WJ1C{s*rCAao7V{@U93+zn z(WsLMvA{eL;t=OVNC?CwLPBObRQ=pUNK~y&goNClM2LsZCPG5wN+Q@{^$d3tAwGMa z2#K5biIBKtN`mmklOPsqB|+4gL20`rhy&e{AnJpm;u%R0hZH11EGkO^Tf|VG1PSR* zC_Og`6oT~(3>%Xmsd^jKz-vhmmp)E{B%W7EkTRSp8R8@5WQf5=$q=7eCqtsZCmEtI zDH-CR%w$N&)g?osrVq+rkPLCq29SB6{J#q-a55R<)5{)1 z5;8I=5QpfeKrFCGf%woX1rk+pDUdXknF4WmIh5a)0tulhDGUttpjv8H3dG{IDUeEM zX9~n8Z&DyW`J4iAF-Iz-DJ7H&3OWV`gH(vPX(}Wt>{B7;_(0_&QXvkAO@)|~4V7;H+V5TDFSg}7{SDg%QD0|Ud#RER@9r9z_OCzLOk1`(G?gG7OR8pHtxX%Gu- z(;zJ$?=(orB&9(dR+0wE?hR>>sF{;i53zVn8YF19LKW^!gNUDmD!h~iiQ`951Ajm* z;!1}EtwcJ+BK35LI?Hs3!~D}B4oXOegj61su7K)ms!xabWMVqRMKjVNLA4?s;-J0h zkb3)QIs=0`0|Uczs62lLBnnhAAQot5KpbqI0WrrR17cx71|%&+Wk5n8H3Q<%La4g> z<_rb~KL!Sd$r+Gb@F)Y~Bc@D<2Ej~-2H8wVkm_ebEOvv+dqer*nGlO&G9miYGa(Ku z%Y;N}OC}_7c4b05I4=|246kR{3{`LqYTzBH0WUHkA@e1IW zQlcqkL-^59Iwc$8!`y60_N#!>-PsU}=RxVs*%0$iWJ4VA6iR=}hD6E#Y={Rqa~K$e zLHVCQ2NG1uIgp?=%z?zYSq{Xd5jhYGvvMF&P@4k@;wd?hkXf9=z@Q82H{?JZ{2>P% zvg@J(~w+Ir)lZqe~tSf?~{(VJ|C^!i<;5^iVYef*B-G_=lfjZ!I5yYXNix?QJ zLA~Q*h&sDsa0t{hI2S{LIshWT5LXP*kX;P1xT+Z9lP;+Iq+&=A&xh*USq$;XaVY;B zlz#`R|1p&R8Or}v3<+Vb5)fU_z#v}&@sUXh#2~8@NI%{YtblU1C6GEms1y>^8l{llwNWV~O+=PLLcFMyfq@T{|LZ^u1_p-S zQb@j^Qwp(QUn#_bW2F!Wo-YLl8N=05h(jMi`7cWu82Uit0Hq8JIt&a9tz{7Xo1pZr zGDsiuP#GlXkCj0Z@#!)KhI&wc|9%<7MNi8h27fGr1pSXPh>tnSA?1KnIfQRr4snQY zIVcDj7^2D{`t!>n*{vEXzrGw2m3zt|QGB`_V)0F=`nToK_W#dvNb3Cu)u2)V@quv# z#3Jhohz~p}7#MOvV?q^>kl6*L4_81!=nPcfr3y%5zEuG!58gt}`Bwpn67EU}Em~O* z33B;Lhz}eqA#vwh32{(zCBz|}l@K3Htc3VzekH^K>!1d0uY@GZgO!kK`gSD)gEj*L z19KImDAuonm=jb5u{f#<;;@wZDoBu)RzZTiy$VvsPp^Vh$Lp#f+3s8w#DO=fAP#v7 zHSjZ3-|s3&)Nxls%n_=F6j(~tki=(I4RJtXHN@eWP<8c1P=TguhymTz5Eo8@iqENr zgwWDzNXQ(ohNSkpPy>HdLmb3V1JTD<195;v4J7I`Y9JPx)Gfq|hEN*}0&)D7HqkjAN19Rq_4 z0|P@u9V7(i)-f<_0u5BwK@w|5JtS?^)`P0)dIp9G^$g$<&9(Iq1t01mLC)F$NmK$2 zkdP5;fCQl|R9v+I5+&LV5FeX2K(d#61H{KZP&%{$5;Ad6{TWcY0HhC;|0^0G*`fog zVNL@iB$h(?d!Pm!h4RlgK!WfF$N&ZghG$UmZ%~8(L*>~U85oW-FffQVLOgW45i)-G ztP!H$sfmH19yAUY&;*IA*d|B_WHmutT;BxoNoNxz6;FbSZ*78v%>E`w$Q*5gr1~>Z z^aFS9z3WV*$lBbzZv4PmS%{?NzIVBS^|~d-V6z; zGtH2oe*jhYrWxYUf6b6Iz}^B$^{OopkNLDf930sKiNg36NOnzcsfVQM#uf&Keg+1H z=`9cksJB8wz_b+-xAv_N1N>Vd@}aGeLF?pJ$k6JRR!Cxf)ylxI0TkqIkU{EWZ43-? z3=9my?U0sIQ9A>8G<;$^149r41H+N}c1S)K?|_Wqns-17j!hkq(eQg65C`&iLL8#n z2`QLNJ0T8;?u6uqHJy-<`Q8bs1Gu{&KDX$C#Jy`5B*X%s{Fp8Vh9U+AhWhj_NTRp} zl`!ju_|UN%5@-J15RGx&5Qk)SLmb@D4Y6QBH)ObdZ8sz>F!ewT=InulKur%MWKQ-# zLhwruBnp1@FfjOn#{ZdmAsvu_Ua$be{9Z^9z3pXSU}9ikQ0Rk<ezz~Ifmz_4xtBm{m`*|iq`V|S2As(4InSp^9l>gUEhE%V+CPRF7dosiU4<|!{>J?P{(_~26_yMI= zrZ6x}0u9ekfvA5x1u}o|W(u^VoC=AO(y5TtUNe<}AptazF%@F&_o)mF^`IG!|5F(l zY8e<9Or}8$+61L{PlJ^GN2WpY?XzhN44)Vo7&xax64{>_kb+8cCL}RB%w%A2Wnf^K zI1@5+a(yOb#)D@T14A(b14H#JNG^Ck3nI@qo1q>&=i@vZlK)F)LyF?g*^umUW;O$Z z9RmY{{2WN4i<<)py1F@#vVGzlNIqXV2crJM9EgLI=R)MI=0fxZ&4oCyXfDJp9d*OiswOmK5-rccrt3sJjkrqk$I48#W)}0AfEYt5dD$!Ar_U-hqR35%!h=;h53+>aj9Pb5!k!{l4#TyLgsvG7BVm-f#w4iLaI%h zMUZSdZ4m=Q257o%5o8W1dNBh-I0FO2-o*?Iv7mxy3B*CgOF(&xfuU^)WNwLVDI{@b zFNKt>8zS%s$32!fZCTsO15ds zAwF9LmEXG@64a-m^zG#kpS@lViPFEzAlqm8S3q3a zzXIZe8DI$phIvqW-3o{g_Ce*3Ld8!*>Dwzn4G9K@*HDW%Rx&V{F)%Plt%RhNz?G0h z*tZhmp>G_zucvT*bgp!oa}5wF;6r>sLWqLQ7YHT+YC7 ze-$LC->+g|Sjxb_@O>2n!+Hh=hPkW3LCfH~24Z2v8VEmq4a9>*Yar!8#To{NdPN2X zhDmE6F5I#PV&D}heP<2C=TFu^QuFII5Q{n2Lh`ZXT8M)!)meb~2vyeum0z^J9^#_a>mfn4e?6q~IJX{R z@a^@G5P1YO_|Dw1!7?il&*%-U0WbQJ#!1hgBzjx4{d=Y_DfqpQBcpo z@Cj;x@K%UL8e1VHpY2u#h5`l#hSaT)pu4se;_^pZAr`;i3h~*Gt&p_By$uplLfatO zRAn0^MB<=y<~B%(ltAe^5Dm)z9orx-oU{$%lf~O0KHmi8pMe^1dmALKpKXI!{B9e> zA&lE0KIPgDaflL>uelv!p5t~%2nRsA;5DV;fLM#m22???6oe+l< z?}UU{C6sR33GMTB?*ykth6PZCTXsU~^Ibb3LHGn}(C3|yp#HrR(vT3|1#zh9E{MVI zyCCWVc0qc{@w*@ntl9smLgU>Ki#>Kj%n5|@Q+7ifmJ1cH-wg?&NxLBqn713^fchP~AwhX&HzbJe?1mIL zk9I?R@?$pxgFOQS1N$C`Pu%xFEcV+2iK^s15T6z7f#`4F1E~Xg_dv{@vpa#8%YW%YY;v>er5SnW*#9-mQkaoM|UPzqA?gbmbkh&M*ur{dr z-n|eXPTLD{z=pjL2Oii9vG_Vv{_S3n!|E9r*!Mx2%VPT=3SIU=@@e!wNVZAc2MN03 zeGmuL?}G$g$393@%-IJ?6WjMeg8ckGNK`!B2MMV!`ydYD+z)Yp@_vXq%l!-tT%i2# z4Pr1bFoZ!R68A$aD&7xqP|beGfaGMT`1bvfCfb4hkgnC!{g4t--~c2fG!H;5FgO5- zBBuio2l*d>gj~`Ai1}Fup!0vl2O#;j?Eu7uiw-a_gfcKN>^J~vUh^G<_{8)eD99KX zybeMf773*b4nhoUKL`o22~hsLgODg#4%NT?AjBbOpz`+*GSq|DaJ@JP38KFTA=ys+ z5G2kW4?zrYhtlDPAU;Sx1Zk${AA&^9>_ZR-EI$Nszy_%PeTN_ol_Q537~B{b7#<&j zI6&(#q>pKP7!>~u3=9Q_A=PiiVMwBydKi+ww;hHUc;hf+0^!+VNZL?80-+6$KpbFw z1d)y_NQl-Rfke&BBM|d89f5@46)63<9%{g+BM=||gKA(o3W-D6qY$6zAB7lT zaTF32QAZ&mlYbOaGS)-ICme;OjipB+iTc!0hy#B>#aWI)JgRvN5)$=p#~?n8JO*jC zrXPc7n0E}~qg7CaM~^`)ym1UteZDvb@gc`?NJB*BIK*Jzo_FwO*#&Vg89cG z`u81&c=X(HaAK`zxN;m4B)5-49P;Wo!~s8!L*km{1Xv*h&k2aQ@CnEOgZv3d98QAD zA3Xsv_{<52!!MnH`0(usNTOyq2?T21@25Cf*1g#_Kq zvk;5dK@}c33n_4}oQ1^c>$4Dx|DA>Sg!3FEDum8KJYsqdB5r>UqR!(S#OJ~1AW;+r zmCrs`56NaF=O7leor5@FF4Uk+P!16rAV&C%+3&YPt zLMrJzB(CeB>QykY4v`kOXKo>i_c)hbUcu#JvfW_PGEl5mPQeeAEY}r(b}m zUjU^yU4R7j5h(x61qOyW3=9nSEEdFr`k~sJ;LwqWC8ItJKFM|~_1YCwVH0d(LA(@vUL0xs3fguMp>vb6tb)POn zJivYhLi1mNs1v^eNjpkcAPzUZ0`f>b14Gyqh)dI;bjcM+t=Dt~;-HmRAo+L46^Mhb zUx5TA!&Qhp&sB(nq_098u5%TV7EG@~(t!O{NWPD`3MrDyuR?lIORq98aD(dqD_0>7 zcyJZuA_j(cPy_#6h4`HR8YKTKUV{{^R@WdFCtZW6FT4iP-*^q;fPN@{#x+QYExQH@ znYGs-A${l?B=Oz6#=uYyTF1+K9THTc*C9b9dmWOG4X#5BFuM-%u`QJEc^%@Afa?&4 zR9uH-*LJAktQRz77eYJ=Y;=;4IX>Th|%t!7H5~K`pkq0r9c_4TwV$Z$NTG z$qk5udTv1S`J@|=F4oo?knHvT1|&O5--N6i^1BHM;^{XbwdS##3=EzO3=A)BLK3IZ zEy&D>->rH`(2CrK(7LxF8r*I}mPlvZhQ!^D+mN8Xd>ax{k8eYK_WCv?uD{%dIPl+X zhzD5iKs+FJ2O_R{2NHt%P;qN0->?1-Bxs`UKn%==Dk!-FNu}*~AgOl+l)w27#35Ip z20Ve%AMQXx>dzgBgGKH_f?EGBM7_;jNL2aUWng&Bz`zg<6|c9y$G{N5z`)>t4-$tf z?m>L8?;fONy8sn`at~tAFDT7*9}?tJ_aPqey$|s~++w1|vB9{jc2ZlZX8^DnM020*I4G!OtMA-Q~|9A^GkZWCn%fIV4S3J%@y}`*Q|{de9DrFsMN4a|VWT&=!m5 zkiq6RP;rkJkf08K0Wl!^1;l`g7m%QDe*vi-XT5+FGzVTl($v)#kn%(CB?Ch#XamAa zNcLR)5>hFBc?s?RtG&5CFq`a8;4&v~K?;z%xzlZp^VY zTxNe{V3-HmN%0X9q8XnciL&SuB*ZR!f`l03XGof>=lBd6@N_9m3)B|#WTJzFfc;43W1k$PXW!@fu`#j85kTH89>Vdz*{`h7$D|` zGB7aYGBGerWMp9IU}C6e*bCKc$jHFJ%*4Q;!^FVQ%)r3#kcoj|J`)4OcBp|KObiUS zVKy-^Fi0>mFf3(cV0Z`>Yhr@zk`ZHOVED|$zz_%32QvO95}T2Ufng0J1A_n)1498* zJp;oTCI*HbAXT8Db_NE9H=q_VBLl+{1_lOhW(J03uqK`jelgbYTs zf;J#Q^~N$m5+`Ux9ki-u2NMHBA0q=p3KIiE2UMQ|GXujhsCp13S`XR}17d*;f-2I7 z($|?77(}5iSA~jAV`5-PU}9ic4w~77ih;C)_6s#KF)&0hF)(N|GBBKEVqkd82uZwm z85kG}nHU&C85tPF85tPnFflO5fkKOsfuY`(k%7UDiGe{9YEdfG(957bU!Yx1P`(fo z1H%=NO;8M4Qn8GIfx!yN15hdOk~>yL1_m!C28K;gbK^nL2UVa7)w3KF|DYjO6=nv8 zg^UagQj81?$Cwxxjx#baY=c_N52YtV4FZ`l5z0Qw#K0iJ#K2(4%)qdd0a8|kFflNk z2Gwv(3=Gu_3=9{U7#I?v>U9|z7>+YBFie8-GeG;l9)L^)1raE|p==Pv$^^;lAog_z z28Lj$L*7H_Yaj^*NKviI#K15ev=@vKGGW2Q#K7>Bk%6I~iGg7iBLf2u)W@fo7#L!h z7#Q@K85pb>85nXv<^OGvYd{z@+s(wlz|YLUaFLOLAsZ?t!^ptk4P}E?w!C9tVDMms zl=YywKae|=pcW)S9cRtRz_16Z=LSdt6dN-#Fcd)5YzNK%D={)KoMD7?i9yR|LFzi8 z8bNF&DBFmMfnh%*1A{g*1H(*428Pv8LqKW_p=v;EUnT~I7fcKcVW41Vgsgs8$Hc%; z3RT|?QpCW(pvJ_&unROtd53|4K_AJ0JVpivA*kY&puJsC_6kM@hIS?f23=+bh73l? zCc`643=GbU3=F+YkQy(Ik%8eY0|UcHCI*I7Br|U?F)&y_`RdS+0=Z)yV?AVIX%!O# z!)^vhy$_NA;R;3uhICM^#mK<$1tb7kgbZ~IXagchXdWX2LmP+zQpdo+@QQ(f;WJdt zWkv>u`%v~_P;@adFyt~aFz_)kFuY=9U?>KKCMf$Hc&}8fsx7RKY7INWH!vDlX2%!0-~v z2AR7EiQUA&z_1v!(giB^osogzKO+M}36u{~&&|ldFdvjKK^U~p5ETC)iL)S$j0_Bw zP{p8COPtIM3=WJ83^N%R7|t;hUlG1H&268W2z-1)0pi zz+eq3Ko}VqESVV?w3r~(tTfaz&_-2|GA<||#D2rXz`)JKz%Ye@f#C-e1H&ayIs!?6 zqOTrFAsaKKk?@3(fx(^$(pSp_mC+0g46~r>Y?v4r*2CBg3=F5C?0TpNK;}+|vMm@H z82XqP7e4A9m*sD&UdXu0-N1_p*WsM-=n28LuL`8rT(2+IEu`Fe(bObiVB z7#SGOGBPljFfuUsfJ#0F28OFl3=Baa3^J90fngeG!zcp-!wHB+h9*V^26-k1hAm7C z4E<0s&}taa47fZq1H&o?1_ooO<3UC=KpmmN#K5ot%60|i{{@T;4BHtQ7|t^>Ft{@@ zFdSiEU^&q3us0|UbhsH57L7#L(hbvQGmo>D1ghVgk%6I{k%8eeXag!#%#;bz zU}W?-1j$iVO$R82$m zOlDwU&|_p^C<4`JObiSMKzT97*)FfuUQg_;X$e=rm= zLYmqjNe~9@0SD0;Opu=IeW+&8X7VLWko7|6pa!%sFfgoTWMEj%2wB_plL^wk2kr3% znZd!tz_6BqfngaV1H)k^28NAH3=DTcj%0wW8L7`=WMH_)$iUFU$iR>ZY8r!dF)%Q^ zgIWsWnlUplm@+dk)G;tHbTBY5>|}&=Hb8PG85kJ0F)%PBF)=WF0Yw>Tn1z9X;XM-r zLj`E-1``9rSJ38mP$)4lFmy6NR!D;M@`BflLexn;01wVnFSC(8Ll* z5VS)c)R%yoVa~|F@C4LA1?2!{28Mm0z5k3146Tfi9#tjC4p8}j2dZH$s1XTeYe4Cx zObiS*j0_CYObiTLL6sAzK44^EXl7zyV1YVFkdc8whKYee0?O|NwG%)mATTj7{DF!+ z0@Wu_wgoc-!)Yc+KM~gcU{GgbV3-YBL19ZU=ikx<7~ zgE|?YRx%?4gCA53r2ao>Q8LsV(DFUd(3?3k1H*BUBox;|jl`p-?E>3{>ht4H9Q&VE6{A zgcukYY(c4>k%8d{BLl-$CdjxiNZ%n)wF}kzi;01OiJ5`nB_jjF6-EYz2u22mzo7CT zban$LRFNM8WRTevR1!ihx&bPpL2(J?%R=e<43Oa#5k>}vd`1R_4IqP=7#QAz&V~Sq zfwCSW1H(H;$XY^YCI$vYX2?(usLu{M)}#Iw)G#|H28K^iM}SC52T3!vQ=M_nStRo0|P@FBLf2qGXujKP_|}fVE7A)G9)`d z{SStHpyCqL{{uMyR1iTG`~dag7#SG$f`XWlf#E141Nb}-4Q2+0AgH6Eb}~$0f~=G? zfeNrOGB5~2&G`nZIicdBpav+Yna|9?z{$wKund&{K_{QEGcho{W`ry_2B~deWMH@n zD(69Q1QGxZNH8!k*fTOP+yZUGWMW{b1g#AMjhuqiF)%P_GBGeHLoGeT$iVOu>d5a5 z3=CU9^$DmhfSLuOK+`_6K&cV5cZUNSoaaC?3=9kxKpjb_VIUz!s9_-XW>BawZB}!; z#l`42S#XKu=J>!&md*b{7cotCohrV0LBtQH%?qP{vrk@=+%VZHMSpX5%3Btp#5{%6 zip=7Y%)E4k#L|+C{G!c0nSLyrzvs?k+dQX4jD\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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 g;gQzKtL$t9zo^5doVD_GB7ak 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 XBk$z?mkNxfn>W04Vcg99x=aiJafUWq diff --git a/locale/lt_LT/LC_MESSAGES/django.po b/locale/lt_LT/LC_MESSAGES/django.po index d2ec32981..db956d3b7 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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 delta 18086 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 T)T{4!H&1=c$hdjQlPMwqC4UFP diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index ad50793ec..edb6926a1 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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 literal 59480 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�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 AMF0Q* diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index e52dfc4f5..74067a989 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 4ca2a071a..ffca01160 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 ""