From da100cd114befd97082443d7a87314bc468b0ca9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 16:13:15 -0700 Subject: [PATCH] Adds context and fixes whitespace in translation strings Also updates locales --- .../templates/book/file_links/edit_links.html | 2 +- .../templates/snippets/goal_progress.html | 2 +- locale/de_DE/LC_MESSAGES/django.po | 349 +++++++++-------- locale/en_US/LC_MESSAGES/django.po | 203 ++++++---- locale/es_ES/LC_MESSAGES/django.mo | Bin 83594 -> 83546 bytes locale/es_ES/LC_MESSAGES/django.po | 349 +++++++++-------- locale/fr_FR/LC_MESSAGES/django.po | 351 +++++++++-------- locale/gl_ES/LC_MESSAGES/django.mo | Bin 89154 -> 90099 bytes locale/gl_ES/LC_MESSAGES/django.po | 355 +++++++++-------- locale/it_IT/LC_MESSAGES/django.mo | Bin 90522 -> 91439 bytes locale/it_IT/LC_MESSAGES/django.po | 359 ++++++++++-------- locale/lt_LT/LC_MESSAGES/django.mo | Bin 84689 -> 84629 bytes locale/lt_LT/LC_MESSAGES/django.po | 349 +++++++++-------- locale/no_NO/LC_MESSAGES/django.mo | Bin 79689 -> 79637 bytes locale/no_NO/LC_MESSAGES/django.po | 349 +++++++++-------- locale/pt_BR/LC_MESSAGES/django.mo | Bin 89997 -> 90728 bytes locale/pt_BR/LC_MESSAGES/django.po | 353 +++++++++-------- locale/pt_PT/LC_MESSAGES/django.mo | Bin 72742 -> 72690 bytes locale/pt_PT/LC_MESSAGES/django.po | 349 +++++++++-------- locale/sv_SE/LC_MESSAGES/django.mo | Bin 87729 -> 87673 bytes locale/sv_SE/LC_MESSAGES/django.po | 349 +++++++++-------- locale/zh_Hans/LC_MESSAGES/django.po | 349 +++++++++-------- locale/zh_Hant/LC_MESSAGES/django.po | 349 +++++++++-------- 23 files changed, 2513 insertions(+), 1904 deletions(-) diff --git a/bookwyrm/templates/book/file_links/edit_links.html b/bookwyrm/templates/book/file_links/edit_links.html index 9048ce7a2..a088a40d5 100644 --- a/bookwyrm/templates/book/file_links/edit_links.html +++ b/bookwyrm/templates/book/file_links/edit_links.html @@ -8,7 +8,7 @@

- {% blocktrans with title=book|book_title %} + {% blocktrans trimmed with title=book|book_title %} Links for "{{ title }}" {% endblocktrans %}

diff --git a/bookwyrm/templates/snippets/goal_progress.html b/bookwyrm/templates/snippets/goal_progress.html index d0229b689..bc8fd53b7 100644 --- a/bookwyrm/templates/snippets/goal_progress.html +++ b/bookwyrm/templates/snippets/goal_progress.html @@ -4,7 +4,7 @@ {% with goal.progress as progress %}

