mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 17:55:37 +00:00
commit
65e3a31354
21 changed files with 36 additions and 39 deletions
bookwyrm
locale
ca_ES/LC_MESSAGES
de_DE/LC_MESSAGES
en_US/LC_MESSAGES
eo_UY/LC_MESSAGES
es_ES/LC_MESSAGES
eu_ES/LC_MESSAGES
fi_FI/LC_MESSAGES
fr_FR/LC_MESSAGES
gl_ES/LC_MESSAGES
it_IT/LC_MESSAGES
lt_LT/LC_MESSAGES
no_NO/LC_MESSAGES
pl_PL/LC_MESSAGES
pt_BR/LC_MESSAGES
pt_PT/LC_MESSAGES
ro_RO/LC_MESSAGES
sv_SE/LC_MESSAGES
zh_Hans/LC_MESSAGES
zh_Hant/LC_MESSAGES
|
@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
|
|||
env = Env()
|
||||
env.read_env()
|
||||
DOMAIN = env("DOMAIN")
|
||||
VERSION = "0.6.2"
|
||||
VERSION = "0.6.3"
|
||||
|
||||
RELEASE_API = env(
|
||||
"RELEASE_API",
|
||||
|
@ -22,7 +22,7 @@ RELEASE_API = env(
|
|||
PAGE_LENGTH = env.int("PAGE_LENGTH", 15)
|
||||
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")
|
||||
|
||||
JS_CACHE = "ea91d7df"
|
||||
JS_CACHE = "d993847c"
|
||||
|
||||
# email
|
||||
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.0.1\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: 2021-02-28 17:19-0800\n"
|
||||
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
|
||||
"Language-Team: English <LL@li.org>\n"
|
||||
|
@ -301,7 +301,7 @@ msgstr ""
|
|||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:305
|
||||
#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:307
|
||||
msgid "Reviews"
|
||||
msgstr ""
|
||||
|
||||
|
@ -839,7 +839,7 @@ msgid "ISNI:"
|
|||
msgstr ""
|
||||
|
||||
#: 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/file_links/add_link_modal.html:60
|
||||
#: bookwyrm/templates/book/file_links/edit_links.html:86
|
||||
|
@ -863,7 +863,7 @@ msgstr ""
|
|||
|
||||
#: bookwyrm/templates/author/edit_author.html:127
|
||||
#: 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/edit/edit_book.html:152
|
||||
#: bookwyrm/templates/book/edit/edit_book.html:155
|
||||
|
@ -920,73 +920,73 @@ msgstr ""
|
|||
msgid "Click to enlarge"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:195
|
||||
#: bookwyrm/templates/book/book.html:196
|
||||
#, python-format
|
||||
msgid "(%(review_count)s review)"
|
||||
msgid_plural "(%(review_count)s reviews)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:207
|
||||
#: bookwyrm/templates/book/book.html:209
|
||||
msgid "Add Description"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:214
|
||||
#: bookwyrm/templates/book/book.html:216
|
||||
#: bookwyrm/templates/book/edit/edit_book_form.html:42
|
||||
#: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17
|
||||
msgid "Description:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:230
|
||||
#: bookwyrm/templates/book/book.html:232
|
||||
#, python-format
|
||||
msgid "%(count)s edition"
|
||||
msgid_plural "%(count)s editions"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:244
|
||||
#: bookwyrm/templates/book/book.html:246
|
||||
msgid "You have shelved this edition in:"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:259
|
||||
#: bookwyrm/templates/book/book.html:261
|
||||
#, 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 ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:270
|
||||
#: bookwyrm/templates/book/book.html:272
|
||||
msgid "Your reading activity"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:276
|
||||
#: bookwyrm/templates/book/book.html:278
|
||||
#: bookwyrm/templates/guided_tour/book.html:56
|
||||
msgid "Add read dates"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:284
|
||||
#: bookwyrm/templates/book/book.html:286
|
||||
msgid "You don't have any reading activity for this book."
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:310
|
||||
#: bookwyrm/templates/book/book.html:312
|
||||
msgid "Your reviews"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:316
|
||||
#: bookwyrm/templates/book/book.html:318
|
||||
msgid "Your comments"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:322
|
||||
#: bookwyrm/templates/book/book.html:324
|
||||
msgid "Your quotes"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:358
|
||||
#: bookwyrm/templates/book/book.html:360
|
||||
msgid "Subjects"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:370
|
||||
#: bookwyrm/templates/book/book.html:372
|
||||
msgid "Places"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:381
|
||||
#: bookwyrm/templates/book/book.html:383
|
||||
#: bookwyrm/templates/groups/group.html:19
|
||||
#: bookwyrm/templates/guided_tour/lists.html:14
|
||||
#: bookwyrm/templates/guided_tour/user_books.html:102
|
||||
|
@ -1000,11 +1000,11 @@ msgstr ""
|
|||
msgid "Lists"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:393
|
||||
#: bookwyrm/templates/book/book.html:395
|
||||
msgid "Add to list"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/book.html:403
|
||||
#: bookwyrm/templates/book/book.html:405
|
||||
#: bookwyrm/templates/book/cover_add_modal.html:32
|
||||
#: bookwyrm/templates/lists/add_item_modal.html:39
|
||||
#: 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/templates/snippets/form_rate_stars.html:20
|
||||
#: bookwyrm/templates/snippets/stars.html:13
|
||||
#: bookwyrm/templates/snippets/stars.html:23
|
||||
msgid "No rating"
|
||||
msgstr ""
|
||||
|
||||
|
@ -6244,15 +6244,12 @@ msgid "Want to read"
|
|||
msgstr ""
|
||||
|
||||
#: 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
|
||||
#, python-format
|
||||
msgid "Remove from %(name)s"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/shelf_selector.html:94
|
||||
msgid "Remove from"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5
|
||||
msgid "More shelves"
|
||||
msgstr ""
|
||||
|
@ -6634,17 +6631,17 @@ msgstr ""
|
|||
msgid "Status updates from {obj.display_name}"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/views/rss_feed.py:72
|
||||
#: bookwyrm/views/rss_feed.py:80
|
||||
#, python-brace-format
|
||||
msgid "Reviews from {obj.display_name}"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/views/rss_feed.py:110
|
||||
#: bookwyrm/views/rss_feed.py:122
|
||||
#, python-brace-format
|
||||
msgid "Quotes from {obj.display_name}"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/views/rss_feed.py:148
|
||||
#: bookwyrm/views/rss_feed.py:164
|
||||
#, python-brace-format
|
||||
msgid "Comments from {obj.display_name}"
|
||||
msgstr ""
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -3,7 +3,7 @@ msgstr ""
|
|||
"Project-Id-Version: bookwyrm\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-26 00:20+0000\n"
|
||||
"PO-Revision-Date: 2023-04-26 00:45\n"
|
||||
"PO-Revision-Date: 2023-05-29 15:36\n"
|
||||
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"Language: pt\n"
|
||||
|
@ -68,7 +68,7 @@ msgstr "A data de término da leitura não pode estar no futuro."
|
|||
|
||||
#: bookwyrm/forms/forms.py:74
|
||||
msgid "Reading finished date cannot be in the future."
|
||||
msgstr ""
|
||||
msgstr "A data final da leitura não pode ser no futuro."
|
||||
|
||||
#: bookwyrm/forms/landing.py:38
|
||||
msgid "Username or password are incorrect"
|
||||
|
@ -273,7 +273,7 @@ msgstr "Parado"
|
|||
|
||||
#: bookwyrm/models/import_job.py:83 bookwyrm/models/import_job.py:91
|
||||
msgid "Import stopped"
|
||||
msgstr ""
|
||||
msgstr "Importação interrompida"
|
||||
|
||||
#: bookwyrm/models/import_job.py:363 bookwyrm/models/import_job.py:388
|
||||
msgid "Error loading book"
|
||||
|
@ -342,7 +342,7 @@ msgstr "English (Inglês)"
|
|||
|
||||
#: bookwyrm/settings.py:295
|
||||
msgid "Català (Catalan)"
|
||||
msgstr ""
|
||||
msgstr "Català (Catalão)"
|
||||
|
||||
#: bookwyrm/settings.py:296
|
||||
msgid "Deutsch (German)"
|
||||
|
@ -350,7 +350,7 @@ msgstr "Deutsch (Alemão)"
|
|||
|
||||
#: bookwyrm/settings.py:297
|
||||
msgid "Esperanto (Esperanto)"
|
||||
msgstr ""
|
||||
msgstr "Esperanto (Esperanto)"
|
||||
|
||||
#: bookwyrm/settings.py:298
|
||||
msgid "Español (Spanish)"
|
||||
|
@ -358,7 +358,7 @@ msgstr "Español (Espanhol)"
|
|||
|
||||
#: bookwyrm/settings.py:299
|
||||
msgid "Euskara (Basque)"
|
||||
msgstr ""
|
||||
msgstr "Euskara (Basco)"
|
||||
|
||||
#: bookwyrm/settings.py:300
|
||||
msgid "Galego (Galician)"
|
||||
|
@ -386,7 +386,7 @@ msgstr "Norsk (Norueguês)"
|
|||
|
||||
#: bookwyrm/settings.py:306
|
||||
msgid "Polski (Polish)"
|
||||
msgstr ""
|
||||
msgstr "Polski (Polonês)"
|
||||
|
||||
#: bookwyrm/settings.py:307
|
||||
msgid "Português do Brasil (Brazilian Portuguese)"
|
||||
|
@ -446,7 +446,7 @@ msgstr "Bem-vindol(a) a %(site_name)s!"
|
|||
#: bookwyrm/templates/about/about.html:25
|
||||
#, python-format
|
||||
msgid "%(site_name)s is part of <em>BookWyrm</em>, a network of independent, self-directed communities for readers. While you can interact seamlessly with users anywhere in the <a href=\"https://joinbookwyrm.com/instances/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">BookWyrm network</a>, this community is unique."
|
||||
msgstr ""
|
||||
msgstr "%(site_name)s faz parte da <em>BookWyrm</em>, uma rede independente e autogestionada de comunidades para leitores. Apesar de você poder interagir perfeitamente com usuários de qualquer parte da <a href=\"https://joinbookwyrm.com/instances/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">rede BookWyrm</a>, esta comunidade é única."
|
||||
|
||||
#: bookwyrm/templates/about/about.html:45
|
||||
#, python-format
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue