Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ https://github.com/Tivix/django-rest-auth
Stack Overflow
-----------
http://stackoverflow.com/questions/tagged/django-rest-auth

Custom translations

This fork was made due to the demand of custom translations.
103 changes: 103 additions & 0 deletions rest_auth/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-03 07:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: extra_locale/rest_auth/registration/serializers.py:67
msgid "View is not defined, pass it as a context variable"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:72
msgid "Define adapter_class in view"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:91
msgid "Define callback_url in view"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:95
msgid "Define client_class in view"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:116
msgid "Incorrect input. access_token or code is required."
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:125
msgid "Incorrect value"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:139
msgid "User is already registered with this e-mail address."
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:185
msgid "A user is already registered with this e-mail address."
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:193
msgid "The two password fields didn't match."
msgstr ""

#: extra_locale/rest_auth/registration/views.py:51
msgid "Verification e-mail sent."
msgstr ""

#: extra_locale/rest_auth/registration/views.py:98
msgid "ok"
msgstr ""

#: extra_locale/rest_auth/serializers.py:33
msgid "Must include \"email\" and \"password\"."
msgstr ""

#: extra_locale/rest_auth/serializers.py:44
msgid "Must include \"username\" and \"password\"."
msgstr ""

#: extra_locale/rest_auth/serializers.py:57
msgid "Must include either \"username\" or \"email\" and \"password\"."
msgstr ""

#: extra_locale/rest_auth/serializers.py:98
msgid "User account is disabled."
msgstr ""

#: extra_locale/rest_auth/serializers.py:101
msgid "Unable to log in with provided credentials."
msgstr ""

#: extra_locale/rest_auth/serializers.py:110
msgid "E-mail is not verified."
msgstr ""

#: extra_locale/rest_auth/views.py:137
msgid "Successfully logged out."
msgstr ""

#: extra_locale/rest_auth/views.py:190
msgid "Password reset e-mail has been sent."
msgstr ""

#: extra_locale/rest_auth/views.py:216
msgid "Password has been reset with the new password."
msgstr ""

#: extra_locale/rest_auth/views.py:238
msgid "New password has been saved."
msgstr ""
106 changes: 106 additions & 0 deletions rest_auth/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-03 07:18+0000\n"
"PO-Revision-Date: 2019-09-03 07:22+0000\n"
"Last-Translator: b' <>'\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Translated-Using: django-rosetta 0.9.3\n"

#: extra_locale/rest_auth/registration/serializers.py:67
msgid "View is not defined, pass it as a context variable"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:72
msgid "Define adapter_class in view"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:91
msgid "Define callback_url in view"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:95
msgid "Define client_class in view"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:116
msgid "Incorrect input. access_token or code is required."
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:125
msgid "Incorrect value"
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:139
msgid "User is already registered with this e-mail address."
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:185
msgid "A user is already registered with this e-mail address."
msgstr ""

#: extra_locale/rest_auth/registration/serializers.py:193
msgid "The two password fields didn't match."
msgstr ""

#: extra_locale/rest_auth/registration/views.py:51
msgid "Verification e-mail sent."
msgstr ""

#: extra_locale/rest_auth/registration/views.py:98
msgid "ok"
msgstr ""

#: extra_locale/rest_auth/serializers.py:33
msgid "Must include \"email\" and \"password\"."
msgstr ""

#: extra_locale/rest_auth/serializers.py:44
msgid "Must include \"username\" and \"password\"."
msgstr ""

#: extra_locale/rest_auth/serializers.py:57
msgid "Must include either \"username\" or \"email\" and \"password\"."
msgstr ""

#: extra_locale/rest_auth/serializers.py:98
msgid "User account is disabled."
msgstr ""

#: extra_locale/rest_auth/serializers.py:101
msgid "Unable to log in with provided credentials."
msgstr ""
"The email and/or password you entered are incorrect. Please check and try "
"again."

#: extra_locale/rest_auth/serializers.py:110
msgid "E-mail is not verified."
msgstr ""

#: extra_locale/rest_auth/views.py:137
msgid "Successfully logged out."
msgstr ""

#: extra_locale/rest_auth/views.py:190
msgid "Password reset e-mail has been sent."
msgstr ""

#: extra_locale/rest_auth/views.py:216
msgid "Password has been reset with the new password."
msgstr ""

#: extra_locale/rest_auth/views.py:238
msgid "New password has been saved."
msgstr ""
Binary file removed rest_auth/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
98 changes: 0 additions & 98 deletions rest_auth/locale/fr/LC_MESSAGES/django.po

This file was deleted.

Loading