diff --git a/locale/de_DE/LC_MESSAGES/django.mo b/locale/de_DE/LC_MESSAGES/django.mo index 83ef74102..e17d550a0 100644 Binary files a/locale/de_DE/LC_MESSAGES/django.mo and b/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index 7faa7b11f..a8576f584 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-12 17:43\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:39\n" "Last-Translator: Mouse Reeve \n" "Language-Team: German\n" "Language: de\n" @@ -471,7 +471,7 @@ msgstr "Lektürejahr für %(display_name)s" #: bookwyrm/templates/annual_summary/layout.html:53 msgid "Share this page" -msgstr "Teile diese Seite mit Anderen" +msgstr "Teile diese Seite" #: bookwyrm/templates/annual_summary/layout.html:67 msgid "Copy address" @@ -1351,11 +1351,7 @@ msgstr "Bestätigungslink erneut senden" msgid "Email address:" msgstr "E-Mail-Adresse:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Es wurde kein*e Benutzer*in mit dieser E-Mail-Adresse gefunden." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Link erneut senden" @@ -1726,7 +1722,7 @@ msgstr "Zu deinen Büchern hinzufügen" #: bookwyrm/templates/shelf/shelf.html:86 bookwyrm/templates/user/user.html:33 #: bookwyrm/templatetags/shelf_tags.py:48 msgid "To Read" -msgstr "Zu lesen" +msgstr "Leseliste" #: bookwyrm/templates/get_started/book_preview.html:11 #: bookwyrm/templates/shelf/shelf.html:87 bookwyrm/templates/user/user.html:34 diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 8436cc4d8..749bedac7 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"POT-Creation-Date: 2022-07-15 19:21+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -43,6 +43,14 @@ msgstr "" 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 "" @@ -51,11 +59,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 "" @@ -788,7 +796,7 @@ msgstr "" #: 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 "" @@ -2269,8 +2277,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 "" @@ -3030,7 +3038,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 "" @@ -3043,7 +3051,7 @@ msgstr "" msgid "Current password:" msgstr "" -#: bookwyrm/templates/preferences/change_password.html:36 +#: bookwyrm/templates/preferences/change_password.html:28 msgid "New password:" msgstr "" @@ -5365,14 +5373,6 @@ msgstr "" 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}" diff --git a/locale/es_ES/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo index 86af3d550..ee40fe4f9 100644 Binary files a/locale/es_ES/LC_MESSAGES/django.mo and b/locale/es_ES/LC_MESSAGES/django.mo differ diff --git a/locale/es_ES/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po index 806139558..573021691 100644 --- a/locale/es_ES/LC_MESSAGES/django.po +++ b/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Spanish\n" "Language: es\n" @@ -1351,11 +1351,7 @@ msgstr "Reenviar enlace de confirmación" msgid "Email address:" msgstr "Dirección de correo electrónico:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "No hay usuarios con esta dirección de correo electrónico." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Re-enviar enlace" diff --git a/locale/fi_FI/LC_MESSAGES/django.mo b/locale/fi_FI/LC_MESSAGES/django.mo index f5ece7df4..bdb71d6f7 100644 Binary files a/locale/fi_FI/LC_MESSAGES/django.mo and b/locale/fi_FI/LC_MESSAGES/django.mo differ diff --git a/locale/fi_FI/LC_MESSAGES/django.po b/locale/fi_FI/LC_MESSAGES/django.po index a05a7e631..5b3f8d6a2 100644 --- a/locale/fi_FI/LC_MESSAGES/django.po +++ b/locale/fi_FI/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 17:19\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Finnish\n" "Language: fi\n" @@ -1351,11 +1351,7 @@ msgstr "Lähetä vahvistuslinkki uudelleen" msgid "Email address:" msgstr "Sähköpostiosoite:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Tähän sähköpostiosoitteeseen ei ole yhdistetty käyttäjää." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Lähetä linkki uudelleen" diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo index 37de909b2..5e6531a51 100644 Binary files a/locale/fr_FR/LC_MESSAGES/django.mo and b/locale/fr_FR/LC_MESSAGES/django.mo differ diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index f8e62ff27..b765f1252 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: French\n" "Language: fr\n" @@ -1351,11 +1351,7 @@ msgstr "Envoyer le lien de confirmation de nouveau" msgid "Email address:" msgstr "Adresse email :" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Aucun compte avec cette adresse email n’a été trouvé." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Envoyer le lien de nouveau" diff --git a/locale/gl_ES/LC_MESSAGES/django.mo b/locale/gl_ES/LC_MESSAGES/django.mo index 0336edd7f..38173aa8e 100644 Binary files a/locale/gl_ES/LC_MESSAGES/django.mo and b/locale/gl_ES/LC_MESSAGES/django.mo differ diff --git a/locale/gl_ES/LC_MESSAGES/django.po b/locale/gl_ES/LC_MESSAGES/django.po index ca3604f4c..71095b6db 100644 --- a/locale/gl_ES/LC_MESSAGES/django.po +++ b/locale/gl_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-14 05:48\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Galician\n" "Language: gl\n" @@ -1351,11 +1351,7 @@ msgstr "Reenviar ligazón de confirmación" msgid "Email address:" msgstr "Enderezo de email:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Non atopamos nigunha usuaria con este email." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Reenviar ligazón" diff --git a/locale/it_IT/LC_MESSAGES/django.mo b/locale/it_IT/LC_MESSAGES/django.mo index d02492a75..1c8436123 100644 Binary files a/locale/it_IT/LC_MESSAGES/django.mo and b/locale/it_IT/LC_MESSAGES/django.mo differ diff --git a/locale/it_IT/LC_MESSAGES/django.po b/locale/it_IT/LC_MESSAGES/django.po index 83b1bc843..6cf4a42c6 100644 --- a/locale/it_IT/LC_MESSAGES/django.po +++ b/locale/it_IT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Italian\n" "Language: it\n" @@ -1351,11 +1351,7 @@ msgstr "Invia di nuovo email di conferma" msgid "Email address:" msgstr "Indirizzo Email:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Non è stato trovato nessun utente con questo indirizzo email." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Reinvia il link" diff --git a/locale/lt_LT/LC_MESSAGES/django.mo b/locale/lt_LT/LC_MESSAGES/django.mo index 2f37afe61..2c635d7df 100644 Binary files a/locale/lt_LT/LC_MESSAGES/django.mo and b/locale/lt_LT/LC_MESSAGES/django.mo differ diff --git a/locale/lt_LT/LC_MESSAGES/django.po b/locale/lt_LT/LC_MESSAGES/django.po index 2eca28352..700a368fa 100644 --- a/locale/lt_LT/LC_MESSAGES/django.po +++ b/locale/lt_LT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Lithuanian\n" "Language: lt\n" @@ -1363,11 +1363,7 @@ msgstr "Dar kartą išsiųsti patvirtinimo nuorodą" msgid "Email address:" msgstr "El. pašto adresas:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Naudotojas su šiuo el. pašto adresu nerastas." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Dar kartą išsiųsti nuorodą" diff --git a/locale/no_NO/LC_MESSAGES/django.mo b/locale/no_NO/LC_MESSAGES/django.mo index 26490831e..68a3e4ac0 100644 Binary files a/locale/no_NO/LC_MESSAGES/django.mo and b/locale/no_NO/LC_MESSAGES/django.mo differ diff --git a/locale/no_NO/LC_MESSAGES/django.po b/locale/no_NO/LC_MESSAGES/django.po index 3ba81df84..1c6a03ef0 100644 --- a/locale/no_NO/LC_MESSAGES/django.po +++ b/locale/no_NO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Norwegian\n" "Language: no\n" @@ -1351,11 +1351,7 @@ msgstr "Send e-post på nytt" msgid "Email address:" msgstr "E-post adresse:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Send lenke igjen" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index bd053e54e..22322c173 100644 Binary files a/locale/pt_BR/LC_MESSAGES/django.mo and b/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index 280e9c896..73cff1dd5 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt\n" @@ -1351,11 +1351,7 @@ msgstr "Reenviar link de confirmação" msgid "Email address:" msgstr "Endereço de e-mail:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Nenhum usuário com este email foi encontrado." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Reenviar link" diff --git a/locale/pt_PT/LC_MESSAGES/django.mo b/locale/pt_PT/LC_MESSAGES/django.mo index 0020b3296..32f546250 100644 Binary files a/locale/pt_PT/LC_MESSAGES/django.mo and b/locale/pt_PT/LC_MESSAGES/django.mo differ diff --git a/locale/pt_PT/LC_MESSAGES/django.po b/locale/pt_PT/LC_MESSAGES/django.po index e95cc26fd..f237e20f2 100644 --- a/locale/pt_PT/LC_MESSAGES/django.po +++ b/locale/pt_PT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:21\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:39\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese\n" "Language: pt\n" @@ -1351,11 +1351,7 @@ msgstr "Reenviar um E-Mail de confirmação" msgid "Email address:" msgstr "E-Mail:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Não foi encontrado nenhum utilizador associado a este endereço de e-mail." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Reenviar link" diff --git a/locale/ro_RO/LC_MESSAGES/django.mo b/locale/ro_RO/LC_MESSAGES/django.mo index dd4e6c386..121209cd1 100644 Binary files a/locale/ro_RO/LC_MESSAGES/django.mo and b/locale/ro_RO/LC_MESSAGES/django.mo differ diff --git a/locale/ro_RO/LC_MESSAGES/django.po b/locale/ro_RO/LC_MESSAGES/django.po index cf376fb56..c47010e4a 100644 --- a/locale/ro_RO/LC_MESSAGES/django.po +++ b/locale/ro_RO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:40\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Romanian\n" "Language: ro\n" @@ -1357,11 +1357,7 @@ msgstr "Retrimiteți legătura de confirmare" msgid "Email address:" msgstr "Adresa de email:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Nu s-a găsit niciun utilizator care să corespundă acestei adrese de e-mail." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Retrimiteți legătura" diff --git a/locale/sv_SE/LC_MESSAGES/django.mo b/locale/sv_SE/LC_MESSAGES/django.mo index 61c5aabb3..c046e8387 100644 Binary files a/locale/sv_SE/LC_MESSAGES/django.mo and b/locale/sv_SE/LC_MESSAGES/django.mo differ diff --git a/locale/sv_SE/LC_MESSAGES/django.po b/locale/sv_SE/LC_MESSAGES/django.po index a881cf235..ca33b7197 100644 --- a/locale/sv_SE/LC_MESSAGES/django.po +++ b/locale/sv_SE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:21\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:39\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Swedish\n" "Language: sv\n" @@ -1351,11 +1351,7 @@ msgstr "Skicka bekräftelselänken igen" msgid "Email address:" msgstr "E-postadress:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "Ingen användare hittades med den här e-postadressen." - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "Skicka länken igen" diff --git a/locale/zh_Hans/LC_MESSAGES/django.mo b/locale/zh_Hans/LC_MESSAGES/django.mo index 28ca1472f..f18d53caf 100644 Binary files a/locale/zh_Hans/LC_MESSAGES/django.mo and b/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 941f6807f..bfad3d0bd 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:39\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Simplified\n" "Language: zh\n" @@ -1345,11 +1345,7 @@ msgstr "重新发送确认链接" msgid "Email address:" msgstr "邮箱地址:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "没有找到与此电子邮件地址相匹配的用户。" - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr "重新发送链接" diff --git a/locale/zh_Hant/LC_MESSAGES/django.mo b/locale/zh_Hant/LC_MESSAGES/django.mo index 5f8f5aa41..8ff2ffda3 100644 Binary files a/locale/zh_Hant/LC_MESSAGES/django.mo and b/locale/zh_Hant/LC_MESSAGES/django.mo differ diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index 2774d7184..7b3a310fd 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-11 15:53+0000\n" -"PO-Revision-Date: 2022-07-11 16:22\n" +"POT-Creation-Date: 2022-07-14 23:57+0000\n" +"PO-Revision-Date: 2022-07-15 16:39\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Traditional\n" "Language: zh\n" @@ -1345,11 +1345,7 @@ msgstr "" msgid "Email address:" msgstr "郵箱地址:" -#: bookwyrm/templates/confirm_email/resend_modal.html:28 -msgid "No user matching this email address found." -msgstr "" - -#: bookwyrm/templates/confirm_email/resend_modal.html:38 +#: bookwyrm/templates/confirm_email/resend_modal.html:30 msgid "Resend link" msgstr ""