{% if progress.percent >= 100 %} - {% trans "Success!" %} + {% trans "Success!" context "Goal successfully completed" %} {% elif progress.percent %} {% blocktrans with percent=progress.percent %}{{ percent }}% complete!{% endblocktrans %} {% endif %} diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index 31e44a7b9..6b8502b58 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:52\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: German\n" "Language: de\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Ein Benutzer mit diesem Benutzernamen existiert bereits" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Diese Domain ist blockiert. Bitte kontaktiere einen Administrator, wenn du denkst, dass dies ein Fehler ist." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Es existiert bereits ein Benutzer*inkonto mit dieser E-Mail-Adresse." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Ein Tag" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Eine Woche" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Ein Monat" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Läuft nicht ab" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i}-mal verwendbar" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Unbegrenzt" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Enddatum darf nicht vor dem Startdatum liegen." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Ein Benutzer mit diesem Benutzernamen existiert bereits" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Es existiert bereits ein Benutzer*inkonto mit dieser E-Mail-Adresse." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Diese Domain ist blockiert. Bitte kontaktiere einen Administrator, wenn du denkst, dass dies ein Fehler ist." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Reihenfolge der Liste" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Buchtitel" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Bewertung" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Sortieren nach" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Aufsteigend" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Absteigend" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Enddatum darf nicht vor dem Startdatum liegen." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Fehler beim Laden des Buches" @@ -187,7 +187,7 @@ msgstr "%(value)s ist keine gültige remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s ist kein gültiger Benutzer*inname" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "Benutzer*inname" @@ -245,7 +245,7 @@ msgstr "Zum Liehen erhältlich" msgid "Approved" msgstr "Bestätigt" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Besprechungen" @@ -399,7 +399,7 @@ msgstr "Die Moderator*innen und Administrator*innen von %(site_name)s halten die msgid "Moderator" msgstr "Moderator*in" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administration" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Softwareversion:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Über %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Das am schnellsten gelesene Buch dieses Jahr …" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "ISNI-Datensatz anzeigen" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Lade Daten" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Auf OpenLibrary ansehen" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Auf Inventaire anzeigen" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Zuletzt bearbeitet von:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadaten" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Name:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Mehrere Werte durch Kommas getrennt eingeben." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary-Schlüssel:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire-ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Speichern" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Speichern" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Das Laden von Daten wird eine Verbindung zu %(source_name)s%(count)s editions" msgstr "%(count)s Ausgaben" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Du hast diese Ausgabe im folgenden Regal:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Eine andere Ausgabe dieses Buches befindet sich in deinem %(shelf_name)s Regal." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Deine Leseaktivität" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Lesedaten hinzufügen" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 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:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Deine Besprechungen" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Deine Kommentare" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Deine Zitate" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Themen" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Orte" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Orte" msgid "Lists" msgstr "Listen" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Zur Liste hinzufügen" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC-Nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Titelbild hinzufügen" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Titelbild hochladen:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Titelbild von URL laden:" @@ -975,110 +981,114 @@ msgstr "Dies ist ein neues Werk." msgid "Back" msgstr "Zurück" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Untertitel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Nummer in der Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Sprachen:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Veröffentlichung" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Verlag:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Erstveröffentlichungsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Veröffentlichungsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autor*innen" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "%(name)s entfernen" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Autor*inseite für %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Autor*innen hinzufügen:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Autor*in hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Lisa Musterfrau" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Weitere*n Autor*in hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Titelbild" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Physikalische Eigenschaften" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Formatdetails:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Seiten:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Buch-Identifikatoren" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "OpenLibrary-ID:" @@ -1168,7 +1178,7 @@ msgstr "Domain" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Status" @@ -1177,7 +1187,7 @@ msgstr "Status" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Aktionen" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Gemeinschaft" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Lokale Benutzer*innen" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Föderierte Gemeinschaft" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Verzeichnis" @@ -1450,7 +1462,7 @@ msgstr "%(username)s hat %(username)s" msgstr "Direktnachrichten mit %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Direktnachrichten" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Updates" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Deine Bücher" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Anmeldung" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Anmelden" @@ -2185,7 +2197,7 @@ msgstr "Anmelden" msgid "Success! Email address confirmed." msgstr "Alles klar! E-Mail-Adresse bestätigt." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Benutzer*inname:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Passwort:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Passwort vergessen?" @@ -2230,19 +2242,23 @@ msgstr "%(site_name)s-Suche" msgid "Search for a book, user, or list" msgstr "Nach einem Buch, einem*r Benutzer*in oder einer Liste suchen" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Navigations-Hauptmenü" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Einstellungen" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Einstellungen" msgid "Invites" msgstr "Einladungen" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Abmelden" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Benachrichtigungen" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "Passwort" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Beitreten" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Status veröffentlicht" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Fehler beim veröffentlichen des Status" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Handbuch" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "%(site_name)s auf %(support_title)s unterstützen" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm ist open source Software. Du kannst dich auf GitHub beteiligen oder etwas melden." @@ -3013,6 +3029,43 @@ msgstr "Lesedaten für „%(title)s“ hinzufügen" msgid "Report" msgstr "Melden" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Ergebnisse von" @@ -3046,8 +3099,9 @@ msgstr "Suchart" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Benutzer*innen" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Datum der Bestätigung" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-Mail" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "Bist du sicher, dass du das Benutzer*inkonto „%(username)s%(instance_name)s" msgstr "Benutzer*innen: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Benutzer*inname" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Hinzugefügt am" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Zuletzt aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Entfernte Instanz" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inaktiv" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Nicht festgelegt" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index c5d3ad3fa..b344e4aaf 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: 2022-03-14 19:30+0000\n" +"POT-Creation-Date: 2022-03-16 23:12+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -18,28 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bookwyrm/forms/admin.py:40 +#: bookwyrm/forms/admin.py:41 msgid "One Day" msgstr "" -#: bookwyrm/forms/admin.py:41 +#: bookwyrm/forms/admin.py:42 msgid "One Week" msgstr "" -#: bookwyrm/forms/admin.py:42 +#: bookwyrm/forms/admin.py:43 msgid "One Month" msgstr "" -#: bookwyrm/forms/admin.py:43 +#: bookwyrm/forms/admin.py:44 msgid "Does Not Expire" msgstr "" -#: bookwyrm/forms/admin.py:47 +#: bookwyrm/forms/admin.py:48 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms/admin.py:48 +#: bookwyrm/forms/admin.py:49 msgid "Unlimited" msgstr "" @@ -262,73 +262,73 @@ msgstr "" msgid "Everything else" msgstr "" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Home Timeline" msgstr "" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Home" msgstr "" -#: bookwyrm/settings.py:209 +#: bookwyrm/settings.py:210 msgid "Books Timeline" msgstr "" -#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:210 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "English" msgstr "" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Deutsch (German)" msgstr "" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Español (Spanish)" msgstr "" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Galego (Galician)" msgstr "" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Italiano (Italian)" msgstr "" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Français (French)" msgstr "" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Lietuvių (Lithuanian)" msgstr "" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Norsk (Norwegian)" msgstr "" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Português Europeu (European Portuguese)" msgstr "" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "Svenska (Swedish)" msgstr "" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "简体中文 (Simplified Chinese)" msgstr "" -#: bookwyrm/settings.py:293 +#: bookwyrm/settings.py:294 msgid "繁體中文 (Traditional Chinese)" msgstr "" @@ -680,8 +680,7 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:44 #: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:88 -#: bookwyrm/templates/book/edit/edit_book_form.html:107 +#: bookwyrm/templates/book/edit/edit_book_form.html:146 msgid "Separate multiple values with commas." msgstr "" @@ -710,7 +709,7 @@ msgid "Openlibrary key:" msgstr "" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:322 msgid "Inventaire ID:" msgstr "" @@ -893,12 +892,12 @@ msgid "ISBN:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:331 msgid "OCLC Number:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:296 +#: bookwyrm/templates/book/edit/edit_book_form.html:340 msgid "ASIN:" msgstr "" @@ -907,12 +906,12 @@ msgid "Add cover" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:230 msgid "Upload cover:" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:236 msgid "Load cover from url:" msgstr "" @@ -1007,89 +1006,101 @@ msgstr "" msgid "Subjects:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:98 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +msgid "Add subject" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:106 +msgid "Remove subject" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:129 +msgid "Add Another Subject" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:137 msgid "Publication" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:103 +#: bookwyrm/templates/book/edit/edit_book_form.html:142 msgid "Publisher:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:115 +#: bookwyrm/templates/book/edit/edit_book_form.html:154 msgid "First published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:163 msgid "Published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:174 msgid "Authors" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:144 +#: bookwyrm/templates/book/edit/edit_book_form.html:183 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:147 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:155 +#: bookwyrm/templates/book/edit/edit_book_form.html:194 msgid "Add Authors:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:158 -#: bookwyrm/templates/book/edit/edit_book_form.html:161 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "Add Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:159 -#: bookwyrm/templates/book/edit/edit_book_form.html:162 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 msgid "Jane Doe" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:165 +#: bookwyrm/templates/book/edit/edit_book_form.html:207 msgid "Add Another Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:217 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:205 +#: bookwyrm/templates/book/edit/edit_book_form.html:249 msgid "Physical Properties" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:256 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:224 +#: bookwyrm/templates/book/edit/edit_book_form.html:268 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:235 +#: bookwyrm/templates/book/edit/edit_book_form.html:279 msgid "Pages:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:246 +#: bookwyrm/templates/book/edit/edit_book_form.html:290 msgid "Book Identifiers" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:251 +#: bookwyrm/templates/book/edit/edit_book_form.html:295 msgid "ISBN 13:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:260 +#: bookwyrm/templates/book/edit/edit_book_form.html:304 msgid "ISBN 10:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:269 +#: bookwyrm/templates/book/edit/edit_book_form.html:313 msgid "Openlibrary ID:" msgstr "" @@ -1145,10 +1156,7 @@ msgstr "" #: bookwyrm/templates/book/file_links/edit_links.html:11 #, python-format -msgid "" -"\n" -" Links for \"%(title)s\"\n" -" " +msgid "Links for \"%(title)s\"" msgstr "" #: bookwyrm/templates/book/file_links/edit_links.html:32 @@ -3217,64 +3225,89 @@ msgstr "" msgid "Color:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:6 -#: bookwyrm/templates/settings/automod/rules.html:10 +#: bookwyrm/templates/settings/automod/rules.html:7 +#: bookwyrm/templates/settings/automod/rules.html:11 #: bookwyrm/templates/settings/layout.html:61 msgid "Auto-moderation rules" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:17 +#: bookwyrm/templates/settings/automod/rules.html:18 msgid "Auto-moderation rules will create reports for any local user or status with fields matching the provided string." msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:18 +#: bookwyrm/templates/settings/automod/rules.html:19 msgid "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:19 -msgid "At this time, reports are not being generated automatically, and you must manually trigger a scan." +#: bookwyrm/templates/settings/automod/rules.html:26 +msgid "Schedule:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:23 -msgid "Run scan" +#: bookwyrm/templates/settings/automod/rules.html:33 +msgid "Last run:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:31 -msgid "Successfully added rule" +#: bookwyrm/templates/settings/automod/rules.html:40 +msgid "Total run count:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:37 -msgid "Add Rule" +#: bookwyrm/templates/settings/automod/rules.html:47 +msgid "Enabled:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:46 -#: bookwyrm/templates/settings/automod/rules.html:90 -msgid "String match" -msgstr "" - -#: bookwyrm/templates/settings/automod/rules.html:56 -#: bookwyrm/templates/settings/automod/rules.html:93 -msgid "Flag users" +#: bookwyrm/templates/settings/automod/rules.html:59 +msgid "Delete schedule" msgstr "" #: bookwyrm/templates/settings/automod/rules.html:63 -#: bookwyrm/templates/settings/automod/rules.html:96 +msgid "Run now" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:64 +msgid "Last run date will not be updated" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:69 +#: bookwyrm/templates/settings/automod/rules.html:92 +msgid "Schedule scan" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:101 +msgid "Successfully added rule" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:107 +msgid "Add Rule" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:116 +#: bookwyrm/templates/settings/automod/rules.html:160 +msgid "String match" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:126 +#: bookwyrm/templates/settings/automod/rules.html:163 +msgid "Flag users" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:133 +#: bookwyrm/templates/settings/automod/rules.html:166 msgid "Flag statuses" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:70 +#: bookwyrm/templates/settings/automod/rules.html:140 msgid "Add rule" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:77 +#: bookwyrm/templates/settings/automod/rules.html:147 msgid "Current Rules" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:81 +#: bookwyrm/templates/settings/automod/rules.html:151 msgid "Show rules" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:118 +#: bookwyrm/templates/settings/automod/rules.html:188 msgid "Remove rule" msgstr "" @@ -3524,7 +3557,6 @@ msgid "Import Blocklist" msgstr "" #: bookwyrm/templates/settings/federation/instance_blocklist.html:38 -#: bookwyrm/templates/snippets/goal_progress.html:7 msgid "Success!" msgstr "" @@ -4566,6 +4598,11 @@ msgstr "" msgid "Set goal" msgstr "" +#: bookwyrm/templates/snippets/goal_progress.html:7 +msgctxt "Goal successfully completed" +msgid "Success!" +msgstr "" + #: bookwyrm/templates/snippets/goal_progress.html:9 #, python-format msgid "%(percent)s%% complete!" diff --git a/locale/es_ES/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo index ff4ad1d4996bb4a39f8a210854b7bfa648db2dfc..e2cdb67bd051815b88f910fde3494c3330e7975c 100644 GIT binary patch delta 21007 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 delta 21052 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 diff --git a/locale/es_ES/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po index b68cde705..5855eb1b4 100644 --- a/locale/es_ES/LC_MESSAGES/django.po +++ b/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 20:49\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Spanish\n" "Language: es\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Este dominio está bloqueado. Póngase en contacto con su administrador si cree que esto es un error." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Este enlace con ese tipo de archivo ya ha sido añadido a este libro. Si no es visible es porque el dominio todavía está pendiente." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Ya existe un usuario con ese correo electrónico." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Una semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "No expira" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Sin límite" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "La fecha final de lectura no puede ser anterior a la fecha de inicio." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Ya existe un usuario con ese correo electrónico." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Este dominio está bloqueado. Póngase en contacto con su administrador si cree que esto es un error." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Este enlace con ese tipo de archivo ya ha sido añadido a este libro. Si no es visible es porque el dominio todavía está pendiente." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Orden de la lista" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Valoración" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "La fecha final de lectura no puede ser anterior a la fecha de inicio." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Error en cargar libro" @@ -187,7 +187,7 @@ msgstr "%(value)s no es un remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s no es un usuario válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nombre de usuario" @@ -245,7 +245,7 @@ msgstr "Disponible para préstamo" msgid "Approved" msgstr "Aprobado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Reseñas" @@ -399,7 +399,7 @@ msgstr "Los moderadores y administradores de %(site_name)s mantienen el sitio en msgid "Moderator" msgstr "Moderador" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administrador" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versión del software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Sobre %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Su lectura más corta de este año…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver registro ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Cargar datos" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver en OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver en Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Editado más recientemente por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadatos" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nombre:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separar varios valores con comas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Clave OpenLibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Guardar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Guardar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "La carga de datos se conectará a %(source_name)s y com msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Editar Libro" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Haz clic para añadir portada" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "No se pudo cargar la portada" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Haz clic para ampliar" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s reseña)" msgstr[1] "(%(review_count)s reseñas)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Agregar descripción" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descripción:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s ediciones" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Has guardado esta edición en la estantería de:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Una edición diferente de este libro está en tu estantería %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Tu actividad de lectura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Agregar fechas de lectura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 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:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Tus reseñas" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Tus comentarios" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Tus citas" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Sujetos" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Agregar a lista" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Agregar portada" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Subir portada:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Agregar portada de url:" @@ -975,110 +981,114 @@ msgstr "Esta es una obra nueva" msgid "Back" msgstr "Volver" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número de serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicación" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editorial:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Fecha de primera publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Fecha de publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autores" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Quitar %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor por %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Agregar Autores:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Añadir Autor" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "María López García" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Añadir Otro Autor" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Portada" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propiedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalles del formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores de libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "ID OpenLibrary:" @@ -1168,7 +1178,7 @@ msgstr "Dominio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Estado" @@ -1177,7 +1187,7 @@ msgstr "Estado" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Acciones" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Comunidad" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Usuarios locales" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidad federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Directorio" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citó %(username)s" msgstr "Mensajes directos con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensajes directos" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Actualizaciones" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Tus libros" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Iniciar sesión" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Iniciar sesión" @@ -2185,7 +2197,7 @@ msgstr "Iniciar sesión" msgid "Success! Email address confirmed." msgstr "¡Éxito! Dirección de correo electrónico confirmada." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nombre de usuario:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Contraseña:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "¿Olvidaste tu contraseña?" @@ -2230,19 +2242,23 @@ msgstr "Busqueda en %(site_name)s" msgid "Search for a book, user, or list" msgstr "Buscar un libro o un usuario o una lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menú de navigación central" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Actividad" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configuración" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Configuración" msgid "Invites" msgstr "Invitaciones" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Cerrar sesión" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificaciones" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "contraseña" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Unirse" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Estado publicado con éxito" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Error al publicar el estado" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentación de Django" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoyar %(site_name)s en %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm es software de código abierto. Puedes contribuir o reportar problemas en GitHub." @@ -3013,6 +3029,43 @@ msgstr "Añadir fechas de lectura de «%(title)s»" msgid "Report" msgstr "Reportar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3046,8 +3099,9 @@ msgstr "Tipo de búsqueda" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Usuarios" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Fecha de aceptación" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Correo electronico" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "¿Estás seguro que quieres eliminar la cuenta de %(username)s%(instance_name)s" msgstr "Usuarios %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nombre de usuario" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Fecha agregada" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Actividad reciente" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instancia remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Activo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inactivo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "No establecido" diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index 4e3d049b6..233548259 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-14 16:32\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-16 14:14\n" "Last-Translator: Mouse Reeve \n" "Language-Team: French\n" "Language: fr\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Un compte du même nom existe déjà" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Ce domaine est bloqué. Contactez l’admin de votre instance si vous pensez que c’est une erreur." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Le lien avec ce type de fichier a déjà été ajouté pour ce livre. S’il n’est pas visible, le domaine est encore en attente." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Cet email est déjà associé à un compte." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un jour" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Une semaine" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mois" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Sans expiration" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} utilisations" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Sans limite" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "La date de fin de lecture ne peut pas être antérieure à la date de début." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Un compte du même nom existe déjà" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Cet email est déjà associé à un compte." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Ce domaine est bloqué. Contactez l’admin de votre instance si vous pensez que c’est une erreur." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Le lien avec ce type de fichier a déjà été ajouté pour ce livre. S’il n’est pas visible, le domaine est encore en attente." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordre de la liste" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Titre du livre" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Note" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Trier par" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ordre croissant" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Ordre décroissant" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "La date de fin de lecture ne peut pas être antérieure à la date de début." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erreur lors du chargement du livre" @@ -187,7 +187,7 @@ msgstr "%(value)s n’est pas une remote_id valide." msgid "%(value)s is not a valid username" msgstr "%(value)s n’est pas un nom de compte valide." -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nom du compte :" @@ -245,7 +245,7 @@ msgstr "Disponible à l’emprunt" msgid "Approved" msgstr "Approuvé" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Critiques" @@ -399,7 +399,7 @@ msgstr "L’administration et la modération de %(site_name)s maintiennent le si msgid "Moderator" msgstr "Modérateur/modératrice" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Version logicielle :" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "À propos de %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Sa lecture la plus courte l’année…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Voir l’enregistrement ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Charger les données" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Voir sur OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Voir sur Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Dernière modification par :" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Métadonnées" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nom :" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Séparez plusieurs valeurs par une virgule." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Clé Openlibrary :" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Identifiant Inventaire :" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI :" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Enregistrer" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Enregistrer" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Le chargement des données se connectera à %(source_name)s%(count)s editions" msgstr "%(count)s éditions" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Vous avez rangé cette édition dans :" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Une édition différente de ce livre existe sur votre étagère %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Votre activité de lecture" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Ajouter des dates de lecture" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 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:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Vos critiques" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Vos commentaires" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Vos citations" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Sujets" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lieux" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lieux" msgid "Lists" msgstr "Listes" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Ajouter à la liste" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN :" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Numéro OCLC :" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN :" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Ajouter une couverture" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Charger une couverture :" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Charger la couverture depuis une URL :" @@ -975,110 +981,114 @@ msgstr "Il s’agit d’un nouvel ouvrage." msgid "Back" msgstr "Retour" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titre :" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Sous‑titre :" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Série :" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Numéro dans la série :" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Langues :" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Sujets :" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publication" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Éditeur :" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Première date de parution :" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Date de parution :" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Auteurs ou autrices" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Retirer %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Page de %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Ajouter des auteurs ou autrices :" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Ajouter un auteur ou une autrice" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Camille Dupont" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Ajouter un autre auteur ou autrice" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Couverture" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propriétés physiques" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format :" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Détails du format :" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Pages :" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identifiants du livre" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13 :" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10 :" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Identifiant Openlibrary :" @@ -1168,7 +1178,7 @@ msgstr "Domaine" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Statut" @@ -1177,7 +1187,7 @@ msgstr "Statut" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Actions" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Communauté" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Comptes locaux" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Communauté fédérée" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Répertoire" @@ -1450,7 +1462,7 @@ msgstr "%(username)s a cité un passage de %(username)s" msgstr "Messages directs avec %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Messages directs" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Mises à jour" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Vos Livres" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Connexion" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Se connecter" @@ -2185,7 +2197,7 @@ msgstr "Se connecter" msgid "Success! Email address confirmed." msgstr "Bravo ! L’adresse email a été confirmée." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nom du compte :" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Mot de passe :" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Mot de passe oublié ?" @@ -2230,19 +2242,23 @@ msgstr "Recherche %(site_name)s" msgid "Search for a book, user, or list" msgstr "Rechercher un livre, un utilisateur ou une liste" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Scanner le code-barres" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menu de navigation principal " -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Fil d’actualité" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Paramètres" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Paramètres" msgid "Invites" msgstr "Invitations" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Se déconnecter" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notifications" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "Mot de passe" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Rejoindre" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Publié !" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erreur lors de la publication" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentation" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Soutenez %(site_name)s avec %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm est un logiciel libre. Vous pouvez contribuer ou faire des rapports de bogues via GitHub." @@ -3013,6 +3029,45 @@ msgstr "Ajouter des dates de lecture pour « %(title)s »" msgid "Report" msgstr "Signaler" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Scanner le code-barres\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "En attente de la caméra…" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Autorisez l’accès à la caméra pour scanner le code-barres d’un livre." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Impossible d’accéder à la caméra" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Scan en cours…" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Alignez le code-barres de votre livre avec la caméra." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN scanné" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Recherche du livre :" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Résultats de" @@ -3046,8 +3101,9 @@ msgstr "Type de recherche" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Comptes" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Date de validation" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Email" @@ -3932,7 +3989,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "Ajoutez le nom du fichier à l'aide du formulaire ci-dessous pour le rendre disponible dans l'interface de l'application." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Ajouter un thème" @@ -3940,28 +3997,24 @@ msgstr "Ajouter un thème" msgid "Unable to save theme" msgstr "Impossible d’enregistrer le thème" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Aucun fichier de thème disponible détecté" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nom du thème" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Nom de fichier du thème" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Thèmes disponibles" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "Fichier" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Supprimer le thème" @@ -3979,43 +4032,39 @@ msgstr "Êtes-vous sûr de vouloir supprimer le compte de %(username)s%(instance_name)s" msgstr "Comptes : %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nom du compte" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Date d’ajout" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Dernière activité" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instance distante" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Actif" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inactif" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Non défini" diff --git a/locale/gl_ES/LC_MESSAGES/django.mo b/locale/gl_ES/LC_MESSAGES/django.mo index 8958c625aa2159fb6d31240e3ad57c6309aa0a96..a1b321a7dc998f207a24ccf2e696b406638a7d6c 100644 GIT binary patch delta 23896 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

