New translations django.po (Chinese Simplified)

This commit is contained in:
Mouse Reeve 2022-07-15 12:48:10 -07:00
parent aa4b3efbee
commit 7725d9ea80

View file

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: bookwyrm\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-14 23:57+0000\n"
"PO-Revision-Date: 2022-07-15 16:39\n"
"POT-Creation-Date: 2022-07-15 19:29+0000\n"
"PO-Revision-Date: 2022-07-15 19:48\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh\n"
@ -42,6 +42,14 @@ msgstr "{i} 次使用"
msgid "Unlimited"
msgstr "不受限"
#: bookwyrm/forms/edit_user.py:89
msgid "Incorrect password"
msgstr ""
#: bookwyrm/forms/edit_user.py:96 bookwyrm/forms/landing.py:71
msgid "Password does not match"
msgstr ""
#: bookwyrm/forms/forms.py:54
msgid "Reading finish date cannot be before start date."
msgstr "读完日期不得早于开始日期。"
@ -50,11 +58,11 @@ msgstr "读完日期不得早于开始日期。"
msgid "Reading stopped date cannot be before start date."
msgstr ""
#: bookwyrm/forms/landing.py:32
#: bookwyrm/forms/landing.py:38
msgid "User with this username already exists"
msgstr "使用此用户名的用户已存在"
#: bookwyrm/forms/landing.py:41
#: bookwyrm/forms/landing.py:47
msgid "A user with this email already exists."
msgstr "已经存在使用该邮箱的用户。"
@ -288,58 +296,62 @@ msgid "English"
msgstr "English英语"
#: bookwyrm/settings.py:283
msgid "Català (Catalan)"
msgstr ""
#: bookwyrm/settings.py:284
msgid "Deutsch (German)"
msgstr "Deutsch德语"
#: bookwyrm/settings.py:284
#: bookwyrm/settings.py:285
msgid "Español (Spanish)"
msgstr "Español西班牙语"
#: bookwyrm/settings.py:285
#: bookwyrm/settings.py:286
msgid "Galego (Galician)"
msgstr "Galego加利西亚语"
#: bookwyrm/settings.py:286
#: bookwyrm/settings.py:287
msgid "Italiano (Italian)"
msgstr "Italiano意大利语"
#: bookwyrm/settings.py:287
#: bookwyrm/settings.py:288
msgid "Suomi (Finnish)"
msgstr "Suomi Finnish/芬兰语)"
#: bookwyrm/settings.py:288
#: bookwyrm/settings.py:289
msgid "Français (French)"
msgstr "Français法语"
#: bookwyrm/settings.py:289
#: bookwyrm/settings.py:290
msgid "Lietuvių (Lithuanian)"
msgstr "Lietuvių立陶宛语"
#: bookwyrm/settings.py:290
#: bookwyrm/settings.py:291
msgid "Norsk (Norwegian)"
msgstr "Norsk挪威语"
#: bookwyrm/settings.py:291
#: bookwyrm/settings.py:292
msgid "Português do Brasil (Brazilian Portuguese)"
msgstr "Português do Brasil巴西葡萄牙语"
#: bookwyrm/settings.py:292
#: bookwyrm/settings.py:293
msgid "Português Europeu (European Portuguese)"
msgstr "Português Europeu欧洲葡萄牙语"
#: bookwyrm/settings.py:293
#: bookwyrm/settings.py:294
msgid "Română (Romanian)"
msgstr "Română (罗马尼亚语)"
#: bookwyrm/settings.py:294
#: bookwyrm/settings.py:295
msgid "Svenska (Swedish)"
msgstr "Svenska瑞典语"
#: bookwyrm/settings.py:295
#: bookwyrm/settings.py:296
msgid "简体中文 (Simplified Chinese)"
msgstr "简体中文"
#: bookwyrm/settings.py:296
#: bookwyrm/settings.py:297
msgid "繁體中文 (Traditional Chinese)"
msgstr "繁體中文(繁体中文)"
@ -783,7 +795,7 @@ msgstr "加载数据会连接到 <strong>%(source_name)s</strong> 并检查这
#: bookwyrm/templates/book/edit/edit_book.html:122
#: bookwyrm/templates/book/sync_modal.html:24
#: bookwyrm/templates/groups/members.html:29
#: bookwyrm/templates/landing/password_reset.html:42
#: bookwyrm/templates/landing/password_reset.html:52
#: bookwyrm/templates/snippets/remove_from_group_button.html:17
msgid "Confirm"
msgstr "确认"
@ -2256,8 +2268,8 @@ msgstr "忘记了密码?"
msgid "More about this site"
msgstr "更多关于本站点的信息"
#: bookwyrm/templates/landing/password_reset.html:34
#: bookwyrm/templates/preferences/change_password.html:40
#: bookwyrm/templates/landing/password_reset.html:43
#: bookwyrm/templates/preferences/change_password.html:33
#: bookwyrm/templates/preferences/delete_user.html:20
msgid "Confirm password:"
msgstr "确认密码:"
@ -3014,7 +3026,7 @@ msgstr "当前没有被屏蔽的用户。"
#: bookwyrm/templates/preferences/change_password.html:4
#: bookwyrm/templates/preferences/change_password.html:7
#: bookwyrm/templates/preferences/change_password.html:52
#: bookwyrm/templates/preferences/change_password.html:37
#: bookwyrm/templates/preferences/layout.html:20
msgid "Change Password"
msgstr "更改密码"
@ -3027,7 +3039,7 @@ msgstr ""
msgid "Current password:"
msgstr ""
#: bookwyrm/templates/preferences/change_password.html:36
#: bookwyrm/templates/preferences/change_password.html:28
msgid "New password:"
msgstr "新密码:"
@ -5337,14 +5349,6 @@ msgstr "不是有效的 csv 文件"
msgid "Username or password are incorrect"
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
#, python-brace-format
msgid "Status updates from {obj.display_name}"