New translations django.po (Spanish)

This commit is contained in:
Mouse Reeve 2023-05-30 11:49:19 -07:00
parent 4942236e96
commit 5cf5683d95

View file

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: bookwyrm\n" "Project-Id-Version: bookwyrm\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-26 00:20+0000\n" "POT-Creation-Date: 2023-05-30 17:48+0000\n"
"PO-Revision-Date: 2023-04-26 00:45\n" "PO-Revision-Date: 2023-05-30 18:49\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n" "Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"Language: es\n" "Language: es\n"
@ -300,7 +300,7 @@ msgstr "Disponible como préstamo"
msgid "Approved" msgid "Approved"
msgstr "Aprobado" msgstr "Aprobado"
#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:305 #: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:307
msgid "Reviews" msgid "Reviews"
msgstr "Reseñas" msgstr "Reseñas"
@ -838,7 +838,7 @@ msgid "ISNI:"
msgstr "ISNI:" msgstr "ISNI:"
#: bookwyrm/templates/author/edit_author.html:126 #: bookwyrm/templates/author/edit_author.html:126
#: bookwyrm/templates/book/book.html:218 #: bookwyrm/templates/book/book.html:220
#: bookwyrm/templates/book/edit/edit_book.html:150 #: bookwyrm/templates/book/edit/edit_book.html:150
#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/add_link_modal.html:60
#: bookwyrm/templates/book/file_links/edit_links.html:86 #: bookwyrm/templates/book/file_links/edit_links.html:86
@ -862,7 +862,7 @@ msgstr "Guardar"
#: bookwyrm/templates/author/edit_author.html:127 #: bookwyrm/templates/author/edit_author.html:127
#: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/author/sync_modal.html:23
#: bookwyrm/templates/book/book.html:219 #: bookwyrm/templates/book/book.html:221
#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/cover_add_modal.html:33
#: bookwyrm/templates/book/edit/edit_book.html:152 #: bookwyrm/templates/book/edit/edit_book.html:152
#: bookwyrm/templates/book/edit/edit_book.html:155 #: bookwyrm/templates/book/edit/edit_book.html:155
@ -919,73 +919,73 @@ msgstr "No se pudo cargar la portada"
msgid "Click to enlarge" msgid "Click to enlarge"
msgstr "Haz clic para ampliar" msgstr "Haz clic para ampliar"
#: bookwyrm/templates/book/book.html:195 #: bookwyrm/templates/book/book.html:196
#, python-format #, python-format
msgid "(%(review_count)s review)" msgid "(%(review_count)s review)"
msgid_plural "(%(review_count)s reviews)" msgid_plural "(%(review_count)s reviews)"
msgstr[0] "(%(review_count)s reseña)" msgstr[0] "(%(review_count)s reseña)"
msgstr[1] "(%(review_count)s reseñas)" msgstr[1] "(%(review_count)s reseñas)"
#: bookwyrm/templates/book/book.html:207 #: bookwyrm/templates/book/book.html:209
msgid "Add Description" msgid "Add Description"
msgstr "Agregar descripción" msgstr "Agregar descripción"
#: bookwyrm/templates/book/book.html:214 #: bookwyrm/templates/book/book.html:216
#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/book/edit/edit_book_form.html:42
#: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17
msgid "Description:" msgid "Description:"
msgstr "Descripción:" msgstr "Descripción:"
#: bookwyrm/templates/book/book.html:230 #: bookwyrm/templates/book/book.html:232
#, python-format #, python-format
msgid "%(count)s edition" msgid "%(count)s edition"
msgid_plural "%(count)s editions" msgid_plural "%(count)s editions"
msgstr[0] "%(count)s edición" msgstr[0] "%(count)s edición"
msgstr[1] "%(count)s ediciones" msgstr[1] "%(count)s ediciones"
#: bookwyrm/templates/book/book.html:244 #: bookwyrm/templates/book/book.html:246
msgid "You have shelved this edition in:" msgid "You have shelved this edition in:"
msgstr "Has guardado esta edición en:" msgstr "Has guardado esta edición en:"
#: bookwyrm/templates/book/book.html:259 #: bookwyrm/templates/book/book.html:261
#, python-format #, python-format
msgid "A <a href=\"%(book_path)s\">different edition</a> of this book is on your <a href=\"%(shelf_path)s\">%(shelf_name)s</a> shelf." msgid "A <a href=\"%(book_path)s\">different edition</a> of this book is on your <a href=\"%(shelf_path)s\">%(shelf_name)s</a> shelf."
msgstr "Una <a href=\"%(book_path)s\">edición diferente</a> de este libro está en tu estantería <a href=\"%(shelf_path)s\">%(shelf_name)s</a>." msgstr "Una <a href=\"%(book_path)s\">edición diferente</a> de este libro está en tu estantería <a href=\"%(shelf_path)s\">%(shelf_name)s</a>."
#: bookwyrm/templates/book/book.html:270 #: bookwyrm/templates/book/book.html:272
msgid "Your reading activity" msgid "Your reading activity"
msgstr "Tu actividad de lectura" msgstr "Tu actividad de lectura"
#: bookwyrm/templates/book/book.html:276 #: bookwyrm/templates/book/book.html:278
#: bookwyrm/templates/guided_tour/book.html:56 #: bookwyrm/templates/guided_tour/book.html:56
msgid "Add read dates" msgid "Add read dates"
msgstr "Agregar fechas de lectura" msgstr "Agregar fechas de lectura"
#: bookwyrm/templates/book/book.html:284 #: bookwyrm/templates/book/book.html:286
msgid "You don't have any reading activity for this book." msgid "You don't have any reading activity for this book."
msgstr "No tienes ninguna actividad de lectura para este libro." msgstr "No tienes ninguna actividad de lectura para este libro."
#: bookwyrm/templates/book/book.html:310 #: bookwyrm/templates/book/book.html:312
msgid "Your reviews" msgid "Your reviews"
msgstr "Tus reseñas" msgstr "Tus reseñas"
#: bookwyrm/templates/book/book.html:316 #: bookwyrm/templates/book/book.html:318
msgid "Your comments" msgid "Your comments"
msgstr "Tus comentarios" msgstr "Tus comentarios"
#: bookwyrm/templates/book/book.html:322 #: bookwyrm/templates/book/book.html:324
msgid "Your quotes" msgid "Your quotes"
msgstr "Tus citas" msgstr "Tus citas"
#: bookwyrm/templates/book/book.html:358 #: bookwyrm/templates/book/book.html:360
msgid "Subjects" msgid "Subjects"
msgstr "Sujetos" msgstr "Sujetos"
#: bookwyrm/templates/book/book.html:370 #: bookwyrm/templates/book/book.html:372
msgid "Places" msgid "Places"
msgstr "Lugares" msgstr "Lugares"
#: bookwyrm/templates/book/book.html:381 #: bookwyrm/templates/book/book.html:383
#: bookwyrm/templates/groups/group.html:19 #: bookwyrm/templates/groups/group.html:19
#: bookwyrm/templates/guided_tour/lists.html:14 #: bookwyrm/templates/guided_tour/lists.html:14
#: bookwyrm/templates/guided_tour/user_books.html:102 #: bookwyrm/templates/guided_tour/user_books.html:102
@ -999,11 +999,11 @@ msgstr "Lugares"
msgid "Lists" msgid "Lists"
msgstr "Listas" msgstr "Listas"
#: bookwyrm/templates/book/book.html:393 #: bookwyrm/templates/book/book.html:395
msgid "Add to list" msgid "Add to list"
msgstr "Agregar a lista" msgstr "Agregar a lista"
#: bookwyrm/templates/book/book.html:403 #: bookwyrm/templates/book/book.html:405
#: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/book/cover_add_modal.html:32
#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/add_item_modal.html:39
#: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/lists/list.html:255
@ -6031,7 +6031,7 @@ msgid "BookWyrm's source code is freely available. You can contribute or report
msgstr "BookWyrm es software libre y de código abierto. Puedes contribuir o reportar problemas en <a href=\"https://github.com/bookwyrm-social/bookwyrm\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">GitHub</a>." msgstr "BookWyrm es software libre y de código abierto. Puedes contribuir o reportar problemas en <a href=\"https://github.com/bookwyrm-social/bookwyrm\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">GitHub</a>."
#: bookwyrm/templates/snippets/form_rate_stars.html:20 #: bookwyrm/templates/snippets/form_rate_stars.html:20
#: bookwyrm/templates/snippets/stars.html:13 #: bookwyrm/templates/snippets/stars.html:23
msgid "No rating" msgid "No rating"
msgstr "Sin valoración" msgstr "Sin valoración"
@ -6244,15 +6244,12 @@ msgid "Want to read"
msgstr "Quiero leer" msgstr "Quiero leer"
#: bookwyrm/templates/snippets/shelf_selector.html:81 #: bookwyrm/templates/snippets/shelf_selector.html:81
#: bookwyrm/templates/snippets/shelf_selector.html:95
#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:73 #: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:73
#, python-format #, python-format
msgid "Remove from %(name)s" msgid "Remove from %(name)s"
msgstr "Quitar de %(name)s" msgstr "Quitar de %(name)s"
#: bookwyrm/templates/snippets/shelf_selector.html:94
msgid "Remove from"
msgstr "Eliminar de"
#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 #: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5
msgid "More shelves" msgid "More shelves"
msgstr "Más estanterías" msgstr "Más estanterías"
@ -6634,17 +6631,17 @@ msgstr "%(title)s: %(subtitle)s"
msgid "Status updates from {obj.display_name}" msgid "Status updates from {obj.display_name}"
msgstr "Actualizaciones de status de {obj.display_name}" msgstr "Actualizaciones de status de {obj.display_name}"
#: bookwyrm/views/rss_feed.py:72 #: bookwyrm/views/rss_feed.py:80
#, python-brace-format #, python-brace-format
msgid "Reviews from {obj.display_name}" msgid "Reviews from {obj.display_name}"
msgstr "" msgstr ""
#: bookwyrm/views/rss_feed.py:110 #: bookwyrm/views/rss_feed.py:122
#, python-brace-format #, python-brace-format
msgid "Quotes from {obj.display_name}" msgid "Quotes from {obj.display_name}"
msgstr "" msgstr ""
#: bookwyrm/views/rss_feed.py:148 #: bookwyrm/views/rss_feed.py:164
#, python-brace-format #, python-brace-format
msgid "Comments from {obj.display_name}" msgid "Comments from {obj.display_name}"
msgstr "" msgstr ""