8dD(RabWR!28MK~K*bbD&^1nh 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 u+k\n" "Language-Team: Galician\n" "Language: gl\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Xa existe unha usuaria con este identificador" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Este dominio está bloqueado. Contacta coa administración se cres que é un erro." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Esta ligazón co tipo de ficheiro xa foi engadida para este libro. Se non é visible, o dominio aínda está pendente." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Xa existe unha usuaria con este email." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Unha semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Non caduca" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Sen límite" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "A data final da lectura non pode ser anterior á de inicio." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Xa existe unha usuaria con este identificador" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Xa existe unha usuaria con este email." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Este dominio está bloqueado. Contacta coa administración se cres que é un erro." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Esta ligazón co tipo de ficheiro xa foi engadida para este libro. Se non é visible, o dominio aínda está pendente." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Orde da listaxe" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título do libro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Puntuación" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "A data final da lectura non pode ser anterior á de inicio." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erro ao cargar o libro" @@ -187,7 +187,7 @@ msgstr "%(value)s non é un remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s non é un nome de usuaria válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de usuaria" @@ -245,7 +245,7 @@ msgstr "Dispoñible para aluguer" msgid "Approved" msgstr "Aprobado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Recensións" @@ -399,7 +399,7 @@ msgstr "A moderación e administración de %(site_name)s coidan e xestionan o si msgid "Moderator" msgstr "Moderación" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versión do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Acerca de %(site_name)s" @@ -533,7 +533,7 @@ msgstr "A lectura máis curta deste ano…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver rexistro ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Cargar datos" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver en OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver en Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Última edición por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadatos" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separa múltiples valores con vírgulas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chave en Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID en Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Gardar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Gardar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Ao cargar os datos vas conectar con %(source_name)s e c msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "Non se pode conectar coa fonte remota." + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Editar libro" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Preme para engadir portada" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Fallou a carga da portada" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Preme para agrandar" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s recensión)" msgstr[1] "(%(review_count)s recensións)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Engadir descrición" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrición:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s edicións" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Puxeches esta edición no estante:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Hai unha edición diferente deste libro no teu estante %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Actividade lectora" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Engadir datas de lectura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Non tes actividade lectora neste libro." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "As túas recensións" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Os teus comentarios" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "As túas citas" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Temas" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listaxes" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Engadir a listaxe" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Engadir portada" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Subir portada:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Cargar portada desde url:" @@ -975,110 +981,114 @@ msgstr "Este é un novo traballo" msgid "Back" msgstr "Atrás" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número da serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Temas:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicación" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editorial:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Data da primeira edición:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data de publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autoras" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Eliminar %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Páxina de autora para %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Engadir autoras:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Engadir Autora" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Xoana Pedre" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Engade outra Autora" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Portada" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propiedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalles do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páxinas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores do libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "ID en Openlibrary:" @@ -1168,7 +1178,7 @@ msgstr "Dominio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Estado" @@ -1177,7 +1187,7 @@ msgstr "Estado" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Accións" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Comunidade" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Usuarias locais" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Directorio" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensaxes Directas con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensaxes Directas" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Actualizacións" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Os teus libros" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Acceder" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Accede" @@ -2185,7 +2197,7 @@ msgstr "Accede" msgid "Success! Email address confirmed." msgstr "Correcto! Enderezo de email confirmado." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nome de usuaria:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Contrasinal:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueceches o contrasinal?" @@ -2230,19 +2242,23 @@ msgstr "Busca en %(site_name)s" msgid "Search for a book, user, or list" msgstr "Busca un libro, usuaria ou lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Escanear código de barras" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menú principal de navegación" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Fonte" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Axustes" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Axustes" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Desconectar" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificacións" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "contrasinal" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Únete" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Publicación correcta" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erro ao publicar" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentación" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Axuda a %(site_name)s en %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código fonte de BookWyrm é público. Podes colaborar ou informar de problemas en GitHub." @@ -3013,6 +3029,45 @@ msgstr "Engadir datas de lectura para \"%(title)s\"" msgid "Report" msgstr "Denunciar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Escanear Código de barras\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "Accedendo á cámara..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Permite o acceso á cámara para escanear o código de barras do libro." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Non hai acceso á cámara" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Escaneando..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Aliña o código de barras do libro coa cámara." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN escaneado" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Buscando o libro:" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3046,8 +3101,9 @@ msgstr "Tipo de busca" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Usuarias" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Data de aceptación" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Email" @@ -3925,14 +3982,14 @@ msgstr "Copia o ficheiro do decorado no cartafol bookwyrm/static/css/theme #: bookwyrm/templates/settings/themes.html:32 msgid "Run ./bw-dev collectstatic." -msgstr "" +msgstr "Executa ./bw-dev collectstatic." #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." msgstr "Engade o nome de ficheiro usando o formulario inferior para que esté dispoñible na interface da aplicación." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Engadir decorado" @@ -3940,28 +3997,24 @@ msgstr "Engadir decorado" msgid "Unable to save theme" msgstr "Non se gardou o decorado" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Non se atopan ficheiros de decorado" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nome do decorado" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Nome de ficheiro do decorado" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Decorados dispoñibles" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "Ficheiro" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Eliminar decorado" @@ -3979,43 +4032,39 @@ msgstr "Tes a certeza de querer eliminar a conta de %(username)s%(instance_name)s" msgstr "Usuarias: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome de usuaria" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Data de alta" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Última vez activa" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instancia remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Activa" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inactiva" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Non establecido" @@ -4347,7 +4396,7 @@ msgstr "Incluír alerta de spoiler" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers/content warnings:" -msgstr "" +msgstr "Avisos sobre o contido/spoilers:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 msgid "Spoilers ahead!" diff --git a/locale/it_IT/LC_MESSAGES/django.mo b/locale/it_IT/LC_MESSAGES/django.mo index 911ed76e7d249a6e33903385d49658f07dc52aed..c7cf632bb9b893d48fdf193415d67188cc559241 100644 GIT binary patch delta 23975 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 delta 23099 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 JCW>)07XVc_$Fu+d diff --git a/locale/it_IT/LC_MESSAGES/django.po b/locale/it_IT/LC_MESSAGES/django.po index fbeaf64b7..647ebdbdd 100644 --- a/locale/it_IT/LC_MESSAGES/django.po +++ b/locale/it_IT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:52\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-16 19:30\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Italian\n" "Language: it\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Esiste già un utente con questo nome utente" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Questo dominio è bloccato. Per favore contatta l'amministratore se pensi che si tratti di un errore." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Questo collegamento è già stato aggiunto per questo libro. Se non è visibile, il dominio è ancora in sospeso." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Esiste già un'utenza con questo indirizzo email." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un giorno" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Una settimana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mese" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Non scade" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usi" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Illimitato" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "La data di fine lettura non può essere precedente alla data di inizio." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Esiste già un utente con questo nome utente" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Esiste già un'utenza con questo indirizzo email." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Questo dominio è bloccato. Per favore contatta l'amministratore se pensi che si tratti di un errore." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Questo collegamento è già stato aggiunto per questo libro. Se non è visibile, il dominio è ancora in sospeso." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordina Lista" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Titolo del libro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Valutazione" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordina per" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Crescente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Decrescente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "La data di fine lettura non può essere precedente alla data di inizio." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Errore nel caricamento del libro" @@ -187,7 +187,7 @@ msgstr "%(value)s non è un Id remoto valido" msgid "%(value)s is not a valid username" msgstr "%(value)s non è un nome utente valido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome utente" @@ -245,7 +245,7 @@ msgstr "Disponibile per il prestito" msgid "Approved" msgstr "Approvato" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Recensioni" @@ -399,7 +399,7 @@ msgstr "I moderatori e gli amministratori di %(site_name)s mantengono il sito at msgid "Moderator" msgstr "Moderatori" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versione del software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Informazioni su %(site_name)s" @@ -533,7 +533,7 @@ msgstr "La loro lettura più breve quest’anno…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Visualizza record ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Carica dati" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Visualizza su OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Visualizza su Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Ultima modifica di:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadati" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separa valori multipli con la virgola (,)" @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chiave OpenLibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Salva" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Salva" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Il caricamento dei dati si collegherà a %(source_name)s%(count)s editions" msgstr "%(count)s edizioni" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Hai salvato questa edizione in:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Una diversa edizione di questo libro è sul tuo scaffale %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Le tue attività di lettura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Aggiungi data di lettura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Non hai alcuna attività di lettura per questo libro." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Le tue recensioni" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "I tuoi commenti" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Le tue citazioni" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Argomenti" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Luoghi" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Luoghi" msgid "Lists" msgstr "Liste" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Aggiungi all'elenco" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Numero OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Aggiungi copertina" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Carica la copertina:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Carica la copertina dall'url:" @@ -975,110 +981,114 @@ msgstr "Si tratta di un nuovo lavoro" msgid "Back" msgstr "Indietro" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titolo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Sottotitolo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Collana:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Numero collana:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Lingue:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Argomenti:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Data di pubblicazione" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editore:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Prima data di pubblicazione:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data di pubblicazione:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autori" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Rimuovi %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Pagina autore per %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Aggiungi Autori:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Aggiungi Autore" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Jane Doe" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Aggiungi un altro autore" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Copertina" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Caratteristiche" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Dettagli del formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Pagine:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificativi del Libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "OpenLibrary ID:" @@ -1168,7 +1178,7 @@ msgstr "Dominio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Stato" @@ -1177,7 +1187,7 @@ msgstr "Stato" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Azioni" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Community" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Utenti Locali" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunità federata" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Directory" @@ -1450,7 +1462,7 @@ msgstr "%(username)s ha citato %(username)s" msgstr "Messaggi diretti con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Messaggi Diretti" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Aggiornamenti" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "I Tuoi Libri" @@ -1657,7 +1669,7 @@ msgstr "Scopri le tue statistiche per %(year)s!" #: bookwyrm/templates/get_started/book_preview.html:6 #, python-format msgid "Have you read %(book_title)s?" -msgstr "Hai letto %(book_title)s?" +msgstr "Hai già letto %(book_title)s?" #: bookwyrm/templates/get_started/book_preview.html:7 msgid "Add to your books" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Accedi" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Accedi" @@ -2185,7 +2197,7 @@ msgstr "Accedi" msgid "Success! Email address confirmed." msgstr "Indirizzo email confermato con successo." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nome utente:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Password:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Hai dimenticato la tua password?" @@ -2230,19 +2242,23 @@ msgstr "Ricerca %(site_name)s" msgid "Search for a book, user, or list" msgstr "Cerca un libro, un utente o una lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Scansiona codice a barre" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Barra di navigazione principale" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Impostazioni" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Impostazioni" msgid "Invites" msgstr "Inviti" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Esci" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notifiche" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "password" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Entra" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Stato pubblicato correttamente" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Errore nel pubblicare lo stato" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentazione" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Supporta %(site_name)s su %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "Il codice sorgente di BookWyrm è disponibile liberamente. Puoi contribuire o segnalare problemi su GitHub." @@ -3013,6 +3029,45 @@ msgstr "Aggiungi date di lettura per \"%(title)s\"" msgid "Report" msgstr "Report" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Scansiona codice a barre\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "Richiesta fotocamera..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Concedi l'accesso alla fotocamera per scansionare il codice a barre di un libro." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Impossibile accedere alla fotocamera" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Ricerca in corso..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Allinea il codice a barre del tuo libro con la fotocamera." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN scansionato" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Ricerca libro:" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Risultati da" @@ -3046,8 +3101,9 @@ msgstr "Tipo di ricerca" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Utenti" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Data di approvazione" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Email" @@ -3925,14 +3982,14 @@ msgstr "Copia il file del tema nella directory bookwyrm/static/css/themes< #: bookwyrm/templates/settings/themes.html:32 msgid "Run ./bw-dev collectstatic." -msgstr "" +msgstr "Esegui ./bw-dev collectstatic." #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." msgstr "Aggiungere il nome del file utilizzando il modulo sottostante per renderlo disponibile nell'interfaccia dell'applicazione." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Aggiungi tema" @@ -3940,28 +3997,24 @@ msgstr "Aggiungi tema" msgid "Unable to save theme" msgstr "Impossibile salvare il tema" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Nessun file di tema disponibile" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nome tema" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Nome file del tema" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Temi disponibili" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "File" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Rimuovi tema" @@ -3979,43 +4032,39 @@ msgstr "Sei sicuro di voler eliminare l'account di %(username)s msgid "Your password:" msgstr "La tua password:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Torna alla lista degli utenti" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Utenti: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome utente" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Aggiunto in data" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Attivo l'ultima volta" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Istanza remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Attivo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inattivo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Non impostato" @@ -4290,7 +4339,7 @@ msgstr "Nessuna copertina" #: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" -msgstr "%(title)s da" +msgstr "%(title)s di" #: bookwyrm/templates/snippets/boost_button.html:20 #: bookwyrm/templates/snippets/boost_button.html:21 @@ -4347,7 +4396,7 @@ msgstr "Includi avviso spoiler" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers/content warnings:" -msgstr "" +msgstr "Contenuto dell'avviso:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 msgid "Spoilers ahead!" diff --git a/locale/lt_LT/LC_MESSAGES/django.mo b/locale/lt_LT/LC_MESSAGES/django.mo index 08a3fe6ac5ff76c87f1cb315f558e204008ad0bd..5d440dc651580426ededf4541741b8fc46ed59af 100644 GIT binary patch delta 20895 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ΜOF{FBbRbWCSlPF5qMY&uEr$LgH>dCnRWhaY76} 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 vAPLZMh@fNkKzH!nHxRCV+6XId!$=*HMf delta 20983 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 +1M5WWeN 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\n" "Language-Team: Lithuanian\n" "Language: lt\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Vartotojas su šiuo el. pašto adresu jau yra." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Diena" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Savaitė" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Mėnuo" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Galiojimas nesibaigia" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} naudoja" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Neribota" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Skaitymo pabaigos data negali būti prieš skaitymo pradžios datą." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Vartotojas su šiuo el. pašto adresu jau yra." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Kaip pridėta į sąrašą" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Knygos antraštė" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Įvertinimas" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Rūšiuoti pagal" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Didėjančia tvarka" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Mažėjančia tvarka" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Skaitymo pabaigos data negali būti prieš skaitymo pradžios datą." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Klaida įkeliant knygą" @@ -187,7 +187,7 @@ msgstr "%(value)s yra negaliojantis remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s yra negaliojantis naudotojo vardas" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "naudotojo vardas" @@ -245,7 +245,7 @@ msgstr "Galima pasiskolinti" msgid "Approved" msgstr "Patvirtinti puslapiai" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Apžvalgos" @@ -399,7 +399,7 @@ msgstr "Svetainės %(site_name)s moderatoriai ir administratoriai nuolat atnauji msgid "Moderator" msgstr "Moderatorius" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administravimas" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Serverio programinės įrangos versija:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Apie %(site_name)s" @@ -537,7 +537,7 @@ msgstr "Trumpiausias skaitinys tais metais…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -626,18 +626,18 @@ msgstr "Peržiūrėti ISNI įrašą" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Įkelti duomenis" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Žiūrėti „OpenLibrary“" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Žiūrėti „Inventaire“" @@ -674,7 +674,7 @@ msgid "Last edited by:" msgstr "Pastarąjį kartą redagavo:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Meta duomenys" @@ -686,8 +686,9 @@ msgid "Name:" msgstr "Vardas:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Reikšmes atskirkite kableliais." @@ -716,7 +717,7 @@ msgid "Openlibrary key:" msgstr "„Openlibrary“ raktas:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "„Inventaire“ ID:" @@ -733,7 +734,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -755,7 +756,7 @@ msgstr "Išsaugoti" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -767,6 +768,7 @@ msgstr "Išsaugoti" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -787,23 +789,27 @@ msgstr "Duomenų įkėlimas prisijungs prie %(source_name)s ir msgid "Confirm" msgstr "Patvirtinti" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Redaguoti knygą" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Spausti, kad pridėti viršelį" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Nepavyko įkelti viršelio" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Spustelėkite padidinti" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" @@ -812,64 +818,64 @@ msgstr[1] "(%(review_count)s atsiliepimai)" msgstr[2] "(%(review_count)s atsiliepimų)" msgstr[3] "(%(review_count)s atsiliepimai)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Pridėti aprašymą" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Aprašymas:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s leidimai (-ų)" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Šis leidimas įdėtas į:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "kitas šios knygos leidimas yra jūsų %(shelf_name)s lentynoje." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Jūsų skaitymo veikla" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Pridėti skaitymo datas" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Šios knygos neskaitote." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Tavo atsiliepimai" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Tavo komentarai" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Jūsų citatos" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Temos" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Vietos" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -878,11 +884,11 @@ msgstr "Vietos" msgid "Lists" msgstr "Sąrašai" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Pridėti prie sąrašo" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -896,12 +902,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC numeris:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -910,12 +916,12 @@ msgid "Add cover" msgstr "Pridėti viršelį" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Įkelti viršelį:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Įkelti viršelį iš url:" @@ -985,110 +991,114 @@ msgstr "Tai naujas darbas" msgid "Back" msgstr "Atgal" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Pavadinimas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Paantraštė:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serija:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Serijos numeris:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Kalbos:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Leidimas" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Leidėjas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Pirmoji publikavimo data:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Publikavimo data:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autoriai" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Pašalinti %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Autoriaus puslapis %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Pridėti autorius:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Pridėti autorių" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Jonas Jonaitė" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Pridėti dar vieną autorių" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Viršelis" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Fizinės savybės" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formatas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Informacija apie formatą:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Puslapiai:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Knygos identifikatoriai" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "„Openlibrary“ ID:" @@ -1177,7 +1187,7 @@ msgstr "Domenas" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Būsena" @@ -1186,7 +1196,7 @@ msgstr "Būsena" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Veiksmai" @@ -1330,16 +1340,18 @@ msgid "Community" msgstr "Bendruomenė" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Vietiniai nariai" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Sujungta bendruomenė" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Bendruomenė" @@ -1463,7 +1475,7 @@ msgstr "%(username)s citavo %(username)s" msgstr "Asmeninis susirašinėjimas su %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Asmeninės žinutės" @@ -1637,7 +1649,7 @@ msgid "Updates" msgstr "Atnaujinimai" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Jūsų knygos" @@ -2197,7 +2209,7 @@ msgid "Login" msgstr "Prisijungti" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Prisijunkite" @@ -2206,7 +2218,7 @@ msgstr "Prisijunkite" msgid "Success! Email address confirmed." msgstr "Džiugu, el. pašto adresas patvirtintas." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2214,12 +2226,12 @@ msgstr "Naudotojo vardas:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Slaptažodis:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Pamiršote slaptažodį?" @@ -2251,19 +2263,23 @@ msgstr "%(site_name)s paieška" msgid "Search for a book, user, or list" msgstr "Ieškoti knygos, naudotojo arba sąrašo" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Pagrindinis navigacijos meniu" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Srautas" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Nustatymai" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2271,42 +2287,42 @@ msgstr "Nustatymai" msgid "Invites" msgstr "Pakvietimai" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Atsijungti" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Pranešimai" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "slaptažodis" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Prisijungti" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Būsena publikuota sėkmingai" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Klaida, publikuojant būseną" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Dokumentacija" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Paremkite %(site_name)s per %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "„BookWyrm“ šaltinio kodas yra laisvai prieinamas. Galite prisidėti arba pranešti apie klaidas per GitHub." @@ -3034,6 +3050,43 @@ msgstr "Pridėkite knygos „%(title)s“ skaitymo datas" msgid "Report" msgstr "Pranešti" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Rezultatai iš" @@ -3067,8 +3120,9 @@ msgstr "Paieškos tipas" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Nariai" @@ -3543,6 +3597,7 @@ msgid "Date accepted" msgstr "Priėmimo data" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "El. paštas" @@ -3961,7 +4016,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3969,28 +4024,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -4008,43 +4059,39 @@ msgstr "Ar tikrai norite ištrinti %(username)s paskyrą? To ne msgid "Your password:" msgstr "Jūsų slaptažodis:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Atgal į vartotojų sąrašą" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Vartotojai: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Vartotojo vardas" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Pridėjimo data" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Paskutinį kartą aktyvus" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Nutolęs serveris" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktyvus" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Neaktyvus" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Nenustatytas" diff --git a/locale/no_NO/LC_MESSAGES/django.mo b/locale/no_NO/LC_MESSAGES/django.mo index 7f23bb1a85ac630404dea8c769addd4f5b1fa79c..7965dcb2069ecf0310ea96158e306c0bcc78890f 100644 GIT binary patch delta 20895 zcmX^4j%DgQmil`_EK?a67#J=yGcd?7FfeS9V_=YGWnl2J1&J~+>$_z{kMAP!iLJSNHs_BrZvq)!P;9+23a88F<9FWeyz{$YC5Sb2%(&ThV zR2DH{vOnz7wHTP>I@7F-_scwxEUB2 zI z&VcyjIF!Da0rAmosJ_=33=H}V3=BV@7HVWd5@S>*Bp38%LPBbBCM0UNWrEX0J;R$! z1_m=wqRE0dz$FV30)bf&hs0+=9FUjAz>v+rz)+M0$!7PmAQpfGL2+xG4e^mFBcL*?ojdYT!_UnxsVXg$Yo&Q z0phZFe2BPWKE!;3d}xI*Pa3mEFb`7x~k z5@&f(y1W1sHw+971(2ZaDuB3nQUS!mB~W@3RQx~z1A`Q(E`U1VEtF;`WMJrLU|oBuH(G zAP)2?f|wHrmCuIq%c1&PiXc%nqX<&6Ual{Kq-v&Oh=qB@kf7=-hPZfYF~s1x#gGtL zUkr)+oy8D~jzIYriy;oX1LeOehB)kNF(gs4lt3yg&Ju{j$OTCacxlovDmK! zqA|1tVnGU2Lm||FTB!IWr~&g!AhqS%5=g2)S^`M}_evlR|5yU4w3tg77*at6R4K#* zt)*b|>lr4LLVP;66q0C`mO_GjTPY;2_LM>r+nG{G2(XqxX#O&YKFKmjTq>49$_1@5 zh|he=Ao`=A{46M40Tpj619`Zffni!1*d+{ep$4uhgCwR+WssmdTLuZCOJxury(ohO z;V-B@wsMGrgrT%-ImCzRP`*()#C#j5xF?hj0nwoR9}i+MFfe366_%DmT;2o~pHvR9 zaBexoVJpiaA#$V~5>kJm>X|DbQ72ph2}z|2kPjIcj4L2bJF5yvNQGBG9GpQ90_;&@wr(Bf~{o<7nbvl(0 zhniGE9AH%mae#9rLp`{@_N|0uuf$47ke60Mg0QL*k}F!F{H0I>Hb4#D3DtM75@PYy zN{B}uRYH8uQUytz+*RPphC#Us5<)Ij5QhX;)kA_RrV0|rxm6I2%~cQwbyYDigo7Fm zRSXO&3=9n4svtg-u7-q!K{X`RJ5)o|M^;08oLdb^E2U6%?bQ$;Pp^hJU?G&hp}rat zw7Z}Z$EqO?xeC?z8fxJ0YDm;D*FZu@tOnu(=^BVdDm4%XnAJc+&Z`EJ3qork7A8aa zMKzG9XsCghSKn3xalp(P25|FxX$>Rt<$r_H ze`_I8$5IE0d(k?G#Y%OMHl#rvBxKy{AP$VIgA_!mb&#lQtOGfuo`GRv9VE_X)iE#} zV_;xd1l5pP4^qIuP+AYsP*)F$n!b97!At5P7H+GD1o085_+_ZNr_i+Z8>)_{0TNW5T7|i6^1r4F!(VrFr+p@ zvf-9Sh)=IT)jw{8M8W$;NXRfWLG+6?L83sT3F0vOCW!eiP<}uYB+5dY80s0;GcYhD zH9^4Y<)V4udN_}k*pB`(2*7s2JnA#!gx$4^?Wx7l|Bz2m%L(1yl zc1YY7v_lN6Y=<vwnz+epJ z*U#;MSh%SJ;?na_`c4PLpqCvGpMUOv1o_VnNL284Li9;@LgLt>6H@frc0zm>-wAO* zVJ9R+TRI_8IlB`Qva345eaL!-lbsNse(!`7FbrJ~gXN&Kbr&QqBf22vKy??y;K@*W zSr^3Oon4Sza=Q!Sfd5^P4vAnl#3PQ~5OHrP9or3x%6bNd{BB6)P~8m~c$m`-iHhUh z5SKoNYGCSt7$njI4ay!!+A!{cgphR)Bn>(CKtjl)2NI%TJrEBjL)GU%%_#wigYth} z52Tyi-UCS_pP&XR_CkVIy%$o+==4JJuPc-e?S-U`)Lw`~%6cIqBz3)z-t?wkh{d0K zArAY~3-JJRAB5)ZgVz7zeGnJR_dyb)ZXYD5J^CPVp3nygx)LbAtq)@0tUk!d#=<^` z19$f^FlaC^FkIw#Pu<#foCQ_9C~>I#D{mF;twZ4Jn~`! z#Ni(%Knkk=P<7T5AtB*VKM^u|7=lSz<#%{Lihkm_Ve_O+S}F)v~=#A7LwAs(4J8RCH@lOZ9tW->Uf)iZ3J3^DM+ zWJo3QYceFx1g1d7c%-I45|`r?h`~`)AO@yE>C!2X{NFMKV!^U05DV5#fdujPDG(1G zf$~pHfrP|$Fu$IG;ocMmhCa|J*c8a#iv0mP@V<}daY@Y#Ar1QQqK55`MJ}e{r~!DkRa@V8nAF0Bp<9E{_Y2@!Th{fE~Ar{I{hd4-kIwV&ZOoylsn-1|v>U2m*sT1W!3AO(=cEJ)pvG7DmE`z(mQ{#g)*&YT5pv#pv1 z@#&sfkW_tU7No`Vcow7_V4e+eIp1uE!=z?I4Ahtn(PuCl66X$3zWZ!Q2^u~dl8E!6 z>Zi?ycw`<_-SYa`5SMI+N}PZiba6Jsr8l7Bk7h$s`RmyX;Nf@PIpFNWpgafS5W6{$ z%FAsI#DRr#Ao}a)KpfaP2a*P6&Ve{!*&IkqtA0IH1Ls^wP>aunC{&vZ32NiHkPva5 z3(*)e7h+NBTu8YvVJ^gi!*dxJEJ5=Ka~T*ef`;?vLHPIQL9(~xd~kiw;5;7^GKKTO z;`I!j^C5|2^Lz#dFHq$HrR5huYQwArkb-6A0*J=#3m6zSF)%QkUjRu&O$#B3Z~8*W zAoi+-kT_>u1WD8yiy&#kbrD2;$0A6S&Rqmb#PtjeD;7cGZrvhCP;LcFFfi<01c~#* zix?Qn7#SGOFM{~gZ3!g1g)L!V2xVYkh+YE8RvV$>TbDpWY8R9~45iO3fkesGB@lb= zgJ@9w|9lC=;P*=)`T9RpgYZ&F(90}^7-+l{Vt@^l@3s^Y*Zxp-u}dN5lq`irQ43Vv z`lS#HcRxmQLV~t&C8QwgTnTa5 z;+2qr$DJz~7^Z<{$5ufc_+S+zq~5K9MAeV_RS<(XRznoPgZLmX&sXDy`BI(021dv00Fz~Bg)3tG#-5CrN0 zt%GF4nstx@u71@zNWpSy9b``C%{oZYnZ6!U)=yp!@zIg>5EtKC4=Ji&t%o>JU;`xE zCT@TP?V1gcTJ*pMNQk}N012^Q8z3Rgx)H(`+{nOC1e*Vo*$7E|{ZNV58zCX_Z6hS^ zSvEm53U7iqM1B**<))h;7KCnsOwT24f+Vi(o4^J$?Arth8N@-!&WGL2`VqY6B2dVJ0T%62TFh337P+M z+rMcsFFe zupY|4vzvio5(5JR#~z5j*?S;G^O8M~#P@#>B(du5WvB%^|L`Cpnh=o%RLuRv29EQw@ zY8+u;cnF$mIl{p3iGhJ3=P0D4j6ViZUwsS`CF_ns3atCbApMRn^~WIjUGg{sgB@rJ z_BbSQ^dE=#{N8a$Y8O5MNo2++Ai2Q#1f*b!JONSPa01dwK7WFNL5z`s;l&9^2>d?@ z8PpOw1*tu6o`RV7@f4);suw&B$sXyaAwe|hG{m5-ry)Ui4l4fPG^D{HdYag9 zP7Y9h_!&qV$UFma=&>`9*7CJ8ki;r{79uWx7GjS+gkR4PbQTiiNoOJXw&pAYX!M2Q z{aHwVzU&+%u4bKMU?^c=U^sJ*fuVqbfx+=S1891OVbgg?RH$5l%%rqjfTV>F7a-+I z$VG_5Hb80KOVD=3B~bRPXJD9liGd*lH2r=V5~P`zAwHXM88U6Y{4ylfid})UXk4y9 zEULQ#$tAC@K(Z_MRR)GK(E5R^kSIBJm4U$(v;yK9Bm|omS{|~Q0 z+WSt|AyH9w9g^)9UWXJw%dbOf$5l}A-Pa+N$ieH767n=u{ML0y>VI$@QpCQ5ihsEd zNi)B$L!wUL2Bf4^y1~Fu51O6UyaCZ@d;{WBn;Ve0&bk3fM6EXHAReFHn6fHzDf8Z$d0qzX|b(!<%a()NC<}Cf)r@6w;&;veG3vYRkt8bxYk?H z`oHTI#NcVSAVIYVs$s`12JkAD72UI6&nN)WLTk4zR7i14+$JcOdor<~tAzZ{LA9i0dvSYQ&(l{9OiyItB&?jk^pC zGZ+{cmP5rI?m;Z_ya$QfuzL`TV(&qMJpCTTV-@!xA<}mb62cNJ5=GJdyt^M z3^nleJxGxLxChC%4EG@hDc^_q!16xCLc9AAhq~T}#JL}oA9o)THR<;u4y?QnaZuZR zaI3kVVfuZD17_ccxOmxph|4zIXJ7!WK{|aOQh9JbfEbkWfPrBOXf@0Oh{fCwAqERQ zgrp()hY)e2hY+7yLiz3wA?1u8l%D~X2aW$dgbbI}K7^F<`yN7qp5YNB&UhX{+Je%L zAR%M<2;%d=M-Yp`9ziUMg{sef1o24KBZ$XZ9zo3Oe*_81*-(1%BL)UBQ2t*H)p!U> zUwj1d>4Qg*koW}U^FD?Iz5HVahFPF>LXRN^UU&>qcjGZ63O+;WKaU|%!TJPJP>DW) zgpk=2h{HXfFfi1EmPiFWf%r7z3B)JmPaqCxeFBNA=}`FL)L!Uf_=z9aDzddEB2d~Rvcm{Df-!n*%i9drlMClpCVFpmX zJ(TbJ43fWNoYqbA@b)>xf^Seh^9zUvcwRspEd2r!qKYpd zO)#VS7m%RIhSJ4Qy7~nqj+$RUn%iAa@eMB^ak}FL#78GyKtk%u3y1?ALG`_cTJ#C3 zkNG8}H_ZJKVxPuKhzIKpUP2O;$4f|@$GwF3u;3-cg65YHAN9Y4_+$>0UJa#py@WX6 zB$R(0N=i`4<}0vy^$g~(AVKW*3NmGq@CxGd8LuENoc{{qovrJ!>=J0pN7)6Uqj0L*HHD`Zy<3h_6DL)<_*Lls&61Z)qewtYo|954+TTz zquxMT%_$&#p!`4K4aCBkP=yPj8dto5M8VECkfzvCkOoj+?hV98AKpL`A=g`oLv`Om z9ANtv5@qgh!9mOr@)qLIJ*1s}>pdihzP*R|=+AqIk61rI%6g#>5SNR8fCRbv2Z+2ER6hIz zL|+V)PW=EeFAqwWe1HtMRegXs5FZMBgjlHk5n_=wl5q`nvMV1U7Po(b(EXnv1zP>|PmpZ3<`X2yk9>jz z?bS~Zi(h<#IOOXmNZMfi4B<1|K&yfB^;%7+9sOmGs z+?k&lK&xr%8J2y9WQVh#Aujs)8Is8OzCeOd<_pAON?#y}$@mMz0j^&l4hV(HCw_tW ztO!b1eStWr2`b+U)i>`81A`|61H-y6ppdR-VEFL`k|>0~LM+z&3bDxiD@XwYgXdR> ze9Bjd1FOD*TP_U!Um+Gu{t9vEysr?SE%^#raJca+WYKEKH%M1&$v23(zo0bFcLoMt zQ2v+u4oL$#-ys$le}{}%dVGhJ{oNpipkD8HNUgU2I|IX71_p-5-x(O@ftKa|fH=V5 zCnTiIenLXV{U;=9f`3BFibXSNJy>t$-qz#nl9S_)v)s?#Gs=;Ar3kH6XK%> zKOrIT_9tXygZURk-treD@%jCNB)WR2c;_#Oh4X$vLU6|~NG`kl3*x}{zaZu@{AQ>J zFB%v74Y4@#H$-9lZ-~pQe?x+}|aRJ>lRe}_g_f!UiBYjayq2`AH?96e~=<~-akl? zZT$!70bPL7f1&bP{~_ZAj{hOKpyEHoK^^}g*?8W6h=aEMhg4Rl{zEK!^&e6jN-;2k zvK@mx10%TQRiDPd2wtIF!oUb#ZePd12wq4$m4OkwG;<*XBY22*C6vF3ff2mIc^6dQ zaj5u321fAW^_x)s69z``qVqQljNrxX(Tt4XrP>pq^fX3B(5l*chB=Ik44~!rTNxR_ zYr#%I`S%zhF8s{M2<`_kGBJYZ2ke<3;$2LP;IX3_Ob`#uXM#EuN^fFf1n&db&BO@a zUvQd<5j=D9oQV;I#V z-j^^#Lg*4RB!uoUGlCbNK4XSh$jAcmu^P>U`=>03|(pRh85muh`u zWdyH$wr7JxfeRZWcpZQ*8^nQSY>+5xU;_m?14ADhBn{1FV}y+VuYw9}W`hLf0Vw}A z8^l2`*dPvi&j#_qFE)rznb;u?7h;DPEWr+mN_BRK#a2+h3p>Pt;p`CoG3<=s71Jr~ z^^D+ItNHAV;MMCl*&%Vx$-xNTJfh0M2;N#@%K@<E9 z@GhED9FR2goCA`mg*hSW)Hxw(%a9Y2=)>wcA&Da!Dp11-(J+w{lGv7VLR@~C6XMew zoRFZq#|eq^*PIZCe&>WZfS(HzGE!WO409M57__(;!P|F^b3xSqfYL17jNpw7^#a_C z;0Xc|Zioe8+z^+=a6^K=kQ?Ij3T}u)+PNV<@8O0ds`=cE;O#jZxgpu>3OB^3uece( z+i|`?`64`w;4K|;JP?P3@PN&&XGq|I_$Z$T;`16Fhz}<4KpeDyhY`GgXBkx8aUO`n zuJAy7e47X2uxC7s;9;e$=no!zI0FsuRp>&7<#G+IINYs=HK%%5u01_gr1sEag|F#N1e0)Fv;%9jd499#$GcMCGsgNxQF zf{+k6AP7l(SD*@B3PN(hCqal$6oepAU?2oZgw{fkp!E}iB&rx8M(_@Z3?WF#cSwj4 zy!Gm~5X50$p){K?Bud4F>me@J6NZ#n=E9ITOAv+_*aPLy5N2dJ!oa|AL>N+Dbc#UA zg~K9{)c;%rQf_dGGJa+buMUes${BGnh7ff6VQa}_z#ml51iKbc#5|ph{kf5Ii z{X@~`rWEjDl)i%h0En*Oog_x@>3kfM>Sx};{ zXJBxUg~XLVRH8^0VsX7J#9?!w^m189}e%`3e$N<_>$*sZ&UN5Mn!U&!% zi&bF+PqEBVfn>W!Dv%Z**O79N9_DkFFw;VD%}8v3FNi3%mPdPt%$QG>Y9 zMU9amoq>U&RE?1Vw5#>58YH`Dszc=M)geJ#pbqg_jXER|c0$Fct22U!=NGFpf_J+p zX+YF>Xh5Q3iU!2Kr5X_ZTkAC-E;*zDDbue&6@JrT1n<#g*MtB+Gcx!xFfi0W`KRa2#?SDf?@IGA~BS_-xG-6~}#=yX^!w3?0@x~DO9AikLI%&)ZUV`!67?O*^Odxec zv+YF*W%nTAW-ewT-jb@Ovvd0YK zvvX#U#^eVxMg~UEjtOSSToP#N9WLpR7&&}tSY28MDb z1_ll{+2^HT9Reud?mJt(VY8E6s8=}UK;U z7#M;X85la5A={1*GchnMVPIhJV`gCBWQ2?mfHrLYU}9i6&BVYE&j=YA+RntlaGn{m z@#iKZ1A{0t0|O5eWRWPtX{iB zZZI-1EQYED?Ng9rW?%?nW?)#r%)qbt28J2T3=EP?3=GGa85lx9iDeNJ1H%qx28IKS3=CRK3=AKb7#Qv{F)*xVW?+~G z3LMZr7G}rSh8ji&hCiV7E{u@H z7a%>%OrV*adIkn5kgGu=pya~Hz;J;XG7bR}Dh8F{AO|oqF!VD+c3^3>AzF3>i=- z|6_oRjDX4v&^iH-?gnNCh8dvvVPasI2{k2)fq@~DnSo&vGXp~dR4?fKfvcd|R3-+7 zuanO@NY{%qL&i-(rhpa)fX3OLK}`UODMQ^D%*?=G&BVYE0E!SM28KFj28Jd^28Jsj zMW8+UP<0?~BGk6aP;=O!G#3*C11}>3!(&DUhFy#d49<)US>T;Wpgr~5Ksu4|E>Kc| z@=c)z++$#1ut&0p7nD?>mT5CGFl=CAU|7!tS&;_P`i+T!VIMOC!vsbKh82@9I*R+Y zFf%ZmVqjpf1Qihs3=E7+kb(0wW(I~;P+PQ_7#JLw7#R4N7#NhGV&54V7@jjRFnosE zX2s0FaBH%ot8hJNHOzk|28L`#28IUEk{f0QhP_Z#AUA+8=*)>&Mh1pAOpswckQfNF zFfuUoGBGgxW@2FQVPs%<$jHDD%*4QO6l$vt69dCvCI*JH%nS^z%#iaWK>FrFKR@$Ffa%*K}N$s^Tpbr91SX*7#J8{f>bjwFz7QfFzkm0+-<04kW>jHWVIZKUBt}5 zaEXC|p&F_#fRTZr17tB1WL9P-)Kj2EugZ)J43`)|BX9K#41P=u44W7k7$le(7>XGg z7pdO85nAq7#LPCGcasnWMDYK$iUDJ zRd2`)SwaNTa|TqefEY8NmVwyU7#J9)Fha%|c|pg0KsAEoKp1pl!g8oZpz|X@V$6&T z45t_w81{fX0+r)nWMIgLnp*}c!9WfIna#w&(9H}PTV^$6WMJ4n+0#Y7{vIO(!#QRK zh6-lL`WYi;(7_uZ!x3vRKudFZewHsZA4-yVP;?mWrobRgOqSV!|V_fWSkZx2E&4&lAV!( zVIuC5t0KwFfuUMF)=VqWny4B#S9s+1)arm31l%; z9jF&s&cMJ>H+ie8cD*7q14AS;1H(M1b5??AP!$hVZHr{nRz?PfSddyK$P$xoPzA-n zz|aYD1_J{_JV-4g1H&&S1_mKe{$^%iNClb0%)oGsiGkrC69a=IGh_o@8$?e%Lo7%W z0|R*X-US8*aO->}R1Bhqf#D96&&|ZZFpZIcp%Ti6$%E)rP!Yk*z~Bz@0BFe|sHS6N zVAu+h1m#qaLl_tsT$vdd${8Wk2cT7>3|~R3?Les?bovG(1H)w|28NGJ3=FfF85k^> z7#KpC7#NmA4H02xV9;S=U|7b;z>o_n0+<;X(wP_-_CgI;XJlZw1uBO?IST5?2u215 zb0!9c3ycg5icAa)IZ(4elp82_u`x3+n1gZ=6J&`XNa73BKoA>*3!%OOu|YVR5ppI) zIFh(8GXuk11_p)#sMuO&28P*CbIveAmY#qPS!rWpVDNxCu6`O51A{D7!#9x03=9k# z7#SFTLp4H$7`#DQmx+O)hlzn<9TNisXtkFdBLl-^sDe&L28Kh-3=BJw^tm!JFoZKP zFhoGj?|@p`#mvBv1W{Md@D}761_lN-P^*i9fx(-ZfnhPI(qM#4e(eAyI#B(`#K2(2 z%)qb)bOHy+GDZf58z3=828LHm3=I1j7#NzM7QA3$U~qz3$_6StK_LT5j8L)DphGyA z7#O@jr}lgUHLVyK7#=Y(Fyw=p0gMa`)0r6p?feEszA2g~1Qnw%Kh+L37GXp~=69dCGP`ooTFa&~Vs3XcjjsjJK=NK6nJRrfr z5CJj)bj}151H%)LPZ<~(gcunZ3PHgR)p!wUR6|Yc zXJTL|1+^$a?E$Df$bvdX28QoYXDUF|ZU(i885tOkgA{-^F+s&mnHd<4GctfyYk_5= z7#SE=f)WGhG##)ALp{SxQ1XRpn8V1xFo_YeRI-Z+vOoZ|<6Vu3fx(`Ufx(5DfuS07 z1P{~!5Hld8J1G2_AyaJ-5eA0UObiS$P{+?_WME)qW?+~OTD$-%7?~LumNC_X4}fBr zz{J2%3^f$AY48}-K>|=QRz}G5X&f^HLl_eSLj%-?JWy4^#K52fwWOVifuR7Z7pjEe z29$9ZbTAF5g9GJPf?B1Z2KpLC28KIO!BQp$hFeSw3`>y=dCdfwf(4xm^#$r6ka9OB z28Jf6#q$^$7}6OT7?Pm;3Cs)(zZe)8x|tyBKYN%N82CZe0wV*%d?v`UeUKUTpaBLD z<2ER$K!0-;qVLhPY zjgf&toCz`?Xw1yOU;rvlp=$0zJ@*h)F zieX{^kBG#9x;o4Z46C7XKR_-3Wqc+EhGtOh0jlpA85j~kJ7u71jxaJXxG^&@$T2Z6 zFfuYQ_=4J@pwM7qVE6-y|6WE0hT9Ab;33mIsE^q|27wA}Mg|5>CI*HzObiSsLCsQ7 z%b$^f!JmnN!3yddc}50?BTNhocc2!6+|N(Kf7DQ3vpV1H%?hInX5H9{Q&^2kT1#iu~}L3Jpo zO#^B&gZgElzAIF|h>3yW7&8OIRVIco(5gEIX{cc!ADv-lU|?cqV2}m1^qCnLe3%&+ zOhE=hH9ulxV0ZvJLXDY$!3)&ihdSUOBLjmqGXui|CI*JhlNz^|+FdSrHU@%}} zV6X-?9YI|}W(Ed9s7WB(?lUqloQB$dgqeZiB@+V!2h_xkpmrf61H&;;&wz=6!H$uE zVI~6u!z?DqdVA22_z6%c4K?pNlm?mmhJj(Su)kn^GbqJ^T2-Lho|%C`1LP~Hx&@$P z*FeDviZf;gh6|vC#>~Lb&&a?a&B(xT5fl=jZX8rSD-#35R#3$Z>cBHHFsx>Ptn&w* zbO*B236$4CWddknIuirKd{7U>nTdg+3RI6lJq1$O0qSr=`Ts$EJ|+eREvO|R`Q4zl zDrh`{k%8eXBLl-0XaN0TWMEKdhOBz7hUy0$)g}*RvokX=9EGw=z;rzWg9WI<0G-dq zz`zg&H7E?pGLVJOz=|0d^cWc!;y@DupfmbF5)2Fs{}>qbPWP$kKX6P=k+=fgys4f#EO%1H%`nUSVbi24f}$1`TEgh9XAD z^8EUD3=9nWK|NehsstSh2X(0>C|f`^?qgtJkcC=y5^7lzXds4(fngG;rwvNS%nS_q z%nS^Bm?7)@L0SW#W~~AZIxsOXNHRl?;seVuFfcpN0T$ZaI%x>gE0dGLv9!Yg98Ht!@@8Ih5!ZzhDTu#2O5VnFvv47 zFr!7#KJ*Ar@L>LK0(ECL|Zk&4h&1=1fS`9?Jx$iF$@V znG6hOphS}eaX?5GBm@$(AP&jTf;gZqi-94Vfq|hZ3zE&=WkD~f%7IvXH3t%>PjVO- zBp4VN-seCp;K+qoD3A+LFP94uH_T;VU}0cju*`+1x66fuP&ib5I#j+i7vg}bTm}YK zQ2uYrh4{P&YS2umhK0G1xLltLanM1i0T*&1ad>^WEnalpyKdWeNLp%RY@AwGBoRq(wKQmL>PL42TI1Sw#2iy#hgEP}+P ze-R`|ql+L8%qoJIQv;Rngz~3C^)D)dMAf$XB1jSYu?Uj76^bDi_7p>cYE3c3#hZ&E z2JbG0gvi-qNZem9hFJ6n%70%Bao8^?pQ8lgFyRtN;#4YuR9fmK5Qo>>lt46iltAJ- ztOR0l4pd`t3B-aXsD^&10kfgv8=(64mOyIF(AaQP30SQTm3Wx^-DeUG zCB&gYl@JF+R5H|qtH;DjNVdv`()E>)AfH?b3BnnbkX*4C%0CP>;2hN8>rj37p%#Cx zgm?th$^f+kl&Tns)EFEcNHYa7FIzVwxWuGAsp0j zsA6DHVPIeosfPH>vKkWPe$|jvA6E@gUtSFfk?v|pTA2)0x3n6PMz&T%9I(G0DsZkE z60|p<5>Kij4*3k#$XNq1P_hORHHtNm5HhKO1f^vS#3H8}hyy}uAR(7g1IY!&H4qCM zq5KIokf^Ai2Q_d>4a5Q4YZ$=I@WVBb5cpOD@#)_hh|7g)A+2JWT8IOzY9ZqGwGjQD zQ1Q@Oh{aL05d9fY`C6!aXD!&_^$dLw2E+7Ph>I3L>1DMH3?86%do9EvUuz+8_y@`t zse_11*FmCAsSc9pjO!p4JJdnil74lNkV&nBIIz49QV=!QfugRSfnk0f*d+|>>mWhA zqmF^$7y|>t0jP#{Xd0PZ57NNEFsB|8HEZf21|O=2Sa_u#62y<7;vb>vm>VDtlx%>g z(`tZ(m<5Oi<$tFJh(@0Vh>xNhAQmMxK!UEQ0phUs21q-WvWd4H}{O-=PtbSiBk`K@{2u@mV5NVR0h^gC7F}Lvte} z8(xAM_z9|>u?gZs-X=)M$TdOqn>0b9z^w`5u-GPu`AJZIUK2w-xVc>1#K5qgfq|i+ z3DTJ~Xoj?4YMLPqyVeZx!NX=q5PoQeq?Lcokkro7!oXn7z`!8U0tvB@7Dy0hwm`aO z#VrgB8yFZErnN9ItYctcaBqd^|JGU$anYYvhy@&NkSGvugScF-4bqo0ZG%KXNE<|B zOdCXB5|p3U2C=xL4dV08Hb{ufZiBRx*0ezq=aV*Qbq_U9p}rlWL8Bc~rdzc`QfFv8 zq^vG%hs0T5JH){0?U3g43aI!!sQ7az|3^C{#27muA;8lCNh4xVTC)S&?E`1B7e?bjm?}YeVuoDvG;+>GF(C&ojv+RV#aabp$=#B1#c&xS) z;(-26NQf@#goO0YPH@Q9Go0vzbS9s7LVPOP1u0yHu>Ed2U+Gy^DIAlsMWTa$HFQiv} zp%-GYU?0R`Qhg8)DE2|~zjhx)qiG++#kPHr#OU1z3F@>yNSxR8K|){>l)nUO;Eq1X z2*>_Dhy!o-F)(N_Ffe@TV_?u`U|^8$hgj&|5AjG~KO{uL`l0zhxgS#L6!b%aba6k# zK|A^(E4txR%8N~a=#!fO(Wf>6;$Zy=5C=F;fP{ee1W1$z zO{j+?qPPi=dcAN0B+jQzfLO3;0wg;ff@(Mm<=>nDiJB)+17ATc{5S#P!(UMG|4;|9 zO@ug{Zz80ilAQ=q7g;|M5)^S0A){E?6CqJB2P(b_s&V^7h=Yzzg!u3pRQ}#XNYKBA z>SLV*@uBb}h&fVFzQ!boetjt49?GwGn*<5+ut|_0$%gXFCqaDJ1Jy8T5+sUdPJ$Fb zXC^_0W|$^J^0m%nh&j%aA=x)#GQ_;H$qOcOo15K0;MNUf#m;1Qy>-`nF6+e;mj0B2w$B7 z@z5hE|HTwgNYyhie1!`9nZm%($H2hAIh6rCiZx>@#Gs>4`s`H5K*ZIlkP*(CQz3CE zHVu+Hq^ChF(4Pizpy@P_1q=+1(;z|bF%6O!Bc?&hnJf?=l>fV@L0mX@8YBo;K@HeH z4U&&fL*@TZgZP+dIwWqTr$a2(oDQ+jb~?mCp3@<@!f!f6eaUo)N1CTY?CG8k@yLwn z3=H+T3=9l&rb7x4t{IRbS9%5{=q#YL;|z!oyk7JF4vh2ahSzyh=FdiA^QAgL*hIR%1@mQDM3qT zLlSW>RQ;CO5RdGshblZe8{&|wP>E+ygWk`Exbz!ToM8?mm2=L4|<-)qT5DOm8Wni#mU|{$-mx19T0|SHhJP7~qJV^F7pAV_-6X%0N zrkqd`RNBIG=&R3siYPY1;*m+OT5*q+r>;0IZSW>H-FaO$-bSZx=vv&4PuH z#J6=JWH9^0LP(q|FM=d$w?&Y&k-P|^e%T^Wl-4sa>|O*(#m5#w;_l2MNKjseir-!Y ziSvhx7#PYJ85rI!g7`FL2_(CfEMZ^>Wnf^aTms2f=b_@4mq0@529$mXrC%+9M9JqR z3=Hg`{QnokU|?WiT?#RncPS)a%Pxf&V7L?#^j1)Q;8KVIQBZ!$Qb=6qLe*76&6%_m z5=D!k>dr2Oc411SB;$Ct +1M5WWeN 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\n" "Language-Team: Norwegian\n" "Language: no\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Den e-postadressen er allerede registrert." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Én dag" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Én uke" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Én måned" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Uendelig" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} ganger" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Ubegrenset" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Sluttdato kan ikke være før startdato." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Den e-postadressen er allerede registrert." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Liste rekkefølge" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Boktittel" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Vurdering" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Sorter etter" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Stigende" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Synkende" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Sluttdato kan ikke være før startdato." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Feilet ved lasting av bok" @@ -187,7 +187,7 @@ msgstr "%(value)s er en ugyldig remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s er et ugyldig brukernavn" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "brukernavn" @@ -245,7 +245,7 @@ msgstr "Tilgjengelig for utlån" msgid "Approved" msgstr "Godkjent" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Anmeldelser" @@ -399,7 +399,7 @@ msgstr "%(site_name)s sine moderatorer og administratorer holder nettsida oppe o msgid "Moderator" msgstr "Moderator" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Programvareversjon:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Om %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Den korteste teksten lest i år…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Vis ISNI -oppføring" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Last inn data" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Vis på OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Vis på Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Sist endret av:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadata" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Navn:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Adskill flere verdier med komma." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary nøkkel:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Lagre" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Lagre" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Laster inn data kobler til %(source_name)s og finner me msgid "Confirm" msgstr "Bekreft" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Rediger bok" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Klikk for å legge til omslag" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Klarte ikke å laste inn omslag" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Klikk for å forstørre" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s anmeldelse)" msgstr[1] "(%(review_count)s anmeldelser)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Legg til beskrivelse" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Beskrivelse:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s utgaver" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Du har lagt denne utgaven i hylla:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "En annen utgave av denne boken ligger i hylla %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Din leseaktivitet" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Legg til lesedatoer" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Du har ikke lagt inn leseaktivitet for denne boka." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Dine anmeldelser" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Dine kommentarer" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Dine sitater" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Emner" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Steder" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Steder" msgid "Lists" msgstr "Lister" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Legg til i liste" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC Nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Legg til et omslag" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Last opp omslag:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Last bilde av omslag fra nettadresse:" @@ -975,110 +981,114 @@ msgstr "Dette er et nytt verk" msgid "Back" msgstr "Tilbake" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Tittel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Undertittel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Serienummer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Språk:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publikasjon" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Forlag:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Først utgitt:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Publiseringsdato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Forfattere" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Fjern %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Forfatterside for %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Legg til forfattere:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Legg til forfatter" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Kari Nordmann" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Legg til enda en forfatter" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Omslag" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Fysiske egenskaper" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Formatdetaljer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Sider:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Boknøkler" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary nøkkel:" @@ -1168,7 +1178,7 @@ msgstr "Domene" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Status" @@ -1177,7 +1187,7 @@ msgstr "Status" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Handlinger" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Samfunn" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Lokale medlemmer" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Føderte samfunn" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Katalog" @@ -1450,7 +1462,7 @@ msgstr "%(username)s siterte %(username)s" msgstr "Direktemeldinger med %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Direktemeldinger" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Oppdateringer" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Bøkene dine" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Logg inn" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Logg inn" @@ -2185,7 +2197,7 @@ msgstr "Logg inn" msgid "Success! Email address confirmed." msgstr "Vellykket! E-postadressen din er bekreftet." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Brukernavn:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Passord:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Glemt passord?" @@ -2230,19 +2242,23 @@ msgstr "%(site_name)s søk" msgid "Search for a book, user, or list" msgstr "Søk etter bok, medlem eller liste" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Hovednavigasjonsmeny" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Strøm" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Innstillinger" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Innstillinger" msgid "Invites" msgstr "Invitasjoner" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Logg ut" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Varsler" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "passord" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Delta" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Status ble opprettet" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Feil ved lagring av status" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Dokumentasjon" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Støtt %(site_name)s på %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrms kildekode er fritt tilgjengelig. Du kan bidra eller rapportere problemer på GitHub." @@ -3013,6 +3029,43 @@ msgstr "Legg til lesedatoer for \"%(title)s\"" msgid "Report" msgstr "Rapport" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultat fra" @@ -3046,8 +3099,9 @@ msgstr "Søketype" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Medlemmer" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Akseptert dato" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-post" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "Er du sikker på at du vil slette %(username)ssin konto msgid "Your password:" msgstr "Passordet ditt:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Tilbake til medlemmer" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Medlemmer: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Brukernavn" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Lagt til dato" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Sist aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Ekstern instans" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inaktiv" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Ikke angitt" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index 6ca75c4db9b5ada99f48b342c3be40dd2877a95c..8d254d4d0b765804b8315236374c4e4ff7ba66c7 100644 GIT binary patch delta 23848 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 K+vOt|J-Gl*p0k4h diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index 4b5ce5865..3d0ad255b 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 20:49\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 21:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Um usuário com este nome já existe" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Este domínio está bloqueado. Entre em contato com a administração se você acha que isso é um engano." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Este link e tipo de arquivo já foram adicionados ao livro. Se não estiverem visíveis, o domínio ainda está em processo de análise." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Já existe um usuário com este endereço de e-mail." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Um dia" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Uma semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Um mês" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Não expira" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Ilimitado" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "A data de término da leitura não pode ser anterior a de início." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Um usuário com este nome já existe" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Já existe um usuário com este endereço de e-mail." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Este domínio está bloqueado. Entre em contato com a administração se você acha que isso é um engano." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Este link e tipo de arquivo já foram adicionados ao livro. Se não estiverem visíveis, o domínio ainda está em processo de análise." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordem de inserção" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título do livro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Avaliação" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Organizar por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Crescente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Decrescente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "A data de término da leitura não pode ser anterior a de início." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erro ao carregar livro" @@ -187,7 +187,7 @@ msgstr "%(value)s não é um remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s não é um nome de usuário válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de usuário" @@ -245,7 +245,7 @@ msgstr "Disponível para empréstimo" msgid "Approved" msgstr "Aprovado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Resenhas" @@ -399,7 +399,7 @@ msgstr "Moderadores/as e administradores/as de %(site_name)s mantêm o site func msgid "Moderator" msgstr "Moderador/a" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versão do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Sobre %(site_name)s" @@ -533,7 +533,7 @@ msgstr "A leitura mais curta do ano…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver registro ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Carregar informações" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver na OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver no Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Editado pela última vez por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadados" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separe com vírgulas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chave Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Salvar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Salvar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Para carregar informações nos conectaremos a %(source_name)s%(count)s editions" msgstr "%(count)s edições" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Você colocou esta edição na estante em:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Uma edição diferente deste livro está em sua estante %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Andamento da sua leitura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Adicionar registro de leitura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Você ainda não registrou sua leitura." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Suas resenhas" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Seus comentários" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Suas citações" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Assuntos" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Adicionar à lista" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Adicionar capa" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Enviar capa:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Carregar capa do endereço:" @@ -975,110 +981,114 @@ msgstr "É uma nova obra" msgid "Back" msgstr "Voltar" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número na série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Assuntos:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicação" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editora:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Data da primeira publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autores/as" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Remover %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor/a de %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Adicionar autores/as:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Adicionar autor/a" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Fulana" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Adicionar outro/a autor/a" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Capa" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propriedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalhes do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores do livro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1168,7 +1178,7 @@ msgstr "Domínio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Publicação" @@ -1177,7 +1187,7 @@ msgstr "Publicação" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Ações" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Comunidade" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Usuários locais" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Diretório" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensagens diretas com %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensagens diretas" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Atualizações" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Seus livros" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Entrar" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Entrar" @@ -2185,7 +2197,7 @@ msgstr "Entrar" msgid "Success! Email address confirmed." msgstr "Endereço de e-mail confirmado com sucesso." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Usuário:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Senha:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueceu sua senha?" @@ -2230,19 +2242,23 @@ msgstr "Busca %(site_name)s" msgid "Search for a book, user, or list" msgstr "Pesquisar livro, usuário ou lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Escanear código de barras" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menu de navegação principal" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Novidades" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configurações" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Configurações" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Sair" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificações" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "senha" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Registrar" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Publicação feita com sucesso" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erro ao publicar" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentação" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoie a instância %(site_name)s: %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código-fonte da BookWyrm está disponível gratuitamente. Você pode contribuir ou reportar problemas no GitHub." @@ -3013,6 +3029,45 @@ msgstr "Adicionar datas de leitura de \"%(title)s\"" msgid "Report" msgstr "Denunciar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Escanear código de barras\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "Solicitando a câmera..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Dê acesso à câmera para escanearmos o código de barras do livro." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Não conseguimos acessar a câmera" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Escaneando..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Alinhe o código de barras do livro com a câmera." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN escaneado" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Pesquisando livro:" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3046,8 +3101,9 @@ msgstr "Tipo de pesquisa" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Usuários" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Data de aceitação" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-mail" @@ -3932,7 +3989,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "Adicione o nome do arquivo utilizando o formulário abaixo para deixá-lo disponível na interface do sistema." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Adicionar tema" @@ -3940,28 +3997,24 @@ msgstr "Adicionar tema" msgid "Unable to save theme" msgstr "Não foi possível salvar o tema" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Nenhum arquivo de tema encontrado" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nome do tema" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Arquivo do tema" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Temas disponíveis" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "Arquivo" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Excluir tema" @@ -3979,43 +4032,39 @@ msgstr "Você tem certeza que quer excluir a conta de %(username)s%(instance_name)s" msgstr "Usuários: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome de usuário" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Data de inclusão" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Última atividade" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instância remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Ativo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inativo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Não definido" @@ -4347,7 +4396,7 @@ msgstr "Incluir alerta de spoiler" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers/content warnings:" -msgstr "Avisos de spoiler/conteúdo:" +msgstr "Alerta de spoiler/conteúdo:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 msgid "Spoilers ahead!" diff --git a/locale/pt_PT/LC_MESSAGES/django.mo b/locale/pt_PT/LC_MESSAGES/django.mo index d943b0f6c1cfbde56d1ccb7ab5d70b864c5f4d81..0fab79b41eb517bcc3bb3087805f64501f378bcc 100644 GIT binary patch delta 19539 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\n" "Language-Team: Portuguese\n" "Language: pt\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Já existe um utilizador com este E-Mail." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Um Dia" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Uma Semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Um Mês" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Não Expira" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} utilizações" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Ilimitado" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "" + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Já existe um utilizador com este E-Mail." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordem da Lista" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título do livro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Classificação" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordenar Por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "" - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erro ao carregar o livro" @@ -187,7 +187,7 @@ msgstr "%(value)s não é um remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s não é um nome de utilizador válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de utilizador" @@ -245,7 +245,7 @@ msgstr "" msgid "Approved" msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Criticas" @@ -399,7 +399,7 @@ msgstr "" msgid "Moderator" msgstr "Moderador" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versão do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Acerca de %(site_name)s" @@ -533,7 +533,7 @@ msgstr "A sua menor leitura este ano…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver registro do ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Carregar dados" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver na OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver no Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Última edição por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadados" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separe vários valores com vírgulas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chave da Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID do Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Salvar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Salvar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Carregar os dados irá conectar a %(source_name)s e ver msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Editar Livro" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Clica para adicionar capa" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Não foi possível carregar a capa" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Clica para ampliar" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s crítica)" msgstr[1] "(%(review_count)s criticas)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Adicionar uma descrição" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrição:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s edições" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Tu arquivaste esta edição em:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Uma edição diferente deste livro está na tua prateleira %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "A tua atividade de leitura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Adicionar datas de leitura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Não tem nenhuma atividade de leitura para este livro." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "As tuas criticas" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Os teus comentários" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "As tuas citações" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Temas/Áreas" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Adicionar à lista" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Adicionar uma capa" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Carregar uma capa:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Carregar capa através de um Url:" @@ -975,110 +981,114 @@ msgstr "Este é um novo trabalho" msgid "Back" msgstr "Voltar" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Séries:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número da série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicação" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editora:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Primeira data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autor(es/as)" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Remover %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor do %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Adicionar Autor(es/as):" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Adicionar Autor(a)" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Joana Sem-nome" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Adicionar outro autor(a)" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Capa" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propriedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalhes do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores de Livros" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "ID da Openlibrary:" @@ -1166,7 +1176,7 @@ msgstr "Domínio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Estado" @@ -1175,7 +1185,7 @@ msgstr "Estado" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Acções" @@ -1319,16 +1329,18 @@ msgid "Community" msgstr "Comunidade" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Utilizadores locais" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Diretório" @@ -1448,7 +1460,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensagens Diretas com %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensagens Diretas" @@ -1622,7 +1634,7 @@ msgid "Updates" msgstr "Atualizações" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Os teus Livros" @@ -2174,7 +2186,7 @@ msgid "Login" msgstr "Login" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Iniciar sessão" @@ -2183,7 +2195,7 @@ msgstr "Iniciar sessão" msgid "Success! Email address confirmed." msgstr "Sucesso! O teu E-Mail está confirmado." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2191,12 +2203,12 @@ msgstr "Nome de utilizador:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Palavra-passe:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueces-te a tua palavra-passe?" @@ -2228,19 +2240,23 @@ msgstr "%(site_name)s pesquisa" msgid "Search for a book, user, or list" msgstr "Procurar por um livro, utilizador, ou lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menu principal" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configurações" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2248,42 +2264,42 @@ msgstr "Configurações" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Terminar sessão" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificações" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "palavra-passe" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Junta-te" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Estado publicado com sucesso" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erro ao publicar estado" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentação" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoia %(site_name)s em %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código de fonte do BookWyrm está disponível gratuitamente. E também podes contribuir ou reportar problemas no GitHub." @@ -3011,6 +3027,43 @@ msgstr "" msgid "Report" msgstr "Denunciar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3044,8 +3097,9 @@ msgstr "Tipo de pesquisa" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Utilizadores" @@ -3512,6 +3566,7 @@ msgid "Date accepted" msgstr "Data de aceitação" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-Mail" @@ -3930,7 +3985,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3938,28 +3993,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3977,43 +4028,39 @@ msgstr "Tens a certeza que desejas excluir a conta do %(username)s%(instance_name)s" msgstr "Utilizadores: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome de utilizador" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Data de Adição" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Última atividade" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Domínio remoto" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Ativo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inativo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Não definido" diff --git a/locale/sv_SE/LC_MESSAGES/django.mo b/locale/sv_SE/LC_MESSAGES/django.mo index d540a049d16db15db4469482f05fbdfed044b8b1..30c6c3e808692e4128204743cf4ed3f88f9d3528 100644 GIT binary patch delta 22183 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 delta 22249 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 PFD0=kFLCpc4_i|KW(8jc diff --git a/locale/sv_SE/LC_MESSAGES/django.po b/locale/sv_SE/LC_MESSAGES/django.po index 691eb7ccb..bdd182c81 100644 --- a/locale/sv_SE/LC_MESSAGES/django.po +++ b/locale/sv_SE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:51\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:17\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Swedish\n" "Language: sv\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "En användare med det användarnamnet existerar redan" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Den här domänen är blockerad. Vänligen kontakta din administratör om du tror att det här är felaktigt." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Denna länk med filtyp har redan lagts till för denna bok. Om den inte är synlig så är domänen fortfarande väntande." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "En användare med den här e-postadressen existerar redan." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "En dag" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "En vecka" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "En månad" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Slutar inte gälla" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} använder" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Obegränsad" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Slutdatum för läsning kan inte vara före startdatum." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "En användare med det användarnamnet existerar redan" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "En användare med den här e-postadressen existerar redan." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Den här domänen är blockerad. Vänligen kontakta din administratör om du tror att det här är felaktigt." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Denna länk med filtyp har redan lagts till för denna bok. Om den inte är synlig så är domänen fortfarande väntande." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Listordning" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Bokens titel" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Betyg" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Sortera efter" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Stigande" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Fallande" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Slutdatum för läsning kan inte vara före startdatum." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Fel uppstod vid inläsning av boken" @@ -187,7 +187,7 @@ msgstr "%(value)s är inte ett giltigt remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s är inte ett giltigt användarnamn" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "användarnamn" @@ -245,7 +245,7 @@ msgstr "Tillgänglig för lån" msgid "Approved" msgstr "Godkänd" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Recensioner" @@ -399,7 +399,7 @@ msgstr "%(site_name)s's moderatorer och administratörer håller hemsidan uppe o msgid "Moderator" msgstr "Moderator" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administratör" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Programvaruversion:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Om %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Det kortast lästa det här året…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Visa ISNI-samling" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Ladda data" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Visa i OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Visa i Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Redigerades senast av:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadata" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Namn:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separera flertalet värden med kommatecken." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Nyckel för Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventarie-ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Spara" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Spara" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Att ladda in data kommer att ansluta till %(source_name)s%(count)s editions" msgstr "%(count)s utgåvor" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Du har lagt den här versionen i hylla:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "En annorlunda utgåva av den här boken finns i din %(shelf_name)s hylla." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Din läsningsaktivitet" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Lägg till läsdatum" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Du har ingen läsaktivitet för den här boken." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Dina recensioner" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Dina kommentarer" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Dina citationer" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Ämnen" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Platser" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Platser" msgid "Lists" msgstr "Listor" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Lägg till i listan" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC-nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Lägg till omslag" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Ladda upp omslag:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Ladda omslag från url:" @@ -975,110 +981,114 @@ msgstr "Det här är ett ny verk" msgid "Back" msgstr "Bakåt" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Undertext:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serier:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Serienummer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Språk:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicering" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Utgivare:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Första publiceringsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Publiceringsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Ta bort %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Författarsida för %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Lägg till författare:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Lägg till författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Jane Doe" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Lägg till en annan författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Omslag" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Fysiska egenskaper" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Formatets detaljer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Sidor:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Bok-identifierare" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary-ID:" @@ -1168,7 +1178,7 @@ msgstr "Domän" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Status" @@ -1177,7 +1187,7 @@ msgstr "Status" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Åtgärder" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Gemenskap" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Lokala användare" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Federerad gemenskap" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Mapp" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citerade %(username)s" msgstr "Direktmeddelanden med %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Direktmeddelanden" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Uppdateringar" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Dina böcker" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Inloggning" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Logga in" @@ -2185,7 +2197,7 @@ msgstr "Logga in" msgid "Success! Email address confirmed." msgstr "Lyckades! E-postadressen bekräftades." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Användarnamn:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Lösenord:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Glömt ditt lösenord?" @@ -2230,19 +2242,23 @@ msgstr "%(site_name)s sök" msgid "Search for a book, user, or list" msgstr "Sök efter en bok, användare eller lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Huvudsaklig navigeringsmeny" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Flöde" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Inställningar" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Inställningar" msgid "Invites" msgstr "Inbjudningar" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Logga ut" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Aviseringar" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "lösenord" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Gå med" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Statusen har publicerats" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Fel uppstod när statusen skulle publiceras" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Dokumentation" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Stötta %(site_name)s på %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm's källkod är fritt tillgängligt. Du kan bidra eller rapportera problem på GitHub." @@ -3013,6 +3029,43 @@ msgstr "Lägg till läs-datum för \"%(title)s\"" msgid "Report" msgstr "Rapport" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultat från" @@ -3046,8 +3099,9 @@ msgstr "Typ av sökning" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Användare" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Datum för godkännande" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-postadress" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "Är du säker på att du vill ta bort %(username)ss kon msgid "Your password:" msgstr "Ditt lösenord:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Tillbaka till användarna" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Användare: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Användarnamn" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Lades till datum" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Senast aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Fjärrinstans" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inaktiv" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Inte inställd" diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index b4b67c957..10b8825d0 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-14 00:10\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Simplified\n" "Language: zh\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "使用此用户名的用户已存在" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "此域名已被屏蔽。如果您认为这是一个错误,请联系您的管理员。" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "此文件类型的链接已经被添加到这本书。如果不可见,域名仍在等待处理中。" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "已经存在使用该邮箱的用户。" - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "一周" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "一个月" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} 次使用" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "阅读完成日期不能早于开始日期。" + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "使用此用户名的用户已存在" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "已经存在使用该邮箱的用户。" + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "此域名已被屏蔽。如果您认为这是一个错误,请联系您的管理员。" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "此文件类型的链接已经被添加到这本书。如果不可见,域名仍在等待处理中。" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "列表顺序" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "书名" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "评价" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "降序" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "阅读完成日期不能早于开始日期。" - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "加载书籍时出错" @@ -187,7 +187,7 @@ msgstr "%(value)s 不是有效的 remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s 不是有效的用户名" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "用户名" @@ -245,7 +245,7 @@ msgstr "可借阅" msgid "Approved" msgstr "已通过" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "书评" @@ -399,7 +399,7 @@ msgstr "%(site_name)s 的仲裁员和管理员负责维持站点运行, 执行 msgid "Moderator" msgstr "仲裁员" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "管理员" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "软件版本:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "关于 %(site_name)s" @@ -531,7 +531,7 @@ msgstr "TA 今年阅读最短的…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -614,18 +614,18 @@ msgstr "查看 ISNI 记录" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "加载数据" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "在 OpenLibrary 查看" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "在 Inventaire 查看" @@ -662,7 +662,7 @@ msgid "Last edited by:" msgstr "最后编辑人:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "元数据" @@ -674,8 +674,9 @@ msgid "Name:" msgstr "名称:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "请用英文逗号(,)分隔多个值。" @@ -704,7 +705,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -721,7 +722,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -743,7 +744,7 @@ msgstr "保存" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -755,6 +756,7 @@ msgstr "保存" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -775,86 +777,90 @@ msgstr "加载数据会连接到 %(source_name)s 并检查这 msgid "Confirm" msgstr "确认" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "编辑书目" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "点击添加封面" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "加载封面失败" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "点击放大" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s 则书评)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "添加描述" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s 个版本" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "此版本已在你的书架上:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "本书的 另一个版本 在你的 %(shelf_name)s 书架上。" -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "你的阅读活动" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "添加阅读日期" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "你还没有任何这本书的阅读活动。" -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "你的书评" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "你的评论" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "主题" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "地点" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -863,11 +869,11 @@ msgstr "地点" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "添加到列表" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -881,12 +887,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC 号:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -895,12 +901,12 @@ msgid "Add cover" msgstr "添加封面" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "上传封面:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "从网址加载封面:" @@ -970,110 +976,114 @@ msgstr "这是一个新的作品。" msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "标题:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "副标题:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "系列编号:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "语言:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "出版" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "初版时间:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "出版时间:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "移除 %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "%(name)s 的作者页面" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "添加作者:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "添加作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "张三" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "添加另一作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "实体性质" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "装订细节:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "页数:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "书目标识号" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1163,7 +1173,7 @@ msgstr "域名" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "状态" @@ -1172,7 +1182,7 @@ msgstr "状态" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "动作" @@ -1316,16 +1326,18 @@ msgid "Community" msgstr "社区" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "本地用户" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "跨站社区" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "目录" @@ -1443,7 +1455,7 @@ msgstr "%(username)s 引用了 %(username)s" msgstr "与 %(username)s 私信" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "私信" @@ -1617,7 +1629,7 @@ msgid "Updates" msgstr "更新" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "你的书目" @@ -2165,7 +2177,7 @@ msgid "Login" msgstr "登录" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "登录" @@ -2174,7 +2186,7 @@ msgstr "登录" msgid "Success! Email address confirmed." msgstr "成功!邮箱地址已确认。" -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2182,12 +2194,12 @@ msgstr "用户名:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "密码:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "忘记了密码?" @@ -2219,19 +2231,23 @@ msgstr "%(site_name)s 搜索" msgid "Search for a book, user, or list" msgstr "搜索书籍、用户或列表" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "主导航菜单" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "动态" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "设置" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2239,42 +2255,42 @@ msgstr "设置" msgid "Invites" msgstr "邀请" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "登出" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "密码" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "加入" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "成功发布的状态" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "发布状态时出错" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "文档" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "在 %(support_title)s 上支持 %(site_name)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm 是开源软件。你可以在 GitHub 贡献或报告问题。" @@ -3002,6 +3018,43 @@ msgstr "添加 “%(title)s” 的阅读日期" msgid "Report" msgstr "报告" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "结果来自" @@ -3035,8 +3088,9 @@ msgstr "搜索类型" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "用户" @@ -3499,6 +3553,7 @@ msgid "Date accepted" msgstr "接受日期" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "邮箱" @@ -3917,7 +3972,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "使用下面的表格添加文件名以便在应用程序接口中可用。" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "添加主题" @@ -3925,28 +3980,24 @@ msgstr "添加主题" msgid "Unable to save theme" msgstr "无法保存主题" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "没有检测到可用的主题文件" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "主题名称" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "主题文件名" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "可用的主题" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "文件" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "删除主题" @@ -3964,43 +4015,39 @@ msgstr "你确定要删除 %(username)s 的帐号吗?此操 msgid "Your password:" msgstr "你的密码:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "回到用户" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "用户: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "用户名" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "添加日期:" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "最后或缺" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "移除服务器" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "活跃" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "停用" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "未设置" diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index 7e25b4b92..717a604e8 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:52\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Traditional\n" "Language: zh\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "已經存在使用該郵箱的使用者。" - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "一週" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "一個月" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "" + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "已經存在使用該郵箱的使用者。" + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "列表順序" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "書名" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "評價" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "降序" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "" - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "" @@ -187,7 +187,7 @@ msgstr "%(value)s 不是有效的 remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s 不是有效的使用者名稱" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "使用者名稱" @@ -245,7 +245,7 @@ msgstr "" msgid "Approved" msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "書評" @@ -399,7 +399,7 @@ msgstr "" msgid "Moderator" msgstr "" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "管理員" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "關於 %(site_name)s" @@ -531,7 +531,7 @@ msgstr "" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -614,18 +614,18 @@ msgstr "" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "在 OpenLibrary 檢視" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "在 Inventaire 檢視" @@ -662,7 +662,7 @@ msgid "Last edited by:" msgstr "最後編輯者:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "元資料" @@ -674,8 +674,9 @@ msgid "Name:" msgstr "名稱:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "請用逗號(,)分隔多個值。" @@ -704,7 +705,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -721,7 +722,7 @@ msgid "ISNI:" msgstr "" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -743,7 +744,7 @@ msgstr "儲存" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -755,6 +756,7 @@ msgstr "儲存" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -775,86 +777,90 @@ msgstr "" msgid "Confirm" msgstr "確認" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "編輯書目" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "載入封面失敗" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s 則書評)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "新增描述" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s 個版本" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "本書的 另一個版本 在你的 %(shelf_name)s 書架上。" -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "你的閱讀活動" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "新增閱讀日期" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "你還未閱讀這本書。" -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "你的書評" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "你的評論" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "主題" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "地點" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -863,11 +869,11 @@ msgstr "地點" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "新增到列表" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -881,12 +887,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC 號:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -895,12 +901,12 @@ msgid "Add cover" msgstr "新增封面" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "上載封面:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "從網址載入封面:" @@ -970,110 +976,114 @@ msgstr "這是一個新的作品。" msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "標題:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "副標題:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "系列編號:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "語言:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "初版時間:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "出版時間:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "新增作者:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "實體性質" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "頁數:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "書目標識號" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1161,7 +1171,7 @@ msgstr "" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "狀態" @@ -1170,7 +1180,7 @@ msgstr "狀態" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "動作" @@ -1314,16 +1324,18 @@ msgid "Community" msgstr "社群" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "本地使用者" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "跨站社群" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "目錄" @@ -1441,7 +1453,7 @@ msgstr "" #: bookwyrm/templates/discover/discover.html:4 #: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:78 +#: bookwyrm/templates/layout.html:86 msgid "Discover" msgstr "" @@ -1564,7 +1576,7 @@ msgstr "重置你在 %(site_name)s 的密碼" msgid "%(site_name)s home page" msgstr "" -#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:234 +#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:242 msgid "Contact site admin" msgstr "聯絡網站管理員" @@ -1578,7 +1590,7 @@ msgid "Direct Messages with %(username)s" msgstr "與 %(username)s 私信" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "私信" @@ -1615,7 +1627,7 @@ msgid "Updates" msgstr "更新" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "你的書目" @@ -2163,7 +2175,7 @@ msgid "Login" msgstr "登入" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "登入" @@ -2172,7 +2184,7 @@ msgstr "登入" msgid "Success! Email address confirmed." msgstr "" -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2180,12 +2192,12 @@ msgstr "使用者名稱:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "密碼:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "忘記了密碼?" @@ -2217,19 +2229,23 @@ msgstr "" msgid "Search for a book, user, or list" msgstr "" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "主導航選單" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "動態" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "設定" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2237,42 +2253,42 @@ msgstr "設定" msgid "Invites" msgstr "邀請" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "登出" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "密碼" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "加入" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "文件:" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "在 %(support_title)s 上支援 %(site_name)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm 是開源軟體。你可以在 GitHub 貢獻或報告問題。" @@ -3000,6 +3016,43 @@ msgstr "" msgid "Report" msgstr "舉報" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "" @@ -3033,8 +3086,9 @@ msgstr "搜尋類別" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "使用者" @@ -3497,6 +3551,7 @@ msgid "Date accepted" msgstr "接受日期" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "郵箱" @@ -3915,7 +3970,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3923,28 +3978,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3962,43 +4013,39 @@ msgstr "" msgid "Your password:" msgstr "" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "回到使用者" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "使用者: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "使用者名稱" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "新增日期:" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "最後活躍" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "移除伺服器" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "活躍" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "停用" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "未設定"