diff --git a/locale/es_ES/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po index 0aaea332..b93f9bfd 100644 --- a/locale/es_ES/LC_MESSAGES/django.po +++ b/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-29 21:32+0000\n" -"PO-Revision-Date: 2022-01-01 17:37\n" +"POT-Creation-Date: 2022-01-02 15:29+0000\n" +"PO-Revision-Date: 2022-01-02 16:29\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Spanish\n" "Language: es\n" @@ -60,7 +60,7 @@ msgstr "Título" msgid "Rating" msgstr "Calificación" -#: bookwyrm/forms.py:473 bookwyrm/templates/lists/list.html:121 +#: bookwyrm/forms.py:473 bookwyrm/templates/lists/list.html:134 msgid "Sort By" msgstr "Ordenar por" @@ -153,7 +153,7 @@ msgstr "nombre de usuario" msgid "A user with that username already exists." msgstr "Ya existe un usuario con ese nombre." -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:244 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:268 msgid "Reviews" msgstr "Reseñas" @@ -268,7 +268,7 @@ msgid "Copy address" msgstr "Copiar dirección" #: bookwyrm/templates/annual_summary/layout.html:68 -#: bookwyrm/templates/lists/list.html:217 +#: bookwyrm/templates/lists/list.html:230 msgid "Copied!" msgstr "¡Copiado!" @@ -409,18 +409,18 @@ msgstr "Ver registro ISNI" #: bookwyrm/templates/author/author.html:88 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:93 +#: bookwyrm/templates/book/book.html:117 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Cargar datos" #: bookwyrm/templates/author/author.html:92 -#: bookwyrm/templates/book/book.html:96 +#: bookwyrm/templates/book/book.html:120 msgid "View on OpenLibrary" msgstr "Ver en OpenLibrary" #: bookwyrm/templates/author/author.html:106 -#: bookwyrm/templates/book/book.html:107 +#: bookwyrm/templates/book/book.html:131 msgid "View on Inventaire" msgstr "Ver en Inventaire" @@ -514,12 +514,12 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:157 +#: bookwyrm/templates/book/book.html:181 #: 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 -#: bookwyrm/templates/lists/form.html:124 +#: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:124 #: bookwyrm/templates/settings/announcements/announcement_form.html:76 #: bookwyrm/templates/settings/federation/edit_instance.html:82 @@ -533,14 +533,14 @@ msgstr "Guardar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:26 -#: bookwyrm/templates/book/book.html:158 bookwyrm/templates/book/book.html:216 -#: bookwyrm/templates/book/cover_modal.html:32 +#: bookwyrm/templates/book/book.html:182 bookwyrm/templates/book/book.html:240 +#: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/readthrough.html:77 #: bookwyrm/templates/book/sync_modal.html:26 #: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/delete_list_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:18 #: bookwyrm/templates/settings/federation/instance.html:88 #: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 #: bookwyrm/templates/snippets/report_modal.html:34 @@ -565,83 +565,87 @@ msgstr "Confirmar" msgid "Edit Book" msgstr "Editar Libro" -#: bookwyrm/templates/book/book.html:73 -#: bookwyrm/templates/book/cover_modal.html:5 -msgid "Add cover" -msgstr "Agregar portada" +#: bookwyrm/templates/book/book.html:75 bookwyrm/templates/book/book.html:78 +msgid "Click to add cover" +msgstr "" -#: bookwyrm/templates/book/book.html:77 +#: bookwyrm/templates/book/book.html:83 msgid "Failed to load cover" msgstr "No se pudo cargar la portada" -#: bookwyrm/templates/book/book.html:134 +#: bookwyrm/templates/book/book.html:94 +msgid "Click to enlarge" +msgstr "" + +#: bookwyrm/templates/book/book.html:158 #, 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:146 +#: bookwyrm/templates/book/book.html:170 msgid "Add Description" msgstr "Agregar descripción" -#: bookwyrm/templates/book/book.html:153 +#: bookwyrm/templates/book/book.html:177 #: bookwyrm/templates/book/edit/edit_book_form.html:39 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descripción:" -#: bookwyrm/templates/book/book.html:167 +#: bookwyrm/templates/book/book.html:191 #, python-format msgid "%(count)s editions" msgstr "%(count)s ediciones" -#: bookwyrm/templates/book/book.html:175 +#: bookwyrm/templates/book/book.html:199 msgid "You have shelved this edition in:" msgstr "Has guardado esta edición en la estantería de:" -#: bookwyrm/templates/book/book.html:190 +#: bookwyrm/templates/book/book.html:214 #, 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:201 +#: bookwyrm/templates/book/book.html:225 msgid "Your reading activity" msgstr "Tu actividad de lectura" -#: bookwyrm/templates/book/book.html:204 +#: bookwyrm/templates/book/book.html:228 msgid "Add read dates" msgstr "Agregar fechas de lectura" -#: bookwyrm/templates/book/book.html:213 +#: bookwyrm/templates/book/book.html:237 msgid "Create" msgstr "Crear" -#: bookwyrm/templates/book/book.html:223 +#: bookwyrm/templates/book/book.html:247 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:249 +#: bookwyrm/templates/book/book.html:273 msgid "Your reviews" msgstr "Tus reseñas" -#: bookwyrm/templates/book/book.html:255 +#: bookwyrm/templates/book/book.html:279 msgid "Your comments" msgstr "Tus comentarios" -#: bookwyrm/templates/book/book.html:261 +#: bookwyrm/templates/book/book.html:285 msgid "Your quotes" msgstr "Tus citas" -#: bookwyrm/templates/book/book.html:297 +#: bookwyrm/templates/book/book.html:321 msgid "Subjects" msgstr "Sujetos" -#: bookwyrm/templates/book/book.html:309 +#: bookwyrm/templates/book/book.html:333 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:320 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/book/book.html:344 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/lists/curate.html:7 bookwyrm/templates/lists/list.html:10 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 #: bookwyrm/templates/search/layout.html:50 @@ -649,13 +653,13 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:331 +#: bookwyrm/templates/book/book.html:355 msgid "Add to list" msgstr "Agregar a lista" -#: bookwyrm/templates/book/book.html:341 -#: bookwyrm/templates/book/cover_modal.html:31 -#: bookwyrm/templates/lists/list.html:195 +#: bookwyrm/templates/book/book.html:365 +#: bookwyrm/templates/book/cover_add_modal.html:31 +#: bookwyrm/templates/lists/list.html:208 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 msgid "Add" @@ -675,16 +679,38 @@ msgstr "Número OCLC:" msgid "ASIN:" msgstr "ASIN:" -#: bookwyrm/templates/book/cover_modal.html:17 +#: bookwyrm/templates/book/cover_add_modal.html:5 +msgid "Add cover" +msgstr "Agregar portada" + +#: bookwyrm/templates/book/cover_add_modal.html:17 #: bookwyrm/templates/book/edit/edit_book_form.html:173 msgid "Upload cover:" msgstr "Subir portada:" -#: bookwyrm/templates/book/cover_modal.html:23 +#: bookwyrm/templates/book/cover_add_modal.html:23 #: bookwyrm/templates/book/edit/edit_book_form.html:179 msgid "Load cover from url:" msgstr "Agregar portada de url:" +#: bookwyrm/templates/book/cover_show_modal.html:6 +msgid "Book cover preview" +msgstr "" + +#: bookwyrm/templates/book/cover_show_modal.html:11 +#: bookwyrm/templates/components/inline_form.html:8 +#: bookwyrm/templates/components/modal.html:11 +#: bookwyrm/templates/components/new_modal.html:13 +#: bookwyrm/templates/components/new_modal.html:28 +#: bookwyrm/templates/components/tooltip.html:7 +#: bookwyrm/templates/feed/layout.html:71 +#: bookwyrm/templates/get_started/layout.html:25 +#: bookwyrm/templates/get_started/layout.html:58 +#: bookwyrm/templates/search/book.html:49 +#: bookwyrm/templates/snippets/announcement.html:18 +msgid "Close" +msgstr "Cerrar" + #: bookwyrm/templates/book/edit/edit_book.html:6 #: bookwyrm/templates/book/edit/edit_book.html:12 #, python-format @@ -935,17 +961,6 @@ msgstr "Eliminar estas fechas de lectura" msgid "Loading data will connect to %(source_name)s and check for any metadata about this book which aren't present here. Existing metadata will not be overwritten." msgstr "La carga de datos se conectará a %(source_name)s y comprobará si hay metadatos sobre este libro que no están presentes aquí. Los metadatos existentes no serán sobrescritos." -#: bookwyrm/templates/components/inline_form.html:8 -#: bookwyrm/templates/components/modal.html:11 -#: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/layout.html:71 -#: bookwyrm/templates/get_started/layout.html:25 -#: bookwyrm/templates/get_started/layout.html:58 -#: bookwyrm/templates/search/book.html:49 -#: bookwyrm/templates/snippets/announcement.html:18 -msgid "Close" -msgstr "Cerrar" - #: bookwyrm/templates/components/tooltip.html:3 msgid "Help" msgstr "Ayuda" @@ -1408,7 +1423,7 @@ msgid "What are you reading?" msgstr "¿Qué estás leyendo?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:149 +#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:162 msgid "Search for a book" msgstr "Buscar libros" @@ -1428,7 +1443,7 @@ msgstr "Puedes agregar libros cuando comiences a usar %(site_name)s." #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/group.html:19 #: bookwyrm/templates/groups/group.html:20 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:153 +#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:166 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -1444,7 +1459,7 @@ msgid "Popular on %(site_name)s" msgstr "Popular en %(site_name)s" #: bookwyrm/templates/get_started/books.html:58 -#: bookwyrm/templates/lists/list.html:166 +#: bookwyrm/templates/lists/list.html:179 msgid "No books found" msgstr "No se encontró ningún libro" @@ -1800,7 +1815,7 @@ msgid "Approving a suggestion will permanently add the suggested book to your sh msgstr "La aprobación de una sugerencia añadirá permanentemente el libro sugerido a tus estanterías y asociará tus fechas de lectura, tus reseñas y tus valoraciones a ese libro." #: bookwyrm/templates/import/manual_review.html:58 -#: bookwyrm/templates/lists/curate.html:57 +#: bookwyrm/templates/lists/curate.html:59 msgid "Approve" msgstr "Aprobar" @@ -2048,23 +2063,23 @@ msgstr "Agregado y comisariado por %(username)s" msgid "Created by %(username)s" msgstr "Creado por %(username)s" -#: bookwyrm/templates/lists/curate.html:8 +#: bookwyrm/templates/lists/curate.html:11 +msgid "Curate" +msgstr "" + +#: bookwyrm/templates/lists/curate.html:20 msgid "Pending Books" msgstr "Libros pendientes" -#: bookwyrm/templates/lists/curate.html:11 -msgid "Go to list" -msgstr "Irse a lista" - -#: bookwyrm/templates/lists/curate.html:15 +#: bookwyrm/templates/lists/curate.html:23 msgid "You're all set!" msgstr "¡Está todo listo!" -#: bookwyrm/templates/lists/curate.html:45 +#: bookwyrm/templates/lists/curate.html:43 msgid "Suggested by" msgstr "Sugerido por" -#: bookwyrm/templates/lists/curate.html:63 +#: bookwyrm/templates/lists/curate.html:65 msgid "Discard" msgstr "Descartar" @@ -2073,7 +2088,7 @@ msgid "Delete this list?" msgstr "¿Eliminar esta lista?" #: bookwyrm/templates/lists/edit_form.html:5 -#: bookwyrm/templates/lists/layout.html:16 +#: bookwyrm/templates/lists/layout.html:17 msgid "Edit List" msgstr "Editar lista" @@ -2088,7 +2103,7 @@ msgid "on %(site_name)s" msgstr "en %(site_name)s" #: bookwyrm/templates/lists/embed-list.html:26 -#: bookwyrm/templates/lists/list.html:29 +#: bookwyrm/templates/lists/list.html:42 msgid "This list is currently empty" msgstr "Esta lista está vacia" @@ -2145,79 +2160,79 @@ msgstr "¡Aún no tienes ningún grupo!" msgid "Create a Group" msgstr "Crear un grupo" -#: bookwyrm/templates/lists/form.html:130 +#: bookwyrm/templates/lists/form.html:121 msgid "Delete list" msgstr "Eliminar lista" -#: bookwyrm/templates/lists/list.html:21 +#: bookwyrm/templates/lists/list.html:34 msgid "You successfully suggested a book for this list!" msgstr "¡Has sugerido un libro para esta lista exitosamente!" -#: bookwyrm/templates/lists/list.html:23 +#: bookwyrm/templates/lists/list.html:36 msgid "You successfully added a book to this list!" msgstr "¡Has agregado un libro a esta lista exitosamente!" -#: bookwyrm/templates/lists/list.html:67 +#: bookwyrm/templates/lists/list.html:80 #, python-format msgid "Added by %(username)s" msgstr "Agregado por %(username)s" -#: bookwyrm/templates/lists/list.html:82 +#: bookwyrm/templates/lists/list.html:95 msgid "List position" msgstr "Posición" -#: bookwyrm/templates/lists/list.html:88 +#: bookwyrm/templates/lists/list.html:101 msgid "Set" msgstr "Establecido" -#: bookwyrm/templates/lists/list.html:103 +#: bookwyrm/templates/lists/list.html:116 #: bookwyrm/templates/snippets/remove_from_group_button.html:19 msgid "Remove" msgstr "Quitar" -#: bookwyrm/templates/lists/list.html:117 -#: bookwyrm/templates/lists/list.html:134 +#: bookwyrm/templates/lists/list.html:130 +#: bookwyrm/templates/lists/list.html:147 msgid "Sort List" msgstr "Ordena la lista" -#: bookwyrm/templates/lists/list.html:127 +#: bookwyrm/templates/lists/list.html:140 msgid "Direction" msgstr "Dirección" -#: bookwyrm/templates/lists/list.html:141 +#: bookwyrm/templates/lists/list.html:154 msgid "Add Books" msgstr "Agregar libros" -#: bookwyrm/templates/lists/list.html:143 +#: bookwyrm/templates/lists/list.html:156 msgid "Suggest Books" msgstr "Sugerir libros" -#: bookwyrm/templates/lists/list.html:154 +#: bookwyrm/templates/lists/list.html:167 msgid "search" msgstr "buscar" -#: bookwyrm/templates/lists/list.html:160 +#: bookwyrm/templates/lists/list.html:173 msgid "Clear search" msgstr "Borrar búsqueda" -#: bookwyrm/templates/lists/list.html:165 +#: bookwyrm/templates/lists/list.html:178 #, python-format msgid "No books found matching the query \"%(query)s\"" msgstr "No se encontró ningún libro correspondiente a la búsqueda: \"%(query)s\"" -#: bookwyrm/templates/lists/list.html:197 +#: bookwyrm/templates/lists/list.html:210 msgid "Suggest" msgstr "Sugerir" -#: bookwyrm/templates/lists/list.html:208 +#: bookwyrm/templates/lists/list.html:221 msgid "Embed this list on a website" msgstr "Incrustar esta lista en un sitio web" -#: bookwyrm/templates/lists/list.html:216 +#: bookwyrm/templates/lists/list.html:229 msgid "Copy embed code" msgstr "Copiar código para incrustar" -#: bookwyrm/templates/lists/list.html:218 +#: bookwyrm/templates/lists/list.html:231 #, python-format msgid "%(list_name)s, a list by %(owner)s on %(site_name)s" msgstr "%(list_name)s, una lista de %(owner)s en %(site_name)s"