New translations django.po (Chinese Traditional)

This commit is contained in:
Mouse Reeve 2022-07-11 09:22:06 -07:00
parent eb55f3c04d
commit b74dffc5eb

View file

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: bookwyrm\n" "Project-Id-Version: bookwyrm\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-08 22:40+0000\n" "POT-Creation-Date: 2022-07-11 15:53+0000\n"
"PO-Revision-Date: 2022-07-10 04:58\n" "PO-Revision-Date: 2022-07-11 16:22\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n" "Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: Chinese Traditional\n" "Language-Team: Chinese Traditional\n"
"Language: zh\n" "Language: zh\n"
@ -2261,7 +2261,7 @@ msgid "More about this site"
msgstr "關於本網站的更多" msgstr "關於本網站的更多"
#: bookwyrm/templates/landing/password_reset.html:34 #: bookwyrm/templates/landing/password_reset.html:34
#: bookwyrm/templates/preferences/change_password.html:18 #: bookwyrm/templates/preferences/change_password.html:40
#: bookwyrm/templates/preferences/delete_user.html:20 #: bookwyrm/templates/preferences/delete_user.html:20
msgid "Confirm password:" msgid "Confirm password:"
msgstr "確認密碼:" msgstr "確認密碼:"
@ -2856,6 +2856,11 @@ msgid "A new <a href=\"%(path)s\">report</a> needs moderation"
msgid_plural "%(display_count)s new <a href=\"%(path)s\">reports</a> need moderation" msgid_plural "%(display_count)s new <a href=\"%(path)s\">reports</a> need moderation"
msgstr[0] "" msgstr[0] ""
#: bookwyrm/templates/notifications/items/status_preview.html:4
#: bookwyrm/templates/snippets/status/content_status.html:73
msgid "Content warning"
msgstr ""
#: bookwyrm/templates/notifications/items/update.html:16 #: bookwyrm/templates/notifications/items/update.html:16
#, python-format #, python-format
msgid "has changed the privacy level for <a href=\"%(group_path)s\">%(group_name)s</a>" msgid "has changed the privacy level for <a href=\"%(group_path)s\">%(group_name)s</a>"
@ -3013,12 +3018,20 @@ msgstr "當前沒有被封鎖的使用者。"
#: bookwyrm/templates/preferences/change_password.html:4 #: bookwyrm/templates/preferences/change_password.html:4
#: bookwyrm/templates/preferences/change_password.html:7 #: bookwyrm/templates/preferences/change_password.html:7
#: bookwyrm/templates/preferences/change_password.html:21 #: bookwyrm/templates/preferences/change_password.html:52
#: bookwyrm/templates/preferences/layout.html:20 #: bookwyrm/templates/preferences/layout.html:20
msgid "Change Password" msgid "Change Password"
msgstr "更改密碼" msgstr "更改密碼"
#: bookwyrm/templates/preferences/change_password.html:14 #: bookwyrm/templates/preferences/change_password.html:15
msgid "Successfully changed password"
msgstr ""
#: bookwyrm/templates/preferences/change_password.html:22
msgid "Current password:"
msgstr ""
#: bookwyrm/templates/preferences/change_password.html:36
msgid "New password:" msgid "New password:"
msgstr "新密碼:" msgstr "新密碼:"
@ -3110,6 +3123,10 @@ msgstr ""
msgid "Your export will include all the books on your shelves, books you have reviewed, and books with reading activity." msgid "Your export will include all the books on your shelves, books you have reviewed, and books with reading activity."
msgstr "" msgstr ""
#: bookwyrm/templates/preferences/export.html:20
msgid "Download file"
msgstr ""
#: bookwyrm/templates/preferences/layout.html:11 #: bookwyrm/templates/preferences/layout.html:11
msgid "Account" msgid "Account"
msgstr "帳號" msgstr "帳號"
@ -5008,10 +5025,6 @@ msgstr ""
msgid "Finish reading" msgid "Finish reading"
msgstr "完成閱讀" msgstr "完成閱讀"
#: bookwyrm/templates/snippets/status/content_status.html:73
msgid "Content warning"
msgstr ""
#: bookwyrm/templates/snippets/status/content_status.html:80 #: bookwyrm/templates/snippets/status/content_status.html:80
msgid "Show status" msgid "Show status"
msgstr "" msgstr ""
@ -5305,7 +5318,7 @@ msgstr ""
msgid "View profile and more" msgid "View profile and more"
msgstr "" msgstr ""
#: bookwyrm/templates/user_menu.html:72 #: bookwyrm/templates/user_menu.html:78
msgid "Log out" msgid "Log out"
msgstr "登出" msgstr "登出"
@ -5326,6 +5339,14 @@ msgstr "不是有效的 csv 檔案"
msgid "Username or password are incorrect" msgid "Username or password are incorrect"
msgstr "" msgstr ""
#: bookwyrm/views/preferences/change_password.py:35
msgid "Incorrect password"
msgstr ""
#: bookwyrm/views/preferences/change_password.py:42
msgid "Password does not match"
msgstr ""
#: bookwyrm/views/rss_feed.py:34 #: bookwyrm/views/rss_feed.py:34
#, python-brace-format #, python-brace-format
msgid "Status updates from {obj.display_name}" msgid "Status updates from {obj.display_name}"