Adds format translations

This commit is contained in:
Mouse Reeve
2021-09-07 12:50:24 -07:00
parent 8a748fa675
commit 8420d0a173
6 changed files with 234 additions and 234 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-07 16:12+0000\n"
"POT-Creation-Date: 2021-09-07 19:50+0000\n"
"PO-Revision-Date: 2021-03-20 00:56+0000\n"
"Last-Translator: Kana <gudzpoz@live.com>\n"
"Language-Team: Mouse Reeve <LL@li.org>\n"
@ -18,88 +18,88 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: bookwyrm/forms.py:195
#, fuzzy
#| msgid "Add books"
msgid "Audiobook"
msgstr "添加书目"
#: bookwyrm/forms.py:196
#, fuzzy
#| msgid "Book"
msgid "eBook"
msgstr "书目"
#: bookwyrm/forms.py:197
msgid "Graphic novel"
msgstr ""
#: bookwyrm/forms.py:198
#, fuzzy
#| msgid "Add cover"
msgid "Hardcover"
msgstr "添加封面"
#: bookwyrm/forms.py:199
msgid "Paperback"
msgstr ""
#: bookwyrm/forms.py:246
#: bookwyrm/forms.py:235
msgid "A user with this email already exists."
msgstr "已经存在使用该邮箱的用户。"
#: bookwyrm/forms.py:260
#: bookwyrm/forms.py:249
msgid "One Day"
msgstr "一天"
#: bookwyrm/forms.py:261
#: bookwyrm/forms.py:250
msgid "One Week"
msgstr "一周"
#: bookwyrm/forms.py:262
#: bookwyrm/forms.py:251
msgid "One Month"
msgstr "一个月"
#: bookwyrm/forms.py:263
#: bookwyrm/forms.py:252
msgid "Does Not Expire"
msgstr "永不失效"
#: bookwyrm/forms.py:268
#: bookwyrm/forms.py:257
#, python-format
msgid "%(count)d uses"
msgstr "%(count)d 次使用"
#: bookwyrm/forms.py:271
#: bookwyrm/forms.py:260
msgid "Unlimited"
msgstr "不受限"
#: bookwyrm/forms.py:321
#: bookwyrm/forms.py:310
msgid "List Order"
msgstr "列表顺序"
#: bookwyrm/forms.py:322
#: bookwyrm/forms.py:311
msgid "Book Title"
msgstr "书名"
#: bookwyrm/forms.py:323
#: bookwyrm/forms.py:312
#: bookwyrm/templates/snippets/create_status/review.html:23
#: bookwyrm/templates/user/shelf/shelf.html:117
#: bookwyrm/templates/user/shelf/shelf.html:148
msgid "Rating"
msgstr "评价"
#: bookwyrm/forms.py:325 bookwyrm/templates/lists/list.html:107
#: bookwyrm/forms.py:314 bookwyrm/templates/lists/list.html:107
msgid "Sort By"
msgstr "排序方式"
#: bookwyrm/forms.py:329
#: bookwyrm/forms.py:318
msgid "Ascending"
msgstr "升序"
#: bookwyrm/forms.py:330
#: bookwyrm/forms.py:319
msgid "Descending"
msgstr "降序"
#: bookwyrm/models/book.py:230
#, fuzzy
#| msgid "Add books"
msgid "Audiobook"
msgstr "添加书目"
#: bookwyrm/models/book.py:231
#, fuzzy
#| msgid "Book"
msgid "eBook"
msgstr "书目"
#: bookwyrm/models/book.py:232
msgid "Graphic novel"
msgstr ""
#: bookwyrm/models/book.py:233
#, fuzzy
#| msgid "Add cover"
msgid "Hardcover"
msgstr "添加封面"
#: bookwyrm/models/book.py:234
msgid "Paperback"
msgstr ""
#: bookwyrm/models/fields.py:27
#, python-format
msgid "%(value)s is not a valid remote_id"