Merge pull request #1484 from bayocr/add-some-spanish-translations
Add some missing Spanish translations
This commit is contained in:
commit
5f193f35bf
Binary file not shown.
|
@ -3,12 +3,11 @@
|
||||||
# This file is distributed under the same license as the BookWyrm package.
|
# This file is distributed under the same license as the BookWyrm package.
|
||||||
# Mouse Reeve <mousereeve@riseup.net>, 2021
|
# Mouse Reeve <mousereeve@riseup.net>, 2021
|
||||||
#
|
#
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 0.0.1\n"
|
"Project-Id-Version: 0.0.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-09-29 18:32+0000\n"
|
"POT-Creation-Date: 2021-10-02 01:08+0000\n"
|
||||||
"PO-Revision-Date: 2021-03-19 11:49+0800\n"
|
"PO-Revision-Date: 2021-03-19 11:49+0800\n"
|
||||||
"Last-Translator: Reese Porter <reesedporter@gmail.com>\n"
|
"Last-Translator: Reese Porter <reesedporter@gmail.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -39,10 +38,8 @@ msgid "Does Not Expire"
|
||||||
msgstr "Nunca se vence"
|
msgstr "Nunca se vence"
|
||||||
|
|
||||||
#: bookwyrm/forms.py:262
|
#: bookwyrm/forms.py:262
|
||||||
#, fuzzy, python-brace-format
|
|
||||||
#| msgid "Max uses"
|
|
||||||
msgid "{i} uses"
|
msgid "{i} uses"
|
||||||
msgstr "Número máximo de usos"
|
msgstr "{i} usos"
|
||||||
|
|
||||||
#: bookwyrm/forms.py:263
|
#: bookwyrm/forms.py:263
|
||||||
msgid "Unlimited"
|
msgid "Unlimited"
|
||||||
|
@ -103,30 +100,24 @@ msgid "Domain block"
|
||||||
msgstr "Bloqueo de dominio"
|
msgstr "Bloqueo de dominio"
|
||||||
|
|
||||||
#: bookwyrm/models/book.py:232
|
#: bookwyrm/models/book.py:232
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Add books"
|
|
||||||
msgid "Audiobook"
|
msgid "Audiobook"
|
||||||
msgstr "Agregar libros"
|
msgstr "Audio libro"
|
||||||
|
|
||||||
#: bookwyrm/models/book.py:233
|
#: bookwyrm/models/book.py:233
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Book"
|
|
||||||
msgid "eBook"
|
msgid "eBook"
|
||||||
msgstr "Libro"
|
msgstr "Libro electrónico"
|
||||||
|
|
||||||
#: bookwyrm/models/book.py:234
|
#: bookwyrm/models/book.py:234
|
||||||
msgid "Graphic novel"
|
msgid "Graphic novel"
|
||||||
msgstr ""
|
msgstr "Novela gráfica"
|
||||||
|
|
||||||
#: bookwyrm/models/book.py:235
|
#: bookwyrm/models/book.py:235
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Add cover"
|
|
||||||
msgid "Hardcover"
|
msgid "Hardcover"
|
||||||
msgstr "Agregar portada"
|
msgstr "Tapa dura"
|
||||||
|
|
||||||
#: bookwyrm/models/book.py:236
|
#: bookwyrm/models/book.py:236
|
||||||
msgid "Paperback"
|
msgid "Paperback"
|
||||||
msgstr ""
|
msgstr "Tapa blanda"
|
||||||
|
|
||||||
#: bookwyrm/models/federated_server.py:11
|
#: bookwyrm/models/federated_server.py:11
|
||||||
#: bookwyrm/templates/settings/federation/edit_instance.html:42
|
#: bookwyrm/templates/settings/federation/edit_instance.html:42
|
||||||
|
@ -626,10 +617,8 @@ msgid "Format:"
|
||||||
msgstr "Formato:"
|
msgstr "Formato:"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/edit_book.html:268
|
#: bookwyrm/templates/book/edit_book.html:268
|
||||||
#, fuzzy
|
|
||||||
#| msgid "User details"
|
|
||||||
msgid "Format details:"
|
msgid "Format details:"
|
||||||
msgstr "Detalles"
|
msgstr "Detalles del formato"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/edit_book.html:278
|
#: bookwyrm/templates/book/edit_book.html:278
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
|
@ -670,37 +659,37 @@ msgstr "Cualquier"
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr "Idioma:"
|
msgstr "Idioma:"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/publisher_info.html:22
|
#: bookwyrm/templates/book/publisher_info.html:24
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(format)s"
|
msgid "%(format)s"
|
||||||
msgstr "%(format)s"
|
msgstr "%(format)s"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/publisher_info.html:24
|
#: bookwyrm/templates/book/publisher_info.html:26
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(format)s, %(pages)s pages"
|
msgid "%(format)s, %(pages)s pages"
|
||||||
msgstr "%(format)s, %(pages)s páginas"
|
msgstr "%(format)s, %(pages)s páginas"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/publisher_info.html:26
|
#: bookwyrm/templates/book/publisher_info.html:28
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(pages)s pages"
|
msgid "%(pages)s pages"
|
||||||
msgstr "%(pages)s páginas"
|
msgstr "%(pages)s páginas"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/publisher_info.html:38
|
#: bookwyrm/templates/book/publisher_info.html:40
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(languages)s language"
|
msgid "%(languages)s language"
|
||||||
msgstr "idioma %(languages)s"
|
msgstr "idioma %(languages)s"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/publisher_info.html:64
|
#: bookwyrm/templates/book/publisher_info.html:66
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Published %(date)s by %(publisher)s."
|
msgid "Published %(date)s by %(publisher)s."
|
||||||
msgstr "Publicado %(date)s por %(publisher)s."
|
msgstr "Publicado %(date)s por %(publisher)s."
|
||||||
|
|
||||||
#: bookwyrm/templates/book/publisher_info.html:66
|
#: bookwyrm/templates/book/publisher_info.html:68
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Published %(date)s"
|
msgid "Published %(date)s"
|
||||||
msgstr "Publicado %(date)s"
|
msgstr "Publicado %(date)s"
|
||||||
|
|
||||||
#: bookwyrm/templates/book/publisher_info.html:68
|
#: bookwyrm/templates/book/publisher_info.html:70
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Published by %(publisher)s."
|
msgid "Published by %(publisher)s."
|
||||||
msgstr "Publicado por %(publisher)s."
|
msgstr "Publicado por %(publisher)s."
|
||||||
|
@ -748,7 +737,7 @@ msgstr "Buscar ediciones"
|
||||||
#: bookwyrm/templates/feed/layout.html:71
|
#: bookwyrm/templates/feed/layout.html:71
|
||||||
#: bookwyrm/templates/get_started/layout.html:20
|
#: bookwyrm/templates/get_started/layout.html:20
|
||||||
#: bookwyrm/templates/get_started/layout.html:53
|
#: bookwyrm/templates/get_started/layout.html:53
|
||||||
#: bookwyrm/templates/search/book.html:32
|
#: bookwyrm/templates/search/book.html:49
|
||||||
#: bookwyrm/templates/snippets/announcement.html:18
|
#: bookwyrm/templates/snippets/announcement.html:18
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr "Cerrar"
|
msgstr "Cerrar"
|
||||||
|
@ -1400,10 +1389,8 @@ msgid "Request an Invitation"
|
||||||
msgstr "Solicitar una invitación"
|
msgstr "Solicitar una invitación"
|
||||||
|
|
||||||
#: bookwyrm/templates/landing/layout.html:49
|
#: bookwyrm/templates/landing/layout.html:49
|
||||||
#, fuzzy, python-format
|
|
||||||
#| msgid "(Recommended if registration is open)"
|
|
||||||
msgid "%(name)s registration is closed"
|
msgid "%(name)s registration is closed"
|
||||||
msgstr "(Recomendado si la registración es abierta)"
|
msgstr "El registro de %(name)s está cerrado"
|
||||||
|
|
||||||
#: bookwyrm/templates/landing/layout.html:60
|
#: bookwyrm/templates/landing/layout.html:60
|
||||||
msgid "Thank you! Your request has been received."
|
msgid "Thank you! Your request has been received."
|
||||||
|
@ -1414,16 +1401,12 @@ msgid "Your Account"
|
||||||
msgstr "Tu cuenta"
|
msgstr "Tu cuenta"
|
||||||
|
|
||||||
#: bookwyrm/templates/layout.html:13
|
#: bookwyrm/templates/layout.html:13
|
||||||
#, fuzzy, python-format
|
|
||||||
#| msgid "About %(site_name)s"
|
|
||||||
msgid "%(site_name)s search"
|
msgid "%(site_name)s search"
|
||||||
msgstr "Sobre %(site_name)s"
|
msgstr "Busqueda en %(site_name)s"
|
||||||
|
|
||||||
#: bookwyrm/templates/layout.html:43
|
#: bookwyrm/templates/layout.html:43
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Search for a book or user"
|
|
||||||
msgid "Search for a book, user, or list"
|
msgid "Search for a book, user, or list"
|
||||||
msgstr "Buscar un libro o un usuario"
|
msgstr "Buscar un libro o un usuario o una lista"
|
||||||
|
|
||||||
#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62
|
#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62
|
||||||
msgid "Main navigation menu"
|
msgid "Main navigation menu"
|
||||||
|
@ -1600,7 +1583,7 @@ msgstr "De comisariado"
|
||||||
msgid "Anyone can suggest books, subject to your approval"
|
msgid "Anyone can suggest books, subject to your approval"
|
||||||
msgstr "Cualquier usuario puede sugerir libros, en cuanto lo hayas aprobado"
|
msgstr "Cualquier usuario puede sugerir libros, en cuanto lo hayas aprobado"
|
||||||
|
|
||||||
#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:30
|
#: bookwyrm/templates/lists/form.html:31 bookwyrm/templates/search/book.html:47
|
||||||
#: bookwyrm/templates/settings/reports/reports.html:25
|
#: bookwyrm/templates/settings/reports/reports.html:25
|
||||||
#: bookwyrm/templates/snippets/announcement.html:16
|
#: bookwyrm/templates/snippets/announcement.html:16
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
|
@ -1900,17 +1883,13 @@ msgstr "Perfil"
|
||||||
|
|
||||||
#: bookwyrm/templates/preferences/edit_user.html:13
|
#: bookwyrm/templates/preferences/edit_user.html:13
|
||||||
#: bookwyrm/templates/preferences/edit_user.html:68
|
#: bookwyrm/templates/preferences/edit_user.html:68
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Email preference"
|
|
||||||
msgid "Display preferences"
|
msgid "Display preferences"
|
||||||
msgstr "Preferencia de correo electrónico"
|
msgstr "Preferencias de visualización"
|
||||||
|
|
||||||
#: bookwyrm/templates/preferences/edit_user.html:14
|
#: bookwyrm/templates/preferences/edit_user.html:14
|
||||||
#: bookwyrm/templates/preferences/edit_user.html:100
|
#: bookwyrm/templates/preferences/edit_user.html:100
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Post privacy"
|
|
||||||
msgid "Privacy"
|
msgid "Privacy"
|
||||||
msgstr "Privacidad de publicación"
|
msgstr "Privacidad"
|
||||||
|
|
||||||
#: bookwyrm/templates/preferences/edit_user.html:72
|
#: bookwyrm/templates/preferences/edit_user.html:72
|
||||||
msgid "Show reading goal prompt in feed:"
|
msgid "Show reading goal prompt in feed:"
|
||||||
|
@ -1956,15 +1935,19 @@ msgstr "Empezar \"%(book_title)s\""
|
||||||
msgid "Want to Read \"%(book_title)s\""
|
msgid "Want to Read \"%(book_title)s\""
|
||||||
msgstr "Quiero leer \"%(book_title)s\""
|
msgstr "Quiero leer \"%(book_title)s\""
|
||||||
|
|
||||||
#: bookwyrm/templates/search/book.html:64
|
#: bookwyrm/templates/search/book.html:85
|
||||||
|
msgid "Import book"
|
||||||
|
msgstr "Importar libro"
|
||||||
|
|
||||||
|
#: bookwyrm/templates/search/book.html:107
|
||||||
msgid "Load results from other catalogues"
|
msgid "Load results from other catalogues"
|
||||||
msgstr "Cargar resultados de otros catálogos"
|
msgstr "Cargar resultados de otros catálogos"
|
||||||
|
|
||||||
#: bookwyrm/templates/search/book.html:68
|
#: bookwyrm/templates/search/book.html:111
|
||||||
msgid "Manually add book"
|
msgid "Manually add book"
|
||||||
msgstr "Agregar libro a mano"
|
msgstr "Agregar libro a mano"
|
||||||
|
|
||||||
#: bookwyrm/templates/search/book.html:73
|
#: bookwyrm/templates/search/book.html:116
|
||||||
msgid "Log in to import or add books."
|
msgid "Log in to import or add books."
|
||||||
msgstr "Iniciar una sesión para importar o agregar libros"
|
msgstr "Iniciar una sesión para importar o agregar libros"
|
||||||
|
|
||||||
|
@ -2093,8 +2076,6 @@ msgid "inactive"
|
||||||
msgstr "inactivo"
|
msgstr "inactivo"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/announcements/announcements.html:52
|
#: bookwyrm/templates/settings/announcements/announcements.html:52
|
||||||
#, fuzzy
|
|
||||||
#| msgid "No announcements found."
|
|
||||||
msgid "No announcements found"
|
msgid "No announcements found"
|
||||||
msgstr "No se encontró ningun anuncio."
|
msgstr "No se encontró ningun anuncio."
|
||||||
|
|
||||||
|
@ -2203,10 +2184,8 @@ msgstr[0] "%(display_count)s usuario"
|
||||||
msgstr[1] "%(display_count)s usuarios"
|
msgstr[1] "%(display_count)s usuarios"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59
|
#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59
|
||||||
#, fuzzy
|
|
||||||
#| msgid "No users currently blocked."
|
|
||||||
msgid "No email domains currently blocked"
|
msgid "No email domains currently blocked"
|
||||||
msgstr "No hay ningún usuario bloqueado actualmente."
|
msgstr "No hay dominios de correo electrónico bloqueados actualmente"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/federation/edit_instance.html:3
|
#: bookwyrm/templates/settings/federation/edit_instance.html:3
|
||||||
#: bookwyrm/templates/settings/federation/edit_instance.html:6
|
#: bookwyrm/templates/settings/federation/edit_instance.html:6
|
||||||
|
@ -2300,7 +2279,7 @@ msgstr "Editar"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/federation/instance.html:79
|
#: bookwyrm/templates/settings/federation/instance.html:79
|
||||||
msgid "<em>No notes</em>"
|
msgid "<em>No notes</em>"
|
||||||
msgstr ""
|
msgstr "<em>Sin notas</em>"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/federation/instance.html:94
|
#: bookwyrm/templates/settings/federation/instance.html:94
|
||||||
#: bookwyrm/templates/settings/users/user_moderation_actions.html:8
|
#: bookwyrm/templates/settings/users/user_moderation_actions.html:8
|
||||||
|
@ -2358,8 +2337,6 @@ msgid "Software"
|
||||||
msgstr "Software"
|
msgstr "Software"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/federation/instance_list.html:63
|
#: bookwyrm/templates/settings/federation/instance_list.html:63
|
||||||
#, fuzzy
|
|
||||||
#| msgid "No announcements found."
|
|
||||||
msgid "No instances found"
|
msgid "No instances found"
|
||||||
msgstr "No se encontró ningun anuncio."
|
msgstr "No se encontró ningun anuncio."
|
||||||
|
|
||||||
|
@ -2471,48 +2448,38 @@ msgstr "No invitaciónes activas"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5
|
#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10
|
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10
|
||||||
#, fuzzy
|
|
||||||
#| msgid "IP address"
|
|
||||||
msgid "Add IP address"
|
msgid "Add IP address"
|
||||||
msgstr "Dirección IP"
|
msgstr "Agregar dirección IP"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11
|
#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11
|
||||||
msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page."
|
msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page."
|
||||||
msgstr ""
|
msgstr "Use los bloqueos de dirección IP con cuidado, y considere usar los bloqueos solo temporalmente, ya que las direcciones IP a menudo son compartidas o cambian de dueños. Si bloqueas tu propia IP, no serás capaz de acceder a esta página"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18
|
#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18
|
||||||
#, fuzzy
|
|
||||||
#| msgid "IP address"
|
|
||||||
msgid "IP Address:"
|
msgid "IP Address:"
|
||||||
msgstr "Dirección IP"
|
msgstr "Dirección IP"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5
|
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7
|
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7
|
||||||
#: bookwyrm/templates/settings/layout.html:63
|
#: bookwyrm/templates/settings/layout.html:63
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import Blocklist"
|
|
||||||
msgid "IP Address Blocklist"
|
msgid "IP Address Blocklist"
|
||||||
msgstr "Importar lista de bloqueo"
|
msgstr "Lista de direcciones IP bloqueadas"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18
|
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18
|
||||||
msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application."
|
msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application."
|
||||||
msgstr ""
|
msgstr "Cualquier tráfico desde esta dirección IP obtendrá una respuesta 404 cuando trate de acceder cualquier parte de la aplicación"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24
|
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24
|
||||||
#, fuzzy
|
|
||||||
#| msgid "IP address"
|
|
||||||
msgid "Address"
|
msgid "Address"
|
||||||
msgstr "Dirección IP"
|
msgstr "Dirección"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46
|
#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46
|
||||||
#, fuzzy
|
|
||||||
#| msgid "No users currently blocked."
|
|
||||||
msgid "No IP addresses currently blocked"
|
msgid "No IP addresses currently blocked"
|
||||||
msgstr "No hay ningún usuario bloqueado actualmente."
|
msgstr "No hay ningúna dirección IP bloqueada actualmente."
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6
|
#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6
|
||||||
msgid "You can block IP ranges using CIDR syntax."
|
msgid "You can block IP ranges using CIDR syntax."
|
||||||
msgstr ""
|
msgstr "Puedes bloquear rangos de IP usando la sintaxis CIDR."
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/layout.html:4
|
#: bookwyrm/templates/settings/layout.html:4
|
||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
|
@ -2706,10 +2673,8 @@ msgid "Registration closed text:"
|
||||||
msgstr "Texto de registración cerrada:"
|
msgstr "Texto de registración cerrada:"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/site.html:124
|
#: bookwyrm/templates/settings/site.html:124
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Invite Requests"
|
|
||||||
msgid "Invite request text:"
|
msgid "Invite request text:"
|
||||||
msgstr "Solicitudes de invitación"
|
msgstr "Texto de solicitud de invitación:"
|
||||||
|
|
||||||
#: bookwyrm/templates/settings/users/delete_user_form.html:5
|
#: bookwyrm/templates/settings/users/delete_user_form.html:5
|
||||||
#: bookwyrm/templates/settings/users/user_moderation_actions.html:31
|
#: bookwyrm/templates/settings/users/user_moderation_actions.html:31
|
||||||
|
@ -2970,10 +2935,8 @@ msgid "Content"
|
||||||
msgstr "Contenido"
|
msgstr "Contenido"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10
|
#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Content:"
|
|
||||||
msgid "Content warning:"
|
msgid "Content warning:"
|
||||||
msgstr "Contenido:"
|
msgstr "Advertencia de contenido:"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18
|
#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18
|
||||||
msgid "Spoilers ahead!"
|
msgid "Spoilers ahead!"
|
||||||
|
@ -3290,10 +3253,6 @@ msgstr "Este informe se enviará a los moderadores de %(site_name)s para la revi
|
||||||
msgid "More info about this report:"
|
msgid "More info about this report:"
|
||||||
msgstr "Más información sobre este informe:"
|
msgstr "Más información sobre este informe:"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/search_result_text.html:36
|
|
||||||
msgid "Import book"
|
|
||||||
msgstr "Importar libro"
|
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/shelf_selector.html:4
|
#: bookwyrm/templates/snippets/shelf_selector.html:4
|
||||||
msgid "Move book"
|
msgid "Move book"
|
||||||
msgstr "Mover libro"
|
msgstr "Mover libro"
|
||||||
|
@ -3322,14 +3281,10 @@ msgid "Finish reading"
|
||||||
msgstr "Terminar de leer"
|
msgstr "Terminar de leer"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/status/content_status.html:72
|
#: bookwyrm/templates/snippets/status/content_status.html:72
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Content:"
|
|
||||||
msgid "Content warning"
|
msgid "Content warning"
|
||||||
msgstr "Contenido:"
|
msgstr "Advertencia de contenido:"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/status/content_status.html:79
|
#: bookwyrm/templates/snippets/status/content_status.html:79
|
||||||
#, fuzzy
|
|
||||||
#| msgid "View status"
|
|
||||||
msgid "Show status"
|
msgid "Show status"
|
||||||
msgstr "Ver status"
|
msgstr "Ver status"
|
||||||
|
|
||||||
|
@ -3348,10 +3303,8 @@ msgid "Open image in new window"
|
||||||
msgstr "Abrir imagen en una nueva ventana"
|
msgstr "Abrir imagen en una nueva ventana"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/status/content_status.html:144
|
#: bookwyrm/templates/snippets/status/content_status.html:144
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Like status"
|
|
||||||
msgid "Hide status"
|
msgid "Hide status"
|
||||||
msgstr "Me gusta status"
|
msgstr "Ocultar status"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/status/headers/comment.html:2
|
#: bookwyrm/templates/snippets/status/headers/comment.html:2
|
||||||
#, python-format
|
#, python-format
|
||||||
|
@ -3600,10 +3553,8 @@ msgid "No user with that email address was found."
|
||||||
msgstr "No se pudo encontrar un usuario con esa dirección de correo electrónico."
|
msgstr "No se pudo encontrar un usuario con esa dirección de correo electrónico."
|
||||||
|
|
||||||
#: bookwyrm/views/password.py:41
|
#: bookwyrm/views/password.py:41
|
||||||
#, fuzzy, python-brace-format
|
|
||||||
#| msgid "A password reset link sent to %s"
|
|
||||||
msgid "A password reset link sent to {email}"
|
msgid "A password reset link sent to {email}"
|
||||||
msgstr "Un enlace para reestablecer tu contraseña se enviará a %s"
|
msgstr "Un enlace para reestablecer tu contraseña se envió a {email}"
|
||||||
|
|
||||||
#: bookwyrm/views/rss_feed.py:34
|
#: bookwyrm/views/rss_feed.py:34
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
@ -3766,8 +3717,6 @@ msgstr "Actualizaciones de status de {obj.display_name}"
|
||||||
#~ msgid "This field cannot be blank."
|
#~ msgid "This field cannot be blank."
|
||||||
#~ msgstr "Este campo no puede ser vacio."
|
#~ msgstr "Este campo no puede ser vacio."
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
#~| msgid "%(model_name)s with this %(field_label)s already exists."
|
|
||||||
#~ msgid "%(model_name)s with this %(field_label)s already exists."
|
#~ msgid "%(model_name)s with this %(field_label)s already exists."
|
||||||
#~ msgstr "Ya existe %(model_name)s con este %(field_labels)s."
|
#~ msgstr "Ya existe %(model_name)s con este %(field_labels)s."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue