mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-03 05:48:44 +00:00
chore: add translations
This commit is contained in:
parent
0628ccad41
commit
59a8098517
2 changed files with 15 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
{% with book=book %}
|
||||
<div class="column is-one-fifth-tablet is-half-mobile is-flex is-flex-direction-column">
|
||||
<div class="is-flex-grow-1 mb-3">
|
||||
<span class="subtitle">{% if book.series_number %}Book {{ book.series_number }}{% else %}Unsorted Book{% endif %}</span>
|
||||
<span class="subtitle">{% if book.series_number %}{% blocktrans with series_number=book.series_number %}Book {{ series_number }}{% endblocktrans %}{% else %}{% trans 'Unsorted Book' %}{% endif %}</span>
|
||||
{% include 'landing/small-book.html' with book=book %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-26 16:43+0000\n"
|
||||
"POT-Creation-Date: 2023-01-30 08:25+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"
|
||||
|
@ -1471,6 +1471,19 @@ msgstr ""
|
|||
msgid "rated it"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/series.html:11
|
||||
msgid "Series by"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/series.html:27
|
||||
#, python-format
|
||||
msgid "Book %(series_number)s"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/series.html:27
|
||||
msgid "Unsorted Book"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/templates/book/sync_modal.html:15
|
||||
#, python-format
|
||||
msgid "Loading data will connect to <strong>%(source_name)s</strong> and check for any metadata about this book which aren't present here. Existing metadata will not be overwritten."
|
||||
|
|
Loading…
Reference in a new issue