Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit c840909

Browse files
committed
Merge pull request #83 from migonzalvar/feature/update_translations
Update en_US PO file
2 parents faa772c + 331cb55 commit c840909

File tree

1 file changed

+20
-20
lines changed
  • rest_framework_jwt/locale/en_US/LC_MESSAGES

1 file changed

+20
-20
lines changed

rest_framework_jwt/locale/en_US/LC_MESSAGES/django.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2015-01-16 18:06+0100\n"
11+
"POT-Creation-Date: 2015-03-01 21:35+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,52 +17,52 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: authentication.py:46
21-
msgid "Invalid Authorization header. No credentials provided."
20+
#: authentication.py:33 serializers.py:100
21+
msgid "Signature has expired."
2222
msgstr ""
2323

24-
#: authentication.py:49
25-
msgid ""
26-
"Invalid Authorization header. Credentials string should not contain spaces."
24+
#: authentication.py:36 serializers.py:103
25+
msgid "Error decoding signature."
2726
msgstr ""
2827

29-
#: authentication.py:56 serializers.py:92
30-
msgid "Signature has expired."
28+
#: authentication.py:55
29+
msgid "Invalid signature."
3130
msgstr ""
3231

33-
#: authentication.py:59 serializers.py:95
34-
msgid "Error decoding signature."
32+
#: authentication.py:58 serializers.py:117
33+
msgid "Invalid payload."
3534
msgstr ""
3635

37-
#: authentication.py:76 serializers.py:105
38-
msgid "Invalid payload."
36+
#: authentication.py:82
37+
msgid "Invalid Authorization header. No credentials provided."
3938
msgstr ""
4039

41-
#: authentication.py:79
42-
msgid "Invalid signature."
40+
#: authentication.py:85
41+
msgid ""
42+
"Invalid Authorization header. Credentials string should not contain spaces."
4343
msgstr ""
4444

45-
#: serializers.py:53
45+
#: serializers.py:59
4646
msgid "User account is disabled."
4747
msgstr ""
4848

49-
#: serializers.py:69
49+
#: serializers.py:76
5050
msgid "Unable to login with provided credentials."
5151
msgstr ""
5252

53-
#: serializers.py:72
53+
#: serializers.py:79
5454
#, python-brace-format
5555
msgid "Must include \"{username_field}\" and \"password\"."
5656
msgstr ""
5757

58-
#: serializers.py:108
58+
#: serializers.py:120
5959
msgid "User doesn't exist."
6060
msgstr ""
6161

62-
#: serializers.py:126
62+
#: serializers.py:170
6363
msgid "Refresh has expired."
6464
msgstr ""
6565

66-
#: serializers.py:129
66+
#: serializers.py:173
6767
msgid "orig_iat field is required."
6868
msgstr ""

0 commit comments

Comments
 (0)