fix translation
This commit is contained in:
parent
cc76c528a3
commit
db57e98133
3 changed files with 5 additions and 9 deletions
|
@ -118,7 +118,7 @@ class Edition(Item):
|
||||||
HARDCOVER = "hardcover", _("Hardcover")
|
HARDCOVER = "hardcover", _("Hardcover")
|
||||||
EBOOK = "ebook", _("eBook")
|
EBOOK = "ebook", _("eBook")
|
||||||
AUDIOBOOK = "audiobook", _("Audiobook")
|
AUDIOBOOK = "audiobook", _("Audiobook")
|
||||||
GRAPHICNOVEL = "graphicnovel", _("GraphicNovel")
|
# GRAPHICNOVEL = "graphicnovel", _("GraphicNovel")
|
||||||
WEB = "web", _("Web Fiction")
|
WEB = "web", _("Web Fiction")
|
||||||
OTHER = "other", _("Other")
|
OTHER = "other", _("Other")
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ msgstr "图像小说"
|
||||||
|
|
||||||
#: catalog/book/models.py:122
|
#: catalog/book/models.py:122
|
||||||
msgid "Web Fiction"
|
msgid "Web Fiction"
|
||||||
msgstr "网络小说"
|
msgstr "网络作品"
|
||||||
|
|
||||||
#: catalog/book/models.py:123 catalog/game/models.py:31
|
#: catalog/book/models.py:123 catalog/game/models.py:31
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
|
@ -88,10 +88,8 @@ msgid "translator"
|
||||||
msgstr "译者"
|
msgstr "译者"
|
||||||
|
|
||||||
#: catalog/book/models.py:186 catalog/templates/edition.html:27
|
#: catalog/book/models.py:186 catalog/templates/edition.html:27
|
||||||
#, fuzzy
|
|
||||||
#| msgid "books to read"
|
|
||||||
msgid "book format"
|
msgid "book format"
|
||||||
msgstr "想读的书"
|
msgstr "格式"
|
||||||
|
|
||||||
#: catalog/book/models.py:193 catalog/templates/edition.html:33
|
#: catalog/book/models.py:193 catalog/templates/edition.html:33
|
||||||
msgid "publishing house"
|
msgid "publishing house"
|
||||||
|
|
|
@ -63,7 +63,7 @@ msgstr "圖像小說"
|
||||||
|
|
||||||
#: catalog/book/models.py:122
|
#: catalog/book/models.py:122
|
||||||
msgid "Web Fiction"
|
msgid "Web Fiction"
|
||||||
msgstr "網絡小說"
|
msgstr "網絡作品"
|
||||||
|
|
||||||
#: catalog/book/models.py:123 catalog/game/models.py:31
|
#: catalog/book/models.py:123 catalog/game/models.py:31
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
|
@ -88,10 +88,8 @@ msgid "translator"
|
||||||
msgstr "譯者"
|
msgstr "譯者"
|
||||||
|
|
||||||
#: catalog/book/models.py:186 catalog/templates/edition.html:27
|
#: catalog/book/models.py:186 catalog/templates/edition.html:27
|
||||||
#, fuzzy
|
|
||||||
#| msgid "books to read"
|
|
||||||
msgid "book format"
|
msgid "book format"
|
||||||
msgstr "想讀的書"
|
msgstr "格式"
|
||||||
|
|
||||||
#: catalog/book/models.py:193 catalog/templates/edition.html:33
|
#: catalog/book/models.py:193 catalog/templates/edition.html:33
|
||||||
msgid "publishing house"
|
msgid "publishing house"
|
||||||
|
|
Loading…
Add table
Reference in a new issue