From ab3119031b28849fef979736838baaf3eea67a7f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 6 Oct 2021 16:22:30 -0700 Subject: [PATCH 1/5] Adds new locale command in bw-dev --- bw-dev | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bw-dev b/bw-dev index f103de20..c9c2115c 100755 --- a/bw-dev +++ b/bw-dev @@ -105,6 +105,9 @@ case "$CMD" in collectstatic) runweb python manage.py collectstatic --no-input ;; + add_locale) + runweb django-admin makemessages --no-wrap --ignore=venv -l $@ + ;; makemessages) runweb django-admin makemessages --no-wrap --ignore=venv --all $@ ;; @@ -167,7 +170,8 @@ case "$CMD" in echo " test [path]" echo " pytest [path]" echo " collectstatic" - echo " makemessages [locale]" + echo " add_locale [locale]" + echo " makemessages" echo " compilemessages [locale]" echo " build" echo " clean" From f92cdeeb39a4c2c41c2fe3f2dbdc6bc2066396b9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 6 Oct 2021 16:23:27 -0700 Subject: [PATCH 2/5] Updates locales (Mostly just line number changes) --- locale/de_DE/LC_MESSAGES/django.po | 502 +++++++++++++------------- locale/en_US/LC_MESSAGES/django.po | 475 +++++++++++++------------ locale/es/LC_MESSAGES/django.po | 482 +++++++++++++------------ locale/fr_FR/LC_MESSAGES/django.po | 498 +++++++++++++------------- locale/zh_Hans/LC_MESSAGES/django.po | 503 ++++++++++++++------------- locale/zh_Hant/LC_MESSAGES/django.po | 498 +++++++++++++------------- 6 files changed, 1543 insertions(+), 1415 deletions(-) diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index 4ee3b9f7..047a7401 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/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-09-29 18:32+0000\n" +"POT-Creation-Date: 2021-10-06 23:23+0000\n" "PO-Revision-Date: 2021-03-02 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -18,67 +18,67 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bookwyrm/forms.py:241 +#: bookwyrm/forms.py:242 #, fuzzy #| msgid "A user with that username already exists." msgid "A user with this email already exists." msgstr "Dieser Benutzename ist bereits vergeben." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:256 msgid "One Day" msgstr "Ein Tag" -#: bookwyrm/forms.py:256 +#: bookwyrm/forms.py:257 msgid "One Week" msgstr "Eine Woche" -#: bookwyrm/forms.py:257 +#: bookwyrm/forms.py:258 msgid "One Month" msgstr "Ein Monat" -#: bookwyrm/forms.py:258 +#: bookwyrm/forms.py:259 msgid "Does Not Expire" msgstr "Läuft nicht aus" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:263 #, fuzzy, python-brace-format #| msgid "Max uses" msgid "{i} uses" msgstr "Maximale Benutzungen" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:264 #, fuzzy #| msgid "Unlisted" msgid "Unlimited" msgstr "Ungelistet" -#: bookwyrm/forms.py:325 +#: bookwyrm/forms.py:326 msgid "List Order" msgstr "Reihenfolge der Liste" -#: bookwyrm/forms.py:326 +#: bookwyrm/forms.py:327 #, fuzzy #| msgid "Title" msgid "Book Title" msgstr "Titel" -#: bookwyrm/forms.py:327 bookwyrm/templates/shelf/shelf.html:134 +#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 #: bookwyrm/templates/shelf/shelf.html:165 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "" -#: bookwyrm/forms.py:329 bookwyrm/templates/lists/list.html:109 +#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 msgid "Sort By" msgstr "Sortieren nach" -#: bookwyrm/forms.py:333 +#: bookwyrm/forms.py:334 #, fuzzy #| msgid "Started reading" msgid "Ascending" msgstr "Zu lesen angefangen" -#: bookwyrm/forms.py:334 +#: bookwyrm/forms.py:335 #, fuzzy #| msgid "Started reading" msgid "Descending" @@ -92,29 +92,29 @@ msgstr "" msgid "Could not find a match for book" msgstr "" -#: bookwyrm/models/base_model.py:16 +#: bookwyrm/models/base_model.py:17 #, fuzzy #| msgid "Started reading" msgid "Pending" msgstr "Zu lesen angefangen" -#: bookwyrm/models/base_model.py:17 +#: bookwyrm/models/base_model.py:18 msgid "Self deletion" msgstr "" -#: bookwyrm/models/base_model.py:18 +#: bookwyrm/models/base_model.py:19 #, fuzzy #| msgid "Moderator Comments" msgid "Moderator suspension" msgstr "Moderator:innenkommentare" -#: bookwyrm/models/base_model.py:19 +#: bookwyrm/models/base_model.py:20 #, fuzzy #| msgid "List curation:" msgid "Moderator deletion" msgstr "Listenkuratierung:" -#: bookwyrm/models/base_model.py:20 +#: bookwyrm/models/base_model.py:21 msgid "Domain block" msgstr "" @@ -177,21 +177,21 @@ msgstr "Username" msgid "A user with that username already exists." msgstr "Dieser Benutzename ist bereits vergeben." -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home Timeline" msgstr "" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home" msgstr "" -#: bookwyrm/settings.py:117 +#: bookwyrm/settings.py:118 #, fuzzy #| msgid "Title" msgid "Books Timeline" msgstr "Titel" -#: bookwyrm/settings.py:117 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:81 #, fuzzy @@ -199,27 +199,27 @@ msgstr "Titel" msgid "Books" msgstr "Buch" -#: bookwyrm/settings.py:163 +#: bookwyrm/settings.py:164 msgid "English" msgstr "Englisch" -#: bookwyrm/settings.py:164 +#: bookwyrm/settings.py:165 msgid "German" msgstr "Deutsch" -#: bookwyrm/settings.py:165 +#: bookwyrm/settings.py:166 msgid "Spanish" msgstr "Spanisch" -#: bookwyrm/settings.py:166 +#: bookwyrm/settings.py:167 msgid "French" msgstr "Französisch" -#: bookwyrm/settings.py:167 +#: bookwyrm/settings.py:168 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: bookwyrm/settings.py:168 +#: bookwyrm/settings.py:169 msgid "Traditional Chinese" msgstr "" @@ -299,22 +299,22 @@ msgid "Edit Author:" msgstr "Autor*in editieren" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:18 msgid "Added:" msgstr "Hinzugefügt:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit_book.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:21 msgid "Updated:" msgstr "Aktualisiert:" #: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit_book.html:30 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Last edited by:" msgstr "Zuletzt bearbeitet von:" #: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit_book.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:15 msgid "Metadata" msgstr "Metadaten" @@ -324,9 +324,9 @@ msgid "Name:" msgstr "" #: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit_book.html:169 -#: bookwyrm/templates/book/edit_book.html:178 -#: bookwyrm/templates/book/edit_book.html:221 +#: 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 #, fuzzy #| msgid "Separate multiple publishers with commas." msgid "Separate multiple values with commas." @@ -357,7 +357,7 @@ msgid "Openlibrary key:" msgstr "" #: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit_book.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 #, fuzzy #| msgid "View on OpenLibrary" msgid "Inventaire ID:" @@ -373,11 +373,11 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit_book.html:341 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:118 +#: bookwyrm/templates/preferences/edit_user.html:124 #: bookwyrm/templates/settings/announcements/announcement_form.html:69 #: bookwyrm/templates/settings/federation/edit_instance.html:74 #: bookwyrm/templates/settings/federation/instance.html:87 @@ -391,7 +391,7 @@ msgstr "Speichern" #: bookwyrm/templates/author/edit_author.html:117 #: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 #: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit_book.html:342 +#: bookwyrm/templates/book/edit/edit_book.html:111 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/lists/delete_list_modal.html:17 #: bookwyrm/templates/settings/federation/instance.html:88 @@ -434,7 +434,7 @@ msgid "Add Description" msgstr "Beschreibung hinzufügen" #: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit_book.html:143 +#: bookwyrm/templates/book/edit/edit_book_form.html:34 #: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Beschreibung:" @@ -473,39 +473,39 @@ 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:216 +#: bookwyrm/templates/book/book.html:218 #, fuzzy #| msgid "Review" msgid "Reviews" msgstr "Bewerten" -#: bookwyrm/templates/book/book.html:221 +#: bookwyrm/templates/book/book.html:223 #, fuzzy #| msgid "Your shelves" msgid "Your reviews" msgstr "Deine Regale" -#: bookwyrm/templates/book/book.html:227 +#: bookwyrm/templates/book/book.html:229 #, fuzzy #| msgid "Your Account" msgid "Your comments" msgstr "Dein Account" -#: bookwyrm/templates/book/book.html:233 +#: bookwyrm/templates/book/book.html:235 #, fuzzy #| msgid "Your books" msgid "Your quotes" msgstr "Deine Bücher" -#: bookwyrm/templates/book/book.html:269 +#: bookwyrm/templates/book/book.html:271 msgid "Subjects" msgstr "Themen" -#: bookwyrm/templates/book/book.html:281 +#: bookwyrm/templates/book/book.html:283 msgid "Places" msgstr "Orte" -#: bookwyrm/templates/book/book.html:292 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 #: bookwyrm/templates/search/layout.html:50 @@ -513,13 +513,13 @@ msgstr "Orte" msgid "Lists" msgstr "Listen" -#: bookwyrm/templates/book/book.html:303 +#: bookwyrm/templates/book/book.html:305 #, fuzzy #| msgid "Go to list" msgid "Add to list" msgstr "Zur Liste" -#: bookwyrm/templates/book/book.html:313 +#: bookwyrm/templates/book/book.html:315 #: bookwyrm/templates/book/cover_modal.html:31 #: bookwyrm/templates/lists/list.html:181 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 @@ -527,221 +527,234 @@ msgstr "Zur Liste" msgid "Add" msgstr "Hinzufügen" -#: bookwyrm/templates/book/book_identifiers.html:7 +#: bookwyrm/templates/book/book_identifiers.html:8 msgid "ISBN:" msgstr "" -#: bookwyrm/templates/book/book_identifiers.html:14 -#: bookwyrm/templates/book/edit_book.html:321 +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:232 msgid "OCLC Number:" msgstr "OCLC Nummer:" -#: bookwyrm/templates/book/book_identifiers.html:21 -#: bookwyrm/templates/book/edit_book.html:329 +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "ASIN:" msgstr "" #: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit_book.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:143 #, fuzzy #| msgid "Add cover" msgid "Upload cover:" msgstr "Cover hinzufügen" #: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit_book.html:241 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Load cover from url:" msgstr "Cover von URL laden:" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:11 #, fuzzy, python-format #| msgid "Editions of %(book_title)s" msgid "Edit \"%(book_title)s\"" msgstr "Editionen von %(book_title)s" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:13 #, fuzzy #| msgid "Add Books" msgid "Add Book" msgstr "Bücher hinzufügen" -#: bookwyrm/templates/book/edit_book.html:61 +#: bookwyrm/templates/book/edit/edit_book.html:47 msgid "Confirm Book Info" msgstr "Buchinfo bestätigen" -#: bookwyrm/templates/book/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:55 #, python-format msgid "Is \"%(name)s\" an existing author?" msgstr "Existiert \"%(name)s\" bereits als Autor:in?" -#: bookwyrm/templates/book/edit_book.html:78 +#: bookwyrm/templates/book/edit/edit_book.html:64 #, fuzzy, python-format #| msgid "Start \"%(book_title)s\"" msgid "Author of %(book_title)s" msgstr "\"%(book_title)s\" beginnen" -#: bookwyrm/templates/book/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:68 msgid "This is a new author" msgstr "Neue:r Autor:in" -#: bookwyrm/templates/book/edit_book.html:89 +#: bookwyrm/templates/book/edit/edit_book.html:75 #, python-format msgid "Creating a new author: %(name)s" msgstr "Neu als Autor:in erstellen: %(name)s" -#: bookwyrm/templates/book/edit_book.html:96 +#: bookwyrm/templates/book/edit/edit_book.html:82 msgid "Is this an edition of an existing work?" msgstr "Ist das eine Edition eines vorhandenen Werkes?" -#: bookwyrm/templates/book/edit_book.html:104 +#: bookwyrm/templates/book/edit/edit_book.html:90 msgid "This is a new work" msgstr "Dies ist ein neues Werk." -#: bookwyrm/templates/book/edit_book.html:111 +#: bookwyrm/templates/book/edit/edit_book.html:97 #: bookwyrm/templates/password_reset.html:30 msgid "Confirm" msgstr "Bestätigen" -#: bookwyrm/templates/book/edit_book.html:113 -#: bookwyrm/templates/feed/status.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Zurück" -#: bookwyrm/templates/book/edit_book.html:127 +#: bookwyrm/templates/book/edit/edit_book_form.html:18 #: bookwyrm/templates/snippets/create_status/review.html:16 msgid "Title:" msgstr "Titel:" -#: bookwyrm/templates/book/edit_book.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:26 msgid "Subtitle:" msgstr "Untertitel:" -#: bookwyrm/templates/book/edit_book.html:151 +#: bookwyrm/templates/book/edit/edit_book_form.html:44 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit_book.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series number:" msgstr "Seriennummer:" -#: bookwyrm/templates/book/edit_book.html:167 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 #, fuzzy #| msgid "Pages:" msgid "Languages:" msgstr "Seiten:" -#: bookwyrm/templates/book/edit_book.html:176 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +#, fuzzy +#| msgid "Public" +msgid "Publication" +msgstr "Öffentlich" + +#: bookwyrm/templates/book/edit/edit_book_form.html:77 #, fuzzy #| msgid "Published" msgid "Publisher:" msgstr "Veröffentlicht" -#: bookwyrm/templates/book/edit_book.html:185 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "First published date:" msgstr "Erstveröffentlichungsdatum:" -#: bookwyrm/templates/book/edit_book.html:193 +#: bookwyrm/templates/book/edit/edit_book_form.html:94 msgid "Published date:" msgstr "Veröffentlichungsdatum:" -#: bookwyrm/templates/book/edit_book.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:104 #, fuzzy #| msgid "Author" msgid "Authors" msgstr "Autor*in" -#: bookwyrm/templates/book/edit_book.html:209 +#: bookwyrm/templates/book/edit/edit_book_form.html:112 #, fuzzy, python-format #| msgid "Lists: %(username)s" msgid "Remove %(name)s" msgstr "Listen: %(username)s" -#: bookwyrm/templates/book/edit_book.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 #, fuzzy, python-format #| msgid "Lists: %(username)s" msgid "Author page for %(name)s" msgstr "Listen: %(username)s" -#: bookwyrm/templates/book/edit_book.html:219 +#: bookwyrm/templates/book/edit/edit_book_form.html:122 #, fuzzy #| msgid "Edit Author" msgid "Add Authors:" msgstr "Autor*in editieren" -#: bookwyrm/templates/book/edit_book.html:220 +#: bookwyrm/templates/book/edit/edit_book_form.html:123 msgid "John Doe, Jane Smith" msgstr "Max Mustermann, Maria Musterfrau" -#: bookwyrm/templates/book/edit_book.html:227 +#: bookwyrm/templates/book/edit/edit_book_form.html:132 #: bookwyrm/templates/shelf/shelf.html:127 msgid "Cover" msgstr "" -#: bookwyrm/templates/book/edit_book.html:253 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Physical Properties" msgstr "Physikalische Eigenschaften" -#: bookwyrm/templates/book/edit_book.html:257 -#: bookwyrm/templates/book/format_filter.html:5 +#: bookwyrm/templates/book/edit/edit_book_form.html:166 +#: bookwyrm/templates/book/editions/format_filter.html:5 msgid "Format:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:177 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 msgid "Pages:" msgstr "Seiten:" -#: bookwyrm/templates/book/edit_book.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 msgid "Book Identifiers" msgstr "Buchidentifikatoren" -#: bookwyrm/templates/book/edit_book.html:289 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "ISBN 13:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:297 +#: bookwyrm/templates/book/edit/edit_book_form.html:208 msgid "ISBN 10:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:305 +#: bookwyrm/templates/book/edit/edit_book_form.html:216 msgid "Openlibrary ID:" msgstr "" -#: bookwyrm/templates/book/editions.html:4 +#: bookwyrm/templates/book/editions/editions.html:4 #, python-format msgid "Editions of %(book_title)s" msgstr "Editionen von %(book_title)s" -#: bookwyrm/templates/book/editions.html:8 +#: bookwyrm/templates/book/editions/editions.html:8 #, python-format msgid "Editions of \"%(work_title)s\"" msgstr "Editionen von \"%(work_title)s\"" -#: bookwyrm/templates/book/format_filter.html:8 -#: bookwyrm/templates/book/language_filter.html:8 +#: bookwyrm/templates/book/editions/format_filter.html:8 +#: bookwyrm/templates/book/editions/language_filter.html:8 msgid "Any" msgstr "Beliebig" -#: bookwyrm/templates/book/language_filter.html:5 +#: bookwyrm/templates/book/editions/language_filter.html:5 +#: bookwyrm/templates/preferences/edit_user.html:95 msgid "Language:" msgstr "Sprache" -#: bookwyrm/templates/book/publisher_info.html:22 +#: bookwyrm/templates/book/editions/search_filter.html:5 +#, fuzzy +#| msgid "Search Results" +msgid "Search editions" +msgstr "Suchergebnisse" + +#: bookwyrm/templates/book/publisher_info.html:21 #, python-format msgid "%(format)s" msgstr "" -#: bookwyrm/templates/book/publisher_info.html:24 +#: bookwyrm/templates/book/publisher_info.html:23 #, python-format msgid "%(format)s, %(pages)s pages" msgstr "%(format)s, %(pages)s Seiten" -#: bookwyrm/templates/book/publisher_info.html:26 +#: bookwyrm/templates/book/publisher_info.html:25 #, python-format msgid "%(pages)s pages" msgstr "%(pages)s Seiten" @@ -752,18 +765,18 @@ msgstr "%(pages)s Seiten" msgid "%(languages)s language" msgstr "%(pages)s Seiten" -#: bookwyrm/templates/book/publisher_info.html:64 +#: bookwyrm/templates/book/publisher_info.html:65 #, python-format msgid "Published %(date)s by %(publisher)s." msgstr "Am %(date)s von %(publisher)s veröffentlicht." -#: bookwyrm/templates/book/publisher_info.html:66 +#: bookwyrm/templates/book/publisher_info.html:67 #, fuzzy, python-format #| msgid "Published date:" msgid "Published %(date)s" msgstr "Veröffentlichungsdatum:" -#: bookwyrm/templates/book/publisher_info.html:68 +#: bookwyrm/templates/book/publisher_info.html:69 #, python-format msgid "Published by %(publisher)s." msgstr "Veröffentlicht von %(publisher)s." @@ -801,19 +814,13 @@ msgstr "Lesedaten bearbeiten" msgid "Delete these read dates" msgstr "Diese Lesedaten löschen" -#: bookwyrm/templates/book/search_filter.html:5 -#, fuzzy -#| msgid "Search Results" -msgid "Search editions" -msgstr "Suchergebnisse" - #: bookwyrm/templates/components/inline_form.html:8 #: bookwyrm/templates/components/modal.html:11 #: bookwyrm/templates/components/tooltip.html:7 #: bookwyrm/templates/feed/layout.html:71 #: bookwyrm/templates/get_started/layout.html:20 #: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:32 +#: bookwyrm/templates/search/book.html:49 #: bookwyrm/templates/snippets/announcement.html:18 msgid "Close" msgstr "Schließen" @@ -1325,7 +1332,7 @@ msgid "Avatar:" msgstr "" #: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:104 +#: bookwyrm/templates/preferences/edit_user.html:110 msgid "Manually approve followers:" msgstr "Folgende manuell bestätigen" @@ -1587,8 +1594,8 @@ msgid "Log out" msgstr "Abmelden" #: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications.html:6 -#: bookwyrm/templates/notifications.html:11 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Benachrichtigungen" @@ -1743,7 +1750,7 @@ msgstr "Kuratiert" msgid "Anyone can suggest books, subject to your approval" msgstr "Alle können Bücher vorschlagen, du kannst diese bestätigen" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:30 +#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 #: bookwyrm/templates/settings/reports/reports.html:25 #: bookwyrm/templates/snippets/announcement.html:16 msgid "Open" @@ -1873,130 +1880,133 @@ msgstr "Passwort:" msgid "More about this site" msgstr "Mehr über diese Seite" -#: bookwyrm/templates/notifications.html:16 -msgid "Delete notifications" -msgstr "Benachrichtigungen löschen" +#: bookwyrm/templates/notifications/items/add.html:24 +#, fuzzy, python-format +#| msgid " added %(book_title)s to your list \"%(list_name)s\"" +msgid "added %(book_title)s to your list \"%(list_name)s\"" +msgstr "hat %(book_title)s zu deiner Liste \"%(list_name)s\" Hinzugefügt" -#: bookwyrm/templates/notifications.html:25 -msgid "All" -msgstr "" +#: bookwyrm/templates/notifications/items/add.html:31 +#, fuzzy, python-format +#| msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgstr "hat %(book_title)s für deine Liste \"%(list_name)s\" vorgeschlagen" -#: bookwyrm/templates/notifications.html:29 -#, fuzzy -#| msgid "More options" -msgid "Mentions" -msgstr "Mehr Optionen" - -#: bookwyrm/templates/notifications.html:70 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "hat deine Bewertung von %(book_title)s favorisiert" - -#: bookwyrm/templates/notifications.html:72 -#, python-format -msgid "favorited your comment on %(book_title)s" -msgstr "hat deinen Kommentar zu %(book_title)s favorisiert" - -#: bookwyrm/templates/notifications.html:74 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr " hat dein Zitat aus %(book_title)s favorisiert" - -#: bookwyrm/templates/notifications.html:76 -#, python-format -msgid "favorited your status" -msgstr "hat deinen Status favorisiert" - -#: bookwyrm/templates/notifications.html:81 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "hat dich in einer Bewertung von %(book_title)s erwähnt" - -#: bookwyrm/templates/notifications.html:83 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "hat dich in einem Kommentar zu %(book_title)s erwähnt" - -#: bookwyrm/templates/notifications.html:85 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "hat dich in einem Zitat von %(book_title)s erwähnt" - -#: bookwyrm/templates/notifications.html:87 -#, python-format -msgid "mentioned you in a status" -msgstr "hat dich in einem Status erwähnt" - -#: bookwyrm/templates/notifications.html:92 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "hat auf deine Bewertung von %(book_title)s geantwortet " - -#: bookwyrm/templates/notifications.html:94 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "hat auf deinen Kommentar zu %(book_title)s geantwortet" - -#: bookwyrm/templates/notifications.html:96 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "hat auf dein Zitat aus %(book_title)s geantwortet" - -#: bookwyrm/templates/notifications.html:98 -#, python-format -msgid "replied to your status" -msgstr "hat auf deinen Status geantwortet" - -#: bookwyrm/templates/notifications.html:102 -msgid "followed you" -msgstr "folgt dir" - -#: bookwyrm/templates/notifications.html:105 -msgid "sent you a follow request" -msgstr "hat dir eine Folgeanfrage geschickt" - -#: bookwyrm/templates/notifications.html:111 +#: bookwyrm/templates/notifications/items/boost.html:19 #, python-format msgid "boosted your review of %(book_title)s" msgstr "hat deine Bewertung von %(book_title)s geteilt" -#: bookwyrm/templates/notifications.html:113 +#: bookwyrm/templates/notifications/items/boost.html:25 #, python-format msgid "boosted your comment on%(book_title)s" msgstr "hat deinen Kommentar zu%(book_title)s geteilt" -#: bookwyrm/templates/notifications.html:115 +#: bookwyrm/templates/notifications/items/boost.html:31 #, python-format msgid "boosted your quote from %(book_title)s" msgstr "hat dein Zitat aus %(book_title)s geteilt" -#: bookwyrm/templates/notifications.html:117 +#: bookwyrm/templates/notifications/items/boost.html:37 #, python-format msgid "boosted your status" msgstr "hat deinen Status geteilt" -#: bookwyrm/templates/notifications.html:121 +#: bookwyrm/templates/notifications/items/fav.html:19 #, python-format -msgid " added %(book_title)s to your list \"%(list_name)s\"" -msgstr "hat %(book_title)s zu deiner Liste \"%(list_name)s\" Hinzugefügt" +msgid "favorited your review of %(book_title)s" +msgstr "hat deine Bewertung von %(book_title)s favorisiert" -#: bookwyrm/templates/notifications.html:123 +#: bookwyrm/templates/notifications/items/fav.html:25 +#, fuzzy, python-format +#| msgid "favorited your comment on %(book_title)s" +msgid "favorited your comment on%(book_title)s" +msgstr "hat deinen Kommentar zu %(book_title)s favorisiert" + +#: bookwyrm/templates/notifications/items/fav.html:31 #, python-format -msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr "hat %(book_title)s für deine Liste \"%(list_name)s\" vorgeschlagen" +msgid "favorited your quote from %(book_title)s" +msgstr " hat dein Zitat aus %(book_title)s favorisiert" -#: bookwyrm/templates/notifications.html:128 +#: bookwyrm/templates/notifications/items/fav.html:37 +#, python-format +msgid "favorited your status" +msgstr "hat deinen Status favorisiert" + +#: bookwyrm/templates/notifications/items/follow.html:15 +msgid "followed you" +msgstr "folgt dir" + +#: bookwyrm/templates/notifications/items/follow_request.html:11 +msgid "sent you a follow request" +msgstr "hat dir eine Folgeanfrage geschickt" + +#: bookwyrm/templates/notifications/items/import.html:14 #, fuzzy, python-format #| msgid "Your import completed." msgid "Your import completed." msgstr "Dein Import ist abgeschlossen." -#: bookwyrm/templates/notifications.html:131 +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "mentioned you in a review of %(book_title)s" +msgstr "hat dich in einer Bewertung von %(book_title)s erwähnt" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "mentioned you in a comment on %(book_title)s" +msgstr "hat dich in einem Kommentar zu %(book_title)s erwähnt" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "mentioned you in a quote from %(book_title)s" +msgstr "hat dich in einem Zitat von %(book_title)s erwähnt" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "mentioned you in a status" +msgstr "hat dich in einem Status erwähnt" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "replied to your review of %(book_title)s" +msgstr "hat auf deine Bewertung von %(book_title)s geantwortet " + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "replied to your comment on %(book_title)s" +msgstr "hat auf deinen Kommentar zu %(book_title)s geantwortet" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "replied to your quote from %(book_title)s" +msgstr "hat auf dein Zitat aus %(book_title)s geantwortet" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "replied to your status" +msgstr "hat auf deinen Status geantwortet" + +#: bookwyrm/templates/notifications/items/report.html:15 #, python-format msgid "A new report needs moderation." msgstr "Eine neue Meldung muss moderiert werden." -#: bookwyrm/templates/notifications.html:157 +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "Benachrichtigungen löschen" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +#, fuzzy +#| msgid "More options" +msgid "Mentions" +msgstr "Mehr Optionen" + +#: bookwyrm/templates/notifications/notifications_page.html:45 msgid "You're all caught up!" msgstr "Du bist auf dem neusten Stand!" @@ -2073,7 +2083,7 @@ msgid "Display preferences" msgstr "E-Mail Einstellungen" #: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:100 +#: bookwyrm/templates/preferences/edit_user.html:106 #, fuzzy #| msgid "Private" msgid "Privacy" @@ -2100,7 +2110,7 @@ msgstr "Dein Account wird im directory angezeigt und ev msgid "Preferred Timezone: " msgstr "Bevorzugte Zeitzone:" -#: bookwyrm/templates/preferences/edit_user.html:110 +#: bookwyrm/templates/preferences/edit_user.html:116 #, fuzzy #| msgid "Goal privacy:" msgid "Default post privacy:" @@ -2132,17 +2142,21 @@ msgstr "Editionen von %(book_title)s" msgid "Want to Read \"%(book_title)s\"" msgstr "\"%(book_title)s\" auf Leseliste setzen" -#: bookwyrm/templates/search/book.html:64 +#: bookwyrm/templates/search/book.html:85 +msgid "Import book" +msgstr "Buch importieren" + +#: bookwyrm/templates/search/book.html:107 #, fuzzy #| msgid "Show results from other catalogues" msgid "Load results from other catalogues" msgstr "Ergebnisse aus anderen Katalogen zeigen" -#: bookwyrm/templates/search/book.html:68 +#: bookwyrm/templates/search/book.html:111 msgid "Manually add book" msgstr "Buch manuell hinzufügen" -#: bookwyrm/templates/search/book.html:73 +#: bookwyrm/templates/search/book.html:116 msgid "Log in to import or add books." msgstr "Log dich ein, um Bücher zu importieren oder hinzuzufügen." @@ -2320,13 +2334,14 @@ msgid "Dashboard" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 #, fuzzy #| msgid "Max uses" msgid "Total users" msgstr "Maximale Benutzungen" #: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:12 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 msgid "Active this month" msgstr "" @@ -2337,6 +2352,7 @@ msgid "Statuses" msgstr "Importstatus" #: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 msgid "Works" msgstr "" @@ -2376,25 +2392,35 @@ msgstr "" msgid "Weeks" msgstr "Eine Woche" -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 #, fuzzy #| msgid "User Activity" msgid "User signup activity" msgstr "Nutzer*innenaktivität" -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +#: bookwyrm/templates/settings/dashboard/dashboard.html:112 #, fuzzy #| msgid "User Activity" msgid "Status activity" msgstr "Nutzer*innenaktivität" -#: bookwyrm/templates/settings/dashboard/dashboard_status_chart.html:7 +#: bookwyrm/templates/settings/dashboard/dashboard.html:118 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +#, fuzzy +#| msgid "Registration" +msgid "Registrations" +msgstr "Registrierung" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 #, fuzzy #| msgid "No statuses reported" msgid "Statuses posted" msgstr "Keine Beiträge gemeldet" -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:7 +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 msgid "Total" msgstr "" @@ -3182,7 +3208,7 @@ msgstr "Regal erstellen" msgid "Edit Shelf" msgstr "Regal bearbeiten" -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:56 +#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 #, fuzzy #| msgid "books" msgid "All books" @@ -3303,9 +3329,9 @@ msgid "of %(pages)s pages" msgstr "von %(pages)s Seiten" #: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:31 -#: bookwyrm/templates/snippets/status/layout.html:49 -#: bookwyrm/templates/snippets/status/layout.html:50 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:52 +#: bookwyrm/templates/snippets/status/layout.html:53 msgid "Reply" msgstr "Antwort" @@ -3507,29 +3533,29 @@ msgstr[1] "" msgid "Review of \"%(book_title)s\": %(review_title)s" msgstr "Review von \"%(book_title)s\": %(review_title)s" -#: bookwyrm/templates/snippets/goal_form.html:3 +#: bookwyrm/templates/snippets/goal_form.html:4 #, python-format msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." msgstr "Setze dir ein Ziel, wie viele Bücher du %(year)s lesen wirst und behalte deinen Fortschritt über's Jahr im Auge." -#: bookwyrm/templates/snippets/goal_form.html:12 +#: bookwyrm/templates/snippets/goal_form.html:16 msgid "Reading goal:" msgstr "Leseziel:" -#: bookwyrm/templates/snippets/goal_form.html:17 +#: bookwyrm/templates/snippets/goal_form.html:21 msgid "books" msgstr "Bücher" -#: bookwyrm/templates/snippets/goal_form.html:22 +#: bookwyrm/templates/snippets/goal_form.html:26 msgid "Goal privacy:" msgstr "Sichtbarkeit des Ziels" -#: bookwyrm/templates/snippets/goal_form.html:29 +#: bookwyrm/templates/snippets/goal_form.html:33 #: bookwyrm/templates/snippets/reading_modals/layout.html:13 msgid "Post to feed" msgstr "Posten" -#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/goal_form.html:37 msgid "Set goal" msgstr "Ziel setzen" @@ -3670,10 +3696,6 @@ msgstr "Diese Meldung wird an die Moderator:innen von %(site_name)s weitergeleti msgid "More info about this report:" msgstr "Mehr über diese Seite" -#: bookwyrm/templates/snippets/search_result_text.html:36 -msgid "Import book" -msgstr "Buch importieren" - #: bookwyrm/templates/snippets/shelf_selector.html:4 #, fuzzy #| msgid "Your books" @@ -3786,18 +3808,18 @@ msgstr "Direktnachrichten mit %(username)s" msgid "%(username)s wants to read %(book)s" msgstr "hat auf deinen Status geantwortet" -#: bookwyrm/templates/snippets/status/layout.html:21 +#: bookwyrm/templates/snippets/status/layout.html:24 #: bookwyrm/templates/snippets/status/status_options.html:17 msgid "Delete status" msgstr "Post löschen" -#: bookwyrm/templates/snippets/status/layout.html:53 -#: bookwyrm/templates/snippets/status/layout.html:54 +#: bookwyrm/templates/snippets/status/layout.html:56 +#: bookwyrm/templates/snippets/status/layout.html:57 msgid "Boost status" msgstr "Status teilen" -#: bookwyrm/templates/snippets/status/layout.html:57 -#: bookwyrm/templates/snippets/status/layout.html:58 +#: bookwyrm/templates/snippets/status/layout.html:60 +#: bookwyrm/templates/snippets/status/layout.html:61 msgid "Like status" msgstr "Status favorisieren" @@ -3999,7 +4021,7 @@ msgstr "" msgid "Not a valid csv file" msgstr "E-Mail Adresse" -#: bookwyrm/views/login.py:68 +#: bookwyrm/views/login.py:69 msgid "Username or password are incorrect" msgstr "Username oder Passwort sind falsch" @@ -4015,7 +4037,7 @@ msgstr "Dieser Benutzename ist bereits vergeben." msgid "A password reset link sent to {email}" msgstr "Ein Passwortwiederherstellungslinl wurde zu %s gesendet" -#: bookwyrm/views/rss_feed.py:34 +#: bookwyrm/views/rss_feed.py:35 #, python-brace-format msgid "Status updates from {obj.display_name}" msgstr "Status updates von {obj.display_name}" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 5a9a88b0..376bc832 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-09-29 18:32+0000\n" +"POT-Creation-Date: 2021-10-06 23:23+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:241 +#: bookwyrm/forms.py:242 msgid "A user with this email already exists." msgstr "" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:256 msgid "One Day" msgstr "" -#: bookwyrm/forms.py:256 +#: bookwyrm/forms.py:257 msgid "One Week" msgstr "" -#: bookwyrm/forms.py:257 +#: bookwyrm/forms.py:258 msgid "One Month" msgstr "" -#: bookwyrm/forms.py:258 +#: bookwyrm/forms.py:259 msgid "Does Not Expire" msgstr "" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:263 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:264 msgid "Unlimited" msgstr "" -#: bookwyrm/forms.py:325 +#: bookwyrm/forms.py:326 msgid "List Order" msgstr "" -#: bookwyrm/forms.py:326 +#: bookwyrm/forms.py:327 msgid "Book Title" msgstr "" -#: bookwyrm/forms.py:327 bookwyrm/templates/shelf/shelf.html:134 +#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 #: bookwyrm/templates/shelf/shelf.html:165 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "" -#: bookwyrm/forms.py:329 bookwyrm/templates/lists/list.html:109 +#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 msgid "Sort By" msgstr "" -#: bookwyrm/forms.py:333 +#: bookwyrm/forms.py:334 msgid "Ascending" msgstr "" -#: bookwyrm/forms.py:334 +#: bookwyrm/forms.py:335 msgid "Descending" msgstr "" @@ -81,23 +81,23 @@ msgstr "" msgid "Could not find a match for book" msgstr "" -#: bookwyrm/models/base_model.py:16 +#: bookwyrm/models/base_model.py:17 msgid "Pending" msgstr "" -#: bookwyrm/models/base_model.py:17 +#: bookwyrm/models/base_model.py:18 msgid "Self deletion" msgstr "" -#: bookwyrm/models/base_model.py:18 +#: bookwyrm/models/base_model.py:19 msgid "Moderator suspension" msgstr "" -#: bookwyrm/models/base_model.py:19 +#: bookwyrm/models/base_model.py:20 msgid "Moderator deletion" msgstr "" -#: bookwyrm/models/base_model.py:20 +#: bookwyrm/models/base_model.py:21 msgid "Domain block" msgstr "" @@ -152,45 +152,45 @@ msgstr "" msgid "A user with that username already exists." msgstr "" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home Timeline" msgstr "" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home" msgstr "" -#: bookwyrm/settings.py:117 +#: bookwyrm/settings.py:118 msgid "Books Timeline" msgstr "" -#: bookwyrm/settings.py:117 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:81 msgid "Books" msgstr "" -#: bookwyrm/settings.py:163 +#: bookwyrm/settings.py:164 msgid "English" msgstr "" -#: bookwyrm/settings.py:164 +#: bookwyrm/settings.py:165 msgid "German" msgstr "" -#: bookwyrm/settings.py:165 +#: bookwyrm/settings.py:166 msgid "Spanish" msgstr "" -#: bookwyrm/settings.py:166 +#: bookwyrm/settings.py:167 msgid "French" msgstr "" -#: bookwyrm/settings.py:167 +#: bookwyrm/settings.py:168 msgid "Simplified Chinese" msgstr "" -#: bookwyrm/settings.py:168 +#: bookwyrm/settings.py:169 msgid "Traditional Chinese" msgstr "" @@ -264,22 +264,22 @@ msgid "Edit Author:" msgstr "" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:18 msgid "Added:" msgstr "" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit_book.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:21 msgid "Updated:" msgstr "" #: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit_book.html:30 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Last edited by:" msgstr "" #: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit_book.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:15 msgid "Metadata" msgstr "" @@ -289,9 +289,9 @@ msgid "Name:" msgstr "" #: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit_book.html:169 -#: bookwyrm/templates/book/edit_book.html:178 -#: bookwyrm/templates/book/edit_book.html:221 +#: bookwyrm/templates/book/edit/edit_book_form.html:65 +#: bookwyrm/templates/book/edit/edit_book_form.html:79 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Separate multiple values with commas." msgstr "" @@ -320,7 +320,7 @@ msgid "Openlibrary key:" msgstr "" #: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit_book.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Inventaire ID:" msgstr "" @@ -334,11 +334,11 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit_book.html:341 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:118 +#: bookwyrm/templates/preferences/edit_user.html:124 #: bookwyrm/templates/settings/announcements/announcement_form.html:69 #: bookwyrm/templates/settings/federation/edit_instance.html:74 #: bookwyrm/templates/settings/federation/instance.html:87 @@ -352,7 +352,7 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:117 #: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 #: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit_book.html:342 +#: bookwyrm/templates/book/edit/edit_book.html:111 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/lists/delete_list_modal.html:17 #: bookwyrm/templates/settings/federation/instance.html:88 @@ -393,7 +393,7 @@ msgid "Add Description" msgstr "" #: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit_book.html:143 +#: bookwyrm/templates/book/edit/edit_book_form.html:34 #: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "" @@ -429,31 +429,31 @@ msgstr "" msgid "You don't have any reading activity for this book." msgstr "" -#: bookwyrm/templates/book/book.html:216 +#: bookwyrm/templates/book/book.html:218 msgid "Reviews" msgstr "" -#: bookwyrm/templates/book/book.html:221 +#: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "" -#: bookwyrm/templates/book/book.html:227 +#: bookwyrm/templates/book/book.html:229 msgid "Your comments" msgstr "" -#: bookwyrm/templates/book/book.html:233 +#: bookwyrm/templates/book/book.html:235 msgid "Your quotes" msgstr "" -#: bookwyrm/templates/book/book.html:269 +#: bookwyrm/templates/book/book.html:271 msgid "Subjects" msgstr "" -#: bookwyrm/templates/book/book.html:281 +#: bookwyrm/templates/book/book.html:283 msgid "Places" msgstr "" -#: bookwyrm/templates/book/book.html:292 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 #: bookwyrm/templates/search/layout.html:50 @@ -461,11 +461,11 @@ msgstr "" msgid "Lists" msgstr "" -#: bookwyrm/templates/book/book.html:303 +#: bookwyrm/templates/book/book.html:305 msgid "Add to list" msgstr "" -#: bookwyrm/templates/book/book.html:313 +#: bookwyrm/templates/book/book.html:315 #: bookwyrm/templates/book/cover_modal.html:31 #: bookwyrm/templates/lists/list.html:181 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 @@ -473,205 +473,214 @@ msgstr "" msgid "Add" msgstr "" -#: bookwyrm/templates/book/book_identifiers.html:7 +#: bookwyrm/templates/book/book_identifiers.html:8 msgid "ISBN:" msgstr "" -#: bookwyrm/templates/book/book_identifiers.html:14 -#: bookwyrm/templates/book/edit_book.html:321 +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:232 msgid "OCLC Number:" msgstr "" -#: bookwyrm/templates/book/book_identifiers.html:21 -#: bookwyrm/templates/book/edit_book.html:329 +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "ASIN:" msgstr "" #: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit_book.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:143 msgid "Upload cover:" msgstr "" #: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit_book.html:241 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Load cover from url:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:11 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:13 msgid "Add Book" msgstr "" -#: bookwyrm/templates/book/edit_book.html:61 +#: bookwyrm/templates/book/edit/edit_book.html:47 msgid "Confirm Book Info" msgstr "" -#: bookwyrm/templates/book/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:55 #, python-format msgid "Is \"%(name)s\" an existing author?" msgstr "" -#: bookwyrm/templates/book/edit_book.html:78 +#: bookwyrm/templates/book/edit/edit_book.html:64 #, python-format msgid "Author of %(book_title)s" msgstr "" -#: bookwyrm/templates/book/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:68 msgid "This is a new author" msgstr "" -#: bookwyrm/templates/book/edit_book.html:89 +#: bookwyrm/templates/book/edit/edit_book.html:75 #, python-format msgid "Creating a new author: %(name)s" msgstr "" -#: bookwyrm/templates/book/edit_book.html:96 +#: bookwyrm/templates/book/edit/edit_book.html:82 msgid "Is this an edition of an existing work?" msgstr "" -#: bookwyrm/templates/book/edit_book.html:104 +#: bookwyrm/templates/book/edit/edit_book.html:90 msgid "This is a new work" msgstr "" -#: bookwyrm/templates/book/edit_book.html:111 +#: bookwyrm/templates/book/edit/edit_book.html:97 #: bookwyrm/templates/password_reset.html:30 msgid "Confirm" msgstr "" -#: bookwyrm/templates/book/edit_book.html:113 -#: bookwyrm/templates/feed/status.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "" -#: bookwyrm/templates/book/edit_book.html:127 +#: bookwyrm/templates/book/edit/edit_book_form.html:18 #: bookwyrm/templates/snippets/create_status/review.html:16 msgid "Title:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:26 msgid "Subtitle:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:151 +#: bookwyrm/templates/book/edit/edit_book_form.html:44 msgid "Series:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series number:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:167 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Languages:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:176 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +msgid "Publication" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:77 msgid "Publisher:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:185 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "First published date:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:193 +#: bookwyrm/templates/book/edit/edit_book_form.html:94 msgid "Published date:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:104 msgid "Authors" msgstr "" -#: bookwyrm/templates/book/edit_book.html:209 +#: bookwyrm/templates/book/edit/edit_book_form.html:112 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit_book.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit_book.html:219 +#: bookwyrm/templates/book/edit/edit_book_form.html:122 msgid "Add Authors:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:220 +#: bookwyrm/templates/book/edit/edit_book_form.html:123 msgid "John Doe, Jane Smith" msgstr "" -#: bookwyrm/templates/book/edit_book.html:227 +#: bookwyrm/templates/book/edit/edit_book_form.html:132 #: bookwyrm/templates/shelf/shelf.html:127 msgid "Cover" msgstr "" -#: bookwyrm/templates/book/edit_book.html:253 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Physical Properties" msgstr "" -#: bookwyrm/templates/book/edit_book.html:257 -#: bookwyrm/templates/book/format_filter.html:5 +#: bookwyrm/templates/book/edit/edit_book_form.html:166 +#: bookwyrm/templates/book/editions/format_filter.html:5 msgid "Format:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:177 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 msgid "Pages:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 msgid "Book Identifiers" msgstr "" -#: bookwyrm/templates/book/edit_book.html:289 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "ISBN 13:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:297 +#: bookwyrm/templates/book/edit/edit_book_form.html:208 msgid "ISBN 10:" msgstr "" -#: bookwyrm/templates/book/edit_book.html:305 +#: bookwyrm/templates/book/edit/edit_book_form.html:216 msgid "Openlibrary ID:" msgstr "" -#: bookwyrm/templates/book/editions.html:4 +#: bookwyrm/templates/book/editions/editions.html:4 #, python-format msgid "Editions of %(book_title)s" msgstr "" -#: bookwyrm/templates/book/editions.html:8 +#: bookwyrm/templates/book/editions/editions.html:8 #, python-format msgid "Editions of \"%(work_title)s\"" msgstr "" -#: bookwyrm/templates/book/format_filter.html:8 -#: bookwyrm/templates/book/language_filter.html:8 +#: bookwyrm/templates/book/editions/format_filter.html:8 +#: bookwyrm/templates/book/editions/language_filter.html:8 msgid "Any" msgstr "" -#: bookwyrm/templates/book/language_filter.html:5 +#: bookwyrm/templates/book/editions/language_filter.html:5 +#: bookwyrm/templates/preferences/edit_user.html:95 msgid "Language:" msgstr "" -#: bookwyrm/templates/book/publisher_info.html:22 +#: bookwyrm/templates/book/editions/search_filter.html:5 +msgid "Search editions" +msgstr "" + +#: bookwyrm/templates/book/publisher_info.html:21 #, python-format msgid "%(format)s" msgstr "" -#: bookwyrm/templates/book/publisher_info.html:24 +#: bookwyrm/templates/book/publisher_info.html:23 #, python-format msgid "%(format)s, %(pages)s pages" msgstr "" -#: bookwyrm/templates/book/publisher_info.html:26 +#: bookwyrm/templates/book/publisher_info.html:25 #, python-format msgid "%(pages)s pages" msgstr "" @@ -681,17 +690,17 @@ msgstr "" msgid "%(languages)s language" msgstr "" -#: bookwyrm/templates/book/publisher_info.html:64 +#: bookwyrm/templates/book/publisher_info.html:65 #, python-format msgid "Published %(date)s by %(publisher)s." msgstr "" -#: bookwyrm/templates/book/publisher_info.html:66 +#: bookwyrm/templates/book/publisher_info.html:67 #, python-format msgid "Published %(date)s" msgstr "" -#: bookwyrm/templates/book/publisher_info.html:68 +#: bookwyrm/templates/book/publisher_info.html:69 #, python-format msgid "Published by %(publisher)s." msgstr "" @@ -729,17 +738,13 @@ msgstr "" msgid "Delete these read dates" msgstr "" -#: bookwyrm/templates/book/search_filter.html:5 -msgid "Search editions" -msgstr "" - #: bookwyrm/templates/components/inline_form.html:8 #: bookwyrm/templates/components/modal.html:11 #: bookwyrm/templates/components/tooltip.html:7 #: bookwyrm/templates/feed/layout.html:71 #: bookwyrm/templates/get_started/layout.html:20 #: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:32 +#: bookwyrm/templates/search/book.html:49 #: bookwyrm/templates/snippets/announcement.html:18 msgid "Close" msgstr "" @@ -1197,7 +1202,7 @@ msgid "Avatar:" msgstr "" #: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:104 +#: bookwyrm/templates/preferences/edit_user.html:110 msgid "Manually approve followers:" msgstr "" @@ -1445,8 +1450,8 @@ msgid "Log out" msgstr "" #: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications.html:6 -#: bookwyrm/templates/notifications.html:11 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "" @@ -1587,7 +1592,7 @@ msgstr "" msgid "Anyone can suggest books, subject to your approval" msgstr "" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:30 +#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 #: bookwyrm/templates/settings/reports/reports.html:25 #: bookwyrm/templates/snippets/announcement.html:16 msgid "Open" @@ -1698,127 +1703,127 @@ msgstr "" msgid "More about this site" msgstr "" -#: bookwyrm/templates/notifications.html:16 -msgid "Delete notifications" -msgstr "" - -#: bookwyrm/templates/notifications.html:25 -msgid "All" -msgstr "" - -#: bookwyrm/templates/notifications.html:29 -msgid "Mentions" -msgstr "" - -#: bookwyrm/templates/notifications.html:70 +#: bookwyrm/templates/notifications/items/add.html:24 #, python-format -msgid "favorited your review of %(book_title)s" +msgid "added %(book_title)s to your list \"%(list_name)s\"" msgstr "" -#: bookwyrm/templates/notifications.html:72 +#: bookwyrm/templates/notifications/items/add.html:31 #, python-format -msgid "favorited your comment on %(book_title)s" +msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" msgstr "" -#: bookwyrm/templates/notifications.html:74 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications.html:76 -#, python-format -msgid "favorited your status" -msgstr "" - -#: bookwyrm/templates/notifications.html:81 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications.html:83 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications.html:85 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications.html:87 -#, python-format -msgid "mentioned you in a status" -msgstr "" - -#: bookwyrm/templates/notifications.html:92 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications.html:94 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications.html:96 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "" - -#: bookwyrm/templates/notifications.html:98 -#, python-format -msgid "replied to your status" -msgstr "" - -#: bookwyrm/templates/notifications.html:102 -msgid "followed you" -msgstr "" - -#: bookwyrm/templates/notifications.html:105 -msgid "sent you a follow request" -msgstr "" - -#: bookwyrm/templates/notifications.html:111 +#: bookwyrm/templates/notifications/items/boost.html:19 #, python-format msgid "boosted your review of %(book_title)s" msgstr "" -#: bookwyrm/templates/notifications.html:113 +#: bookwyrm/templates/notifications/items/boost.html:25 #, python-format msgid "boosted your comment on%(book_title)s" msgstr "" -#: bookwyrm/templates/notifications.html:115 +#: bookwyrm/templates/notifications/items/boost.html:31 #, python-format msgid "boosted your quote from %(book_title)s" msgstr "" -#: bookwyrm/templates/notifications.html:117 +#: bookwyrm/templates/notifications/items/boost.html:37 #, python-format msgid "boosted your status" msgstr "" -#: bookwyrm/templates/notifications.html:121 +#: bookwyrm/templates/notifications/items/fav.html:19 #, python-format -msgid " added %(book_title)s to your list \"%(list_name)s\"" +msgid "favorited your review of %(book_title)s" msgstr "" -#: bookwyrm/templates/notifications.html:123 +#: bookwyrm/templates/notifications/items/fav.html:25 #, python-format -msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgid "favorited your comment on%(book_title)s" msgstr "" -#: bookwyrm/templates/notifications.html:128 +#: bookwyrm/templates/notifications/items/fav.html:31 +#, python-format +msgid "favorited your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/fav.html:37 +#, python-format +msgid "favorited your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/follow.html:15 +msgid "followed you" +msgstr "" + +#: bookwyrm/templates/notifications/items/follow_request.html:11 +msgid "sent you a follow request" +msgstr "" + +#: bookwyrm/templates/notifications/items/import.html:14 #, python-format msgid "Your import completed." msgstr "" -#: bookwyrm/templates/notifications.html:131 +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "mentioned you in a review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "mentioned you in a comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "mentioned you in a quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "mentioned you in a status" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "replied to your review of %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "replied to your comment on %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "replied to your quote from %(book_title)s" +msgstr "" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "replied to your status" +msgstr "" + +#: bookwyrm/templates/notifications/items/report.html:15 #, python-format msgid "A new report needs moderation." msgstr "" -#: bookwyrm/templates/notifications.html:157 +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +msgid "Mentions" +msgstr "" + +#: bookwyrm/templates/notifications/notifications_page.html:45 msgid "You're all caught up!" msgstr "" @@ -1891,7 +1896,7 @@ msgid "Display preferences" msgstr "" #: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:100 +#: bookwyrm/templates/preferences/edit_user.html:106 msgid "Privacy" msgstr "" @@ -1912,7 +1917,7 @@ msgstr "" msgid "Preferred Timezone: " msgstr "" -#: bookwyrm/templates/preferences/edit_user.html:110 +#: bookwyrm/templates/preferences/edit_user.html:116 msgid "Default post privacy:" msgstr "" @@ -1939,15 +1944,19 @@ msgstr "" msgid "Want to Read \"%(book_title)s\"" msgstr "" -#: bookwyrm/templates/search/book.html:64 +#: bookwyrm/templates/search/book.html:85 +msgid "Import book" +msgstr "" + +#: bookwyrm/templates/search/book.html:107 msgid "Load results from other catalogues" msgstr "" -#: bookwyrm/templates/search/book.html:68 +#: bookwyrm/templates/search/book.html:111 msgid "Manually add book" msgstr "" -#: bookwyrm/templates/search/book.html:73 +#: bookwyrm/templates/search/book.html:116 msgid "Log in to import or add books." msgstr "" @@ -2086,11 +2095,12 @@ msgid "Dashboard" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "Total users" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:12 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 msgid "Active this month" msgstr "" @@ -2099,6 +2109,7 @@ msgid "Statuses" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 msgid "Works" msgstr "" @@ -2132,19 +2143,27 @@ msgstr "" msgid "Weeks" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "User signup activity" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +#: bookwyrm/templates/settings/dashboard/dashboard.html:112 msgid "Status activity" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard_status_chart.html:7 +#: bookwyrm/templates/settings/dashboard/dashboard.html:118 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +msgid "Registrations" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 msgid "Statuses posted" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:7 +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 msgid "Total" msgstr "" @@ -2813,7 +2832,7 @@ msgstr "" msgid "Edit Shelf" msgstr "" -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:56 +#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 msgid "All books" msgstr "" @@ -2924,9 +2943,9 @@ msgid "of %(pages)s pages" msgstr "" #: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:31 -#: bookwyrm/templates/snippets/status/layout.html:49 -#: bookwyrm/templates/snippets/status/layout.html:50 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:52 +#: bookwyrm/templates/snippets/status/layout.html:53 msgid "Reply" msgstr "" @@ -3099,29 +3118,29 @@ msgstr[1] "" msgid "Review of \"%(book_title)s\": %(review_title)s" msgstr "" -#: bookwyrm/templates/snippets/goal_form.html:3 +#: bookwyrm/templates/snippets/goal_form.html:4 #, python-format msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." msgstr "" -#: bookwyrm/templates/snippets/goal_form.html:12 +#: bookwyrm/templates/snippets/goal_form.html:16 msgid "Reading goal:" msgstr "" -#: bookwyrm/templates/snippets/goal_form.html:17 +#: bookwyrm/templates/snippets/goal_form.html:21 msgid "books" msgstr "" -#: bookwyrm/templates/snippets/goal_form.html:22 +#: bookwyrm/templates/snippets/goal_form.html:26 msgid "Goal privacy:" msgstr "" -#: bookwyrm/templates/snippets/goal_form.html:29 +#: bookwyrm/templates/snippets/goal_form.html:33 #: bookwyrm/templates/snippets/reading_modals/layout.html:13 msgid "Post to feed" msgstr "" -#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/goal_form.html:37 msgid "Set goal" msgstr "" @@ -3253,10 +3272,6 @@ msgstr "" msgid "More info about this report:" msgstr "" -#: bookwyrm/templates/snippets/search_result_text.html:36 -msgid "Import book" -msgstr "" - #: bookwyrm/templates/snippets/shelf_selector.html:4 msgid "Move book" msgstr "" @@ -3350,18 +3365,18 @@ msgstr "" msgid "%(username)s wants to read %(book)s" msgstr "" -#: bookwyrm/templates/snippets/status/layout.html:21 +#: bookwyrm/templates/snippets/status/layout.html:24 #: bookwyrm/templates/snippets/status/status_options.html:17 msgid "Delete status" msgstr "" -#: bookwyrm/templates/snippets/status/layout.html:53 -#: bookwyrm/templates/snippets/status/layout.html:54 +#: bookwyrm/templates/snippets/status/layout.html:56 +#: bookwyrm/templates/snippets/status/layout.html:57 msgid "Boost status" msgstr "" -#: bookwyrm/templates/snippets/status/layout.html:57 -#: bookwyrm/templates/snippets/status/layout.html:58 +#: bookwyrm/templates/snippets/status/layout.html:60 +#: bookwyrm/templates/snippets/status/layout.html:61 msgid "Like status" msgstr "" @@ -3548,7 +3563,7 @@ msgstr "" msgid "Not a valid csv file" msgstr "" -#: bookwyrm/views/login.py:68 +#: bookwyrm/views/login.py:69 msgid "Username or password are incorrect" msgstr "" @@ -3561,7 +3576,7 @@ msgstr "" msgid "A password reset link sent to {email}" msgstr "" -#: bookwyrm/views/rss_feed.py:34 +#: bookwyrm/views/rss_feed.py:35 #, python-brace-format msgid "Status updates from {obj.display_name}" msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index caa12298..40ffb70a 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-02 01:08+0000\n" +"POT-Creation-Date: 2021-10-06 23:23+0000\n" "PO-Revision-Date: 2021-03-19 11:49+0800\n" "Last-Translator: Reese Porter \n" "Language-Team: LANGUAGE \n" @@ -17,57 +17,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bookwyrm/forms.py:241 +#: bookwyrm/forms.py:242 msgid "A user with this email already exists." msgstr "Ya existe un usuario con ese correo electrónico." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:256 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:256 +#: bookwyrm/forms.py:257 msgid "One Week" msgstr "Una semana" -#: bookwyrm/forms.py:257 +#: bookwyrm/forms.py:258 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:258 +#: bookwyrm/forms.py:259 msgid "Does Not Expire" msgstr "Nunca se vence" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:263 +#, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:264 msgid "Unlimited" msgstr "Sin límite" -#: bookwyrm/forms.py:325 +#: bookwyrm/forms.py:326 msgid "List Order" msgstr "Orden de la lista" -#: bookwyrm/forms.py:326 +#: bookwyrm/forms.py:327 msgid "Book Title" msgstr "Título" -#: bookwyrm/forms.py:327 bookwyrm/templates/shelf/shelf.html:134 +#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 #: bookwyrm/templates/shelf/shelf.html:165 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Calificación" -#: bookwyrm/forms.py:329 bookwyrm/templates/lists/list.html:109 +#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:333 +#: bookwyrm/forms.py:334 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:334 +#: bookwyrm/forms.py:335 msgid "Descending" msgstr "Descendente" @@ -79,23 +80,23 @@ msgstr "Error en cargar libro" msgid "Could not find a match for book" msgstr "No se pudo encontrar el libro" -#: bookwyrm/models/base_model.py:16 +#: bookwyrm/models/base_model.py:17 msgid "Pending" msgstr "Pendiente" -#: bookwyrm/models/base_model.py:17 +#: bookwyrm/models/base_model.py:18 msgid "Self deletion" msgstr "Auto-eliminación" -#: bookwyrm/models/base_model.py:18 +#: bookwyrm/models/base_model.py:19 msgid "Moderator suspension" msgstr "Suspensión de moderador" -#: bookwyrm/models/base_model.py:19 +#: bookwyrm/models/base_model.py:20 msgid "Moderator deletion" msgstr "Eliminación de moderador" -#: bookwyrm/models/base_model.py:20 +#: bookwyrm/models/base_model.py:21 msgid "Domain block" msgstr "Bloqueo de dominio" @@ -150,45 +151,45 @@ msgstr "nombre de usuario" msgid "A user with that username already exists." msgstr "Ya existe un usuario con ese nombre." -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home Timeline" msgstr "Línea temporal de hogar" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home" msgstr "Hogar" -#: bookwyrm/settings.py:117 +#: bookwyrm/settings.py:118 msgid "Books Timeline" msgstr "Línea temporal de libros" -#: bookwyrm/settings.py:117 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:81 msgid "Books" msgstr "Libros" -#: bookwyrm/settings.py:163 +#: bookwyrm/settings.py:164 msgid "English" msgstr "Inglés" -#: bookwyrm/settings.py:164 +#: bookwyrm/settings.py:165 msgid "German" msgstr "Aléman" -#: bookwyrm/settings.py:165 +#: bookwyrm/settings.py:166 msgid "Spanish" msgstr "Español" -#: bookwyrm/settings.py:166 +#: bookwyrm/settings.py:167 msgid "French" msgstr "Francés" -#: bookwyrm/settings.py:167 +#: bookwyrm/settings.py:168 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: bookwyrm/settings.py:168 +#: bookwyrm/settings.py:169 msgid "Traditional Chinese" msgstr "Chino tradicional" @@ -262,22 +263,22 @@ msgid "Edit Author:" msgstr "Editar Autor/Autora/Autore:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:18 msgid "Added:" msgstr "Agregado:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit_book.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:21 msgid "Updated:" msgstr "Actualizado:" #: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit_book.html:30 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Last edited by:" msgstr "Editado más recientemente por:" #: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit_book.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:15 msgid "Metadata" msgstr "Metadatos" @@ -287,9 +288,9 @@ msgid "Name:" msgstr "Nombre:" #: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit_book.html:169 -#: bookwyrm/templates/book/edit_book.html:178 -#: bookwyrm/templates/book/edit_book.html:221 +#: bookwyrm/templates/book/edit/edit_book_form.html:65 +#: bookwyrm/templates/book/edit/edit_book_form.html:79 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Separate multiple values with commas." msgstr "Separar varios valores con comas." @@ -318,7 +319,7 @@ msgid "Openlibrary key:" msgstr "Clave OpenLibrary:" #: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit_book.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Inventaire ID:" msgstr "ID Inventaire:" @@ -332,11 +333,11 @@ msgstr "Clave Goodreads:" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit_book.html:341 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:118 +#: bookwyrm/templates/preferences/edit_user.html:124 #: bookwyrm/templates/settings/announcements/announcement_form.html:69 #: bookwyrm/templates/settings/federation/edit_instance.html:74 #: bookwyrm/templates/settings/federation/instance.html:87 @@ -350,7 +351,7 @@ msgstr "Guardar" #: bookwyrm/templates/author/edit_author.html:117 #: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 #: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit_book.html:342 +#: bookwyrm/templates/book/edit/edit_book.html:111 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/lists/delete_list_modal.html:17 #: bookwyrm/templates/settings/federation/instance.html:88 @@ -391,7 +392,7 @@ msgid "Add Description" msgstr "Agregar descripción" #: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit_book.html:143 +#: bookwyrm/templates/book/edit/edit_book_form.html:34 #: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descripción:" @@ -427,31 +428,31 @@ 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:216 +#: bookwyrm/templates/book/book.html:218 msgid "Reviews" msgstr "Reseñas" -#: bookwyrm/templates/book/book.html:221 +#: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "Tus reseñas" -#: bookwyrm/templates/book/book.html:227 +#: bookwyrm/templates/book/book.html:229 msgid "Your comments" msgstr "Tus comentarios" -#: bookwyrm/templates/book/book.html:233 +#: bookwyrm/templates/book/book.html:235 msgid "Your quotes" msgstr "Tus citas" -#: bookwyrm/templates/book/book.html:269 +#: bookwyrm/templates/book/book.html:271 msgid "Subjects" msgstr "Sujetos" -#: bookwyrm/templates/book/book.html:281 +#: bookwyrm/templates/book/book.html:283 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:292 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 #: bookwyrm/templates/search/layout.html:50 @@ -459,11 +460,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:303 +#: bookwyrm/templates/book/book.html:305 msgid "Add to list" msgstr "Agregar a lista" -#: bookwyrm/templates/book/book.html:313 +#: bookwyrm/templates/book/book.html:315 #: bookwyrm/templates/book/cover_modal.html:31 #: bookwyrm/templates/lists/list.html:181 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 @@ -471,225 +472,236 @@ msgstr "Agregar a lista" msgid "Add" msgstr "Agregar" -#: bookwyrm/templates/book/book_identifiers.html:7 +#: bookwyrm/templates/book/book_identifiers.html:8 msgid "ISBN:" msgstr "ISBN:" -#: bookwyrm/templates/book/book_identifiers.html:14 -#: bookwyrm/templates/book/edit_book.html:321 +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:232 msgid "OCLC Number:" msgstr "Número OCLC:" -#: bookwyrm/templates/book/book_identifiers.html:21 -#: bookwyrm/templates/book/edit_book.html:329 +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "ASIN:" msgstr "ASIN:" #: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit_book.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:143 msgid "Upload cover:" msgstr "Subir portada:" #: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit_book.html:241 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Load cover from url:" msgstr "Agregar portada de url:" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:11 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Editar \"%(book_title)s\"" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:13 msgid "Add Book" msgstr "Agregar libro" -#: bookwyrm/templates/book/edit_book.html:61 +#: bookwyrm/templates/book/edit/edit_book.html:47 msgid "Confirm Book Info" msgstr "Confirmar información de libro" -#: bookwyrm/templates/book/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:55 #, python-format msgid "Is \"%(name)s\" an existing author?" msgstr "¿Es \"%(name)s\" un autor ya existente?" -#: bookwyrm/templates/book/edit_book.html:78 +#: 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_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:68 msgid "This is a new author" msgstr "Este es un autor nuevo" -#: bookwyrm/templates/book/edit_book.html:89 +#: bookwyrm/templates/book/edit/edit_book.html:75 #, python-format msgid "Creating a new author: %(name)s" msgstr "Creando un autor nuevo: %(name)s" -#: bookwyrm/templates/book/edit_book.html:96 +#: bookwyrm/templates/book/edit/edit_book.html:82 msgid "Is this an edition of an existing work?" msgstr "¿Es esta una edición de una obra ya existente?" -#: bookwyrm/templates/book/edit_book.html:104 +#: bookwyrm/templates/book/edit/edit_book.html:90 msgid "This is a new work" msgstr "Esta es una obra nueva" -#: bookwyrm/templates/book/edit_book.html:111 +#: bookwyrm/templates/book/edit/edit_book.html:97 #: bookwyrm/templates/password_reset.html:30 msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/edit_book.html:113 -#: bookwyrm/templates/feed/status.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Volver" -#: bookwyrm/templates/book/edit_book.html:127 +#: bookwyrm/templates/book/edit/edit_book_form.html:18 #: bookwyrm/templates/snippets/create_status/review.html:16 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit_book.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:26 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit_book.html:151 +#: bookwyrm/templates/book/edit/edit_book_form.html:44 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit_book.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series number:" msgstr "Número de serie:" -#: bookwyrm/templates/book/edit_book.html:167 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit_book.html:176 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +#, fuzzy +#| msgid "Public" +msgid "Publication" +msgstr "Público" + +#: bookwyrm/templates/book/edit/edit_book_form.html:77 msgid "Publisher:" msgstr "Editorial:" -#: bookwyrm/templates/book/edit_book.html:185 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "First published date:" msgstr "Fecha de primera publicación:" -#: bookwyrm/templates/book/edit_book.html:193 +#: bookwyrm/templates/book/edit/edit_book_form.html:94 msgid "Published date:" msgstr "Fecha de publicación:" -#: bookwyrm/templates/book/edit_book.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:104 msgid "Authors" msgstr "Autores" -#: bookwyrm/templates/book/edit_book.html:209 +#: bookwyrm/templates/book/edit/edit_book_form.html:112 #, python-format msgid "Remove %(name)s" msgstr "Quitar %(name)s" -#: bookwyrm/templates/book/edit_book.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor por %(name)s" -#: bookwyrm/templates/book/edit_book.html:219 +#: bookwyrm/templates/book/edit/edit_book_form.html:122 msgid "Add Authors:" msgstr "Agregar Autores:" -#: bookwyrm/templates/book/edit_book.html:220 +#: bookwyrm/templates/book/edit/edit_book_form.html:123 msgid "John Doe, Jane Smith" msgstr "Juan Nadie, Natalia Natalia" -#: bookwyrm/templates/book/edit_book.html:227 +#: bookwyrm/templates/book/edit/edit_book_form.html:132 #: bookwyrm/templates/shelf/shelf.html:127 msgid "Cover" msgstr "Portada:" -#: bookwyrm/templates/book/edit_book.html:253 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Physical Properties" msgstr "Propiedades físicas:" -#: bookwyrm/templates/book/edit_book.html:257 -#: bookwyrm/templates/book/format_filter.html:5 +#: bookwyrm/templates/book/edit/edit_book_form.html:166 +#: bookwyrm/templates/book/editions/format_filter.html:5 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit_book.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:177 msgid "Format details:" msgstr "Detalles del formato" -#: bookwyrm/templates/book/edit_book.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit_book.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 msgid "Book Identifiers" msgstr "Identificadores de libro" -#: bookwyrm/templates/book/edit_book.html:289 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit_book.html:297 +#: bookwyrm/templates/book/edit/edit_book_form.html:208 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit_book.html:305 +#: bookwyrm/templates/book/edit/edit_book_form.html:216 msgid "Openlibrary ID:" msgstr "ID OpenLibrary:" -#: bookwyrm/templates/book/editions.html:4 +#: bookwyrm/templates/book/editions/editions.html:4 #, python-format msgid "Editions of %(book_title)s" msgstr "Ediciones de %(book_title)s" -#: bookwyrm/templates/book/editions.html:8 +#: bookwyrm/templates/book/editions/editions.html:8 #, python-format msgid "Editions of \"%(work_title)s\"" msgstr "Ediciones de \"%(work_title)s\"" -#: bookwyrm/templates/book/format_filter.html:8 -#: bookwyrm/templates/book/language_filter.html:8 +#: bookwyrm/templates/book/editions/format_filter.html:8 +#: bookwyrm/templates/book/editions/language_filter.html:8 msgid "Any" msgstr "Cualquier" -#: bookwyrm/templates/book/language_filter.html:5 +#: bookwyrm/templates/book/editions/language_filter.html:5 +#: bookwyrm/templates/preferences/edit_user.html:95 msgid "Language:" msgstr "Idioma:" -#: bookwyrm/templates/book/publisher_info.html:24 +#: bookwyrm/templates/book/editions/search_filter.html:5 +msgid "Search editions" +msgstr "Buscar ediciones" + +#: bookwyrm/templates/book/publisher_info.html:21 #, python-format msgid "%(format)s" msgstr "%(format)s" -#: bookwyrm/templates/book/publisher_info.html:26 +#: bookwyrm/templates/book/publisher_info.html:23 #, python-format msgid "%(format)s, %(pages)s pages" msgstr "%(format)s, %(pages)s páginas" -#: bookwyrm/templates/book/publisher_info.html:28 +#: bookwyrm/templates/book/publisher_info.html:25 #, python-format msgid "%(pages)s pages" msgstr "%(pages)s páginas" -#: bookwyrm/templates/book/publisher_info.html:40 +#: bookwyrm/templates/book/publisher_info.html:38 #, python-format msgid "%(languages)s language" msgstr "idioma %(languages)s" -#: bookwyrm/templates/book/publisher_info.html:66 +#: bookwyrm/templates/book/publisher_info.html:65 #, python-format msgid "Published %(date)s by %(publisher)s." msgstr "Publicado %(date)s por %(publisher)s." -#: bookwyrm/templates/book/publisher_info.html:68 +#: bookwyrm/templates/book/publisher_info.html:67 #, python-format msgid "Published %(date)s" msgstr "Publicado %(date)s" -#: bookwyrm/templates/book/publisher_info.html:70 +#: bookwyrm/templates/book/publisher_info.html:69 #, python-format msgid "Published by %(publisher)s." msgstr "Publicado por %(publisher)s." @@ -727,10 +739,6 @@ msgstr "Editar fechas de lectura" msgid "Delete these read dates" msgstr "Eliminar estas fechas de lectura" -#: bookwyrm/templates/book/search_filter.html:5 -msgid "Search editions" -msgstr "Buscar ediciones" - #: bookwyrm/templates/components/inline_form.html:8 #: bookwyrm/templates/components/modal.html:11 #: bookwyrm/templates/components/tooltip.html:7 @@ -1195,7 +1203,7 @@ msgid "Avatar:" msgstr "Avatar:" #: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:104 +#: bookwyrm/templates/preferences/edit_user.html:110 msgid "Manually approve followers:" msgstr "Aprobar seguidores a mano:" @@ -1389,6 +1397,7 @@ msgid "Request an Invitation" msgstr "Solicitar una invitación" #: bookwyrm/templates/landing/layout.html:49 +#, python-format msgid "%(name)s registration is closed" msgstr "El registro de %(name)s está cerrado" @@ -1401,6 +1410,7 @@ msgid "Your Account" msgstr "Tu cuenta" #: bookwyrm/templates/layout.html:13 +#, python-format msgid "%(site_name)s search" msgstr "Busqueda en %(site_name)s" @@ -1441,8 +1451,8 @@ msgid "Log out" msgstr "Cerrar sesión" #: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications.html:6 -#: bookwyrm/templates/notifications.html:11 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificaciones" @@ -1694,127 +1704,130 @@ msgstr "Contraseña:" msgid "More about this site" msgstr "Más sobre este sitio" -#: bookwyrm/templates/notifications.html:16 -msgid "Delete notifications" -msgstr "Borrar notificaciones" +#: bookwyrm/templates/notifications/items/add.html:24 +#, fuzzy, python-format +#| msgid " added %(book_title)s to your list \"%(list_name)s\"" +msgid "added %(book_title)s to your list \"%(list_name)s\"" +msgstr " agregó %(book_title)s a tu lista \"%(list_name)s\"" -#: bookwyrm/templates/notifications.html:25 -msgid "All" -msgstr "Todas" +#: bookwyrm/templates/notifications/items/add.html:31 +#, fuzzy, python-format +#| msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgstr " sugirió agregar %(book_title)s a tu lista \"%(list_name)s\"" -#: bookwyrm/templates/notifications.html:29 -msgid "Mentions" -msgstr "Menciones" - -#: bookwyrm/templates/notifications.html:70 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "le gustó tu reseña de %(book_title)s" - -#: bookwyrm/templates/notifications.html:72 -#, python-format -msgid "favorited your comment on %(book_title)s" -msgstr "le gustó tu comentario en %(book_title)s" - -#: bookwyrm/templates/notifications.html:74 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "le gustó tu cita de %(book_title)s" - -#: bookwyrm/templates/notifications.html:76 -#, python-format -msgid "favorited your status" -msgstr "le gustó tu status" - -#: bookwyrm/templates/notifications.html:81 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "te mencionó en una reseña de %(book_title)s" - -#: bookwyrm/templates/notifications.html:83 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "te mencionó en un comentario de %(book_title)s" - -#: bookwyrm/templates/notifications.html:85 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "te mencionó en una cita de %(book_title)s" - -#: bookwyrm/templates/notifications.html:87 -#, python-format -msgid "mentioned you in a status" -msgstr "te mencionó en un status" - -#: bookwyrm/templates/notifications.html:92 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "respondió a tu reseña de %(book_title)s" - -#: bookwyrm/templates/notifications.html:94 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "respondió a tu comentario en %(book_title)s" - -#: bookwyrm/templates/notifications.html:96 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "respondió a tu cita de %(book_title)s" - -#: bookwyrm/templates/notifications.html:98 -#, python-format -msgid "replied to your status" -msgstr "respondió a tu status" - -#: bookwyrm/templates/notifications.html:102 -msgid "followed you" -msgstr "te siguió" - -#: bookwyrm/templates/notifications.html:105 -msgid "sent you a follow request" -msgstr "te quiere seguir" - -#: bookwyrm/templates/notifications.html:111 +#: bookwyrm/templates/notifications/items/boost.html:19 #, python-format msgid "boosted your review of %(book_title)s" msgstr "respaldó tu reseña de %(book_title)s" -#: bookwyrm/templates/notifications.html:113 +#: bookwyrm/templates/notifications/items/boost.html:25 #, python-format msgid "boosted your comment on%(book_title)s" msgstr "respaldó tu comentario en%(book_title)s" -#: bookwyrm/templates/notifications.html:115 +#: bookwyrm/templates/notifications/items/boost.html:31 #, python-format msgid "boosted your quote from %(book_title)s" msgstr "respaldó tucita de %(book_title)s" -#: bookwyrm/templates/notifications.html:117 +#: bookwyrm/templates/notifications/items/boost.html:37 #, python-format msgid "boosted your status" msgstr "respaldó tu status" -#: bookwyrm/templates/notifications.html:121 +#: bookwyrm/templates/notifications/items/fav.html:19 #, python-format -msgid " added %(book_title)s to your list \"%(list_name)s\"" -msgstr " agregó %(book_title)s a tu lista \"%(list_name)s\"" +msgid "favorited your review of %(book_title)s" +msgstr "le gustó tu reseña de %(book_title)s" -#: bookwyrm/templates/notifications.html:123 +#: bookwyrm/templates/notifications/items/fav.html:25 +#, fuzzy, python-format +#| msgid "favorited your comment on %(book_title)s" +msgid "favorited your comment on%(book_title)s" +msgstr "le gustó tu comentario en %(book_title)s" + +#: bookwyrm/templates/notifications/items/fav.html:31 #, python-format -msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr " sugirió agregar %(book_title)s a tu lista \"%(list_name)s\"" +msgid "favorited your quote from %(book_title)s" +msgstr "le gustó tu cita de %(book_title)s" -#: bookwyrm/templates/notifications.html:128 +#: bookwyrm/templates/notifications/items/fav.html:37 +#, python-format +msgid "favorited your status" +msgstr "le gustó tu status" + +#: bookwyrm/templates/notifications/items/follow.html:15 +msgid "followed you" +msgstr "te siguió" + +#: bookwyrm/templates/notifications/items/follow_request.html:11 +msgid "sent you a follow request" +msgstr "te quiere seguir" + +#: bookwyrm/templates/notifications/items/import.html:14 #, python-format msgid "Your import completed." msgstr "Tu importación ha terminado." -#: bookwyrm/templates/notifications.html:131 +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "mentioned you in a review of %(book_title)s" +msgstr "te mencionó en una reseña de %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "mentioned you in a comment on %(book_title)s" +msgstr "te mencionó en un comentario de %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "mentioned you in a quote from %(book_title)s" +msgstr "te mencionó en una cita de %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "mentioned you in a status" +msgstr "te mencionó en un status" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "replied to your review of %(book_title)s" +msgstr "respondió a tu reseña de %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "replied to your comment on %(book_title)s" +msgstr "respondió a tu comentario en %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "replied to your quote from %(book_title)s" +msgstr "respondió a tu cita de %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "replied to your status" +msgstr "respondió a tu status" + +#: bookwyrm/templates/notifications/items/report.html:15 #, python-format msgid "A new report needs moderation." msgstr "Un informe nuevo se requiere moderación." -#: bookwyrm/templates/notifications.html:157 +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "Borrar notificaciones" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "Todas" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +msgid "Mentions" +msgstr "Menciones" + +#: bookwyrm/templates/notifications/notifications_page.html:45 msgid "You're all caught up!" msgstr "¡Estás al día!" @@ -1887,7 +1900,7 @@ msgid "Display preferences" msgstr "Preferencias de visualización" #: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:100 +#: bookwyrm/templates/preferences/edit_user.html:106 msgid "Privacy" msgstr "Privacidad" @@ -1908,7 +1921,7 @@ msgstr "Tu cuenta se aparecerá en el directorio, y pue msgid "Preferred Timezone: " msgstr "Huso horario preferido" -#: bookwyrm/templates/preferences/edit_user.html:110 +#: bookwyrm/templates/preferences/edit_user.html:116 msgid "Default post privacy:" msgstr "Privacidad de publicación por defecto:" @@ -2086,11 +2099,12 @@ msgid "Dashboard" msgstr "Tablero" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "Total users" msgstr "Número de usuarios" #: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:12 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 msgid "Active this month" msgstr "Activos este mes" @@ -2099,6 +2113,7 @@ msgid "Statuses" msgstr "Statuses" #: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 msgid "Works" msgstr "Obras" @@ -2132,19 +2147,29 @@ msgstr "Dias" msgid "Weeks" msgstr "Semanas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "User signup activity" msgstr "Actividad de inscripciones de usuarios" -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +#: bookwyrm/templates/settings/dashboard/dashboard.html:112 msgid "Status activity" msgstr "Actividad de status" -#: bookwyrm/templates/settings/dashboard/dashboard_status_chart.html:7 +#: bookwyrm/templates/settings/dashboard/dashboard.html:118 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +#, fuzzy +#| msgid "Registration" +msgid "Registrations" +msgstr "Registración" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 msgid "Statuses posted" msgstr "Statuses publicados" -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:7 +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 msgid "Total" msgstr "Suma" @@ -2813,7 +2838,7 @@ msgstr "Crear estante" msgid "Edit Shelf" msgstr "Editar estante" -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:56 +#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 msgid "All books" msgstr "Todos los libros" @@ -2924,9 +2949,9 @@ msgid "of %(pages)s pages" msgstr "de %(pages)s páginas" #: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:31 -#: bookwyrm/templates/snippets/status/layout.html:49 -#: bookwyrm/templates/snippets/status/layout.html:50 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:52 +#: bookwyrm/templates/snippets/status/layout.html:53 msgid "Reply" msgstr "Respuesta" @@ -3099,29 +3124,29 @@ msgstr[1] "Reseña de \"%(book_title)s\" (%(display_rating)s estrellas): %(revie msgid "Review of \"%(book_title)s\": %(review_title)s" msgstr "Reseña de \"%(book_title)s\": %(review_title)s" -#: bookwyrm/templates/snippets/goal_form.html:3 +#: bookwyrm/templates/snippets/goal_form.html:4 #, python-format msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." msgstr "Establece una meta para cuantos libros leerás en %(year)s, y seguir tu progreso durante el año." -#: bookwyrm/templates/snippets/goal_form.html:12 +#: bookwyrm/templates/snippets/goal_form.html:16 msgid "Reading goal:" msgstr "Meta de lectura:" -#: bookwyrm/templates/snippets/goal_form.html:17 +#: bookwyrm/templates/snippets/goal_form.html:21 msgid "books" msgstr "libros" -#: bookwyrm/templates/snippets/goal_form.html:22 +#: bookwyrm/templates/snippets/goal_form.html:26 msgid "Goal privacy:" msgstr "Privacidad de meta:" -#: bookwyrm/templates/snippets/goal_form.html:29 +#: bookwyrm/templates/snippets/goal_form.html:33 #: bookwyrm/templates/snippets/reading_modals/layout.html:13 msgid "Post to feed" msgstr "Compartir con tu feed" -#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/goal_form.html:37 msgid "Set goal" msgstr "Establecer meta" @@ -3346,18 +3371,18 @@ msgstr "reseñó a %(book)s" msgid "%(username)s wants to read %(book)s" msgstr "%(username)s quiere leer %(book)s" -#: bookwyrm/templates/snippets/status/layout.html:21 +#: bookwyrm/templates/snippets/status/layout.html:24 #: bookwyrm/templates/snippets/status/status_options.html:17 msgid "Delete status" msgstr "Eliminar status" -#: bookwyrm/templates/snippets/status/layout.html:53 -#: bookwyrm/templates/snippets/status/layout.html:54 +#: bookwyrm/templates/snippets/status/layout.html:56 +#: bookwyrm/templates/snippets/status/layout.html:57 msgid "Boost status" msgstr "Respaldar status" -#: bookwyrm/templates/snippets/status/layout.html:57 -#: bookwyrm/templates/snippets/status/layout.html:58 +#: bookwyrm/templates/snippets/status/layout.html:60 +#: bookwyrm/templates/snippets/status/layout.html:61 msgid "Like status" msgstr "Me gusta status" @@ -3544,7 +3569,7 @@ msgstr "%(title)s: %(subtitle)s" msgid "Not a valid csv file" msgstr "No un archivo csv válido" -#: bookwyrm/views/login.py:68 +#: bookwyrm/views/login.py:69 msgid "Username or password are incorrect" msgstr "Nombre de usuario o contraseña es incorrecta" @@ -3553,10 +3578,11 @@ msgid "No user with that email address was found." msgstr "No se pudo encontrar un usuario con esa dirección de correo electrónico." #: bookwyrm/views/password.py:41 +#, python-brace-format msgid "A password reset link sent to {email}" msgstr "Un enlace para reestablecer tu contraseña se envió a {email}" -#: bookwyrm/views/rss_feed.py:34 +#: bookwyrm/views/rss_feed.py:35 #, python-brace-format msgid "Status updates from {obj.display_name}" msgstr "Actualizaciones de status de {obj.display_name}" diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index dc8b2db5..8c81995b 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-29 18:32+0000\n" +"POT-Creation-Date: 2021-10-06 23:23+0000\n" "PO-Revision-Date: 2021-04-05 12:44+0100\n" "Last-Translator: Fabien Basmaison \n" "Language-Team: Mouse Reeve \n" @@ -18,59 +18,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bookwyrm/forms.py:241 +#: bookwyrm/forms.py:242 msgid "A user with this email already exists." msgstr "Cet email est déjà associé à un compte." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:256 msgid "One Day" msgstr "Un jour" -#: bookwyrm/forms.py:256 +#: bookwyrm/forms.py:257 msgid "One Week" msgstr "Une semaine" -#: bookwyrm/forms.py:257 +#: bookwyrm/forms.py:258 msgid "One Month" msgstr "Un mois" -#: bookwyrm/forms.py:258 +#: bookwyrm/forms.py:259 msgid "Does Not Expire" msgstr "Sans expiration" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:263 #, fuzzy, python-brace-format #| msgid "Max uses" msgid "{i} uses" msgstr "Nombre maximum d’utilisations" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:264 msgid "Unlimited" msgstr "Sans limite" -#: bookwyrm/forms.py:325 +#: bookwyrm/forms.py:326 msgid "List Order" msgstr "Ordre de la liste" -#: bookwyrm/forms.py:326 +#: bookwyrm/forms.py:327 msgid "Book Title" msgstr "Titre du livre" -#: bookwyrm/forms.py:327 bookwyrm/templates/shelf/shelf.html:134 +#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 #: bookwyrm/templates/shelf/shelf.html:165 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "Note" -#: bookwyrm/forms.py:329 bookwyrm/templates/lists/list.html:109 +#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 msgid "Sort By" msgstr "Trier par" -#: bookwyrm/forms.py:333 +#: bookwyrm/forms.py:334 msgid "Ascending" msgstr "Ordre croissant" -#: bookwyrm/forms.py:334 +#: bookwyrm/forms.py:335 msgid "Descending" msgstr "Ordre décroissant" @@ -82,29 +82,29 @@ msgstr "" msgid "Could not find a match for book" msgstr "" -#: bookwyrm/models/base_model.py:16 +#: bookwyrm/models/base_model.py:17 #, fuzzy #| msgid "Ascending" msgid "Pending" msgstr "Ordre croissant" -#: bookwyrm/models/base_model.py:17 +#: bookwyrm/models/base_model.py:18 msgid "Self deletion" msgstr "" -#: bookwyrm/models/base_model.py:18 +#: bookwyrm/models/base_model.py:19 #, fuzzy #| msgid "Moderator Comments" msgid "Moderator suspension" msgstr "Commentaires de l’équipe de modération" -#: bookwyrm/models/base_model.py:19 +#: bookwyrm/models/base_model.py:20 #, fuzzy #| msgid "List curation:" msgid "Moderator deletion" msgstr "Modération de la liste :" -#: bookwyrm/models/base_model.py:20 +#: bookwyrm/models/base_model.py:21 #, fuzzy #| msgid "Un-block" msgid "Domain block" @@ -167,47 +167,47 @@ msgstr "nom du compte :" msgid "A user with that username already exists." msgstr "Ce nom est déjà associé à un compte." -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home Timeline" msgstr "Mon fil d’actualité" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home" msgstr "Accueil" -#: bookwyrm/settings.py:117 +#: bookwyrm/settings.py:118 #, fuzzy #| msgid "Book Title" msgid "Books Timeline" msgstr "Titre du livre" -#: bookwyrm/settings.py:117 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:81 msgid "Books" msgstr "Livres" -#: bookwyrm/settings.py:163 +#: bookwyrm/settings.py:164 msgid "English" msgstr "English" -#: bookwyrm/settings.py:164 +#: bookwyrm/settings.py:165 msgid "German" msgstr "Deutsch" -#: bookwyrm/settings.py:165 +#: bookwyrm/settings.py:166 msgid "Spanish" msgstr "Español" -#: bookwyrm/settings.py:166 +#: bookwyrm/settings.py:167 msgid "French" msgstr "Français" -#: bookwyrm/settings.py:167 +#: bookwyrm/settings.py:168 msgid "Simplified Chinese" msgstr "简化字" -#: bookwyrm/settings.py:168 +#: bookwyrm/settings.py:169 #, fuzzy #| msgid "Additional info:" msgid "Traditional Chinese" @@ -283,22 +283,22 @@ msgid "Edit Author:" msgstr "Modifier l’auteur ou l’autrice :" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:18 msgid "Added:" msgstr "Ajouté :" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit_book.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:21 msgid "Updated:" msgstr "Mis à jour :" #: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit_book.html:30 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Last edited by:" msgstr "Dernière modification par :" #: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit_book.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:15 msgid "Metadata" msgstr "Métadonnées" @@ -308,9 +308,9 @@ msgid "Name:" msgstr "Nom :" #: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit_book.html:169 -#: bookwyrm/templates/book/edit_book.html:178 -#: bookwyrm/templates/book/edit_book.html:221 +#: bookwyrm/templates/book/edit/edit_book_form.html:65 +#: bookwyrm/templates/book/edit/edit_book_form.html:79 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Separate multiple values with commas." msgstr "Séparez plusieurs valeurs par une virgule." @@ -339,7 +339,7 @@ msgid "Openlibrary key:" msgstr "Clé Openlibrary :" #: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit_book.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Inventaire ID:" msgstr "Identifiant Inventaire :" @@ -353,11 +353,11 @@ msgstr "Clé Goodreads :" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit_book.html:341 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:118 +#: bookwyrm/templates/preferences/edit_user.html:124 #: bookwyrm/templates/settings/announcements/announcement_form.html:69 #: bookwyrm/templates/settings/federation/edit_instance.html:74 #: bookwyrm/templates/settings/federation/instance.html:87 @@ -371,7 +371,7 @@ msgstr "Enregistrer" #: bookwyrm/templates/author/edit_author.html:117 #: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 #: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit_book.html:342 +#: bookwyrm/templates/book/edit/edit_book.html:111 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/lists/delete_list_modal.html:17 #: bookwyrm/templates/settings/federation/instance.html:88 @@ -412,7 +412,7 @@ msgid "Add Description" msgstr "Ajouter une description" #: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit_book.html:143 +#: bookwyrm/templates/book/edit/edit_book_form.html:34 #: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Description :" @@ -448,31 +448,31 @@ 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:216 +#: bookwyrm/templates/book/book.html:218 msgid "Reviews" msgstr "Critiques" -#: bookwyrm/templates/book/book.html:221 +#: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "Vos critiques" -#: bookwyrm/templates/book/book.html:227 +#: bookwyrm/templates/book/book.html:229 msgid "Your comments" msgstr "Vos commentaires" -#: bookwyrm/templates/book/book.html:233 +#: bookwyrm/templates/book/book.html:235 msgid "Your quotes" msgstr "Vos citations" -#: bookwyrm/templates/book/book.html:269 +#: bookwyrm/templates/book/book.html:271 msgid "Subjects" msgstr "Sujets" -#: bookwyrm/templates/book/book.html:281 +#: bookwyrm/templates/book/book.html:283 msgid "Places" msgstr "Lieux" -#: bookwyrm/templates/book/book.html:292 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 #: bookwyrm/templates/search/layout.html:50 @@ -480,11 +480,11 @@ msgstr "Lieux" msgid "Lists" msgstr "Listes" -#: bookwyrm/templates/book/book.html:303 +#: bookwyrm/templates/book/book.html:305 msgid "Add to list" msgstr "Ajouter à la liste" -#: bookwyrm/templates/book/book.html:313 +#: bookwyrm/templates/book/book.html:315 #: bookwyrm/templates/book/cover_modal.html:31 #: bookwyrm/templates/lists/list.html:181 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 @@ -492,207 +492,220 @@ msgstr "Ajouter à la liste" msgid "Add" msgstr "Ajouter" -#: bookwyrm/templates/book/book_identifiers.html:7 +#: bookwyrm/templates/book/book_identifiers.html:8 msgid "ISBN:" msgstr "ISBN :" -#: bookwyrm/templates/book/book_identifiers.html:14 -#: bookwyrm/templates/book/edit_book.html:321 +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:232 msgid "OCLC Number:" msgstr "Numéro OCLC :" -#: bookwyrm/templates/book/book_identifiers.html:21 -#: bookwyrm/templates/book/edit_book.html:329 +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "ASIN:" msgstr "ASIN :" #: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit_book.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:143 msgid "Upload cover:" msgstr "Charger une couverture :" #: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit_book.html:241 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Load cover from url:" msgstr "Charger la couverture depuis une URL :" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:11 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Modifier « %(book_title)s »" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:13 msgid "Add Book" msgstr "Ajouter un livre" -#: bookwyrm/templates/book/edit_book.html:61 +#: bookwyrm/templates/book/edit/edit_book.html:47 msgid "Confirm Book Info" msgstr "Confirmer les informations de ce livre" -#: bookwyrm/templates/book/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:55 #, python-format msgid "Is \"%(name)s\" an existing author?" msgstr "Est‑ce que l’auteur/autrice « %(name)s » existe déjà ?" -#: bookwyrm/templates/book/edit_book.html:78 +#: 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_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:68 msgid "This is a new author" msgstr "Il s’agit d’un nouvel auteur ou d’une nouvelle autrice." -#: bookwyrm/templates/book/edit_book.html:89 +#: bookwyrm/templates/book/edit/edit_book.html:75 #, python-format msgid "Creating a new author: %(name)s" msgstr "Création d’un nouvel auteur/autrice : %(name)s" -#: bookwyrm/templates/book/edit_book.html:96 +#: bookwyrm/templates/book/edit/edit_book.html:82 msgid "Is this an edition of an existing work?" msgstr "Est‑ce l’édition d’un ouvrage existant ?" -#: bookwyrm/templates/book/edit_book.html:104 +#: bookwyrm/templates/book/edit/edit_book.html:90 msgid "This is a new work" msgstr "Il s’agit d’un nouvel ouvrage." -#: bookwyrm/templates/book/edit_book.html:111 +#: bookwyrm/templates/book/edit/edit_book.html:97 #: bookwyrm/templates/password_reset.html:30 msgid "Confirm" msgstr "Confirmer" -#: bookwyrm/templates/book/edit_book.html:113 -#: bookwyrm/templates/feed/status.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "Retour" -#: bookwyrm/templates/book/edit_book.html:127 +#: bookwyrm/templates/book/edit/edit_book_form.html:18 #: bookwyrm/templates/snippets/create_status/review.html:16 msgid "Title:" msgstr "Titre :" -#: bookwyrm/templates/book/edit_book.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:26 msgid "Subtitle:" msgstr "Sous‑titre :" -#: bookwyrm/templates/book/edit_book.html:151 +#: bookwyrm/templates/book/edit/edit_book_form.html:44 msgid "Series:" msgstr "Série :" -#: bookwyrm/templates/book/edit_book.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series number:" msgstr "Numéro dans la série :" -#: bookwyrm/templates/book/edit_book.html:167 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Languages:" msgstr "Langues :" -#: bookwyrm/templates/book/edit_book.html:176 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +#, fuzzy +#| msgid "Public" +msgid "Publication" +msgstr "Public" + +#: bookwyrm/templates/book/edit/edit_book_form.html:77 msgid "Publisher:" msgstr "Éditeur :" -#: bookwyrm/templates/book/edit_book.html:185 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "First published date:" msgstr "Première date de parution :" -#: bookwyrm/templates/book/edit_book.html:193 +#: bookwyrm/templates/book/edit/edit_book_form.html:94 msgid "Published date:" msgstr "Date de parution :" -#: bookwyrm/templates/book/edit_book.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:104 msgid "Authors" msgstr "Auteurs ou autrices" -#: bookwyrm/templates/book/edit_book.html:209 +#: bookwyrm/templates/book/edit/edit_book_form.html:112 #, python-format msgid "Remove %(name)s" msgstr "Retirer %(name)s" -#: bookwyrm/templates/book/edit_book.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 #, python-format msgid "Author page for %(name)s" msgstr "Page de %(name)s" -#: bookwyrm/templates/book/edit_book.html:219 +#: bookwyrm/templates/book/edit/edit_book_form.html:122 msgid "Add Authors:" msgstr "Ajouter des auteurs ou autrices :" -#: bookwyrm/templates/book/edit_book.html:220 +#: bookwyrm/templates/book/edit/edit_book_form.html:123 msgid "John Doe, Jane Smith" msgstr "Claude Dupont, Dominique Durand" -#: bookwyrm/templates/book/edit_book.html:227 +#: bookwyrm/templates/book/edit/edit_book_form.html:132 #: bookwyrm/templates/shelf/shelf.html:127 msgid "Cover" msgstr "Couverture" -#: bookwyrm/templates/book/edit_book.html:253 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Physical Properties" msgstr "Propriétés physiques" -#: bookwyrm/templates/book/edit_book.html:257 -#: bookwyrm/templates/book/format_filter.html:5 +#: bookwyrm/templates/book/edit/edit_book_form.html:166 +#: bookwyrm/templates/book/editions/format_filter.html:5 msgid "Format:" msgstr "Format :" -#: bookwyrm/templates/book/edit_book.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:177 #, fuzzy #| msgid "User details" msgid "Format details:" msgstr "Détails du compte" -#: bookwyrm/templates/book/edit_book.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 msgid "Pages:" msgstr "Pages :" -#: bookwyrm/templates/book/edit_book.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 msgid "Book Identifiers" msgstr "Identifiants du livre" -#: bookwyrm/templates/book/edit_book.html:289 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "ISBN 13:" msgstr "ISBN 13 :" -#: bookwyrm/templates/book/edit_book.html:297 +#: bookwyrm/templates/book/edit/edit_book_form.html:208 msgid "ISBN 10:" msgstr "ISBN 10 :" -#: bookwyrm/templates/book/edit_book.html:305 +#: bookwyrm/templates/book/edit/edit_book_form.html:216 msgid "Openlibrary ID:" msgstr "Identifiant Openlibrary :" -#: bookwyrm/templates/book/editions.html:4 +#: bookwyrm/templates/book/editions/editions.html:4 #, python-format msgid "Editions of %(book_title)s" msgstr "Éditions de %(book_title)s" -#: bookwyrm/templates/book/editions.html:8 +#: bookwyrm/templates/book/editions/editions.html:8 #, python-format msgid "Editions of \"%(work_title)s\"" msgstr "Éditions de « %(work_title)s »" -#: bookwyrm/templates/book/format_filter.html:8 -#: bookwyrm/templates/book/language_filter.html:8 +#: bookwyrm/templates/book/editions/format_filter.html:8 +#: bookwyrm/templates/book/editions/language_filter.html:8 msgid "Any" msgstr "Tou(te)s" -#: bookwyrm/templates/book/language_filter.html:5 +#: bookwyrm/templates/book/editions/language_filter.html:5 +#: bookwyrm/templates/preferences/edit_user.html:95 msgid "Language:" msgstr "Langue :" -#: bookwyrm/templates/book/publisher_info.html:22 +#: bookwyrm/templates/book/editions/search_filter.html:5 +#, fuzzy +#| msgid "Search Results" +msgid "Search editions" +msgstr "Résultats de recherche" + +#: bookwyrm/templates/book/publisher_info.html:21 #, python-format msgid "%(format)s" msgstr "%(format)s" -#: bookwyrm/templates/book/publisher_info.html:24 +#: bookwyrm/templates/book/publisher_info.html:23 #, python-format msgid "%(format)s, %(pages)s pages" msgstr "%(format)s, %(pages)s pages" -#: bookwyrm/templates/book/publisher_info.html:26 +#: bookwyrm/templates/book/publisher_info.html:25 #, python-format msgid "%(pages)s pages" msgstr "%(pages)s pages" @@ -702,17 +715,17 @@ msgstr "%(pages)s pages" msgid "%(languages)s language" msgstr "Langue : %(languages)s" -#: bookwyrm/templates/book/publisher_info.html:64 +#: bookwyrm/templates/book/publisher_info.html:65 #, python-format msgid "Published %(date)s by %(publisher)s." msgstr "Publié %(date)s par %(publisher)s." -#: bookwyrm/templates/book/publisher_info.html:66 +#: bookwyrm/templates/book/publisher_info.html:67 #, python-format msgid "Published %(date)s" msgstr "Publié %(date)s" -#: bookwyrm/templates/book/publisher_info.html:68 +#: bookwyrm/templates/book/publisher_info.html:69 #, python-format msgid "Published by %(publisher)s." msgstr "Publié par %(publisher)s." @@ -750,19 +763,13 @@ msgstr "Modifier les date de lecture" msgid "Delete these read dates" msgstr "Supprimer ces dates de lecture" -#: bookwyrm/templates/book/search_filter.html:5 -#, fuzzy -#| msgid "Search Results" -msgid "Search editions" -msgstr "Résultats de recherche" - #: bookwyrm/templates/components/inline_form.html:8 #: bookwyrm/templates/components/modal.html:11 #: bookwyrm/templates/components/tooltip.html:7 #: bookwyrm/templates/feed/layout.html:71 #: bookwyrm/templates/get_started/layout.html:20 #: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:32 +#: bookwyrm/templates/search/book.html:49 #: bookwyrm/templates/snippets/announcement.html:18 msgid "Close" msgstr "Fermer" @@ -1231,7 +1238,7 @@ msgid "Avatar:" msgstr "Avatar :" #: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:104 +#: bookwyrm/templates/preferences/edit_user.html:110 msgid "Manually approve followers:" msgstr "Autoriser les abonnements manuellement :" @@ -1487,8 +1494,8 @@ msgid "Log out" msgstr "Se déconnecter" #: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications.html:6 -#: bookwyrm/templates/notifications.html:11 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notifications" @@ -1637,7 +1644,7 @@ msgstr "Modérée" msgid "Anyone can suggest books, subject to your approval" msgstr "N’importe qui peut suggérer des livres, soumis à votre approbation" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:30 +#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 #: bookwyrm/templates/settings/reports/reports.html:25 #: bookwyrm/templates/snippets/announcement.html:16 msgid "Open" @@ -1756,127 +1763,130 @@ msgstr "Mot de passe :" msgid "More about this site" msgstr "En savoir plus sur ce site" -#: bookwyrm/templates/notifications.html:16 -msgid "Delete notifications" -msgstr "Supprimer les notifications" +#: bookwyrm/templates/notifications/items/add.html:24 +#, fuzzy, python-format +#| msgid " added %(book_title)s to your list \"%(list_name)s\"" +msgid "added %(book_title)s to your list \"%(list_name)s\"" +msgstr " a ajouté %(book_title)s à votre liste « %(list_name)s »" -#: bookwyrm/templates/notifications.html:25 -msgid "All" -msgstr "Toutes" +#: bookwyrm/templates/notifications/items/add.html:31 +#, fuzzy, python-format +#| msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgstr " a suggégré l’ajout de %(book_title)s à votre liste « %(list_name)s »" -#: bookwyrm/templates/notifications.html:29 -msgid "Mentions" -msgstr "Mentions" - -#: bookwyrm/templates/notifications.html:70 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "a ajouté votre critique de %(book_title)s à ses favoris" - -#: bookwyrm/templates/notifications.html:72 -#, python-format -msgid "favorited your comment on %(book_title)s" -msgstr "a ajouté votre commentaire sur %(book_title)s à ses favoris" - -#: bookwyrm/templates/notifications.html:74 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "a ajouté votre citation de %(book_title)s à ses favoris" - -#: bookwyrm/templates/notifications.html:76 -#, python-format -msgid "favorited your status" -msgstr "a ajouté votre statut à ses favoris" - -#: bookwyrm/templates/notifications.html:81 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "vous a mentionné dans sa critique de %(book_title)s" - -#: bookwyrm/templates/notifications.html:83 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "vous a mentionné dans son commentaire sur %(book_title)s" - -#: bookwyrm/templates/notifications.html:85 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "vous a mentionné dans sa citation de %(book_title)s" - -#: bookwyrm/templates/notifications.html:87 -#, python-format -msgid "mentioned you in a status" -msgstr "vous a mentionné dans son statut" - -#: bookwyrm/templates/notifications.html:92 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "a répondu à votre critique de %(book_title)s" - -#: bookwyrm/templates/notifications.html:94 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "a répondu à votre commentaire sur %(book_title)s" - -#: bookwyrm/templates/notifications.html:96 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "a répondu à votre citation de %(book_title)s" - -#: bookwyrm/templates/notifications.html:98 -#, python-format -msgid "replied to your status" -msgstr "a répondu à votre statut" - -#: bookwyrm/templates/notifications.html:102 -msgid "followed you" -msgstr "vous suit" - -#: bookwyrm/templates/notifications.html:105 -msgid "sent you a follow request" -msgstr "vous a envoyé une demande d’abonnement" - -#: bookwyrm/templates/notifications.html:111 +#: bookwyrm/templates/notifications/items/boost.html:19 #, python-format msgid "boosted your review of %(book_title)s" msgstr "a partagé votre critique de %(book_title)s" -#: bookwyrm/templates/notifications.html:113 +#: bookwyrm/templates/notifications/items/boost.html:25 #, python-format msgid "boosted your comment on%(book_title)s" msgstr "a partagé votre commentaire sur %(book_title)s" -#: bookwyrm/templates/notifications.html:115 +#: bookwyrm/templates/notifications/items/boost.html:31 #, python-format msgid "boosted your quote from %(book_title)s" msgstr "a partagé votre citation de %(book_title)s" -#: bookwyrm/templates/notifications.html:117 +#: bookwyrm/templates/notifications/items/boost.html:37 #, python-format msgid "boosted your status" msgstr "a partagé votre statut" -#: bookwyrm/templates/notifications.html:121 +#: bookwyrm/templates/notifications/items/fav.html:19 #, python-format -msgid " added %(book_title)s to your list \"%(list_name)s\"" -msgstr " a ajouté %(book_title)s à votre liste « %(list_name)s »" +msgid "favorited your review of %(book_title)s" +msgstr "a ajouté votre critique de %(book_title)s à ses favoris" -#: bookwyrm/templates/notifications.html:123 +#: bookwyrm/templates/notifications/items/fav.html:25 +#, fuzzy, python-format +#| msgid "favorited your comment on %(book_title)s" +msgid "favorited your comment on%(book_title)s" +msgstr "a ajouté votre commentaire sur %(book_title)s à ses favoris" + +#: bookwyrm/templates/notifications/items/fav.html:31 #, python-format -msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr " a suggégré l’ajout de %(book_title)s à votre liste « %(list_name)s »" +msgid "favorited your quote from %(book_title)s" +msgstr "a ajouté votre citation de %(book_title)s à ses favoris" -#: bookwyrm/templates/notifications.html:128 +#: bookwyrm/templates/notifications/items/fav.html:37 +#, python-format +msgid "favorited your status" +msgstr "a ajouté votre statut à ses favoris" + +#: bookwyrm/templates/notifications/items/follow.html:15 +msgid "followed you" +msgstr "vous suit" + +#: bookwyrm/templates/notifications/items/follow_request.html:11 +msgid "sent you a follow request" +msgstr "vous a envoyé une demande d’abonnement" + +#: bookwyrm/templates/notifications/items/import.html:14 #, python-format msgid "Your import completed." msgstr "Votre importation est terminée." -#: bookwyrm/templates/notifications.html:131 +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "mentioned you in a review of %(book_title)s" +msgstr "vous a mentionné dans sa critique de %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "mentioned you in a comment on %(book_title)s" +msgstr "vous a mentionné dans son commentaire sur %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "mentioned you in a quote from %(book_title)s" +msgstr "vous a mentionné dans sa citation de %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "mentioned you in a status" +msgstr "vous a mentionné dans son statut" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "replied to your review of %(book_title)s" +msgstr "a répondu à votre critique de %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "replied to your comment on %(book_title)s" +msgstr "a répondu à votre commentaire sur %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "replied to your quote from %(book_title)s" +msgstr "a répondu à votre citation de %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "replied to your status" +msgstr "a répondu à votre statut" + +#: bookwyrm/templates/notifications/items/report.html:15 #, python-format msgid "A new report needs moderation." msgstr "Un nouveau signalement a besoin d’être traité." -#: bookwyrm/templates/notifications.html:157 +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "Supprimer les notifications" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "Toutes" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +msgid "Mentions" +msgstr "Mentions" + +#: bookwyrm/templates/notifications/notifications_page.html:45 msgid "You're all caught up!" msgstr "Aucune nouvelle notification !" @@ -1953,7 +1963,7 @@ msgid "Display preferences" msgstr "Paramètres d’email" #: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:100 +#: bookwyrm/templates/preferences/edit_user.html:106 #, fuzzy #| msgid "Post privacy" msgid "Privacy" @@ -1980,7 +1990,7 @@ msgstr "Votre compte sera listé dans le répertoire et msgid "Preferred Timezone: " msgstr "Fuseau horaire préféré" -#: bookwyrm/templates/preferences/edit_user.html:110 +#: bookwyrm/templates/preferences/edit_user.html:116 #, fuzzy #| msgid "Post privacy" msgid "Default post privacy:" @@ -2012,15 +2022,19 @@ msgstr "Modifier « %(book_title)s »" msgid "Want to Read \"%(book_title)s\"" msgstr "Ajouter « %(book_title)s » aux envies de lecture" -#: bookwyrm/templates/search/book.html:64 +#: bookwyrm/templates/search/book.html:85 +msgid "Import book" +msgstr "Importer le livre" + +#: bookwyrm/templates/search/book.html:107 msgid "Load results from other catalogues" msgstr "Charger les résultats d’autres catalogues" -#: bookwyrm/templates/search/book.html:68 +#: bookwyrm/templates/search/book.html:111 msgid "Manually add book" msgstr "Ajouter un livre manuellement" -#: bookwyrm/templates/search/book.html:73 +#: bookwyrm/templates/search/book.html:116 msgid "Log in to import or add books." msgstr "Authentifiez-vous pour importer ou ajouter des livres." @@ -2167,13 +2181,14 @@ msgid "Dashboard" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 #, fuzzy #| msgid "Local users" msgid "Total users" msgstr "Comptes locaux" #: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:12 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 msgid "Active this month" msgstr "" @@ -2184,6 +2199,7 @@ msgid "Statuses" msgstr "Statut" #: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 msgid "Works" msgstr "" @@ -2223,25 +2239,35 @@ msgstr "" msgid "Weeks" msgstr "Une semaine" -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 #, fuzzy #| msgid "User Activity" msgid "User signup activity" msgstr "Activité du compte" -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +#: bookwyrm/templates/settings/dashboard/dashboard.html:112 #, fuzzy #| msgid "User Activity" msgid "Status activity" msgstr "Activité du compte" -#: bookwyrm/templates/settings/dashboard/dashboard_status_chart.html:7 +#: bookwyrm/templates/settings/dashboard/dashboard.html:118 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +#, fuzzy +#| msgid "Registration" +msgid "Registrations" +msgstr "Inscription" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 #, fuzzy #| msgid "No statuses reported" msgid "Statuses posted" msgstr "Aucun statut signalé" -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:7 +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 msgid "Total" msgstr "" @@ -2953,7 +2979,7 @@ msgstr "Créer une étagère" msgid "Edit Shelf" msgstr "Modifier l’étagère" -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:56 +#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 msgid "All books" msgstr "Tous les livres" @@ -3065,9 +3091,9 @@ msgid "of %(pages)s pages" msgstr "sur %(pages)s pages" #: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:31 -#: bookwyrm/templates/snippets/status/layout.html:49 -#: bookwyrm/templates/snippets/status/layout.html:50 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:52 +#: bookwyrm/templates/snippets/status/layout.html:53 msgid "Reply" msgstr "Répondre" @@ -3256,29 +3282,29 @@ msgstr[1] "Critique de « %(book_title)s » (%(display_rating)s stars) : % msgid "Review of \"%(book_title)s\": %(review_title)s" msgstr "Critique de « %(book_title)s » : %(review_title)s" -#: bookwyrm/templates/snippets/goal_form.html:3 +#: bookwyrm/templates/snippets/goal_form.html:4 #, python-format msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." msgstr "Définissez un nombre de livre à lire comme objectif pour %(year)s, et suivezvotre progression au fil de l’année." -#: bookwyrm/templates/snippets/goal_form.html:12 +#: bookwyrm/templates/snippets/goal_form.html:16 msgid "Reading goal:" msgstr "Défi lecture :" -#: bookwyrm/templates/snippets/goal_form.html:17 +#: bookwyrm/templates/snippets/goal_form.html:21 msgid "books" msgstr "livres" -#: bookwyrm/templates/snippets/goal_form.html:22 +#: bookwyrm/templates/snippets/goal_form.html:26 msgid "Goal privacy:" msgstr "Confidentialité du défi :" -#: bookwyrm/templates/snippets/goal_form.html:29 +#: bookwyrm/templates/snippets/goal_form.html:33 #: bookwyrm/templates/snippets/reading_modals/layout.html:13 msgid "Post to feed" msgstr "Publier sur le fil d’actualité" -#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/goal_form.html:37 msgid "Set goal" msgstr "Valider ce défi" @@ -3410,10 +3436,6 @@ msgstr "Ce signalement sera envoyé à l’équipe de modération de %(site_name msgid "More info about this report:" msgstr "En savoir plus sur ce signalement :" -#: bookwyrm/templates/snippets/search_result_text.html:36 -msgid "Import book" -msgstr "Importer le livre" - #: bookwyrm/templates/snippets/shelf_selector.html:4 msgid "Move book" msgstr "Déplacer le livre" @@ -3522,18 +3544,18 @@ msgstr "Créée par %(username)s" msgid "%(username)s wants to read %(book)s" msgstr "a répondu à la citation de %(username)s" -#: bookwyrm/templates/snippets/status/layout.html:21 +#: bookwyrm/templates/snippets/status/layout.html:24 #: bookwyrm/templates/snippets/status/status_options.html:17 msgid "Delete status" msgstr "Supprimer le statut" -#: bookwyrm/templates/snippets/status/layout.html:53 -#: bookwyrm/templates/snippets/status/layout.html:54 +#: bookwyrm/templates/snippets/status/layout.html:56 +#: bookwyrm/templates/snippets/status/layout.html:57 msgid "Boost status" msgstr "Partager le statut" -#: bookwyrm/templates/snippets/status/layout.html:57 -#: bookwyrm/templates/snippets/status/layout.html:58 +#: bookwyrm/templates/snippets/status/layout.html:60 +#: bookwyrm/templates/snippets/status/layout.html:61 msgid "Like status" msgstr "Ajouter le statut aux favoris" @@ -3725,7 +3747,7 @@ msgstr "%(title)s (%(subtitle)s)" msgid "Not a valid csv file" msgstr "Fichier CSV non valide" -#: bookwyrm/views/login.py:68 +#: bookwyrm/views/login.py:69 msgid "Username or password are incorrect" msgstr "" @@ -3739,7 +3761,7 @@ msgstr "Aucun compte avec cette adresse email n’a été trouvé." msgid "A password reset link sent to {email}" msgstr "Un lien de réinitialisation a été envoyé à %s." -#: bookwyrm/views/rss_feed.py:34 +#: bookwyrm/views/rss_feed.py:35 #, python-brace-format msgid "Status updates from {obj.display_name}" msgstr "" diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 28e02904..56d47672 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-29 18:32+0000\n" +"POT-Creation-Date: 2021-10-06 23:23+0000\n" "PO-Revision-Date: 2021-03-20 00:56+0000\n" "Last-Translator: Kana \n" "Language-Team: Mouse Reeve \n" @@ -18,59 +18,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: bookwyrm/forms.py:241 +#: bookwyrm/forms.py:242 msgid "A user with this email already exists." msgstr "已经存在使用该邮箱的用户。" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:256 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:256 +#: bookwyrm/forms.py:257 msgid "One Week" msgstr "一周" -#: bookwyrm/forms.py:257 +#: bookwyrm/forms.py:258 msgid "One Month" msgstr "一个月" -#: bookwyrm/forms.py:258 +#: bookwyrm/forms.py:259 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:263 #, fuzzy, python-brace-format #| msgid "Max uses" msgid "{i} uses" msgstr "最大使用次数" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:264 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:325 +#: bookwyrm/forms.py:326 msgid "List Order" msgstr "列表顺序" -#: bookwyrm/forms.py:326 +#: bookwyrm/forms.py:327 msgid "Book Title" msgstr "书名" -#: bookwyrm/forms.py:327 bookwyrm/templates/shelf/shelf.html:134 +#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 #: bookwyrm/templates/shelf/shelf.html:165 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "评价" -#: bookwyrm/forms.py:329 bookwyrm/templates/lists/list.html:109 +#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:333 +#: bookwyrm/forms.py:334 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:334 +#: bookwyrm/forms.py:335 msgid "Descending" msgstr "降序" @@ -82,29 +82,29 @@ msgstr "" msgid "Could not find a match for book" msgstr "" -#: bookwyrm/models/base_model.py:16 +#: bookwyrm/models/base_model.py:17 #, fuzzy #| msgid "Ascending" msgid "Pending" msgstr "升序" -#: bookwyrm/models/base_model.py:17 +#: bookwyrm/models/base_model.py:18 msgid "Self deletion" msgstr "" -#: bookwyrm/models/base_model.py:18 +#: bookwyrm/models/base_model.py:19 #, fuzzy #| msgid "Moderator Comments" msgid "Moderator suspension" msgstr "监察员评论" -#: bookwyrm/models/base_model.py:19 +#: bookwyrm/models/base_model.py:20 #, fuzzy #| msgid "Mentions" msgid "Moderator deletion" msgstr "提及" -#: bookwyrm/models/base_model.py:20 +#: bookwyrm/models/base_model.py:21 #, fuzzy #| msgid "Un-block" msgid "Domain block" @@ -167,45 +167,45 @@ msgstr "用户名" msgid "A user with that username already exists." msgstr "已经存在使用该用户名的用户。" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home Timeline" msgstr "主页时间线" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home" msgstr "主页" -#: bookwyrm/settings.py:117 +#: bookwyrm/settings.py:118 msgid "Books Timeline" msgstr "书目时间线" -#: bookwyrm/settings.py:117 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:81 msgid "Books" msgstr "书目" -#: bookwyrm/settings.py:163 +#: bookwyrm/settings.py:164 msgid "English" msgstr "English(英语)" -#: bookwyrm/settings.py:164 +#: bookwyrm/settings.py:165 msgid "German" msgstr "Deutsch(德语)" -#: bookwyrm/settings.py:165 +#: bookwyrm/settings.py:166 msgid "Spanish" msgstr "Español(西班牙语)" -#: bookwyrm/settings.py:166 +#: bookwyrm/settings.py:167 msgid "French" msgstr "Français(法语)" -#: bookwyrm/settings.py:167 +#: bookwyrm/settings.py:168 msgid "Simplified Chinese" msgstr "简体中文" -#: bookwyrm/settings.py:168 +#: bookwyrm/settings.py:169 msgid "Traditional Chinese" msgstr "繁體中文(繁体中文)" @@ -279,22 +279,22 @@ msgid "Edit Author:" msgstr "编辑作者:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:18 msgid "Added:" msgstr "添加了:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit_book.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:21 msgid "Updated:" msgstr "更新了:" #: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit_book.html:30 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Last edited by:" msgstr "最后编辑人:" #: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit_book.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:15 msgid "Metadata" msgstr "元数据" @@ -304,9 +304,9 @@ msgid "Name:" msgstr "名称:" #: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit_book.html:169 -#: bookwyrm/templates/book/edit_book.html:178 -#: bookwyrm/templates/book/edit_book.html:221 +#: bookwyrm/templates/book/edit/edit_book_form.html:65 +#: bookwyrm/templates/book/edit/edit_book_form.html:79 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Separate multiple values with commas." msgstr "请用英文逗号(,)分隔多个值。" @@ -335,7 +335,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit_book.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -349,11 +349,11 @@ msgstr "Goodreads key:" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit_book.html:341 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:118 +#: bookwyrm/templates/preferences/edit_user.html:124 #: bookwyrm/templates/settings/announcements/announcement_form.html:69 #: bookwyrm/templates/settings/federation/edit_instance.html:74 #: bookwyrm/templates/settings/federation/instance.html:87 @@ -367,7 +367,7 @@ msgstr "保存" #: bookwyrm/templates/author/edit_author.html:117 #: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 #: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit_book.html:342 +#: bookwyrm/templates/book/edit/edit_book.html:111 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/lists/delete_list_modal.html:17 #: bookwyrm/templates/settings/federation/instance.html:88 @@ -407,7 +407,7 @@ msgid "Add Description" msgstr "添加描述" #: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit_book.html:143 +#: bookwyrm/templates/book/edit/edit_book_form.html:34 #: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" @@ -443,31 +443,31 @@ msgstr "创建" msgid "You don't have any reading activity for this book." msgstr "你还没有任何这本书的阅读活动。" -#: bookwyrm/templates/book/book.html:216 +#: bookwyrm/templates/book/book.html:218 msgid "Reviews" msgstr "书评" -#: bookwyrm/templates/book/book.html:221 +#: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "你的书评" -#: bookwyrm/templates/book/book.html:227 +#: bookwyrm/templates/book/book.html:229 msgid "Your comments" msgstr "你的评论" -#: bookwyrm/templates/book/book.html:233 +#: bookwyrm/templates/book/book.html:235 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:269 +#: bookwyrm/templates/book/book.html:271 msgid "Subjects" msgstr "主题" -#: bookwyrm/templates/book/book.html:281 +#: bookwyrm/templates/book/book.html:283 msgid "Places" msgstr "地点" -#: bookwyrm/templates/book/book.html:292 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 #: bookwyrm/templates/search/layout.html:50 @@ -475,11 +475,11 @@ msgstr "地点" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:303 +#: bookwyrm/templates/book/book.html:305 msgid "Add to list" msgstr "添加到列表" -#: bookwyrm/templates/book/book.html:313 +#: bookwyrm/templates/book/book.html:315 #: bookwyrm/templates/book/cover_modal.html:31 #: bookwyrm/templates/lists/list.html:181 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 @@ -487,207 +487,220 @@ msgstr "添加到列表" msgid "Add" msgstr "添加" -#: bookwyrm/templates/book/book_identifiers.html:7 +#: bookwyrm/templates/book/book_identifiers.html:8 msgid "ISBN:" msgstr "ISBN:" -#: bookwyrm/templates/book/book_identifiers.html:14 -#: bookwyrm/templates/book/edit_book.html:321 +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:232 msgid "OCLC Number:" msgstr "OCLC 号:" -#: bookwyrm/templates/book/book_identifiers.html:21 -#: bookwyrm/templates/book/edit_book.html:329 +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "ASIN:" msgstr "ASIN:" #: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit_book.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:143 msgid "Upload cover:" msgstr "上传封面:" #: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit_book.html:241 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Load cover from url:" msgstr "从网址加载封面:" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:11 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "编辑《%(book_title)s》" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:13 msgid "Add Book" msgstr "添加书目" -#: bookwyrm/templates/book/edit_book.html:61 +#: bookwyrm/templates/book/edit/edit_book.html:47 msgid "Confirm Book Info" msgstr "确认书目信息" -#: bookwyrm/templates/book/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:55 #, python-format msgid "Is \"%(name)s\" an existing author?" msgstr "“%(name)s” 是已存在的作者吗?" -#: bookwyrm/templates/book/edit_book.html:78 +#: bookwyrm/templates/book/edit/edit_book.html:64 #, python-format msgid "Author of %(book_title)s" msgstr "%(book_title)s 的作者" -#: bookwyrm/templates/book/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:68 msgid "This is a new author" msgstr "这是一位新的作者" -#: bookwyrm/templates/book/edit_book.html:89 +#: bookwyrm/templates/book/edit/edit_book.html:75 #, python-format msgid "Creating a new author: %(name)s" msgstr "正在创建新的作者: %(name)s" -#: bookwyrm/templates/book/edit_book.html:96 +#: bookwyrm/templates/book/edit/edit_book.html:82 msgid "Is this an edition of an existing work?" msgstr "这是已存在的作品的一个版本吗?" -#: bookwyrm/templates/book/edit_book.html:104 +#: bookwyrm/templates/book/edit/edit_book.html:90 msgid "This is a new work" msgstr "这是一个新的作品。" -#: bookwyrm/templates/book/edit_book.html:111 +#: bookwyrm/templates/book/edit/edit_book.html:97 #: bookwyrm/templates/password_reset.html:30 msgid "Confirm" msgstr "确认" -#: bookwyrm/templates/book/edit_book.html:113 -#: bookwyrm/templates/feed/status.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit_book.html:127 +#: bookwyrm/templates/book/edit/edit_book_form.html:18 #: bookwyrm/templates/snippets/create_status/review.html:16 msgid "Title:" msgstr "标题:" -#: bookwyrm/templates/book/edit_book.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:26 msgid "Subtitle:" msgstr "副标题:" -#: bookwyrm/templates/book/edit_book.html:151 +#: bookwyrm/templates/book/edit/edit_book_form.html:44 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit_book.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series number:" msgstr "系列编号:" -#: bookwyrm/templates/book/edit_book.html:167 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Languages:" msgstr "语言:" -#: bookwyrm/templates/book/edit_book.html:176 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +#, fuzzy +#| msgid "Public" +msgid "Publication" +msgstr "公开" + +#: bookwyrm/templates/book/edit/edit_book_form.html:77 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit_book.html:185 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "First published date:" msgstr "初版时间:" -#: bookwyrm/templates/book/edit_book.html:193 +#: bookwyrm/templates/book/edit/edit_book_form.html:94 msgid "Published date:" msgstr "出版时间:" -#: bookwyrm/templates/book/edit_book.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:104 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit_book.html:209 +#: bookwyrm/templates/book/edit/edit_book_form.html:112 #, python-format msgid "Remove %(name)s" msgstr "移除 %(name)s" -#: bookwyrm/templates/book/edit_book.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 #, python-format msgid "Author page for %(name)s" msgstr "%(name)s 的作者页面" -#: bookwyrm/templates/book/edit_book.html:219 +#: bookwyrm/templates/book/edit/edit_book_form.html:122 msgid "Add Authors:" msgstr "添加作者:" -#: bookwyrm/templates/book/edit_book.html:220 +#: bookwyrm/templates/book/edit/edit_book_form.html:123 msgid "John Doe, Jane Smith" msgstr "张三, 李四" -#: bookwyrm/templates/book/edit_book.html:227 +#: bookwyrm/templates/book/edit/edit_book_form.html:132 #: bookwyrm/templates/shelf/shelf.html:127 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit_book.html:253 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Physical Properties" msgstr "实体性质" -#: bookwyrm/templates/book/edit_book.html:257 -#: bookwyrm/templates/book/format_filter.html:5 +#: bookwyrm/templates/book/edit/edit_book_form.html:166 +#: bookwyrm/templates/book/editions/format_filter.html:5 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit_book.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:177 #, fuzzy #| msgid "User details" msgid "Format details:" msgstr "用户详情" -#: bookwyrm/templates/book/edit_book.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 msgid "Pages:" msgstr "页数:" -#: bookwyrm/templates/book/edit_book.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 msgid "Book Identifiers" msgstr "书目标识号" -#: bookwyrm/templates/book/edit_book.html:289 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit_book.html:297 +#: bookwyrm/templates/book/edit/edit_book_form.html:208 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit_book.html:305 +#: bookwyrm/templates/book/edit/edit_book_form.html:216 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" -#: bookwyrm/templates/book/editions.html:4 +#: bookwyrm/templates/book/editions/editions.html:4 #, python-format msgid "Editions of %(book_title)s" msgstr "%(book_title)s 的各版本" -#: bookwyrm/templates/book/editions.html:8 +#: bookwyrm/templates/book/editions/editions.html:8 #, python-format msgid "Editions of \"%(work_title)s\"" msgstr "《%(work_title)s》 的各版本" -#: bookwyrm/templates/book/format_filter.html:8 -#: bookwyrm/templates/book/language_filter.html:8 +#: bookwyrm/templates/book/editions/format_filter.html:8 +#: bookwyrm/templates/book/editions/language_filter.html:8 msgid "Any" msgstr "所有" -#: bookwyrm/templates/book/language_filter.html:5 +#: bookwyrm/templates/book/editions/language_filter.html:5 +#: bookwyrm/templates/preferences/edit_user.html:95 msgid "Language:" msgstr "语言:" -#: bookwyrm/templates/book/publisher_info.html:22 +#: bookwyrm/templates/book/editions/search_filter.html:5 +#, fuzzy +#| msgid "Search Results" +msgid "Search editions" +msgstr "搜索结果" + +#: bookwyrm/templates/book/publisher_info.html:21 #, python-format msgid "%(format)s" msgstr "%(format)s" -#: bookwyrm/templates/book/publisher_info.html:24 +#: bookwyrm/templates/book/publisher_info.html:23 #, python-format msgid "%(format)s, %(pages)s pages" msgstr "%(format)s, %(pages)s 页" -#: bookwyrm/templates/book/publisher_info.html:26 +#: bookwyrm/templates/book/publisher_info.html:25 #, python-format msgid "%(pages)s pages" msgstr "%(pages)s 页" @@ -697,17 +710,17 @@ msgstr "%(pages)s 页" msgid "%(languages)s language" msgstr "%(languages)s 语言" -#: bookwyrm/templates/book/publisher_info.html:64 +#: bookwyrm/templates/book/publisher_info.html:65 #, python-format msgid "Published %(date)s by %(publisher)s." msgstr "%(publisher)s 于 %(date)s 出版。" -#: bookwyrm/templates/book/publisher_info.html:66 +#: bookwyrm/templates/book/publisher_info.html:67 #, python-format msgid "Published %(date)s" msgstr "于 %(date)s 出版" -#: bookwyrm/templates/book/publisher_info.html:68 +#: bookwyrm/templates/book/publisher_info.html:69 #, python-format msgid "Published by %(publisher)s." msgstr "%(publisher)s 出版。" @@ -745,19 +758,13 @@ msgstr "编辑阅读日期" msgid "Delete these read dates" msgstr "删除这些阅读日期" -#: bookwyrm/templates/book/search_filter.html:5 -#, fuzzy -#| msgid "Search Results" -msgid "Search editions" -msgstr "搜索结果" - #: bookwyrm/templates/components/inline_form.html:8 #: bookwyrm/templates/components/modal.html:11 #: bookwyrm/templates/components/tooltip.html:7 #: bookwyrm/templates/feed/layout.html:71 #: bookwyrm/templates/get_started/layout.html:20 #: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:32 +#: bookwyrm/templates/search/book.html:49 #: bookwyrm/templates/snippets/announcement.html:18 msgid "Close" msgstr "关闭" @@ -1217,7 +1224,7 @@ msgid "Avatar:" msgstr "头像:" #: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:104 +#: bookwyrm/templates/preferences/edit_user.html:110 msgid "Manually approve followers:" msgstr "手动批准关注者:" @@ -1469,8 +1476,8 @@ msgid "Log out" msgstr "登出" #: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications.html:6 -#: bookwyrm/templates/notifications.html:11 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" @@ -1617,7 +1624,7 @@ msgstr "策展" msgid "Anyone can suggest books, subject to your approval" msgstr "任何人都可以推荐书目、主题让你批准" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:30 +#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 #: bookwyrm/templates/settings/reports/reports.html:25 #: bookwyrm/templates/snippets/announcement.html:16 msgid "Open" @@ -1736,128 +1743,130 @@ msgstr "密码:" msgid "More about this site" msgstr "更多关于本站点的信息" -#: bookwyrm/templates/notifications.html:16 -msgid "Delete notifications" -msgstr "删除通知" +#: bookwyrm/templates/notifications/items/add.html:24 +#, fuzzy, python-format +#| msgid " added %(book_title)s to your list “%(list_name)s”" +msgid "added %(book_title)s to your list \"%(list_name)s\"" +msgstr " 添加了 %(book_title)s 到你的列表 “%(list_name)s”" -#: bookwyrm/templates/notifications.html:25 -msgid "All" -msgstr "所有" +#: bookwyrm/templates/notifications/items/add.html:31 +#, fuzzy, python-format +#| msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgstr " 推荐添加 %(book_title)s 到你的列表 “%(list_name)s”" -#: bookwyrm/templates/notifications.html:29 -msgid "Mentions" -msgstr "提及" - -#: bookwyrm/templates/notifications.html:70 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "喜欢了你 %(book_title)s 的书评" - -#: bookwyrm/templates/notifications.html:72 -#, python-format -msgid "favorited your comment on %(book_title)s" -msgstr "喜欢了你 %(book_title)s 的评论" - -#: bookwyrm/templates/notifications.html:74 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "喜欢了你 来自 %(book_title)s 的引用" - -#: bookwyrm/templates/notifications.html:76 -#, python-format -msgid "favorited your status" -msgstr "喜欢了你的 状态" - -#: bookwyrm/templates/notifications.html:81 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "在 %(book_title)s 的书评 里提到了你" - -#: bookwyrm/templates/notifications.html:83 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "在 %(book_title)s 的评论 里提到了你" - -#: bookwyrm/templates/notifications.html:85 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "在 %(book_title)s 的引用 中提到了你" - -#: bookwyrm/templates/notifications.html:87 -#, python-format -msgid "mentioned you in a status" -msgstr "在 状态 中提到了你" - -#: bookwyrm/templates/notifications.html:92 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "回复 了你的 %(book_title)s 的书评" - -#: bookwyrm/templates/notifications.html:94 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "回复 了你的 %(book_title)s 的评论" - -#: bookwyrm/templates/notifications.html:96 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "回复 了你 %(book_title)s 中的引用" - -#: bookwyrm/templates/notifications.html:98 -#, python-format -msgid "replied to your status" -msgstr "回复 了你的 状态" - -#: bookwyrm/templates/notifications.html:102 -msgid "followed you" -msgstr "关注了你" - -#: bookwyrm/templates/notifications.html:105 -msgid "sent you a follow request" -msgstr "向你发送了关注请求" - -#: bookwyrm/templates/notifications.html:111 +#: bookwyrm/templates/notifications/items/boost.html:19 #, python-format msgid "boosted your review of %(book_title)s" msgstr "转发了你的 %(book_title)s 的书评" -#: bookwyrm/templates/notifications.html:113 +#: bookwyrm/templates/notifications/items/boost.html:25 #, python-format msgid "boosted your comment on%(book_title)s" msgstr "转发了你的 %(book_title)s 的评论" -#: bookwyrm/templates/notifications.html:115 +#: bookwyrm/templates/notifications/items/boost.html:31 #, python-format msgid "boosted your quote from %(book_title)s" msgstr "转发了你的 %(book_title)s 的引用" -#: bookwyrm/templates/notifications.html:117 +#: bookwyrm/templates/notifications/items/boost.html:37 #, python-format msgid "boosted your status" msgstr "转发了你的 状态" -#: bookwyrm/templates/notifications.html:121 -#, fuzzy, python-format -#| msgid " added %(book_title)s to your list “%(list_name)s”" -msgid " added %(book_title)s to your list \"%(list_name)s\"" -msgstr " 添加了 %(book_title)s 到你的列表 “%(list_name)s”" - -#: bookwyrm/templates/notifications.html:123 +#: bookwyrm/templates/notifications/items/fav.html:19 #, python-format -msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr " 推荐添加 %(book_title)s 到你的列表 “%(list_name)s”" +msgid "favorited your review of %(book_title)s" +msgstr "喜欢了你 %(book_title)s 的书评" -#: bookwyrm/templates/notifications.html:128 +#: bookwyrm/templates/notifications/items/fav.html:25 +#, fuzzy, python-format +#| msgid "favorited your comment on %(book_title)s" +msgid "favorited your comment on%(book_title)s" +msgstr "喜欢了你 %(book_title)s 的评论" + +#: bookwyrm/templates/notifications/items/fav.html:31 +#, python-format +msgid "favorited your quote from %(book_title)s" +msgstr "喜欢了你 来自 %(book_title)s 的引用" + +#: bookwyrm/templates/notifications/items/fav.html:37 +#, python-format +msgid "favorited your status" +msgstr "喜欢了你的 状态" + +#: bookwyrm/templates/notifications/items/follow.html:15 +msgid "followed you" +msgstr "关注了你" + +#: bookwyrm/templates/notifications/items/follow_request.html:11 +msgid "sent you a follow request" +msgstr "向你发送了关注请求" + +#: bookwyrm/templates/notifications/items/import.html:14 #, python-format msgid "Your import completed." msgstr "你的 导入 已完成。" -#: bookwyrm/templates/notifications.html:131 +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "mentioned you in a review of %(book_title)s" +msgstr "在 %(book_title)s 的书评 里提到了你" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "mentioned you in a comment on %(book_title)s" +msgstr "在 %(book_title)s 的评论 里提到了你" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "mentioned you in a quote from %(book_title)s" +msgstr "在 %(book_title)s 的引用 中提到了你" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "mentioned you in a status" +msgstr "在 状态 中提到了你" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "replied to your review of %(book_title)s" +msgstr "回复 了你的 %(book_title)s 的书评" + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "replied to your comment on %(book_title)s" +msgstr "回复 了你的 %(book_title)s 的评论" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "replied to your quote from %(book_title)s" +msgstr "回复 了你 %(book_title)s 中的引用" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "replied to your status" +msgstr "回复 了你的 状态" + +#: bookwyrm/templates/notifications/items/report.html:15 #, python-format msgid "A new report needs moderation." msgstr "有新的 报告 需要仲裁。" -#: bookwyrm/templates/notifications.html:157 +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "删除通知" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "所有" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +msgid "Mentions" +msgstr "提及" + +#: bookwyrm/templates/notifications/notifications_page.html:45 msgid "You're all caught up!" msgstr "你什么也没错过!" @@ -1932,7 +1941,7 @@ msgid "Display preferences" msgstr "邮箱偏好" #: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:100 +#: bookwyrm/templates/preferences/edit_user.html:106 #, fuzzy #| msgid "Post privacy" msgid "Privacy" @@ -1959,7 +1968,7 @@ msgstr "你的帐号会显示在 目录 中,并可能 msgid "Preferred Timezone: " msgstr "偏好的时区:" -#: bookwyrm/templates/preferences/edit_user.html:110 +#: bookwyrm/templates/preferences/edit_user.html:116 msgid "Default post privacy:" msgstr "默认发文隐私:" @@ -1986,15 +1995,19 @@ msgstr "开始《%(book_title)s》" msgid "Want to Read \"%(book_title)s\"" msgstr "想要阅读《%(book_title)s》" -#: bookwyrm/templates/search/book.html:64 +#: bookwyrm/templates/search/book.html:85 +msgid "Import book" +msgstr "导入书目" + +#: bookwyrm/templates/search/book.html:107 msgid "Load results from other catalogues" msgstr "从其它分类加载结果" -#: bookwyrm/templates/search/book.html:68 +#: bookwyrm/templates/search/book.html:111 msgid "Manually add book" msgstr "手动添加书目" -#: bookwyrm/templates/search/book.html:73 +#: bookwyrm/templates/search/book.html:116 msgid "Log in to import or add books." msgstr "登录以导入或添加书目。" @@ -2141,13 +2154,14 @@ msgid "Dashboard" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 #, fuzzy #| msgid "Local users" msgid "Total users" msgstr "本地用户" #: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:12 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 msgid "Active this month" msgstr "" @@ -2158,6 +2172,7 @@ msgid "Statuses" msgstr "状态" #: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 msgid "Works" msgstr "" @@ -2195,25 +2210,35 @@ msgstr "" msgid "Weeks" msgstr "一周" -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 #, fuzzy #| msgid "User Activity" msgid "User signup activity" msgstr "用户活动" -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +#: bookwyrm/templates/settings/dashboard/dashboard.html:112 #, fuzzy #| msgid "User Activity" msgid "Status activity" msgstr "用户活动" -#: bookwyrm/templates/settings/dashboard/dashboard_status_chart.html:7 +#: bookwyrm/templates/settings/dashboard/dashboard.html:118 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +#, fuzzy +#| msgid "Registration" +msgid "Registrations" +msgstr "注册" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 #, fuzzy #| msgid "No statuses reported" msgid "Statuses posted" msgstr "没有被报告的状态" -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:7 +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 msgid "Total" msgstr "" @@ -2922,7 +2947,7 @@ msgstr "创建书架" msgid "Edit Shelf" msgstr "编辑书架" -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:56 +#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 msgid "All books" msgstr "所有书目" @@ -3031,9 +3056,9 @@ msgid "of %(pages)s pages" msgstr "全书 %(pages)s 页" #: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:31 -#: bookwyrm/templates/snippets/status/layout.html:49 -#: bookwyrm/templates/snippets/status/layout.html:50 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:52 +#: bookwyrm/templates/snippets/status/layout.html:53 msgid "Reply" msgstr "回复" @@ -3211,29 +3236,29 @@ msgstr[0] "《%(book_title)s》的书评(%(display_rating)s 星): %(review_t msgid "Review of \"%(book_title)s\": %(review_title)s" msgstr "《%(book_title)s》的书评: %(review_title)s" -#: bookwyrm/templates/snippets/goal_form.html:3 +#: bookwyrm/templates/snippets/goal_form.html:4 #, python-format msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." msgstr "设定一个 %(year)s 内要读多少书的目标,并记录你全年的进度。" -#: bookwyrm/templates/snippets/goal_form.html:12 +#: bookwyrm/templates/snippets/goal_form.html:16 msgid "Reading goal:" msgstr "阅读目标:" -#: bookwyrm/templates/snippets/goal_form.html:17 +#: bookwyrm/templates/snippets/goal_form.html:21 msgid "books" msgstr "本书" -#: bookwyrm/templates/snippets/goal_form.html:22 +#: bookwyrm/templates/snippets/goal_form.html:26 msgid "Goal privacy:" msgstr "目标隐私:" -#: bookwyrm/templates/snippets/goal_form.html:29 +#: bookwyrm/templates/snippets/goal_form.html:33 #: bookwyrm/templates/snippets/reading_modals/layout.html:13 msgid "Post to feed" msgstr "发布到消息流中" -#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/goal_form.html:37 msgid "Set goal" msgstr "设置目标" @@ -3365,10 +3390,6 @@ msgstr "本报告会被发送至 %(site_name)s 的监察员以复查。" msgid "More info about this report:" msgstr "关于本报告的更多信息" -#: bookwyrm/templates/snippets/search_result_text.html:36 -msgid "Import book" -msgstr "导入书目" - #: bookwyrm/templates/snippets/shelf_selector.html:4 msgid "Move book" msgstr "移动书目" @@ -3470,18 +3491,18 @@ msgstr "为 %(book)s 撰写了书评" msgid "%(username)s wants to read %(book)s" msgstr "%(username)s 想要阅读 %(book)s" -#: bookwyrm/templates/snippets/status/layout.html:21 +#: bookwyrm/templates/snippets/status/layout.html:24 #: bookwyrm/templates/snippets/status/status_options.html:17 msgid "Delete status" msgstr "删除发文" -#: bookwyrm/templates/snippets/status/layout.html:53 -#: bookwyrm/templates/snippets/status/layout.html:54 +#: bookwyrm/templates/snippets/status/layout.html:56 +#: bookwyrm/templates/snippets/status/layout.html:57 msgid "Boost status" msgstr "转发状态" -#: bookwyrm/templates/snippets/status/layout.html:57 -#: bookwyrm/templates/snippets/status/layout.html:58 +#: bookwyrm/templates/snippets/status/layout.html:60 +#: bookwyrm/templates/snippets/status/layout.html:61 msgid "Like status" msgstr "喜欢状态" @@ -3664,7 +3685,7 @@ msgstr "%(title)s:%(subtitle)s" msgid "Not a valid csv file" msgstr "不是有效的 csv 文件" -#: bookwyrm/views/login.py:68 +#: bookwyrm/views/login.py:69 msgid "Username or password are incorrect" msgstr "用户名或密码不正确" @@ -3678,7 +3699,7 @@ msgstr "没有找到使用该邮箱的用户。" msgid "A password reset link sent to {email}" msgstr "密码重置连接已发送给 %s" -#: bookwyrm/views/rss_feed.py:34 +#: bookwyrm/views/rss_feed.py:35 #, python-brace-format msgid "Status updates from {obj.display_name}" msgstr "" diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index 7c147092..41e091c6 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/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-09-29 18:32+0000\n" +"POT-Creation-Date: 2021-10-06 23:23+0000\n" "PO-Revision-Date: 2021-06-30 10:36+0000\n" "Last-Translator: Grace Cheng \n" "Language-Team: LANGUAGE \n" @@ -18,59 +18,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: bookwyrm/forms.py:241 +#: bookwyrm/forms.py:242 msgid "A user with this email already exists." msgstr "已經存在使用該郵箱的使用者。" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:256 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:256 +#: bookwyrm/forms.py:257 msgid "One Week" msgstr "一週" -#: bookwyrm/forms.py:257 +#: bookwyrm/forms.py:258 msgid "One Month" msgstr "一個月" -#: bookwyrm/forms.py:258 +#: bookwyrm/forms.py:259 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:262 +#: bookwyrm/forms.py:263 #, fuzzy, python-brace-format #| msgid "Max uses" msgid "{i} uses" msgstr "最大使用次數" -#: bookwyrm/forms.py:263 +#: bookwyrm/forms.py:264 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:325 +#: bookwyrm/forms.py:326 msgid "List Order" msgstr "列表順序" -#: bookwyrm/forms.py:326 +#: bookwyrm/forms.py:327 msgid "Book Title" msgstr "書名" -#: bookwyrm/forms.py:327 bookwyrm/templates/shelf/shelf.html:134 +#: bookwyrm/forms.py:328 bookwyrm/templates/shelf/shelf.html:134 #: bookwyrm/templates/shelf/shelf.html:165 #: bookwyrm/templates/snippets/create_status/review.html:33 msgid "Rating" msgstr "評價" -#: bookwyrm/forms.py:329 bookwyrm/templates/lists/list.html:109 +#: bookwyrm/forms.py:330 bookwyrm/templates/lists/list.html:109 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:333 +#: bookwyrm/forms.py:334 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:334 +#: bookwyrm/forms.py:335 msgid "Descending" msgstr "降序" @@ -82,29 +82,29 @@ msgstr "" msgid "Could not find a match for book" msgstr "" -#: bookwyrm/models/base_model.py:16 +#: bookwyrm/models/base_model.py:17 #, fuzzy #| msgid "Ascending" msgid "Pending" msgstr "升序" -#: bookwyrm/models/base_model.py:17 +#: bookwyrm/models/base_model.py:18 msgid "Self deletion" msgstr "" -#: bookwyrm/models/base_model.py:18 +#: bookwyrm/models/base_model.py:19 #, fuzzy #| msgid "Moderator Comments" msgid "Moderator suspension" msgstr "監察員評論" -#: bookwyrm/models/base_model.py:19 +#: bookwyrm/models/base_model.py:20 #, fuzzy #| msgid "Mentions" msgid "Moderator deletion" msgstr "提及" -#: bookwyrm/models/base_model.py:20 +#: bookwyrm/models/base_model.py:21 #, fuzzy #| msgid "Un-block" msgid "Domain block" @@ -167,47 +167,47 @@ msgstr "使用者名稱" msgid "A user with that username already exists." msgstr "已經存在使用該名稱的使用者。" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home Timeline" msgstr "主頁時間線" -#: bookwyrm/settings.py:116 +#: bookwyrm/settings.py:117 msgid "Home" msgstr "主頁" -#: bookwyrm/settings.py:117 +#: bookwyrm/settings.py:118 #, fuzzy #| msgid "Book Title" msgid "Books Timeline" msgstr "書名" -#: bookwyrm/settings.py:117 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:118 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:81 msgid "Books" msgstr "書目" -#: bookwyrm/settings.py:163 +#: bookwyrm/settings.py:164 msgid "English" msgstr "English(英語)" -#: bookwyrm/settings.py:164 +#: bookwyrm/settings.py:165 msgid "German" msgstr "Deutsch(德語)" -#: bookwyrm/settings.py:165 +#: bookwyrm/settings.py:166 msgid "Spanish" msgstr "Español(西班牙語)" -#: bookwyrm/settings.py:166 +#: bookwyrm/settings.py:167 msgid "French" msgstr "Français(法語)" -#: bookwyrm/settings.py:167 +#: bookwyrm/settings.py:168 msgid "Simplified Chinese" msgstr "簡體中文" -#: bookwyrm/settings.py:168 +#: bookwyrm/settings.py:169 #, fuzzy #| msgid "Tranditional Chinese" msgid "Traditional Chinese" @@ -285,22 +285,22 @@ msgid "Edit Author:" msgstr "編輯作者:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:18 msgid "Added:" msgstr "新增了:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit_book.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:21 msgid "Updated:" msgstr "更新了:" #: bookwyrm/templates/author/edit_author.html:15 -#: bookwyrm/templates/book/edit_book.html:30 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Last edited by:" msgstr "最後編輯者:" #: bookwyrm/templates/author/edit_author.html:31 -#: bookwyrm/templates/book/edit_book.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:15 msgid "Metadata" msgstr "元資料" @@ -310,9 +310,9 @@ msgid "Name:" msgstr "名稱:" #: bookwyrm/templates/author/edit_author.html:43 -#: bookwyrm/templates/book/edit_book.html:169 -#: bookwyrm/templates/book/edit_book.html:178 -#: bookwyrm/templates/book/edit_book.html:221 +#: bookwyrm/templates/book/edit/edit_book_form.html:65 +#: bookwyrm/templates/book/edit/edit_book_form.html:79 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Separate multiple values with commas." msgstr "請用逗號(,)分隔多個值。" @@ -341,7 +341,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:89 -#: bookwyrm/templates/book/edit_book.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -355,11 +355,11 @@ msgstr "Goodreads key:" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/book/book.html:140 -#: bookwyrm/templates/book/edit_book.html:341 +#: bookwyrm/templates/book/edit/edit_book.html:110 #: bookwyrm/templates/book/readthrough.html:76 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/form.html:44 -#: bookwyrm/templates/preferences/edit_user.html:118 +#: bookwyrm/templates/preferences/edit_user.html:124 #: bookwyrm/templates/settings/announcements/announcement_form.html:69 #: bookwyrm/templates/settings/federation/edit_instance.html:74 #: bookwyrm/templates/settings/federation/instance.html:87 @@ -373,7 +373,7 @@ msgstr "儲存" #: bookwyrm/templates/author/edit_author.html:117 #: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190 #: bookwyrm/templates/book/cover_modal.html:32 -#: bookwyrm/templates/book/edit_book.html:342 +#: bookwyrm/templates/book/edit/edit_book.html:111 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/lists/delete_list_modal.html:17 #: bookwyrm/templates/settings/federation/instance.html:88 @@ -413,7 +413,7 @@ msgid "Add Description" msgstr "新增描述" #: bookwyrm/templates/book/book.html:136 -#: bookwyrm/templates/book/edit_book.html:143 +#: bookwyrm/templates/book/edit/edit_book_form.html:34 #: bookwyrm/templates/lists/form.html:12 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" @@ -449,31 +449,31 @@ msgstr "建立" msgid "You don't have any reading activity for this book." msgstr "你還未閱讀這本書。" -#: bookwyrm/templates/book/book.html:216 +#: bookwyrm/templates/book/book.html:218 msgid "Reviews" msgstr "書評" -#: bookwyrm/templates/book/book.html:221 +#: bookwyrm/templates/book/book.html:223 msgid "Your reviews" msgstr "你的書評" -#: bookwyrm/templates/book/book.html:227 +#: bookwyrm/templates/book/book.html:229 msgid "Your comments" msgstr "你的評論" -#: bookwyrm/templates/book/book.html:233 +#: bookwyrm/templates/book/book.html:235 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:269 +#: bookwyrm/templates/book/book.html:271 msgid "Subjects" msgstr "主題" -#: bookwyrm/templates/book/book.html:281 +#: bookwyrm/templates/book/book.html:283 msgid "Places" msgstr "地點" -#: bookwyrm/templates/book/book.html:292 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:294 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 #: bookwyrm/templates/search/layout.html:50 @@ -481,11 +481,11 @@ msgstr "地點" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:303 +#: bookwyrm/templates/book/book.html:305 msgid "Add to list" msgstr "新增到列表" -#: bookwyrm/templates/book/book.html:313 +#: bookwyrm/templates/book/book.html:315 #: bookwyrm/templates/book/cover_modal.html:31 #: bookwyrm/templates/lists/list.html:181 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:26 @@ -493,209 +493,222 @@ msgstr "新增到列表" msgid "Add" msgstr "新增" -#: bookwyrm/templates/book/book_identifiers.html:7 +#: bookwyrm/templates/book/book_identifiers.html:8 msgid "ISBN:" msgstr "ISBN:" -#: bookwyrm/templates/book/book_identifiers.html:14 -#: bookwyrm/templates/book/edit_book.html:321 +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:232 msgid "OCLC Number:" msgstr "OCLC 號:" -#: bookwyrm/templates/book/book_identifiers.html:21 -#: bookwyrm/templates/book/edit_book.html:329 +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "ASIN:" msgstr "ASIN:" #: bookwyrm/templates/book/cover_modal.html:17 -#: bookwyrm/templates/book/edit_book.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:143 msgid "Upload cover:" msgstr "上載封面:" #: bookwyrm/templates/book/cover_modal.html:23 -#: bookwyrm/templates/book/edit_book.html:241 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Load cover from url:" msgstr "從網址載入封面:" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:11 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:11 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "編輯 \"%(book_title)s\"" -#: bookwyrm/templates/book/edit_book.html:5 -#: bookwyrm/templates/book/edit_book.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:5 +#: bookwyrm/templates/book/edit/edit_book.html:13 msgid "Add Book" msgstr "新增書目" -#: bookwyrm/templates/book/edit_book.html:61 +#: bookwyrm/templates/book/edit/edit_book.html:47 msgid "Confirm Book Info" msgstr "確認書目資料" -#: bookwyrm/templates/book/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:55 #, python-format msgid "Is \"%(name)s\" an existing author?" msgstr "\"%(name)s\" 是已存在的作者嗎?" -#: bookwyrm/templates/book/edit_book.html:78 +#: bookwyrm/templates/book/edit/edit_book.html:64 #, python-format msgid "Author of %(book_title)s" msgstr "%(book_title)s 的作者" -#: bookwyrm/templates/book/edit_book.html:82 +#: bookwyrm/templates/book/edit/edit_book.html:68 msgid "This is a new author" msgstr "這是一位新的作者" -#: bookwyrm/templates/book/edit_book.html:89 +#: bookwyrm/templates/book/edit/edit_book.html:75 #, python-format msgid "Creating a new author: %(name)s" msgstr "正在建立新的作者: %(name)s" -#: bookwyrm/templates/book/edit_book.html:96 +#: bookwyrm/templates/book/edit/edit_book.html:82 msgid "Is this an edition of an existing work?" msgstr "這是已存在的作品的另一個版本嗎?" -#: bookwyrm/templates/book/edit_book.html:104 +#: bookwyrm/templates/book/edit/edit_book.html:90 msgid "This is a new work" msgstr "這是一個新的作品。" -#: bookwyrm/templates/book/edit_book.html:111 +#: bookwyrm/templates/book/edit/edit_book.html:97 #: bookwyrm/templates/password_reset.html:30 msgid "Confirm" msgstr "確認" -#: bookwyrm/templates/book/edit_book.html:113 -#: bookwyrm/templates/feed/status.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:99 +#: bookwyrm/templates/feed/status.html:9 msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit_book.html:127 +#: bookwyrm/templates/book/edit/edit_book_form.html:18 #: bookwyrm/templates/snippets/create_status/review.html:16 msgid "Title:" msgstr "標題:" -#: bookwyrm/templates/book/edit_book.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:26 msgid "Subtitle:" msgstr "副標題:" -#: bookwyrm/templates/book/edit_book.html:151 +#: bookwyrm/templates/book/edit/edit_book_form.html:44 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit_book.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series number:" msgstr "系列編號:" -#: bookwyrm/templates/book/edit_book.html:167 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Languages:" msgstr "語言:" -#: bookwyrm/templates/book/edit_book.html:176 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +#, fuzzy +#| msgid "Public" +msgid "Publication" +msgstr "公開" + +#: bookwyrm/templates/book/edit/edit_book_form.html:77 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit_book.html:185 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "First published date:" msgstr "初版時間:" -#: bookwyrm/templates/book/edit_book.html:193 +#: bookwyrm/templates/book/edit/edit_book_form.html:94 msgid "Published date:" msgstr "出版時間:" -#: bookwyrm/templates/book/edit_book.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:104 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit_book.html:209 +#: bookwyrm/templates/book/edit/edit_book_form.html:112 #, fuzzy, python-format #| msgid "Remove from %(name)s" msgid "Remove %(name)s" msgstr "從 %(name)s 移除" -#: bookwyrm/templates/book/edit_book.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 #, fuzzy, python-format #| msgid "Remove from %(name)s" msgid "Author page for %(name)s" msgstr "從 %(name)s 移除" -#: bookwyrm/templates/book/edit_book.html:219 +#: bookwyrm/templates/book/edit/edit_book_form.html:122 msgid "Add Authors:" msgstr "新增作者:" -#: bookwyrm/templates/book/edit_book.html:220 +#: bookwyrm/templates/book/edit/edit_book_form.html:123 msgid "John Doe, Jane Smith" msgstr "John Doe, Jane Smith" -#: bookwyrm/templates/book/edit_book.html:227 +#: bookwyrm/templates/book/edit/edit_book_form.html:132 #: bookwyrm/templates/shelf/shelf.html:127 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit_book.html:253 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Physical Properties" msgstr "實體性質" -#: bookwyrm/templates/book/edit_book.html:257 -#: bookwyrm/templates/book/format_filter.html:5 +#: bookwyrm/templates/book/edit/edit_book_form.html:166 +#: bookwyrm/templates/book/editions/format_filter.html:5 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit_book.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:177 #, fuzzy #| msgid "User details" msgid "Format details:" msgstr "使用者詳情" -#: bookwyrm/templates/book/edit_book.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 msgid "Pages:" msgstr "頁數:" -#: bookwyrm/templates/book/edit_book.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 msgid "Book Identifiers" msgstr "書目標識號" -#: bookwyrm/templates/book/edit_book.html:289 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit_book.html:297 +#: bookwyrm/templates/book/edit/edit_book_form.html:208 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit_book.html:305 +#: bookwyrm/templates/book/edit/edit_book_form.html:216 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" -#: bookwyrm/templates/book/editions.html:4 +#: bookwyrm/templates/book/editions/editions.html:4 #, python-format msgid "Editions of %(book_title)s" msgstr "%(book_title)s 的各版本" -#: bookwyrm/templates/book/editions.html:8 +#: bookwyrm/templates/book/editions/editions.html:8 #, python-format msgid "Editions of \"%(work_title)s\"" msgstr "\"%(work_title)s\" 的各版本" -#: bookwyrm/templates/book/format_filter.html:8 -#: bookwyrm/templates/book/language_filter.html:8 +#: bookwyrm/templates/book/editions/format_filter.html:8 +#: bookwyrm/templates/book/editions/language_filter.html:8 msgid "Any" msgstr "所有" -#: bookwyrm/templates/book/language_filter.html:5 +#: bookwyrm/templates/book/editions/language_filter.html:5 +#: bookwyrm/templates/preferences/edit_user.html:95 msgid "Language:" msgstr "語言:" -#: bookwyrm/templates/book/publisher_info.html:22 +#: bookwyrm/templates/book/editions/search_filter.html:5 +#, fuzzy +#| msgid "Search Results" +msgid "Search editions" +msgstr "搜尋結果" + +#: bookwyrm/templates/book/publisher_info.html:21 #, python-format msgid "%(format)s" msgstr "%(format)s" -#: bookwyrm/templates/book/publisher_info.html:24 +#: bookwyrm/templates/book/publisher_info.html:23 #, python-format msgid "%(format)s, %(pages)s pages" msgstr "%(format)s, %(pages)s 頁" -#: bookwyrm/templates/book/publisher_info.html:26 +#: bookwyrm/templates/book/publisher_info.html:25 #, python-format msgid "%(pages)s pages" msgstr "%(pages)s 頁" @@ -705,17 +718,17 @@ msgstr "%(pages)s 頁" msgid "%(languages)s language" msgstr "%(languages)s 語言" -#: bookwyrm/templates/book/publisher_info.html:64 +#: bookwyrm/templates/book/publisher_info.html:65 #, python-format msgid "Published %(date)s by %(publisher)s." msgstr "在 %(date)s 由 %(publisher)s 出版。" -#: bookwyrm/templates/book/publisher_info.html:66 +#: bookwyrm/templates/book/publisher_info.html:67 #, python-format msgid "Published %(date)s" msgstr "於 %(date)s 出版" -#: bookwyrm/templates/book/publisher_info.html:68 +#: bookwyrm/templates/book/publisher_info.html:69 #, python-format msgid "Published by %(publisher)s." msgstr "由 %(publisher)s 出版。" @@ -753,19 +766,13 @@ msgstr "編輯閱讀日期" msgid "Delete these read dates" msgstr "刪除這些閱讀日期" -#: bookwyrm/templates/book/search_filter.html:5 -#, fuzzy -#| msgid "Search Results" -msgid "Search editions" -msgstr "搜尋結果" - #: bookwyrm/templates/components/inline_form.html:8 #: bookwyrm/templates/components/modal.html:11 #: bookwyrm/templates/components/tooltip.html:7 #: bookwyrm/templates/feed/layout.html:71 #: bookwyrm/templates/get_started/layout.html:20 #: bookwyrm/templates/get_started/layout.html:53 -#: bookwyrm/templates/search/book.html:32 +#: bookwyrm/templates/search/book.html:49 #: bookwyrm/templates/snippets/announcement.html:18 msgid "Close" msgstr "關閉" @@ -1242,7 +1249,7 @@ msgid "Avatar:" msgstr "頭像:" #: bookwyrm/templates/get_started/profile.html:42 -#: bookwyrm/templates/preferences/edit_user.html:104 +#: bookwyrm/templates/preferences/edit_user.html:110 msgid "Manually approve followers:" msgstr "手動批准關注者:" @@ -1498,8 +1505,8 @@ msgid "Log out" msgstr "登出" #: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 -#: bookwyrm/templates/notifications.html:6 -#: bookwyrm/templates/notifications.html:11 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" @@ -1646,7 +1653,7 @@ msgstr "管理" msgid "Anyone can suggest books, subject to your approval" msgstr "任何人都可以推薦書目、主題,但須經你的批准。" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:30 +#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 #: bookwyrm/templates/settings/reports/reports.html:25 #: bookwyrm/templates/snippets/announcement.html:16 msgid "Open" @@ -1765,127 +1772,130 @@ msgstr "密碼:" msgid "More about this site" msgstr "關於本網站的更多" -#: bookwyrm/templates/notifications.html:16 -msgid "Delete notifications" -msgstr "刪除通知" +#: bookwyrm/templates/notifications/items/add.html:24 +#, fuzzy, python-format +#| msgid " added %(book_title)s to your list \"%(list_name)s\"" +msgid "added %(book_title)s to your list \"%(list_name)s\"" +msgstr " 新增了 %(book_title)s 到你的列表 \"%(list_name)s\"" -#: bookwyrm/templates/notifications.html:25 -msgid "All" -msgstr "所有" +#: bookwyrm/templates/notifications/items/add.html:31 +#, fuzzy, python-format +#| msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgstr " 推薦新增 %(book_title)s 到你的列表 \"%(list_name)s\"" -#: bookwyrm/templates/notifications.html:29 -msgid "Mentions" -msgstr "提及" - -#: bookwyrm/templates/notifications.html:70 -#, python-format -msgid "favorited your review of %(book_title)s" -msgstr "喜歡了你 %(book_title)s 的書評" - -#: bookwyrm/templates/notifications.html:72 -#, python-format -msgid "favorited your comment on %(book_title)s" -msgstr "喜歡了你 %(book_title)s 的評論" - -#: bookwyrm/templates/notifications.html:74 -#, python-format -msgid "favorited your quote from %(book_title)s" -msgstr "喜歡了你 來自 %(book_title)s 的引用" - -#: bookwyrm/templates/notifications.html:76 -#, python-format -msgid "favorited your status" -msgstr "喜歡了你的 狀態" - -#: bookwyrm/templates/notifications.html:81 -#, python-format -msgid "mentioned you in a review of %(book_title)s" -msgstr "在 %(book_title)s 的書評 裡提到了你" - -#: bookwyrm/templates/notifications.html:83 -#, python-format -msgid "mentioned you in a comment on %(book_title)s" -msgstr "在 %(book_title)s 的評論 裡提到了你" - -#: bookwyrm/templates/notifications.html:85 -#, python-format -msgid "mentioned you in a quote from %(book_title)s" -msgstr "在 %(book_title)s 的引用 中提到了你" - -#: bookwyrm/templates/notifications.html:87 -#, python-format -msgid "mentioned you in a status" -msgstr "在 狀態 中提到了你" - -#: bookwyrm/templates/notifications.html:92 -#, python-format -msgid "replied to your review of %(book_title)s" -msgstr "回覆 了你的 %(book_title)s 的書評" - -#: bookwyrm/templates/notifications.html:94 -#, python-format -msgid "replied to your comment on %(book_title)s" -msgstr "回覆 了你的 %(book_title)s 的評論" - -#: bookwyrm/templates/notifications.html:96 -#, python-format -msgid "replied to your quote from %(book_title)s" -msgstr "回覆 了你 %(book_title)s 中的引用" - -#: bookwyrm/templates/notifications.html:98 -#, python-format -msgid "replied to your status" -msgstr "回覆 了你的 狀態" - -#: bookwyrm/templates/notifications.html:102 -msgid "followed you" -msgstr "關注了你" - -#: bookwyrm/templates/notifications.html:105 -msgid "sent you a follow request" -msgstr "向你傳送了關注請求" - -#: bookwyrm/templates/notifications.html:111 +#: bookwyrm/templates/notifications/items/boost.html:19 #, python-format msgid "boosted your review of %(book_title)s" msgstr "轉發了你的 %(book_title)s 的書評" -#: bookwyrm/templates/notifications.html:113 +#: bookwyrm/templates/notifications/items/boost.html:25 #, python-format msgid "boosted your comment on%(book_title)s" msgstr "轉發了你的 %(book_title)s 的評論" -#: bookwyrm/templates/notifications.html:115 +#: bookwyrm/templates/notifications/items/boost.html:31 #, python-format msgid "boosted your quote from %(book_title)s" msgstr "轉發了你的 %(book_title)s 的引用" -#: bookwyrm/templates/notifications.html:117 +#: bookwyrm/templates/notifications/items/boost.html:37 #, python-format msgid "boosted your status" msgstr "轉發了你的 狀態" -#: bookwyrm/templates/notifications.html:121 +#: bookwyrm/templates/notifications/items/fav.html:19 #, python-format -msgid " added %(book_title)s to your list \"%(list_name)s\"" -msgstr " 新增了 %(book_title)s 到你的列表 \"%(list_name)s\"" +msgid "favorited your review of %(book_title)s" +msgstr "喜歡了你 %(book_title)s 的書評" -#: bookwyrm/templates/notifications.html:123 +#: bookwyrm/templates/notifications/items/fav.html:25 +#, fuzzy, python-format +#| msgid "favorited your comment on %(book_title)s" +msgid "favorited your comment on%(book_title)s" +msgstr "喜歡了你 %(book_title)s 的評論" + +#: bookwyrm/templates/notifications/items/fav.html:31 #, python-format -msgid " suggested adding %(book_title)s to your list \"%(list_name)s\"" -msgstr " 推薦新增 %(book_title)s 到你的列表 \"%(list_name)s\"" +msgid "favorited your quote from %(book_title)s" +msgstr "喜歡了你 來自 %(book_title)s 的引用" -#: bookwyrm/templates/notifications.html:128 +#: bookwyrm/templates/notifications/items/fav.html:37 +#, python-format +msgid "favorited your status" +msgstr "喜歡了你的 狀態" + +#: bookwyrm/templates/notifications/items/follow.html:15 +msgid "followed you" +msgstr "關注了你" + +#: bookwyrm/templates/notifications/items/follow_request.html:11 +msgid "sent you a follow request" +msgstr "向你傳送了關注請求" + +#: bookwyrm/templates/notifications/items/import.html:14 #, python-format msgid "Your import completed." msgstr "你的 匯入 已完成。" -#: bookwyrm/templates/notifications.html:131 +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "mentioned you in a review of %(book_title)s" +msgstr "在 %(book_title)s 的書評 裡提到了你" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "mentioned you in a comment on %(book_title)s" +msgstr "在 %(book_title)s 的評論 裡提到了你" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "mentioned you in a quote from %(book_title)s" +msgstr "在 %(book_title)s 的引用 中提到了你" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "mentioned you in a status" +msgstr "在 狀態 中提到了你" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "replied to your review of %(book_title)s" +msgstr "回覆 了你的 %(book_title)s 的書評" + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "replied to your comment on %(book_title)s" +msgstr "回覆 了你的 %(book_title)s 的評論" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "replied to your quote from %(book_title)s" +msgstr "回覆 了你 %(book_title)s 中的引用" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "replied to your status" +msgstr "回覆 了你的 狀態" + +#: bookwyrm/templates/notifications/items/report.html:15 #, python-format msgid "A new report needs moderation." msgstr "有新的 舉報 需要仲裁。" -#: bookwyrm/templates/notifications.html:157 +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "刪除通知" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "所有" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +msgid "Mentions" +msgstr "提及" + +#: bookwyrm/templates/notifications/notifications_page.html:45 msgid "You're all caught up!" msgstr "你什麼也沒錯過!" @@ -1962,7 +1972,7 @@ msgid "Display preferences" msgstr "郵箱偏好" #: bookwyrm/templates/preferences/edit_user.html:14 -#: bookwyrm/templates/preferences/edit_user.html:100 +#: bookwyrm/templates/preferences/edit_user.html:106 #, fuzzy #| msgid "Post privacy" msgid "Privacy" @@ -1989,7 +1999,7 @@ msgstr "你的帳號會顯示在 目錄 中,並可能 msgid "Preferred Timezone: " msgstr "偏好時區:" -#: bookwyrm/templates/preferences/edit_user.html:110 +#: bookwyrm/templates/preferences/edit_user.html:116 #, fuzzy #| msgid "Post privacy" msgid "Default post privacy:" @@ -2021,15 +2031,19 @@ msgstr "編輯 \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "想要閱讀 \"%(book_title)s\"" -#: bookwyrm/templates/search/book.html:64 +#: bookwyrm/templates/search/book.html:85 +msgid "Import book" +msgstr "匯入書目" + +#: bookwyrm/templates/search/book.html:107 msgid "Load results from other catalogues" msgstr "從其它分類載入結果" -#: bookwyrm/templates/search/book.html:68 +#: bookwyrm/templates/search/book.html:111 msgid "Manually add book" msgstr "手動新增書目" -#: bookwyrm/templates/search/book.html:73 +#: bookwyrm/templates/search/book.html:116 msgid "Log in to import or add books." msgstr "登陸以匯入或新增書目。" @@ -2176,13 +2190,14 @@ msgid "Dashboard" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 #, fuzzy #| msgid "Local users" msgid "Total users" msgstr "本地使用者" #: bookwyrm/templates/settings/dashboard/dashboard.html:21 -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:12 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 msgid "Active this month" msgstr "" @@ -2193,6 +2208,7 @@ msgid "Statuses" msgstr "狀態" #: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 msgid "Works" msgstr "" @@ -2230,25 +2246,35 @@ msgstr "" msgid "Weeks" msgstr "一週" -#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 #, fuzzy #| msgid "User Activity" msgid "User signup activity" msgstr "使用者活動" -#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +#: bookwyrm/templates/settings/dashboard/dashboard.html:112 #, fuzzy #| msgid "User Activity" msgid "Status activity" msgstr "使用者活動" -#: bookwyrm/templates/settings/dashboard/dashboard_status_chart.html:7 +#: bookwyrm/templates/settings/dashboard/dashboard.html:118 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +#, fuzzy +#| msgid "Registration" +msgid "Registrations" +msgstr "註冊" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 #, fuzzy #| msgid "No statuses reported" msgid "Statuses posted" msgstr "沒有被舉報的狀態" -#: bookwyrm/templates/settings/dashboard/dashboard_user_chart.html:7 +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 msgid "Total" msgstr "" @@ -2959,7 +2985,7 @@ msgstr "建立書架" msgid "Edit Shelf" msgstr "編輯書架" -#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:56 +#: bookwyrm/templates/shelf/shelf.html:28 bookwyrm/views/shelf.py:55 msgid "All books" msgstr "所有書目" @@ -3069,9 +3095,9 @@ msgid "of %(pages)s pages" msgstr "全書 %(pages)s 頁" #: bookwyrm/templates/snippets/create_status/content_field.html:17 -#: bookwyrm/templates/snippets/status/layout.html:31 -#: bookwyrm/templates/snippets/status/layout.html:49 -#: bookwyrm/templates/snippets/status/layout.html:50 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:52 +#: bookwyrm/templates/snippets/status/layout.html:53 msgid "Reply" msgstr "回覆" @@ -3255,29 +3281,29 @@ msgstr[0] "\"%(book_title)s\" 的書評(%(display_rating)s 星): %(review_ti msgid "Review of \"%(book_title)s\": %(review_title)s" msgstr "\"%(book_title)s\" 的書評: %(review_title)s" -#: bookwyrm/templates/snippets/goal_form.html:3 +#: bookwyrm/templates/snippets/goal_form.html:4 #, python-format msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." msgstr "設定一個 %(year)s 內要讀多少書的目標,並記錄你全年的進度。" -#: bookwyrm/templates/snippets/goal_form.html:12 +#: bookwyrm/templates/snippets/goal_form.html:16 msgid "Reading goal:" msgstr "閱讀目標:" -#: bookwyrm/templates/snippets/goal_form.html:17 +#: bookwyrm/templates/snippets/goal_form.html:21 msgid "books" msgstr "本書" -#: bookwyrm/templates/snippets/goal_form.html:22 +#: bookwyrm/templates/snippets/goal_form.html:26 msgid "Goal privacy:" msgstr "目標隱私:" -#: bookwyrm/templates/snippets/goal_form.html:29 +#: bookwyrm/templates/snippets/goal_form.html:33 #: bookwyrm/templates/snippets/reading_modals/layout.html:13 msgid "Post to feed" msgstr "發佈到即時動態" -#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/goal_form.html:37 msgid "Set goal" msgstr "設定目標" @@ -3409,10 +3435,6 @@ msgstr "本舉報會被發送至 %(site_name)s 的監察員以複查。" msgid "More info about this report:" msgstr "關於本舉報的更多資訊" -#: bookwyrm/templates/snippets/search_result_text.html:36 -msgid "Import book" -msgstr "匯入書目" - #: bookwyrm/templates/snippets/shelf_selector.html:4 msgid "Move book" msgstr "移動書目" @@ -3521,18 +3543,18 @@ msgstr "移除 %(name)s" msgid "%(username)s wants to read %(book)s" msgstr "回覆了 %(username)s狀態" -#: bookwyrm/templates/snippets/status/layout.html:21 +#: bookwyrm/templates/snippets/status/layout.html:24 #: bookwyrm/templates/snippets/status/status_options.html:17 msgid "Delete status" msgstr "刪除狀態" -#: bookwyrm/templates/snippets/status/layout.html:53 -#: bookwyrm/templates/snippets/status/layout.html:54 +#: bookwyrm/templates/snippets/status/layout.html:56 +#: bookwyrm/templates/snippets/status/layout.html:57 msgid "Boost status" msgstr "轉發狀態" -#: bookwyrm/templates/snippets/status/layout.html:57 -#: bookwyrm/templates/snippets/status/layout.html:58 +#: bookwyrm/templates/snippets/status/layout.html:60 +#: bookwyrm/templates/snippets/status/layout.html:61 msgid "Like status" msgstr "喜歡狀態" @@ -3720,7 +3742,7 @@ msgstr "" msgid "Not a valid csv file" msgstr "不是有效的 csv 檔案" -#: bookwyrm/views/login.py:68 +#: bookwyrm/views/login.py:69 msgid "Username or password are incorrect" msgstr "" @@ -3734,7 +3756,7 @@ msgstr "沒有找到使用該郵箱的使用者。" msgid "A password reset link sent to {email}" msgstr "密碼重置連結已傳送給 %s" -#: bookwyrm/views/rss_feed.py:34 +#: bookwyrm/views/rss_feed.py:35 #, python-brace-format msgid "Status updates from {obj.display_name}" msgstr "" From b23f6afa6c4fb1d4be2d2401f2d72a259761f494 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 6 Oct 2021 16:24:23 -0700 Subject: [PATCH 3/5] Adds context to curation type "open" --- bookwyrm/templates/lists/form.html | 2 +- locale/de_DE/LC_MESSAGES/django.po | 13 ++++++++++--- locale/en_US/LC_MESSAGES/django.po | 11 ++++++++--- locale/es/LC_MESSAGES/django.po | 13 ++++++++++--- locale/fr_FR/LC_MESSAGES/django.po | 13 ++++++++++--- locale/zh_Hans/LC_MESSAGES/django.po | 13 ++++++++++--- locale/zh_Hant/LC_MESSAGES/django.po | 13 ++++++++++--- 7 files changed, 59 insertions(+), 19 deletions(-) diff --git a/bookwyrm/templates/lists/form.html b/bookwyrm/templates/lists/form.html index 9a000d3f..336f1a8f 100644 --- a/bookwyrm/templates/lists/form.html +++ b/bookwyrm/templates/lists/form.html @@ -28,7 +28,7 @@ diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index 047a7401..5481b3df 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/LC_MESSAGES/django.po @@ -1750,9 +1750,10 @@ msgstr "Kuratiert" msgid "Anyone can suggest books, subject to your approval" msgstr "Alle können Bücher vorschlagen, du kannst diese bestätigen" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 +#: bookwyrm/templates/lists/form.html:31 +#, fuzzy +#| msgid "Open" +msgctxt "curation type" msgid "Open" msgstr "Offen" @@ -2142,6 +2143,12 @@ msgstr "Editionen von %(book_title)s" msgid "Want to Read \"%(book_title)s\"" msgstr "\"%(book_title)s\" auf Leseliste setzen" +#: bookwyrm/templates/search/book.html:47 +#: bookwyrm/templates/settings/reports/reports.html:25 +#: bookwyrm/templates/snippets/announcement.html:16 +msgid "Open" +msgstr "Offen" + #: bookwyrm/templates/search/book.html:85 msgid "Import book" msgstr "Buch importieren" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 376bc832..41a28845 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -1592,9 +1592,8 @@ msgstr "" msgid "Anyone can suggest books, subject to your approval" msgstr "" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 +#: bookwyrm/templates/lists/form.html:31 +msgctxt "curation type" msgid "Open" msgstr "" @@ -1944,6 +1943,12 @@ msgstr "" msgid "Want to Read \"%(book_title)s\"" msgstr "" +#: bookwyrm/templates/search/book.html:47 +#: bookwyrm/templates/settings/reports/reports.html:25 +#: bookwyrm/templates/snippets/announcement.html:16 +msgid "Open" +msgstr "" + #: bookwyrm/templates/search/book.html:85 msgid "Import book" msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index 40ffb70a..f78ad99c 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -1593,9 +1593,10 @@ msgstr "De comisariado" msgid "Anyone can suggest books, subject to your approval" msgstr "Cualquier usuario puede sugerir libros, en cuanto lo hayas aprobado" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 +#: bookwyrm/templates/lists/form.html:31 +#, fuzzy +#| msgid "Open" +msgctxt "curation type" msgid "Open" msgstr "Abierto" @@ -1948,6 +1949,12 @@ msgstr "Empezar \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "Quiero leer \"%(book_title)s\"" +#: bookwyrm/templates/search/book.html:47 +#: bookwyrm/templates/settings/reports/reports.html:25 +#: bookwyrm/templates/snippets/announcement.html:16 +msgid "Open" +msgstr "Abierto" + #: bookwyrm/templates/search/book.html:85 msgid "Import book" msgstr "Importar libro" diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index 8c81995b..ea98e092 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -1644,9 +1644,10 @@ msgstr "Modérée" msgid "Anyone can suggest books, subject to your approval" msgstr "N’importe qui peut suggérer des livres, soumis à votre approbation" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 +#: bookwyrm/templates/lists/form.html:31 +#, fuzzy +#| msgid "Open" +msgctxt "curation type" msgid "Open" msgstr "Ouverte" @@ -2022,6 +2023,12 @@ msgstr "Modifier « %(book_title)s »" msgid "Want to Read \"%(book_title)s\"" msgstr "Ajouter « %(book_title)s » aux envies de lecture" +#: bookwyrm/templates/search/book.html:47 +#: bookwyrm/templates/settings/reports/reports.html:25 +#: bookwyrm/templates/snippets/announcement.html:16 +msgid "Open" +msgstr "Ouverte" + #: bookwyrm/templates/search/book.html:85 msgid "Import book" msgstr "Importer le livre" diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 56d47672..023a71f7 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -1624,9 +1624,10 @@ msgstr "策展" msgid "Anyone can suggest books, subject to your approval" msgstr "任何人都可以推荐书目、主题让你批准" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 +#: bookwyrm/templates/lists/form.html:31 +#, fuzzy +#| msgid "Open" +msgctxt "curation type" msgid "Open" msgstr "开放" @@ -1995,6 +1996,12 @@ msgstr "开始《%(book_title)s》" msgid "Want to Read \"%(book_title)s\"" msgstr "想要阅读《%(book_title)s》" +#: bookwyrm/templates/search/book.html:47 +#: bookwyrm/templates/settings/reports/reports.html:25 +#: bookwyrm/templates/snippets/announcement.html:16 +msgid "Open" +msgstr "开放" + #: bookwyrm/templates/search/book.html:85 msgid "Import book" msgstr "导入书目" diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index 41e091c6..bee422ef 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -1653,9 +1653,10 @@ msgstr "管理" msgid "Anyone can suggest books, subject to your approval" msgstr "任何人都可以推薦書目、主題,但須經你的批准。" -#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47 -#: bookwyrm/templates/settings/reports/reports.html:25 -#: bookwyrm/templates/snippets/announcement.html:16 +#: bookwyrm/templates/lists/form.html:31 +#, fuzzy +#| msgid "Open" +msgctxt "curation type" msgid "Open" msgstr "開放" @@ -2031,6 +2032,12 @@ msgstr "編輯 \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "想要閱讀 \"%(book_title)s\"" +#: bookwyrm/templates/search/book.html:47 +#: bookwyrm/templates/settings/reports/reports.html:25 +#: bookwyrm/templates/snippets/announcement.html:16 +msgid "Open" +msgstr "開放" + #: bookwyrm/templates/search/book.html:85 msgid "Import book" msgstr "匯入書目" From 982cd49c51e623c85407214bb4bc170dab593399 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 6 Oct 2021 16:33:07 -0700 Subject: [PATCH 4/5] Fixes english grammar weirdness --- bookwyrm/views/password.py | 2 +- locale/de_DE/LC_MESSAGES/django.po | 9 ++++----- locale/en_US/LC_MESSAGES/django.po | 4 ++-- locale/es/LC_MESSAGES/django.po | 4 ++-- locale/fr_FR/LC_MESSAGES/django.po | 9 ++++----- locale/zh_Hans/LC_MESSAGES/django.po | 9 ++++----- locale/zh_Hant/LC_MESSAGES/django.po | 11 +++++------ 7 files changed, 22 insertions(+), 26 deletions(-) diff --git a/bookwyrm/views/password.py b/bookwyrm/views/password.py index ff2a0262..d3104ad4 100644 --- a/bookwyrm/views/password.py +++ b/bookwyrm/views/password.py @@ -38,7 +38,7 @@ class PasswordResetRequest(View): # create a new reset code code = models.PasswordReset.objects.create(user=user) password_reset_email(code) - data = {"message": _(f"A password reset link sent to {email}")} + data = {"message": _(f"A password reset link was sent to {email}")} return TemplateResponse(request, "password_reset_request.html", data) diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index 5481b3df..b963c5ef 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/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-10-06 23:23+0000\n" +"POT-Creation-Date: 2021-10-06 23:29+0000\n" "PO-Revision-Date: 2021-03-02 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -4039,10 +4039,9 @@ msgid "No user with that email address was found." msgstr "Dieser Benutzename ist bereits vergeben." #: bookwyrm/views/password.py:41 -#, fuzzy, python-brace-format -#| msgid "A password reset link sent to %s" -msgid "A password reset link sent to {email}" -msgstr "Ein Passwortwiederherstellungslinl wurde zu %s gesendet" +#, python-brace-format +msgid "A password reset link was sent to {email}" +msgstr "Ein Passwortwiederherstellungslinl wurde zu {email} gesendet" #: bookwyrm/views/rss_feed.py:35 #, python-brace-format diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 41a28845..5b931219 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-10-06 23:23+0000\n" +"POT-Creation-Date: 2021-10-06 23:29+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -3578,7 +3578,7 @@ msgstr "" #: bookwyrm/views/password.py:41 #, python-brace-format -msgid "A password reset link sent to {email}" +msgid "A password reset link was sent to {email}" msgstr "" #: bookwyrm/views/rss_feed.py:35 diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index f78ad99c..3ff6f517 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:23+0000\n" +"POT-Creation-Date: 2021-10-06 23:29+0000\n" "PO-Revision-Date: 2021-03-19 11:49+0800\n" "Last-Translator: Reese Porter \n" "Language-Team: LANGUAGE \n" @@ -3586,7 +3586,7 @@ msgstr "No se pudo encontrar un usuario con esa dirección de correo electrónic #: bookwyrm/views/password.py:41 #, python-brace-format -msgid "A password reset link sent to {email}" +msgid "A password reset link was sent to {email}" msgstr "Un enlace para reestablecer tu contraseña se envió a {email}" #: bookwyrm/views/rss_feed.py:35 diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index ea98e092..30656413 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:23+0000\n" +"POT-Creation-Date: 2021-10-06 23:29+0000\n" "PO-Revision-Date: 2021-04-05 12:44+0100\n" "Last-Translator: Fabien Basmaison \n" "Language-Team: Mouse Reeve \n" @@ -3763,10 +3763,9 @@ msgid "No user with that email address was found." msgstr "Aucun compte avec cette adresse email n’a été trouvé." #: bookwyrm/views/password.py:41 -#, fuzzy, python-brace-format -#| msgid "A password reset link sent to %s" -msgid "A password reset link sent to {email}" -msgstr "Un lien de réinitialisation a été envoyé à %s." +#, python-brace-format +msgid "A password reset link was sent to {email}" +msgstr "Un lien de réinitialisation a été envoyé à {email}." #: bookwyrm/views/rss_feed.py:35 #, python-brace-format diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 023a71f7..67aacaf1 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:23+0000\n" +"POT-Creation-Date: 2021-10-06 23:29+0000\n" "PO-Revision-Date: 2021-03-20 00:56+0000\n" "Last-Translator: Kana \n" "Language-Team: Mouse Reeve \n" @@ -3701,10 +3701,9 @@ msgid "No user with that email address was found." msgstr "没有找到使用该邮箱的用户。" #: bookwyrm/views/password.py:41 -#, fuzzy, python-brace-format -#| msgid "A password reset link sent to %s" -msgid "A password reset link sent to {email}" -msgstr "密码重置连接已发送给 %s" +#, python-brace-format +msgid "A password reset link was sent to {email}" +msgstr "密码重置连接已发送给 {email}" #: bookwyrm/views/rss_feed.py:35 #, python-brace-format diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index bee422ef..07483650 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:23+0000\n" +"POT-Creation-Date: 2021-10-06 23:29+0000\n" "PO-Revision-Date: 2021-06-30 10:36+0000\n" "Last-Translator: Grace Cheng \n" -"Language-Team: LANGUAGE \n" +"Language-Team: \n" "Language: zh_Hant\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -3758,10 +3758,9 @@ msgid "No user with that email address was found." msgstr "沒有找到使用該郵箱的使用者。" #: bookwyrm/views/password.py:41 -#, fuzzy, python-brace-format -#| msgid "A password reset link sent to %s" -msgid "A password reset link sent to {email}" -msgstr "密碼重置連結已傳送給 %s" +#, python-brace-format +msgid "A password reset link was sent to {email}" +msgstr "密碼重置連結已傳送給 {email}" #: bookwyrm/views/rss_feed.py:35 #, python-brace-format From 674aa484fd07e58b85e87f2b15b43fd1c2abb513 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 6 Oct 2021 16:38:07 -0700 Subject: [PATCH 5/5] Use target language in choice list --- bookwyrm/settings.py | 10 ++++----- locale/de_DE/LC_MESSAGES/django.mo | Bin 32016 -> 30883 bytes locale/de_DE/LC_MESSAGES/django.po | 20 ++++++++--------- locale/en_US/LC_MESSAGES/django.po | 12 +++++------ locale/es/LC_MESSAGES/django.mo | Bin 55866 -> 54864 bytes locale/es/LC_MESSAGES/django.po | 31 +++++++++++++++++---------- locale/fr_FR/LC_MESSAGES/django.mo | Bin 45713 -> 44850 bytes locale/fr_FR/LC_MESSAGES/django.po | 14 ++++++------ locale/zh_Hans/LC_MESSAGES/django.mo | Bin 45123 -> 44096 bytes locale/zh_Hans/LC_MESSAGES/django.po | 12 +++++------ locale/zh_Hant/LC_MESSAGES/django.mo | Bin 40001 -> 38839 bytes locale/zh_Hant/LC_MESSAGES/django.po | 14 ++++++------ 12 files changed, 59 insertions(+), 54 deletions(-) diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index 00ce9e4a..55b4c445 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -162,11 +162,11 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = "en-us" LANGUAGES = [ ("en-us", _("English")), - ("de-de", _("German")), - ("es", _("Spanish")), - ("fr-fr", _("French")), - ("zh-hans", _("Simplified Chinese")), - ("zh-hant", _("Traditional Chinese")), + ("de-de", _("Deutsch (German)")), # German + ("es", _("Español (Spanish)")), # Spanish + ("fr-fr", _("Français (French)")), # French + ("zh-hans", _("简体中文 (Simplified Chinese)")), # Simplified Chinese + ("zh-hant", _("繁體中文 (Traditional Chinese)")), # Traditional Chinese ] diff --git a/locale/de_DE/LC_MESSAGES/django.mo b/locale/de_DE/LC_MESSAGES/django.mo index 62c8d07fe87eb5b7f05b5d3a11d180e68bc7dee2..4ce83f72b3f3850c58528f13afcd23442a75a515 100644 GIT binary patch delta 8940 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 B;mQC2 delta 9905 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 A)&Kwi diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index b963c5ef..47826e87 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/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-10-06 23:29+0000\n" +"POT-Creation-Date: 2021-10-06 23:57+0000\n" "PO-Revision-Date: 2021-03-02 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -201,26 +201,26 @@ msgstr "Buch" #: bookwyrm/settings.py:164 msgid "English" -msgstr "Englisch" +msgstr "English (Englisch)" #: bookwyrm/settings.py:165 -msgid "German" +msgid "Deutsch (German)" msgstr "Deutsch" #: bookwyrm/settings.py:166 -msgid "Spanish" -msgstr "Spanisch" +msgid "Español (Spanish)" +msgstr "Español (Spanisch)" #: bookwyrm/settings.py:167 -msgid "French" -msgstr "Französisch" +msgid "Français (French)" +msgstr "Français (Französisch)" #: bookwyrm/settings.py:168 -msgid "Simplified Chinese" -msgstr "Vereinfachtes Chinesisch" +msgid "简体中文 (Simplified Chinese)" +msgstr "简体中文 (Vereinfachtes Chinesisch)" #: bookwyrm/settings.py:169 -msgid "Traditional Chinese" +msgid "繁體中文 (Traditional Chinese)" msgstr "" #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 5b931219..b67d50c5 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-10-06 23:29+0000\n" +"POT-Creation-Date: 2021-10-06 23:57+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -175,23 +175,23 @@ msgid "English" msgstr "" #: bookwyrm/settings.py:165 -msgid "German" +msgid "Deutsch (German)" msgstr "" #: bookwyrm/settings.py:166 -msgid "Spanish" +msgid "Español (Spanish)" msgstr "" #: bookwyrm/settings.py:167 -msgid "French" +msgid "Français (French)" msgstr "" #: bookwyrm/settings.py:168 -msgid "Simplified Chinese" +msgid "简体中文 (Simplified Chinese)" msgstr "" #: bookwyrm/settings.py:169 -msgid "Traditional Chinese" +msgid "繁體中文 (Traditional Chinese)" msgstr "" #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 diff --git a/locale/es/LC_MESSAGES/django.mo b/locale/es/LC_MESSAGES/django.mo index d53bf5282acddc3c26fe8f3f1e7061ec8be3a229..dbaa479f039772d74a7e270c43b8d9e00f7da2f0 100644 GIT binary patch delta 16413 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 diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index 3ff6f517..a9a8583d 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:29+0000\n" +"POT-Creation-Date: 2021-10-06 23:57+0000\n" "PO-Revision-Date: 2021-03-19 11:49+0800\n" "Last-Translator: Reese Porter \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: \n" +"Language: Spanish\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -174,23 +174,23 @@ msgid "English" msgstr "Inglés" #: bookwyrm/settings.py:165 -msgid "German" -msgstr "Aléman" +msgid "Deutsch (German)" +msgstr "" #: bookwyrm/settings.py:166 -msgid "Spanish" -msgstr "Español" +msgid "Español (Spanish)" +msgstr "" #: bookwyrm/settings.py:167 -msgid "French" -msgstr "Francés" +msgid "Français (French)" +msgstr "" #: bookwyrm/settings.py:168 -msgid "Simplified Chinese" +msgid "简体中文 (Simplified Chinese)" msgstr "Chino simplificado" #: bookwyrm/settings.py:169 -msgid "Traditional Chinese" +msgid "繁體中文 (Traditional Chinese)" msgstr "Chino tradicional" #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 @@ -3594,6 +3594,15 @@ msgstr "Un enlace para reestablecer tu contraseña se envió a {email}" msgid "Status updates from {obj.display_name}" msgstr "Actualizaciones de status de {obj.display_name}" +#~ msgid "German" +#~ msgstr "Aléman" + +#~ msgid "Spanish" +#~ msgstr "Español" + +#~ msgid "French" +#~ msgstr "Francés" + #~ msgid "Update shelf" #~ msgstr "Actualizar estante" diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo index fef5a0bafdeb1d25cc2cf11890f510326708073f..4cdcbf8ea2a3ffdeed740317a055f435e5954b7c 100644 GIT binary patch delta 13525 zcmYk?3w+PjAII^pnb~GD+t>xWnOzODx!-AS%`KPN5T*@dHq1TzTyjlpjojrrxrAD| zm0NPDh{9i_BuToVn-ukby?@`MhwtNm_WYdlJ>PTx{(iseUv$&u%`aUXU;4Q&wYWyQ zSXOm>!QZl4l(noMqg85IUnN^sJYL5t=vCjcJh28=!`c{tov<|y!tS^p6Y&@H!N>-d z6^O|gj;Yw$vK&^fxv?KZxbX@0!aJxjq%^e4M_^_0^RWi5#Rxo#RqzG|;{&8m%fFG` zVMmN2KM0d>4(8*2rw+@CYiwD06s*9W=-$M#CS!lhz)RQ~>ov7!ItCe=H6P>fu<qc{Cq6A8-W98+PD$uBkeH736a_23R1QXQ5DAWl1U?m)Ynn^zD!EvYuXQBpDgc`_7 zRL5&k9lwUEzYo>!an#b^M{QMn3(NAu)-Bk7RqRQDHx5E|kcVn`Dr%2spc>eSs`o$C zihYCX_(#;h|3EeT2=!d0mX;NSNvQg%#-8X(zF$k$Un3esfd(=j^}sCDOje^h+<|)F z0BXe!qgLi4RKuU3>Rm=n;1;U>AE=f58}-(BwX)AtAgbPI2SFjhbX0@Btw|V&%EzGw zR@da4qXyg-HRE*DKnJ1*kdLZA74`fARJ}q}y=ABYZ9xs(v5!D|c?7kTAD~8d9#!FM z)PTN6b@0&W*~Tsp!m5?pBlEgPO=uXWqfTr!jovCT4_UED|Qe<3#s=vM+`>!S4 zZEhULa^%mT8aR(?;3_)z-uM@~QeLsWz4!j8878B)tTl#X2UJJHQ0+}X4RAVYrHb0K z{%!DiKqcLL9J*P)Yhe=+8Kf& zIL<+!4vJATSc96`Hq-;VPz@e5p1^YC&tgZsh;A54Mu#v8m2Y88LCrW7)qa0eyE&+d zIwlb4kjys)OHnJa1%q)fy5lFtE2#T7P)qnLszHxV_RIoN4M(HyH%1MhE2`c=^uUqG zN;s?u1Zr>&md95x0@q>;9zmUv?@%lA2-T3w)AqnBp`H)Mei(-yI2%22F=~Pmgf;L- zbKj@4-EI|h)B7Jm5Q?#=73hF!s2f(m-X@=kYH%p>6y zmg!=DM0=vz2|-77f+PYj>}KqbTEZOEKnl+YsL%YhsFipFHIXA&8?T`T z;>~)iegLZ7Sd&lc%KGa@3I&>J8iwOw)Cgx`JT6Dg>=>$pYp90)LDh5bX0KcbYQRyb zx1bh!V-jkDtx+r71@(OIZmhpXIFN$jI1KCHc~nC#-R&8>qdwcc(Fdck5;jCV-vQNO zcT~fDP#tHYCYX;p6EjftmZILS)eZtRya%Zjp!(9FHd1j{2aC9Ru8-3>ZntnfLfVGsOMUs z8csn?po=N*ff_&tYJi#M{wUN0#~~}^ux6TqLR7^ysG00AI2l0-Z1y?p$1T< zr(NG2wL(Ft0oF#{PsT`WYVHrfy5tMcSMUEu0*&--)JzVdzU59}99~C#l2zzsFIfae zldpx^x*n**I|4O<3C20753;4G_V=RNKa8q>3Z3u&1%gEse2xh?ytn;Qp8jWRf8ji%7 zs2SWfK0wuX>0`eQo~Y-lp$=E9F$vXAb5#AosI45{hxJ#-6Dd%`b5Rc#VhpatTKFF7 zBlKrf1HS2Yy?n zr>KElG52qv2Kc=x{|&XrkFW}cW!N@Ab&!hcuqW!dOjLg(P%HJkgFqe3L;hzK@kbB* zfLfUcsEY1=?SJ^Jf|^MJ>bb@kk8Q9v=Hk=1(s&c=kWb{RF$D)=W!!{*=-5x7?|{?D z4_@oGsgTg$Ub;4@*QqmVg?gZ7mVr7%nW%vbG3KLYIuTWGCThkDP=|LVs{T%-p2ON} z3XY;GerWPnPz~Hb=Zc{A@`1^_K5MUxpD_&8aRRD?h9=(%HGxj333S64Ohb3Q|I?fS zhYxj#3Qr-rikprFo%EZb*imVb$!g7P`)7}^-lTSyzHRmxA|3ytC zG1G3hJ?eE#Lw)~PQwVfu&Y)%zG}!(iNsCMR{wxAf}apiNYzxL)h1zMVqunV5Yt{9PJ=SQJtdI(+c9;(6LP!lMV&Aws} ztdAQ|TW|?g?<gaup#Yd=tMRQW!u?K3#{ZIoO?<{BkUncOP zU=`}LzJ}VnL&oE%tvHR^^9$&SS5U9(O>_SaMv}jem9ScYeRdL1-zlw3z7J~UhGS*= zw`LGj$5+rFOR+wl#0vNjHF9^BM+1n&FpR^B*a>|w9X0S_CZCV$*nz&d3>)EAY>3y< z`TZX>&hDTkYNi>eCCfxTINao?U>y0`*dBLb75oFW5? zm!bx^eFE#R*W&;MdLWpSxE$kA13HEp>4&Hl`4Tm-Tj-5{q231fN%nwhVIcWr)N`q* z6aZ!~J)6H)z5cMw!2C_?RZ32HCjH2L>X9e#{j;_DcVKVUHWO}0%yy`Jq+_p>kv zUqrozn@}BpfLifSPy=#YCD2H3pqBDJYGmHe+XD+l<&%vmro1=mx#8Fxr(s=u2b1v! z)PTdL*eei+TA5}TfIX2da9G0$G{Z@Dfwj=M3e~|jlRt!N@C@ouUBYVk2-R@#RJ(pX z)R}3A+L|n^j&o7{Y(lN@UUYu{pCr)IpF_>`DmKBNP#wlhv+vhKEny4Pp0-2P?}IuE z!%z*6N1c^97=epXTl@xw;tA9i-9%r#|6cr2gQ3Pm)JWT+ma4bO=b~ofFy*UJD^QAU z@GR<-`%bsp3q);c9BP8CPyMn&}%S+K!;@+q{=rcd)m|!UC9*IcN20cLxhdZfSO_Dx%_h;CZTgHQ0=Wlb-V+48ywaVf@dhW zhBdL?JbMe$P={Vc`KhKsNT?m}1m3AJLspjN=te#cwGxRKiybimM`Jnq zx7HHq5N$%OL@74JBdFKqK6+sJ1@^#v(Vct^)PQPXU+jchiA|<_FUFI)f$(LJbKOc&EE(H@X9UJ3p z)Jh#f-9LxU|Ni$4ftKzrY9L-O*((x*TC#?ytr&<+aUAM(+KsjGQ>=jcw-`E%UZ{K| zYUS#pH#RYLKuxgsBGz9s8bX20Lp?Yi8H+U&b@+T1+cWKjs`o6`!fe#Qi%_2l@Ky|xcf_56$M zvr`SVHLZ<0(3#gQUdMGa`eR#)PVM(_VN^JAlFbMzKf0UA*#Xp z#rAV8Q7h3MRX-j5F$Yy|Dr%r}QCnAttdzrgmmraXi>Lv(EwN`7glZ@XYhXjHhZ(5% z`9;(UY{aK=H|ll!8?{o=OYM4Xj2W0r`DoODHly?Ve-}Xl1^b)@d@ti>@;{?~2P}ET z?&xFGgP)^T;wI{>+(XUGdzn3f0Q4gtiz;ts%2P~v8tUxiV1VBLSp?3*fLfXo)C@jF zPy7k1;Gd`gR9wz0h(V|oT7-K3Rji2HQ6D%5urgjjZOt9jfbOIEu~xAD+Uo=Ye{62- zj;ff2TH=wY6`G6LT)!`V_0N0{c==GKCzeae3 z0yT6IHPdUT*X4KA5tYwwgr=g}FEaN_On$e?A791# ztHN0d^cH-Bn(;5#AOA%izW%H2FDD18;Z0Z#_o1G@fEwU!)Jpw^`rwLK!#5`m!5+8+ zbqN2(E|~0CYk!-~Ky`E&^?rVh{m}JQ`vYZ=aT4miei=36<*1d|fO^ljp$4)GwZsQd zTYLsJ@Gp$_Q2jW{t+V$e26c!Uq8ez6q1Xl0KrU*9reIZEfZEH=sD|G{ZP_VQ$7fOZ zzeYWG5A}NgiyE-+dS`zQE0{n_7KQ4l2Wn=6Q4i#zmUtR!$%{?-E>uTHQ3JSuIy>K? z>i>fpfd2-2Vl}W8`8ue6^3X%y|I-M`%sNSeyJFJb~Ys{B}N6>XN^V;pkDqX9WFQ@dPcfC+1=icENv8uTSSK_79Th zP=|9RYKyiQ-$Y(%>mbg+wAbwWpP}B48>k8VhT1xpt#&>H9c~oVB1pm{R6ZNkK`!>e z38)#LHAZf;2Q&f8Qoa*)cHYEHJY)>tZodUH(Vg;>=z-_34qn;L`s;?r4to#%Pz^+5 zf1GE$iLJ@Eeci4%3pJx<7=xQpZ^aq(!t;xBcyuVd&k`GM)^Y%ClWU^G1Z*c zZ$@n^FMu_c`z)%?KVOABFvJ=0Ta6p7$?Hla=9AR=kd#1KFBNiiHjQ5)u0hi252b7l ziLG`1qugBLAtZmEOUA!Qx`N5?HgS>Z->OZ4CpYinxA=hci>dT6@xP=}(nZoVQ+^ho zC*PR{b*&@cmADo0c~T2gZ$C~}1+IUIJKLf45^mJ|o0$UfCMn81_%^zdB1k$Xy52PM z^mw8^{J%G6Wfq-sN9M4HK{G-RVeFD97)_Co0A@2QqZj$5W!R0sDg2g>?3AL6|@6ys@7*9)ZKCpssc1H2$|5~YI;9L(JIZ(4p*061NWW9&Xh`r39n~T8 zGO-V7IkB$ijpK>`A?e52D9UP>@&?95lpkEBS{^tG#JG9!-=fN`U ze`^Xin}&4n6!8GkH^c`>QB>5$_pkH+vaYx{_vc|J?p+}6VCwuz*-G-S;xXvC zC*t|0FjV_L)?|8PAeGjdicM*>EAa@E&*Xj?$|6W%rfjr%HpVC_ks6u%eegc%BXfTO zaeGo1Ghi=$%6BKzpA<84zDJcz4PewDZ` zsSmNP?WFg(7f!ySsh>bun-~gaQm}?}lJp&gJ4myLzd~K64QG6ozp>mq;mq-$75EnM zcX&``ohi{z@>|rcq)aEe93>0cS!w6v$)rUvJv<@=_|@UC;gAOE#);y z14)lBR}(kDqtw$C{lxuErcC`?e{%C21q(=DkgA!RA5gxXxGoRYBYs4@9v@%f1hYvu zNefBKNRKalI1HnHE~y94dy#4qFDB^iTDh<@Z875?~^_uf0vX*JOFjAC%%DeNG)ABg8c|O zke>Mv2;v>>uxclG7AbO zJvKZyCvQafgv^5Qg6zDp;bZf|pU)ndnUg!Uw0rYyo~14w)|DyV+Oc}+>5ie5iXWw4 zExn#`!>f4tu$a>3Lr=MuhK<}-zESTyTFK4}&&m!Tb8Kr)Ue4H@%-o!U%&|H7dEuGi z$F`0=wlzFEZ+!kFJhtw?9!`$UtXP^jE5)UF+U(fUowLUVlqReWD^uEQ&EiVMA-khX J^LN&8{XeuYkE#Fw delta 14199 zcmbu_33N`^-pBD1k`O~AB7%fGi6KOYn&+WnC{bdlsc1wKrCM#N_xpSHPT#J(-n-Vj);(+OeD?o;_Sw@p=XsvGclWtM z3oaFM&z1IF@oH{riOW~Us<~Xi%h>C~ASxm$~%n7G+Bgd&ooPs@Z3Rc6DHvbUI z5QjH*oM^0rQP=}RaV(a{*~pxoS1}B~#;SM+>oUGmu8HG}BGK8p7c+@#Hl;IMjuY_~ z_QmvOW@QJlEU|BM$6=99IM%=<)I=wtAFe|-)!A&_hyKK$VNu3+PEjd|-(nHGWgGl# z<@pcc>uwScau_5)EnnSy#-a!}8b>rzp} zuW&wIMRho#jpGEPi;5SZCbq=J8&DJ8idyjpsEK}rn!qVk`%9?n@1WYRwhyZRKOAi8Zt5JE11j9W}rZYnILDVg>RGQCq*=`T=TZPM{`o1~rij$Xnq$ zSE;DO2dFJA*4E6tENZ~YsC)yPZ-aWBoGPy_n3 zGwn;DCRiT*7~hGaqI(j9d?-1MP`6;Tbt3A5>8N&dPy?>8ZngP6=u7?x>e)Dsn(%k1 z1>HkU*r&beKM-9FRL&-%Q4QiyGj3wz1k}JuHlK{T*BPh@zkq)D0cr;iqaLm=QP0$6 z)Ht_M3;EUR(}De0BA|o0Fc`J99#p;os^b=@j@qI+N<=*aPg#efRz4Z^3`|2UWIg)h zPW0g0s0p4%^>?KM`>&b)i-fk!r=z(b47K7)s4c8*FL0wk~HKAIlThk2n479;AjPLZK5{<)cgSn`V^HBG0HCDonsE6ths-xqm zb|-9n9<>vfkRM0RZ&(8BvKmdi73u>i3AHmL(N$%fO}MDf?wP2LUcm_5iR$RM^=s4? zUO`RdM=XiIpmxTus~NBus=o*f#CX&~T4F66(3Sny1ZI=a3|~fdywS!xtp`vm{Q^Ds zEoy>3-OP{CvZ$4{K@Bhf)z5RNb~8{r_X=vl>rp$qrJL?Qm7OHC!uM>$W2g>JpeA@0 zhvQ|ejY&zSqg>RAXP`dwXJaYcfI;{M>iR>d0Y63c`z31J^DdQODmPIN#UoV1knZO7 zs(|XaK5C#YsEKyB4#K*`8K{-6My>P>)WG{tTYm^Ou`jSHevfMB7VBXurBN4DKuxGJ zYNicP6KaK}u{~D7zNjsqjOutf7Q?NmEq)Vq-Ck6`2T%(*X7isR6L6hVR5Zi$w!tmb z3h$z}NI(7+2cp`AqXvw%`KG83q7JC`$@csx)C61`&%iRoi%}EYhW>j0cTuTKVh@(V zZ!jKzMD0XWFSA4SP%CMM`u0n}8aN0;@kP{*t;TA&1$FB_Lp{7dpcZh?>iZOZ>-`U* zqI=N*H9!m01?^EQ=#KNSFUH|jRQu50#)_z|t%@NSi@L5QY60!6y-_=vj_Q9Ly1Hjm zsp!JF_QYCLhucvP%Wl-nPooCDg6ilt7RCoS5}iI~0h!kEsP?(2w_zsgx@D-H+SrHv zS7j#&4fHPRf^Sg|+f~#({T(%d0Dd!ThsvR@i^3SJi8ZkY>XXz(^|KDuZYz3UN7RlS zvgc3rW&iasohK2Aw^2J%s-M}S3aANGLv>gm)xJ4uixV*nd)V_MP!r6y=buAOV4BU( zMSXcK#!%ej+RCS>0lr5Kcms9eZ>Rx%`RdZvl|c;8p5T_!)*qy1U^M_D7_ciME zx`f)H>!^j@K|NEyp(gUk$mjn+v(jKx!*JA!E2AFDdZ-IJpmwC2jr*b6rPw$db^UYb z-4WD;7TS0vYG<}t_h5kD|3g$Xz(2eRo^sR*E}~X&6=U!=s$JM1qX+dc)j(~1Gt@op zgqpxJ_IxJlVa`SER32(!n|0o$vX6>7{uHa>Db!5=K&`0wGv*U61T{b{)BtT!JCcOj ziT>CPM_>cohlzLxnY+^}*?d>5!bsxJ(Va-;M=E-KG6tJ}qgjd?=qRe=^QhPJHfn&- z6!XjsMXh8P#^E8<#P6WC{*krV5dN!)I23vAoSCTe-w$E`wUXN;^prkC4IGeaI*LTy zf;f!DdgzA(Q9CmPyI=-BiSODtV5nJXZ!AQ97HVR1Q43gZy*||Cmn(_p!^}St%|YFY z{iq8*#_D*==AAS%(E#M@!3nhv#~#G*V`B_SH}^adwZK8>!I9{P^ROts>{2O0Wu-mw zD*6*|v+-_J!#&7HfwSMn5yMTps#uknFbr!Gwna@O3#;Hf)Yj(P^EWV_ID8Dx1$M?~(Zw9RZym{# z$M=(S5oco4Z14A!a}X2t{zuSS4_!Jwfi70Zqo}vy4r(hajWsKcK~3y&RDK}pSs8|* zn1i~7v#bkHw`3{m-mgLJ^hOL|d}o(!uoo*6AH*QMf~E03>Px2hI1^V!?N~!BgI!P` z$%8QjU969JsJH3}>K1*0n!s(;`+pC;|Na*`-rUP7sF~NdaWf1f?u@~hf{k!2HpJ~% z6~9LfP>lW8N~@xFrWWeDhBoeqHHee2Jx+R-{ST#bfJ6YE#!`3@1Mv=O0G|ow!Wh)f zB%xM17`2t-P!pem9-N8Vxh+@;_hA^GvH82GiTY1u|22WYi6&9S8iyLFKI(is)YkR4 zaWZOx<56$L3{?9|xD6M_^xsT_I#`al zH|q5pjT(3nYRgxmCbStf(brKsbr3bNuTT@aX5&ZJpvfj5gewiAEl_{OQ;JT zVkHdDHMgb?MiBQv4Ky0H#nVvtG!M1)D^M%nj7{(z)PQ$U=O3bWFo4ftEhrd+7|W?l zMGr%LRL75_I_{29*dMi(e?v`dA?hCPLUnZ7dd>O(HPOJSW~ZW1abwg%I@^32y5S^T zDsAu;)Kh*I)$wZR!e+LQO(+^QIJ%e@d7OKO@>1Ib7V=QqS)UC>}`CQZvy@*=jD%3!GQMdLZ)Pl~V z`v1|M_kEuI*8oA!n-$bRUCu_=!cUr3a6uXVk2sR9as@RKn-*b>*J58 zXQSE-Gx0{K>pHtswDKOP84tIPLp=jiF%4&XzSViEM8X(kqkdPb_EwzdswhX&gGIE*A-h}yB;s0kcH zeJh?v4R`}}U6B{fLL)Ij?|)4yk8xr&s-txnfCo@p_z9|m^Qaa6hJ&%(EOTonp>}Qt zYT$*aw`3zG;UTPoVYAIGXpY*!E*PTsKZS}q9*-?>5&Gf@)Rvt_?Z7oGivDxV)|W!9 zs4P~;+8Bqu(GRDi-ildR0+*q_H8-MO^Rwvv{=Z2@563U40gBEw6AH$D#PO(|m}T=T zF_w5QYR4|4cVhF*=SV5k`HHBW>xjC=DX4K?MD5gabk*?=D!S+UQTOmDs>6#mzK-g^ z_a$>-EXEPH#Kt%RwNo4H`M0n*@yDp0JBgae9Sp>h^UaP$%(w4jczFbFmc8v97S^UqekiA1kB#Ar;N! zDwe^*i_C!KP&-rA#}8oG7i!csX+4vZ~ zO8f=t_rb(v^u_qj8&q`Re$-AJLp>~~P#xVxt>6Kc#=zw!ABD=tqVmnLJa)yhn2z3O z0kt!8umbMEVt4}GP%7uBXaYasSo{OEMLDmS4xUH7w+m1oIBQVP$_J=h^CfDcXHf%P zM&0YuD@?!9s9P3iZH;Q*a|QdatsX!^TQwXT;1bl+eH=Bh-%%6rTWMBU1|x`TqdMx0 zT5(U*1V*6RFG20hM%0AgLG|}3YT>6>vj2L0ZjlJbd#J4mUS;wTs1;U5?MO{j2hA}a z+oM)C4mH3mdw#Wzx7heS8y`Wv6=zWkzwT0bn#z5Q#$Kzi>XWR(8h!!eAncB>q8`fo*ahR(nlHDBsB!k7URU=FmHt#7Vma))&X|RI&u61n zya2Tmub|%h^{9z#Ms0CE>Yg7)P5h+w8fu_FP`AXh-aJ$B$n~z%j7lX=v`2N2irS*F zSOKS@E?kA`csuHr?MDrK#GXHcy6zh4t+Wa{<-<7t{nx@N(;Q3&&O%gBoZUY6r(-Bu+tHw-!sgRNk@; zj-pm@0-wMO*aK^B(g$l`GxW{>gmiw?vb;`x()g8a^Auz*mavZ|2gXI_y)Cro2Xm&yN%1f zW^P#(tV_P8jR(HQ{nr4gBzog$)QXQ-Bet6fjmE;{H(_zyhN<{ACS%1NMi&!^FQ7gb zs=aQuJ|1fmH$mmoP`7f->+HWec%Fn_!z;FY5r*#8Yt~jzPU`pSe_Y;SX2??_eK{*llJ$7K4dh^udB7-d0K#D#-k= zXK1L!WOHr=C7hB;T$cQAlsM{au=jAw*$%!S{FReGVtv%0I$Y{6QyNo#C!T@rC^sn? z-WKMMCavQRd99SU&-*`6#L@qC>WwfLS9AU^M_#EqetHM~Jkn{`p7H~kGn8(&eG>I7 z>e@9OKO39~+UjUadD_;?)9wm|?@RCD;V&<#bBWTPGKq72DHkZu`tS_COR^IeH^!qR zb@Z~Gji6qIT!1%g9*361{cOC;Iv;tD{yh58W+!DonR^r-Nv8?1j%LZd!UH@P(8W@^B3m--y6 zNWKpCC)V+#!EqN+NwCR(StpTeMcF~zlneFxCQ@{CBaXK1Uc=JFSMfv6eTW}P3b`#OMW5s)0+1;RK`+tgxSU&P3ZlbZgVHB1*hJp;!9~pXDukpIX~C7 z;giJqhPt0^>`#3?MZ`d|%3G;)26F{uQEHoOsG!*opXk8ohuw zuoPaSG*?Hosi1b0@x%`)(S)fOM7d3gAdbXo6n*Lai_)L+@5day|1Z&~;HW^o7o{hq zvQ2KMUS9)p#8XeC==coNOx3Bu`6a|h?77GBTh0}sl%{MVPQhnr*M<5C>LsWjF1Y{1 z&M{6D#)_z;J08O~Z9JL_x)Faze4O$sr9Zj)N9Vm5a_ZH3~ ze;IXTOYOgYf$4aM@;%80G%h%XQVCVgUZng6>SJ&vWf%3)IG&FonZB|6K^)Bl^W&s5AZ)Kl1I#{hhLwQk~pza(8eHvG*q+^$_Y2 z6dlh{Dp6lRxlg??CUebk>N=8$XPTlaM8_=a4HJ6*R-yeln-8|uCRdO8XSDc$5<_{H_!hdeseDA)Nw5+-(zq4+QtD7& zfdeTzrr6?Z`9$(M22+}nn~VDOl}dg(@e|lp?|(~@t0`?r z`~!9LGI;;C=5LUVhv9uLegp5>fpjXGYyZGYO*Y1DB@NW9finUr*zi$ z|74T%{;h5sJS19R^9N`+o%%J~(Gcp-P_IneTKEZZIOP`grIb1p9Su4Ewy8Q>$pup1 zhw~||Z5xg6{RfbZHqp;cV3CbaT7SgfX!{D5rsPon5;G`UC_0W%+Ieey`jIPQ`|3e% zu&tNGj-0EBWhicSf}&JDrqKXOOX>wjSt_q{KA%#L`XJQt5~UjT7|LaDhVKTPO6)^< zf}-O*CSw^Jdz1V*KzW|xr~BW4N>4jz6C6e3pU8bp>0~ebJN06mYlAJwJ&t=QIv%&z z4#IQ912`W=sX_7BbF;~>A%2WFgEEwQJRa8PPYjihNesn4I7q#6#8Ut3kwW}W%2krD zP`EL-nL$b0Mq(f*4ie~?N6GWnsB%P)>SI zMrw`h=JClbo5yp`lQYUQVbs_xPeyunjwiZ#vL`Job!dy|s@0VkG&(satwwfqOB-e; zkF*y@JD%*Z!-l11=P(FErDqQNbFAL~%~WAeMF9`P;ZN%kZUA2l}T;Fdp^;{KbNJ7j z>YYkno#A2mb%wuOB>&-\n" "Language-Team: Mouse Reeve \n" @@ -192,25 +192,23 @@ msgid "English" msgstr "English" #: bookwyrm/settings.py:165 -msgid "German" +msgid "Deutsch (German)" msgstr "Deutsch" #: bookwyrm/settings.py:166 -msgid "Spanish" +msgid "Español (Spanish)" msgstr "Español" #: bookwyrm/settings.py:167 -msgid "French" +msgid "Français (French)" msgstr "Français" #: bookwyrm/settings.py:168 -msgid "Simplified Chinese" +msgid "简体中文 (Simplified Chinese)" msgstr "简化字" #: bookwyrm/settings.py:169 -#, fuzzy -#| msgid "Additional info:" -msgid "Traditional Chinese" +msgid "繁體中文 (Traditional Chinese)" msgstr "Infos supplémentaires :" #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 diff --git a/locale/zh_Hans/LC_MESSAGES/django.mo b/locale/zh_Hans/LC_MESSAGES/django.mo index 5501c309aa984660f7ce4d9b29aed41432c91bf9..1d1227f8092b70c68bb692fb532759090142aa83 100644 GIT binary patch delta 14297 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 QvpT-fCwErP&Gm!-4@j5O$^ZZW delta 15057 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 A9RL6T diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 67aacaf1..5993929f 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 23:29+0000\n" +"POT-Creation-Date: 2021-10-06 23:57+0000\n" "PO-Revision-Date: 2021-03-20 00:56+0000\n" "Last-Translator: Kana \n" "Language-Team: Mouse Reeve \n" @@ -190,23 +190,23 @@ msgid "English" msgstr "English(英语)" #: bookwyrm/settings.py:165 -msgid "German" +msgid "Deutsch (German)" msgstr "Deutsch(德语)" #: bookwyrm/settings.py:166 -msgid "Spanish" +msgid "Español (Spanish)" msgstr "Español(西班牙语)" #: bookwyrm/settings.py:167 -msgid "French" +msgid "Français (French)" msgstr "Français(法语)" #: bookwyrm/settings.py:168 -msgid "Simplified Chinese" +msgid "简体中文 (Simplified Chinese)" msgstr "简体中文" #: bookwyrm/settings.py:169 -msgid "Traditional Chinese" +msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文(繁体中文)" #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 diff --git a/locale/zh_Hant/LC_MESSAGES/django.mo b/locale/zh_Hant/LC_MESSAGES/django.mo index 4dd8c915c21189534bb3a748dda2098f45946ff7..f9ca27be9b891b3b13c30e68d084e0cd54184a43 100644 GIT binary patch delta 13122 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 F{{i6LA-ezo delta 13992 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\n" "Language-Team: \n" @@ -192,25 +192,23 @@ msgid "English" msgstr "English(英語)" #: bookwyrm/settings.py:165 -msgid "German" +msgid "Deutsch (German)" msgstr "Deutsch(德語)" #: bookwyrm/settings.py:166 -msgid "Spanish" +msgid "Español (Spanish)" msgstr "Español(西班牙語)" #: bookwyrm/settings.py:167 -msgid "French" +msgid "Français (French)" msgstr "Français(法語)" #: bookwyrm/settings.py:168 -msgid "Simplified Chinese" +msgid "简体中文 (Simplified Chinese)" msgstr "簡體中文" #: bookwyrm/settings.py:169 -#, fuzzy -#| msgid "Tranditional Chinese" -msgid "Traditional Chinese" +msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文" #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8