forked from mirrors/bookwyrm
New translations django.po (Finnish)
This commit is contained in:
parent
a3ec61a8a8
commit
668a36a749
1 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@ msgstr ""
|
|||
"Project-Id-Version: bookwyrm\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-05-31 23:50+0000\n"
|
||||
"PO-Revision-Date: 2022-06-01 00:55\n"
|
||||
"PO-Revision-Date: 2022-06-01 09:05\n"
|
||||
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
"Language: fi\n"
|
||||
|
@ -48,7 +48,7 @@ msgstr "Lopetuspäivä ei voi olla ennen aloituspäivää."
|
|||
|
||||
#: bookwyrm/forms/forms.py:59
|
||||
msgid "Reading stopped date cannot be before start date."
|
||||
msgstr ""
|
||||
msgstr "Keskeytyspäivä ei voi olla ennen aloituspäivää."
|
||||
|
||||
#: bookwyrm/forms/landing.py:32
|
||||
msgid "User with this username already exists"
|
||||
|
@ -1735,7 +1735,7 @@ msgstr "Luettu"
|
|||
#: bookwyrm/templates/get_started/book_preview.html:13
|
||||
#: bookwyrm/templates/shelf/shelf.html:89 bookwyrm/templates/user/user.html:36
|
||||
msgid "Stopped Reading"
|
||||
msgstr ""
|
||||
msgstr "Keskeytti lukemisen"
|
||||
|
||||
#: bookwyrm/templates/get_started/books.html:6
|
||||
msgid "What are you reading?"
|
||||
|
@ -3000,7 +3000,7 @@ msgstr "Aloita ”%(book_title)s”"
|
|||
#: bookwyrm/templates/reading_progress/stop.html:5
|
||||
#, python-format
|
||||
msgid "Stop Reading \"%(book_title)s\""
|
||||
msgstr ""
|
||||
msgstr "Keskeytä teoksen ”%(book_title)s” lukeminen"
|
||||
|
||||
#: bookwyrm/templates/reading_progress/want.html:5
|
||||
#, python-format
|
||||
|
@ -3051,7 +3051,7 @@ msgstr "luettu"
|
|||
|
||||
#: bookwyrm/templates/readthrough/readthrough_list.html:16
|
||||
msgid "stopped"
|
||||
msgstr ""
|
||||
msgstr "keskeytetty"
|
||||
|
||||
#: bookwyrm/templates/readthrough/readthrough_list.html:27
|
||||
msgid "Show all updates"
|
||||
|
@ -4420,7 +4420,7 @@ msgstr "Lopetettu"
|
|||
#: bookwyrm/templates/shelf/shelf.html:154
|
||||
#: bookwyrm/templates/shelf/shelf.html:184
|
||||
msgid "Until"
|
||||
msgstr ""
|
||||
msgstr "Saakka"
|
||||
|
||||
#: bookwyrm/templates/shelf/shelf.html:210
|
||||
msgid "This shelf is empty."
|
||||
|
@ -4764,13 +4764,13 @@ msgstr "Aloita <em>%(book_title)s</em>"
|
|||
#: bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html:6
|
||||
#, python-format
|
||||
msgid "Stop Reading \"<em>%(book_title)s</em>\""
|
||||
msgstr ""
|
||||
msgstr "Keskeytä teoksen ”<em>%(book_title)s</em>” lukeminen"
|
||||
|
||||
#: bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html:32
|
||||
#: bookwyrm/templates/snippets/shelf_selector.html:54
|
||||
#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:21
|
||||
msgid "Stopped reading"
|
||||
msgstr ""
|
||||
msgstr "Keskeytti lukemisen"
|
||||
|
||||
#: bookwyrm/templates/snippets/reading_modals/want_to_read_modal.html:6
|
||||
#, python-format
|
||||
|
@ -4846,7 +4846,7 @@ msgstr "Lisää hyllyjä"
|
|||
#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:31
|
||||
#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:48
|
||||
msgid "Stop reading"
|
||||
msgstr ""
|
||||
msgstr "Keskeytä lukeminen"
|
||||
|
||||
#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:40
|
||||
msgid "Finish reading"
|
||||
|
@ -4946,12 +4946,12 @@ msgstr "kirjoitti arvion teoksesta <a href=\"%(book_path)s\">%(book)s</a>"
|
|||
#: bookwyrm/templates/snippets/status/headers/stopped_reading.html:10
|
||||
#, python-format
|
||||
msgid "stopped reading <a href=\"%(book_path)s\">%(book)s</a> by <a href=\"%(author_path)s\">%(author_name)s</a>"
|
||||
msgstr ""
|
||||
msgstr "keskeytti teoksen <a href=\"%(author_path)s\">%(author_name)s</a>: <a href=\"%(book_path)s\">%(book)s</a> lukemisen"
|
||||
|
||||
#: bookwyrm/templates/snippets/status/headers/stopped_reading.html:17
|
||||
#, python-format
|
||||
msgid "stopped reading <a href=\"%(book_path)s\">%(book)s</a>"
|
||||
msgstr ""
|
||||
msgstr "keskeytti teoksen <a href=\"%(book_path)s\">%(book)s</a> lukemisen"
|
||||
|
||||
#: bookwyrm/templates/snippets/status/headers/to_read.html:10
|
||||
#, python-format
|
||||
|
|
Loading…
Reference in a new issue