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

Commit 5a8e38b

Browse files
committed
Initial version django.po
1 parent 77da4d6 commit 5a8e38b

File tree

1 file changed

+68
-0
lines changed
  • rest_framework_jwt/locale/en_US/LC_MESSAGES

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2015-01-13 23:31+0100\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: authentication.py:46
21+
msgid "Invalid Authorization header. No credentials provided."
22+
msgstr ""
23+
24+
#: authentication.py:49
25+
msgid ""
26+
"Invalid Authorization header. Credentials string should not contain spaces."
27+
msgstr ""
28+
29+
#: authentication.py:56 serializers.py:92
30+
msgid "Signature has expired."
31+
msgstr ""
32+
33+
#: authentication.py:59 serializers.py:95
34+
msgid "Error decoding signature."
35+
msgstr ""
36+
37+
#: authentication.py:76 serializers.py:105
38+
msgid "Invalid payload"
39+
msgstr ""
40+
41+
#: authentication.py:79
42+
msgid "Invalid signature"
43+
msgstr ""
44+
45+
#: serializers.py:53
46+
msgid "User account is disabled."
47+
msgstr ""
48+
49+
#: serializers.py:69
50+
msgid "Unable to login with provided credentials."
51+
msgstr ""
52+
53+
#: serializers.py:72
54+
#, python-brace-format
55+
msgid "Must include \"{username_field}\" and \"password\""
56+
msgstr ""
57+
58+
#: serializers.py:108
59+
msgid "User doesn't exist"
60+
msgstr ""
61+
62+
#: serializers.py:126
63+
msgid "Refresh has expired"
64+
msgstr ""
65+
66+
#: serializers.py:129
67+
msgid "orig_iat field is required"
68+
msgstr ""

0 commit comments

Comments
 (0)