Wording consistency and locales compiled for getting started views

This commit is contained in:
Mouse Reeve
2021-04-01 12:23:13 -07:00
parent 3b725fab63
commit f949d08034
12 changed files with 1016 additions and 502 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-31 10:36-0700\n"
"POT-Creation-Date: 2021-04-01 12:22-0700\n"
"PO-Revision-Date: 2021-03-19 11:49+0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -18,34 +18,34 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: bookwyrm/forms.py:213
#: bookwyrm/forms.py:226
#, fuzzy
#| msgid "A user with that username already exists."
msgid "A user with this email already exists."
msgstr "Ya existe un usuario con ese nombre."
#: bookwyrm/forms.py:227
#: bookwyrm/forms.py:240
msgid "One Day"
msgstr "Un día"
#: bookwyrm/forms.py:228
#: bookwyrm/forms.py:241
msgid "One Week"
msgstr "Una semana"
#: bookwyrm/forms.py:229
#: bookwyrm/forms.py:242
msgid "One Month"
msgstr "Un mes"
#: bookwyrm/forms.py:230
#: bookwyrm/forms.py:243
msgid "Does Not Expire"
msgstr "Nunca se vence"
#: bookwyrm/forms.py:235
#: bookwyrm/forms.py:248
#, python-format
msgid "%(count)d uses"
msgstr "%(count)d usos"
#: bookwyrm/forms.py:238
#: bookwyrm/forms.py:251
msgid "Unlimited"
msgstr "Sin límite"
@ -135,42 +135,48 @@ msgstr "Editar Libro"
msgid "Add cover"
msgstr "Agregar portada"
#: bookwyrm/templates/book/book.html:59
#: bookwyrm/templates/book/book.html:53
#, fuzzy
#| msgid "Failed to load"
msgid "Failed to load cover"
msgstr "Se falló a cargar"
#: bookwyrm/templates/book/book.html:62
msgid "ISBN:"
msgstr "ISBN:"
#: bookwyrm/templates/book/book.html:66
#: bookwyrm/templates/book/book.html:69
#: bookwyrm/templates/book/edit_book.html:211
msgid "OCLC Number:"
msgstr "Número OCLC:"
#: bookwyrm/templates/book/book.html:73
#: bookwyrm/templates/book/book.html:76
#: bookwyrm/templates/book/edit_book.html:215
msgid "ASIN:"
msgstr "ASIN:"
#: bookwyrm/templates/book/book.html:82
#: bookwyrm/templates/book/book.html:85
msgid "View on OpenLibrary"
msgstr "Ver en OpenLibrary"
#: bookwyrm/templates/book/book.html:91
#: bookwyrm/templates/book/book.html:94
#, 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:97
#: bookwyrm/templates/book/book.html:100
msgid "Add Description"
msgstr "Agregar descripción"
#: bookwyrm/templates/book/book.html:104
#: bookwyrm/templates/book/book.html:107
#: bookwyrm/templates/book/edit_book.html:101
#: bookwyrm/templates/lists/form.html:12
msgid "Description:"
msgstr "Descripción:"
#: bookwyrm/templates/book/book.html:108
#: bookwyrm/templates/book/book.html:111
#: bookwyrm/templates/book/edit_book.html:225
#: bookwyrm/templates/edit_author.html:78 bookwyrm/templates/lists/form.html:42
#: bookwyrm/templates/preferences/edit_user.html:70
@ -182,7 +188,7 @@ msgstr "Descripción:"
msgid "Save"
msgstr "Guardar"
#: bookwyrm/templates/book/book.html:109 bookwyrm/templates/book/book.html:158
#: bookwyrm/templates/book/book.html:112 bookwyrm/templates/book/book.html:161
#: bookwyrm/templates/book/cover_modal.html:32
#: bookwyrm/templates/book/edit_book.html:226
#: bookwyrm/templates/edit_author.html:79
@ -197,74 +203,65 @@ msgstr "Guardar"
msgid "Cancel"
msgstr "Cancelar"
#: bookwyrm/templates/book/book.html:118
#: bookwyrm/templates/book/book.html:121
#, python-format
msgid "<a href=\"%(path)s/editions\">%(count)s editions</a>"
msgstr "<a href=\"%(path)s/editions\">%(count)s ediciones</a>"
#: bookwyrm/templates/book/book.html:126
#: bookwyrm/templates/book/book.html:129
#, python-format
msgid "This edition is on your <a href=\"%(path)s\">%(shelf_name)s</a> shelf."
msgstr "Esta edición está en tu <a href=\"%(path)s\">%(shelf_name)s</a> estante."
#: bookwyrm/templates/book/book.html:132
#: bookwyrm/templates/book/book.html:135
#, 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."
msgstr "Una <a href=\"%(book_path)s\">edición diferente</a> de este libro está en tu <a href=\"%(shelf_path)s\">%(shelf_name)s</a> estante."
#: bookwyrm/templates/book/book.html:141
#: bookwyrm/templates/book/book.html:144
msgid "Your reading activity"
msgstr "Tu actividad de lectura"
#: bookwyrm/templates/book/book.html:143
#: bookwyrm/templates/book/book.html:146
msgid "Add read dates"
msgstr "Agregar fechas de lectura"
#: bookwyrm/templates/book/book.html:148
#: bookwyrm/templates/book/book.html:151
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:155
#: bookwyrm/templates/book/book.html:158
msgid "Create"
msgstr "Crear"
#: bookwyrm/templates/book/book.html:177
msgid "Tags"
msgstr "Etiquetas"
#: bookwyrm/templates/book/book.html:181
#: bookwyrm/templates/snippets/tag.html:18
msgid "Add tag"
msgstr "Agregar etiqueta"
#: bookwyrm/templates/book/book.html:198
#: bookwyrm/templates/book/book.html:180
msgid "Subjects"
msgstr "Sujetos"
#: bookwyrm/templates/book/book.html:209
#: bookwyrm/templates/book/book.html:191
msgid "Places"
msgstr "Lugares"
#: bookwyrm/templates/book/book.html:220 bookwyrm/templates/layout.html:64
#: bookwyrm/templates/book/book.html:202 bookwyrm/templates/layout.html:64
#: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12
#: bookwyrm/templates/search_results.html:91
#: bookwyrm/templates/user/user_layout.html:62
msgid "Lists"
msgstr "Listas"
#: bookwyrm/templates/book/book.html:231
#: bookwyrm/templates/book/book.html:213
#, fuzzy
#| msgid "Go to list"
msgid "Add to list"
msgstr "Irse a lista"
#: bookwyrm/templates/book/book.html:241
#: bookwyrm/templates/book/book.html:223
#: bookwyrm/templates/book/cover_modal.html:31
#: bookwyrm/templates/lists/list.html:90
msgid "Add"
msgstr "Agregar"
#: bookwyrm/templates/book/book.html:269
#: bookwyrm/templates/book/book.html:251
msgid "rated it"
msgstr "lo calificó con"
@ -500,6 +497,8 @@ msgstr ""
#: bookwyrm/templates/components/inline_form.html:8
#: bookwyrm/templates/feed/feed_layout.html:57
#: bookwyrm/templates/get_started/layout.html:15
#: bookwyrm/templates/get_started/layout.html:48
msgid "Close"
msgstr "Cerrar"
@ -614,6 +613,7 @@ msgid "Recent Books"
msgstr "Libros recientes"
#: bookwyrm/templates/discover/landing_layout.html:5
#: bookwyrm/templates/get_started/layout.html:4
msgid "Welcome"
msgstr "Bienvenidos"
@ -825,23 +825,10 @@ msgid "There aren't any activities right now! Try following a user to get starte
msgstr "¡No hay actividades en este momento! Sigue a otro usuario para empezar"
#: bookwyrm/templates/feed/feed.html:56
#: bookwyrm/templates/get_started/users.html:6
msgid "Who to follow"
msgstr ""
#: bookwyrm/templates/feed/feed.html:69
#, python-format
msgid "%(mutuals)s follower you follow"
msgid_plural "%(mutuals)s followers you follow"
msgstr[0] ""
msgstr[1] ""
#: bookwyrm/templates/feed/feed.html:72
#, python-format
msgid "%(shared_books)s book on your shelves"
msgid_plural "%(shared_books)s books on your shelves"
msgstr[0] ""
msgstr[1] ""
#: bookwyrm/templates/feed/feed_layout.html:5
msgid "Updates"
msgstr "Actualizaciones"
@ -878,6 +865,160 @@ msgstr "Leer"
msgid "%(year)s Reading Goal"
msgstr "%(year)s Meta de lectura"
#: bookwyrm/templates/feed/suggested_users.html:16
#, python-format
msgid "%(mutuals)s follower you follow"
msgid_plural "%(mutuals)s followers you follow"
msgstr[0] ""
msgstr[1] ""
#: bookwyrm/templates/feed/suggested_users.html:19
#, python-format
msgid "%(shared_books)s book on your shelves"
msgid_plural "%(shared_books)s books on your shelves"
msgstr[0] ""
msgstr[1] ""
#: bookwyrm/templates/get_started/book_preview.html:6
#, fuzzy, python-format
#| msgid "Want to Read \"<em>%(book_title)s</em>\""
msgid "Have you read %(book_title)s?"
msgstr "Quiero leer \"<em>%(book_title)s</em>\""
#: bookwyrm/templates/get_started/books.html:6
#, fuzzy
#| msgid "Started reading"
msgid "What are you reading?"
msgstr "Lectura se empezó"
#: bookwyrm/templates/get_started/books.html:9
#: bookwyrm/templates/lists/list.html:58
msgid "Search for a book"
msgstr "Buscar libros"
#: bookwyrm/templates/get_started/books.html:11
#: bookwyrm/templates/isbn_search_results.html:17
#: bookwyrm/templates/search_results.html:17
#, python-format
msgid "No books found for \"%(query)s\""
msgstr "No se encontró ningún libro correspondiente a \"%(query)s\""
#: bookwyrm/templates/get_started/books.html:11
#, python-format
msgid "You can add books when you start using %(site_name)s."
msgstr ""
#: bookwyrm/templates/get_started/books.html:16
#: bookwyrm/templates/get_started/books.html:17
#: bookwyrm/templates/get_started/users.html:18
#: bookwyrm/templates/get_started/users.html:19
#: bookwyrm/templates/layout.html:37 bookwyrm/templates/layout.html:38
#: bookwyrm/templates/lists/list.html:62
msgid "Search"
msgstr "Buscar"
#: bookwyrm/templates/get_started/books.html:26
#, fuzzy
#| msgid "Suggest Books"
msgid "Suggested Books"
msgstr "Sugerir libros"
#: bookwyrm/templates/get_started/books.html:41
#, fuzzy, python-format
#| msgid "About %(site_name)s"
msgid "Popular on %(site_name)s"
msgstr "Sobre %(site_name)s"
#: bookwyrm/templates/get_started/books.html:51
#: bookwyrm/templates/lists/list.html:75
msgid "No books found"
msgstr "No se encontró ningún libro"
#: bookwyrm/templates/get_started/books.html:54
#: bookwyrm/templates/get_started/profile.html:54
msgid "Save &amp; continue"
msgstr ""
#: bookwyrm/templates/get_started/layout.html:13
#, fuzzy
#| msgid "Started"
msgid "Getting Started"
msgstr "Empezado"
#: bookwyrm/templates/get_started/layout.html:26
#: bookwyrm/templates/get_started/profile.html:6
#, fuzzy
#| msgid "User Profile"
msgid "Create your profile"
msgstr "Perfil de usuario"
#: bookwyrm/templates/get_started/layout.html:30
#, fuzzy
#| msgid "Add Books"
msgid "Add books"
msgstr "Agregar libros"
#: bookwyrm/templates/get_started/layout.html:34
#, fuzzy
#| msgid "Friendly"
msgid "Find friends"
msgstr "Amigable"
#: bookwyrm/templates/get_started/layout.html:40
msgid "Skip this step"
msgstr ""
#: bookwyrm/templates/get_started/layout.html:44
#, fuzzy
#| msgid "Finished"
msgid "Finish"
msgstr "Terminado"
#: bookwyrm/templates/get_started/profile.html:15
#: bookwyrm/templates/preferences/edit_user.html:24
msgid "Display name:"
msgstr "Nombre de visualización:"
#: bookwyrm/templates/get_started/profile.html:22
#: bookwyrm/templates/preferences/edit_user.html:31
msgid "Summary:"
msgstr "Resumen:"
#: bookwyrm/templates/get_started/profile.html:23
msgid "A little bit about you"
msgstr ""
#: bookwyrm/templates/get_started/profile.html:32
#: bookwyrm/templates/preferences/edit_user.html:17
msgid "Avatar:"
msgstr "Avatar:"
#: bookwyrm/templates/get_started/profile.html:42
#: bookwyrm/templates/preferences/edit_user.html:52
msgid "Manually approve followers:"
msgstr "Aprobar seguidores a mano:"
#: bookwyrm/templates/get_started/profile.html:48
#: bookwyrm/templates/preferences/edit_user.html:58
msgid "Show this account in suggested users:"
msgstr ""
#: bookwyrm/templates/get_started/profile.html:52
msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users."
msgstr ""
#: bookwyrm/templates/get_started/users.html:11
#, fuzzy
#| msgid "Search for a book or user"
msgid "Search for a user"
msgstr "Buscar un libro o un usuario"
#: bookwyrm/templates/get_started/users.html:13
#: bookwyrm/templates/search_results.html:76
#, python-format
msgid "No users found for \"%(query)s\""
msgstr "No se encontró ningún usuario correspondiente a \"%(query)s\""
#: bookwyrm/templates/goal.html:7
#, python-format
msgid "%(year)s Reading Progress"
@ -1038,21 +1179,10 @@ msgstr "Resultados de búsqueda por \"%(query)s\""
msgid "Matching Books"
msgstr "Libros correspondientes"
#: bookwyrm/templates/isbn_search_results.html:17
#: bookwyrm/templates/search_results.html:17
#, python-format
msgid "No books found for \"%(query)s\""
msgstr "No se encontró ningún libro correspondiente a \"%(query)s\""
#: bookwyrm/templates/layout.html:33
msgid "Search for a book or user"
msgstr "Buscar un libro o un usuario"
#: bookwyrm/templates/layout.html:37 bookwyrm/templates/layout.html:38
#: bookwyrm/templates/lists/list.html:62
msgid "Search"
msgstr "Buscar"
#: bookwyrm/templates/layout.html:47 bookwyrm/templates/layout.html:48
msgid "Main navigation menu"
msgstr "Menú de navigación central"
@ -1229,10 +1359,6 @@ msgstr "Agregar libros"
msgid "Suggest Books"
msgstr "Sugerir libros"
#: bookwyrm/templates/lists/list.html:58
msgid "Search for a book"
msgstr "Buscar libros"
#: bookwyrm/templates/lists/list.html:63
msgid "search"
msgstr "buscar"
@ -1246,10 +1372,6 @@ msgstr "Borrar búsqueda"
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:75
msgid "No books found"
msgstr "No se encontró ningún libro"
#: bookwyrm/templates/lists/list.html:90
msgid "Suggest"
msgstr "Sugerir"
@ -1554,30 +1676,10 @@ msgstr "Nueva contraseña:"
msgid "Edit Profile"
msgstr "Editar perfil"
#: bookwyrm/templates/preferences/edit_user.html:17
msgid "Avatar:"
msgstr "Avatar:"
#: bookwyrm/templates/preferences/edit_user.html:24
msgid "Display name:"
msgstr "Nombre de visualización:"
#: bookwyrm/templates/preferences/edit_user.html:31
msgid "Summary:"
msgstr "Resumen:"
#: bookwyrm/templates/preferences/edit_user.html:46
msgid "Show set reading goal prompt in feed:"
msgstr ""
#: bookwyrm/templates/preferences/edit_user.html:52
msgid "Manually approve followers:"
msgstr "Aprobar seguidores a mano:"
#: bookwyrm/templates/preferences/edit_user.html:58
msgid "Show this account in suggested users:"
msgstr ""
#: bookwyrm/templates/preferences/edit_user.html:62
#, python-format
msgid "Your account will show up in the <a href=\"%(path)s\">directory</a>, and may be recommended to other BookWyrm users."
@ -1611,11 +1713,6 @@ msgstr "Ocultar resultados de otros catálogos"
msgid "Matching Users"
msgstr "Usuarios correspondientes"
#: bookwyrm/templates/search_results.html:76
#, python-format
msgid "No users found for \"%(query)s\""
msgstr "No se encontró ningún usuario correspondiente a \"%(query)s\""
#: bookwyrm/templates/search_results.html:93
#, python-format
msgid "No lists found for \"%(query)s\""
@ -2468,6 +2565,10 @@ msgstr "Lectura se empezó"
msgid "Remove tag"
msgstr "Eliminar etiqueta"
#: bookwyrm/templates/snippets/tag.html:18
msgid "Add tag"
msgstr "Agregar etiqueta"
#: bookwyrm/templates/tag.html:9
#, python-format
msgid "Books tagged \"%(tag.name)s\""
@ -2525,7 +2626,7 @@ msgstr "Listas: %(username)s"
msgid "Create list"
msgstr "Crear lista"
#: bookwyrm/templates/user/shelf.html:24 bookwyrm/views/shelf.py:53
#: bookwyrm/templates/user/shelf.html:24 bookwyrm/views/shelf.py:56
#, fuzzy
#| msgid "books"
msgid "All books"
@ -2551,11 +2652,11 @@ msgstr "Empezado"
msgid "Finished"
msgstr "Terminado"
#: bookwyrm/templates/user/shelf.html:122
#: bookwyrm/templates/user/shelf.html:127
msgid "This shelf is empty."
msgstr "Este estante está vacio."
#: bookwyrm/templates/user/shelf.html:128
#: bookwyrm/templates/user/shelf.html:133
msgid "Delete shelf"
msgstr "Eliminar estante"
@ -2632,6 +2733,14 @@ msgstr "Ya existe un usuario con ese nombre."
msgid "A password reset link sent to %s"
msgstr ""
#, fuzzy, python-format
#~| msgid "No users found for \"%(query)s\""
#~ msgid "No users were found for \"%(query)s\""
#~ msgstr "No se encontró ningún usuario correspondiente a \"%(query)s\""
#~ msgid "Tags"
#~ msgstr "Etiquetas"
#~ msgid "Your shelves"
#~ msgstr "Tus estantes"