mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-04-19 08:12:06 +03:00
Merge 09d599ce3f
into cdd04aa9be
This commit is contained in:
commit
b9bcc6d7ad
Binary file not shown.
|
@ -41,10 +41,6 @@ msgstr "Nesprávný vstup. access_token je povinný."
|
|||
msgid "Incorrect value"
|
||||
msgstr "Nesprávná hodnota"
|
||||
|
||||
#: .\registration\serializers.py:139
|
||||
msgid "User is already registered with this e-mail address."
|
||||
msgstr "Uživatel s touto adresou je již registrován."
|
||||
|
||||
#: .\registration\serializers.py:185
|
||||
msgid "A user is already registered with this e-mail address."
|
||||
msgstr "Uživatel s touto adresou je již registrován."
|
||||
|
|
Binary file not shown.
|
@ -43,10 +43,6 @@ msgstr "输入错误。access_token或code是必填项。"
|
|||
msgid "Incorrect value"
|
||||
msgstr "错误的值"
|
||||
|
||||
#: registration/serializers.py:139
|
||||
msgid "User is already registered with this e-mail address."
|
||||
msgstr "该邮箱地址已被注册。"
|
||||
|
||||
#: registration/serializers.py:185
|
||||
msgid "A user is already registered with this e-mail address."
|
||||
msgstr "该邮箱地址已被注册。"
|
||||
|
|
|
@ -42,10 +42,6 @@ msgstr ""
|
|||
msgid "Incorrect value"
|
||||
msgstr ""
|
||||
|
||||
#: registration/serializers.py:139
|
||||
msgid "User is already registered with this e-mail address."
|
||||
msgstr ""
|
||||
|
||||
#: registration/serializers.py:185
|
||||
msgid "A user is already registered with this e-mail address."
|
||||
msgstr ""
|
||||
|
|
|
@ -136,7 +136,7 @@ class SocialLoginSerializer(serializers.Serializer):
|
|||
).exists()
|
||||
if account_exists:
|
||||
raise serializers.ValidationError(
|
||||
_("User is already registered with this e-mail address.")
|
||||
_("A user is already registered with this e-mail address.")
|
||||
)
|
||||
|
||||
login.lookup()
|
||||
|
|
Loading…
Reference in New Issue
Block a user