diff --git a/rest_auth/locale/de/LC_MESSAGES/django.mo b/rest_auth/locale/de/LC_MESSAGES/django.mo index a021c21f..29f0a946 100644 Binary files a/rest_auth/locale/de/LC_MESSAGES/django.mo and b/rest_auth/locale/de/LC_MESSAGES/django.mo differ diff --git a/rest_auth/locale/de/LC_MESSAGES/django.po b/rest_auth/locale/de/LC_MESSAGES/django.po index c078a76d..327f73d0 100644 --- a/rest_auth/locale/de/LC_MESSAGES/django.po +++ b/rest_auth/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-22 11:37-0800\n" +"POT-Creation-Date: 2017-03-05 21:56-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -50,7 +50,7 @@ msgstr "Ein User mit dieser E-Mail Adresse ist schon registriert." msgid "The two password fields didn't match." msgstr "Die beiden Passwörter sind nicht identisch." -#: registration/views.py:82 +#: registration/views.py:91 msgid "ok" msgstr "Ok" @@ -78,19 +78,19 @@ msgstr "Kann nicht mit den angegeben Zugangsdaten anmelden." msgid "E-mail is not verified." msgstr "E-Mail Adresse ist nicht verifiziert." -#: views.py:114 +#: views.py:126 msgid "Successfully logged out." msgstr "Erfolgreich ausgeloggt." -#: views.py:162 +#: views.py:174 msgid "Password reset e-mail has been sent." msgstr "Die E-Mail zum Zurücksetzen des Passwortes wurde verschickt." -#: views.py:184 +#: views.py:200 msgid "Password has been reset with the new password." msgstr "Das Passwort wurde mit dem neuen Passwort ersetzt." -#: views.py:202 +#: views.py:222 msgid "New password has been saved." msgstr "Das neue Passwort wurde gespeichert." diff --git a/rest_auth/locale/es/LC_MESSAGES/django.mo b/rest_auth/locale/es/LC_MESSAGES/django.mo index cba57b16..d73fda11 100644 Binary files a/rest_auth/locale/es/LC_MESSAGES/django.mo and b/rest_auth/locale/es/LC_MESSAGES/django.mo differ diff --git a/rest_auth/locale/es/LC_MESSAGES/django.po b/rest_auth/locale/es/LC_MESSAGES/django.po index c702811e..c9647b99 100644 --- a/rest_auth/locale/es/LC_MESSAGES/django.po +++ b/rest_auth/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-13 11:01+0100\n" +"POT-Creation-Date: 2017-03-05 21:56-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Carlos de las Heras \n" "Language-Team: LANGUAGE \n" @@ -18,82 +18,82 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: rest_auth/registration/serializers.py:53 +#: registration/serializers.py:53 msgid "View is not defined, pass it as a context variable" msgstr "\"View\" no está definida, pásala como una variable de contexto" -#: rest_auth/registration/serializers.py:58 +#: registration/serializers.py:58 msgid "Define adapter_class in view" msgstr "Defina \"adapter_class\" en view" -#: rest_auth/registration/serializers.py:77 +#: registration/serializers.py:77 msgid "Define callback_url in view" msgstr "Defina \"callback_url\" en view" -#: rest_auth/registration/serializers.py:81 +#: registration/serializers.py:81 msgid "Define client_class in view" msgstr "Defina \"client_class\" en view" -#: rest_auth/registration/serializers.py:102 +#: registration/serializers.py:102 msgid "Incorrect input. access_token or code is required." msgstr "Entrada incorrecta. Se requiere \"access_token\" o \"code\"." -#: rest_auth/registration/serializers.py:111 +#: registration/serializers.py:111 msgid "Incorrect value" msgstr "Valor incorrecto" -#: rest_auth/registration/serializers.py:140 +#: registration/serializers.py:140 msgid "A user is already registered with this e-mail address." msgstr "Ya existe un usuario registrado con esa dirección de correo electrónico." -#: rest_auth/registration/serializers.py:148 +#: registration/serializers.py:148 msgid "The two password fields didn't match." msgstr "Las contraseñas no coinciden" -#: rest_auth/registration/views.py:44 +#: registration/views.py:44 msgid "Verification e-mail sent." msgstr "Se ha enviado un correo de verificación." -#: rest_auth/registration/views.py:91 +#: registration/views.py:91 msgid "ok" msgstr "Ok" -#: rest_auth/serializers.py:30 +#: serializers.py:30 msgid "Must include \"email\" and \"password\"." msgstr "Debe incluir \"correo electrónico\" y \"contraseña\"." -#: rest_auth/serializers.py:41 +#: serializers.py:41 msgid "Must include \"username\" and \"password\"." msgstr "Debe incluir \"nombre de usuario\" y \"contraseña\"." -#: rest_auth/serializers.py:54 +#: serializers.py:54 msgid "Must include either \"username\" or \"email\" and \"password\"." msgstr "Debe incluir \"nombre de usuario\" o \"correo electrónico\" y \"contraseña\"." -#: rest_auth/serializers.py:95 +#: serializers.py:95 msgid "User account is disabled." msgstr "Cuenta de usuario deshabilitada" -#: rest_auth/serializers.py:98 +#: serializers.py:98 msgid "Unable to log in with provided credentials." msgstr "No puede iniciar sesión con las credenciales proporcionadas." -#: rest_auth/serializers.py:107 +#: serializers.py:107 msgid "E-mail is not verified." msgstr "El correo electrónico no ha sido verificado." -#: rest_auth/views.py:126 +#: views.py:126 msgid "Successfully logged out." msgstr "Sesión cerrada con éxito." -#: rest_auth/views.py:174 +#: views.py:174 msgid "Password reset e-mail has been sent." msgstr "Se ha enviado un correo electrónico para restablecer la contraseña." -#: rest_auth/views.py:200 +#: views.py:200 msgid "Password has been reset with the new password." msgstr "La contraseña ha sido restablecida con la nueva contraseña." -#: rest_auth/views.py:222 +#: views.py:222 msgid "New password has been saved." msgstr "La nueva contraseña ha sido guardada." diff --git a/rest_auth/locale/ru/LC_MESSAGES/django.mo b/rest_auth/locale/ru/LC_MESSAGES/django.mo index 2ccbb0f1..ff718be0 100644 Binary files a/rest_auth/locale/ru/LC_MESSAGES/django.mo and b/rest_auth/locale/ru/LC_MESSAGES/django.mo differ diff --git a/rest_auth/locale/ru/LC_MESSAGES/django.po b/rest_auth/locale/ru/LC_MESSAGES/django.po index c1d87c0d..20674f98 100644 --- a/rest_auth/locale/ru/LC_MESSAGES/django.po +++ b/rest_auth/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-22 11:37-0800\n" +"POT-Creation-Date: 2017-03-05 21:56-0800\n" "PO-Revision-Date: 2016-08-01 07:48+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -52,11 +52,11 @@ msgstr "Пользователь с таким e-mail адресом уже за msgid "The two password fields didn't match." msgstr "Пароли не совпадают." -#: registration/views.py:35 +#: registration/views.py:44 msgid "Verification e-mail sent." msgstr "Письмо с подтверждением выслано." -#: registration/views.py:82 +#: registration/views.py:91 msgid "ok" msgstr "ок" @@ -84,18 +84,18 @@ msgstr "Невозможно войти в систему с указанным msgid "E-mail is not verified." msgstr "E-mail не подтверждён." -#: views.py:114 +#: views.py:126 msgid "Successfully logged out." msgstr "Успешно вышли." -#: views.py:162 +#: views.py:174 msgid "Password reset e-mail has been sent." msgstr "Письмо с инструкциями по восстановлению пароля выслано." -#: views.py:184 +#: views.py:200 msgid "Password has been reset with the new password." msgstr "Пароль изменён на новый." -#: views.py:202 +#: views.py:222 msgid "New password has been saved." msgstr "Новый пароль сохранён."