Updates locale files with new translations
This commit is contained in:
@ -2,8 +2,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: bookwyrm\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-17 18:03+0000\n"
|
||||
"PO-Revision-Date: 2021-11-17 18:42\n"
|
||||
"POT-Creation-Date: 2021-12-02 18:24+0000\n"
|
||||
"PO-Revision-Date: 2021-12-02 21:41\n"
|
||||
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
|
||||
"Language-Team: German\n"
|
||||
"Language: de\n"
|
||||
@ -17,58 +17,58 @@ msgstr ""
|
||||
"X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n"
|
||||
"X-Crowdin-File-ID: 1553\n"
|
||||
|
||||
#: bookwyrm/forms.py:248
|
||||
#: bookwyrm/forms.py:262
|
||||
msgid "A user with this email already exists."
|
||||
msgstr "Es existiert bereits ein Benutzer*inkonto mit dieser E-Mail-Adresse."
|
||||
|
||||
#: bookwyrm/forms.py:262
|
||||
#: bookwyrm/forms.py:276
|
||||
msgid "One Day"
|
||||
msgstr "Ein Tag"
|
||||
|
||||
#: bookwyrm/forms.py:263
|
||||
#: bookwyrm/forms.py:277
|
||||
msgid "One Week"
|
||||
msgstr "Eine Woche"
|
||||
|
||||
#: bookwyrm/forms.py:264
|
||||
#: bookwyrm/forms.py:278
|
||||
msgid "One Month"
|
||||
msgstr "Ein Monat"
|
||||
|
||||
#: bookwyrm/forms.py:265
|
||||
#: bookwyrm/forms.py:279
|
||||
msgid "Does Not Expire"
|
||||
msgstr "Läuft nicht ab"
|
||||
|
||||
#: bookwyrm/forms.py:269
|
||||
#: bookwyrm/forms.py:283
|
||||
#, python-brace-format
|
||||
msgid "{i} uses"
|
||||
msgstr "{i}-mal verwendbar"
|
||||
|
||||
#: bookwyrm/forms.py:270
|
||||
#: bookwyrm/forms.py:284
|
||||
msgid "Unlimited"
|
||||
msgstr "Unbegrenzt"
|
||||
|
||||
#: bookwyrm/forms.py:338
|
||||
#: bookwyrm/forms.py:352
|
||||
msgid "List Order"
|
||||
msgstr "Reihenfolge der Liste"
|
||||
|
||||
#: bookwyrm/forms.py:339
|
||||
#: bookwyrm/forms.py:353
|
||||
msgid "Book Title"
|
||||
msgstr "Buchtitel"
|
||||
|
||||
#: bookwyrm/forms.py:340 bookwyrm/templates/shelf/shelf.html:149
|
||||
#: bookwyrm/forms.py:354 bookwyrm/templates/shelf/shelf.html:149
|
||||
#: bookwyrm/templates/shelf/shelf.html:181
|
||||
#: bookwyrm/templates/snippets/create_status/review.html:33
|
||||
msgid "Rating"
|
||||
msgstr "Bewertung"
|
||||
|
||||
#: bookwyrm/forms.py:342 bookwyrm/templates/lists/list.html:110
|
||||
#: bookwyrm/forms.py:356 bookwyrm/templates/lists/list.html:110
|
||||
msgid "Sort By"
|
||||
msgstr "Sortieren nach"
|
||||
|
||||
#: bookwyrm/forms.py:346
|
||||
#: bookwyrm/forms.py:360
|
||||
msgid "Ascending"
|
||||
msgstr "Aufsteigend"
|
||||
|
||||
#: bookwyrm/forms.py:347
|
||||
#: bookwyrm/forms.py:361
|
||||
msgid "Descending"
|
||||
msgstr "Absteigend"
|
||||
|
||||
@ -152,6 +152,22 @@ msgstr "Benutzer*inname"
|
||||
msgid "A user with that username already exists."
|
||||
msgstr "Dieser Benutzer*inname ist bereits vergeben."
|
||||
|
||||
#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:218
|
||||
msgid "Reviews"
|
||||
msgstr "Besprechungen"
|
||||
|
||||
#: bookwyrm/models/user.py:33
|
||||
msgid "Comments"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/user.py:34
|
||||
msgid "Quotations"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/user.py:35
|
||||
msgid "Everything else"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:118
|
||||
msgid "Home Timeline"
|
||||
msgstr "Start-Zeitleiste"
|
||||
@ -184,7 +200,7 @@ msgstr "Español (Spanisch)"
|
||||
|
||||
#: bookwyrm/settings.py:168
|
||||
msgid "Galego (Galician)"
|
||||
msgstr ""
|
||||
msgstr "Galego (Galizisch)"
|
||||
|
||||
#: bookwyrm/settings.py:169
|
||||
msgid "Français (French)"
|
||||
@ -192,7 +208,7 @@ msgstr "Français (Französisch)"
|
||||
|
||||
#: bookwyrm/settings.py:170
|
||||
msgid "Lietuvių (Lithuanian)"
|
||||
msgstr ""
|
||||
msgstr "Litauisch (Lithuanian)"
|
||||
|
||||
#: bookwyrm/settings.py:171
|
||||
msgid "Português - Brasil (Brazilian Portuguese)"
|
||||
@ -226,47 +242,51 @@ msgstr "Serverfehler"
|
||||
msgid "Something went wrong! Sorry about that."
|
||||
msgstr "Etwas ist schief gelaufen! Tut uns leid."
|
||||
|
||||
#: bookwyrm/templates/author/author.html:17
|
||||
#: bookwyrm/templates/author/author.html:18
|
||||
#: bookwyrm/templates/author/author.html:19
|
||||
msgid "Edit Author"
|
||||
msgstr "Autor*in bearbeiten"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:34
|
||||
#: bookwyrm/templates/author/author.html:35
|
||||
#: bookwyrm/templates/author/edit_author.html:43
|
||||
msgid "Aliases:"
|
||||
msgstr "Alternative Namen:"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:45
|
||||
#: bookwyrm/templates/author/author.html:46
|
||||
msgid "Born:"
|
||||
msgstr "Geboren:"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:52
|
||||
#: bookwyrm/templates/author/author.html:53
|
||||
msgid "Died:"
|
||||
msgstr "Gestorben:"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:61
|
||||
#: bookwyrm/templates/author/author.html:62
|
||||
msgid "Wikipedia"
|
||||
msgstr "Wikipedia"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:69
|
||||
#: bookwyrm/templates/author/author.html:70
|
||||
msgid "View ISNI record"
|
||||
msgstr "ISNI-Datensatz anzeigen"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:78
|
||||
#: bookwyrm/templates/book/book.html:94
|
||||
msgid "View on OpenLibrary"
|
||||
msgstr "Auf OpenLibrary ansehen"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:77
|
||||
#: bookwyrm/templates/author/author.html:86
|
||||
#: bookwyrm/templates/book/book.html:97
|
||||
msgid "View on Inventaire"
|
||||
msgstr "Auf Inventaire anzeigen"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:85
|
||||
#: bookwyrm/templates/author/author.html:94
|
||||
msgid "View on LibraryThing"
|
||||
msgstr "Auf LibraryThing anzeigen"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:93
|
||||
#: bookwyrm/templates/author/author.html:102
|
||||
msgid "View on Goodreads"
|
||||
msgstr "Auf Goodreads ansehen"
|
||||
|
||||
#: bookwyrm/templates/author/author.html:108
|
||||
#: bookwyrm/templates/author/author.html:117
|
||||
#, python-format
|
||||
msgid "Books by %(name)s"
|
||||
msgstr "Bücher von %(name)s"
|
||||
@ -276,17 +296,17 @@ msgid "Edit Author:"
|
||||
msgstr "Autor*in bearbeiten:"
|
||||
|
||||
#: bookwyrm/templates/author/edit_author.html:13
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:18
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:19
|
||||
msgid "Added:"
|
||||
msgstr "Hinzugefügt:"
|
||||
|
||||
#: bookwyrm/templates/author/edit_author.html:14
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:21
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:22
|
||||
msgid "Updated:"
|
||||
msgstr "Aktualisiert:"
|
||||
|
||||
#: bookwyrm/templates/author/edit_author.html:16
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:25
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:26
|
||||
msgid "Last edited by:"
|
||||
msgstr "Zuletzt bearbeitet von:"
|
||||
|
||||
@ -346,7 +366,7 @@ msgstr "Goodreads-Schlüssel:"
|
||||
|
||||
#: bookwyrm/templates/author/edit_author.html:118
|
||||
#: bookwyrm/templates/book/book.html:140
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:110
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:121
|
||||
#: bookwyrm/templates/book/readthrough.html:76
|
||||
#: bookwyrm/templates/groups/form.html:24
|
||||
#: bookwyrm/templates/lists/bookmark_button.html:15
|
||||
@ -365,8 +385,8 @@ msgstr "Speichern"
|
||||
#: bookwyrm/templates/author/edit_author.html:119
|
||||
#: bookwyrm/templates/book/book.html:141 bookwyrm/templates/book/book.html:190
|
||||
#: bookwyrm/templates/book/cover_modal.html:32
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:112
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:115
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:123
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:126
|
||||
#: bookwyrm/templates/book/readthrough.html:77
|
||||
#: bookwyrm/templates/groups/delete_group_modal.html:17
|
||||
#: bookwyrm/templates/lists/delete_list_modal.html:17
|
||||
@ -444,10 +464,6 @@ msgstr "Erstellen"
|
||||
msgid "You don't have any reading activity for this book."
|
||||
msgstr "Du hast keine Leseaktivität für dieses Buch."
|
||||
|
||||
#: bookwyrm/templates/book/book.html:218
|
||||
msgid "Reviews"
|
||||
msgstr "Besprechungen"
|
||||
|
||||
#: bookwyrm/templates/book/book.html:223
|
||||
msgid "Your reviews"
|
||||
msgstr "Deine Besprechungen"
|
||||
@ -512,56 +528,60 @@ msgstr "Titelbild hochladen:"
|
||||
msgid "Load cover from url:"
|
||||
msgstr "Titelbild von URL laden:"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:5
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:11
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:6
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:12
|
||||
#, python-format
|
||||
msgid "Edit \"%(book_title)s\""
|
||||
msgstr "„%(book_title)s“ bearbeiten"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:5
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:13
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:6
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:14
|
||||
msgid "Add Book"
|
||||
msgstr "Buch hinzufügen"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:47
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:48
|
||||
msgid "Confirm Book Info"
|
||||
msgstr "Buchinfo bestätigen"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:55
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:56
|
||||
#, python-format
|
||||
msgid "Is \"%(name)s\" an existing author?"
|
||||
msgstr "Existiert „%(name)s“ bereits als Autor*in?"
|
||||
msgid "Is \"%(name)s\" one of these authors?"
|
||||
msgstr "Ist \"%(name)s\" einer dieser Autoren?"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:64
|
||||
#, python-format
|
||||
msgid "Author of <em>%(book_title)s</em>"
|
||||
msgstr "Autor*in von <em>%(book_title)s</em>"
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:67
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:69
|
||||
msgid "Author of "
|
||||
msgstr "Autor: "
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:68
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:69
|
||||
msgid "Find more information at isni.org"
|
||||
msgstr "Weitere Informationen auf isni.org finden"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:79
|
||||
msgid "This is a new author"
|
||||
msgstr "Neue*r Autor*in"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:75
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:86
|
||||
#, python-format
|
||||
msgid "Creating a new author: %(name)s"
|
||||
msgstr "Als neue*r Autor*in erstellen: %(name)s"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:82
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:93
|
||||
msgid "Is this an edition of an existing work?"
|
||||
msgstr "Ist das eine Ausgabe eines vorhandenen Werkes?"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:90
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:101
|
||||
msgid "This is a new work"
|
||||
msgstr "Dies ist ein neues Werk."
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:97
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:108
|
||||
#: bookwyrm/templates/groups/members.html:16
|
||||
#: bookwyrm/templates/landing/password_reset.html:30
|
||||
#: bookwyrm/templates/snippets/remove_from_group_button.html:16
|
||||
msgid "Confirm"
|
||||
msgstr "Bestätigen"
|
||||
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:99
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:110
|
||||
#: bookwyrm/templates/feed/status.html:9
|
||||
msgid "Back"
|
||||
msgstr "Zurück"
|
||||
@ -1015,6 +1035,22 @@ msgstr "Du bist eingeladen, %(site_name)s beizutreten! Klicke auf den Link unten
|
||||
msgid "Learn more about %(site_name)s:"
|
||||
msgstr "Erfahre mehr über %(site_name)s:"
|
||||
|
||||
#: bookwyrm/templates/email/moderation_report/html_content.html:6
|
||||
#: bookwyrm/templates/email/moderation_report/text_content.html:5
|
||||
#, python-format
|
||||
msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. "
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/moderation_report/html_content.html:9
|
||||
#: bookwyrm/templates/email/moderation_report/text_content.html:7
|
||||
msgid "View report"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/moderation_report/subject.html:2
|
||||
#, python-format
|
||||
msgid "New report for %(site_name)s"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/email/password_reset/html_content.html:6
|
||||
#: bookwyrm/templates/email/password_reset/text_content.html:4
|
||||
#, python-format
|
||||
@ -1057,15 +1093,31 @@ msgstr "Alle Nachrichten"
|
||||
msgid "You have no messages right now."
|
||||
msgstr "Du hast momentan keine Nachrichten."
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:22
|
||||
#: bookwyrm/templates/feed/feed.html:23
|
||||
msgid "Feed settings"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:26
|
||||
msgid "Saved!"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:47
|
||||
msgid "Save settings"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:56
|
||||
#, python-format
|
||||
msgid "load <span data-poll=\"stream/%(tab_key)s\">0</span> unread status(es)"
|
||||
msgstr "lade <span data-poll=\"stream/%(tab_key)s\">0</span> ungelesene Statusmeldung(en)"
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:38
|
||||
#: bookwyrm/templates/feed/feed.html:72
|
||||
msgid "There aren't any activities right now! Try following a user to get started"
|
||||
msgstr "Hier sind noch keine Aktivitäten! Folge Anderen, um loszulegen"
|
||||
|
||||
#: bookwyrm/templates/feed/feed.html:73
|
||||
msgid "Alternatively, you can try enabling more status types"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/feed/goal_card.html:6
|
||||
#: bookwyrm/templates/feed/layout.html:90
|
||||
#: bookwyrm/templates/user/goal_form.html:6
|
||||
@ -3841,7 +3893,7 @@ msgstr "Keine Follower*innen, denen du folgst"
|
||||
msgid "File exceeds maximum size: 10MB"
|
||||
msgstr "Datei überschreitet die maximale Größe von 10MB"
|
||||
|
||||
#: bookwyrm/templatetags/utilities.py:31
|
||||
#: bookwyrm/templatetags/utilities.py:34
|
||||
#, python-format
|
||||
msgid "%(title)s: %(subtitle)s"
|
||||
msgstr "%(title)s: %(subtitle)s"
|
||||
|
Reference in New Issue
Block a user