Skip to content

Commit 973d4c8

Browse files
authored
[ ADD ] Mandarin translation (#582)
* [ ADD ] Mandarin translation * [ ADD ] Mandarin translation
1 parent 2e8fc3a commit 973d4c8

File tree

2 files changed

+99
-0
lines changed

2 files changed

+99
-0
lines changed
2.19 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
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 lucacitta@gmail.com, 2024.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: dj-rest-auth\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2024-01-19 11:41+0800\n"
11+
"PO-Revision-Date: 2024-01-19 21:36+0300\n"
12+
"Last-Translators: lucacitta@gmail.com"
13+
"Language-Team: \n"
14+
"Language: ma\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"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"
19+
"X-Generator: Poedit 3.2.2\n"
20+
21+
#: registration/serializers.py:53
22+
msgid "View is not defined, pass it as a context variable"
23+
msgstr "视图未定义,请将其作为上下文变量传递"
24+
25+
#: registration/serializers.py:58
26+
msgid "Define \"adapter_class\" in view"
27+
msgstr "在视图中定义\"adapter_class\""
28+
29+
#: registration/serializers.py:77
30+
msgid "Define \"callback_url\" in view"
31+
msgstr "在视图中定义\"callback_url\""
32+
33+
#: registration/serializers.py:81
34+
msgid "Define \"client_class\" in view"
35+
msgstr "在视图中定义\"client_class\""
36+
37+
#: registration/serializers.py:102
38+
msgid "Incorrect input. \"access_token\" or \"code\" is required."
39+
msgstr "输入有误。需要\"access_token\"\"code\"。"
40+
41+
#: registration/serializers.py:111
42+
msgid "Incorrect value"
43+
msgstr "值不正确"
44+
45+
#: registration/serializers.py:140
46+
msgid "A user is already registered with this e-mail address."
47+
msgstr "已有用户使用此电子邮件地址注册。"
48+
49+
#: registration/serializers.py:148
50+
msgid "The two password fields didn't match."
51+
msgstr "两个密码字段不匹配。"
52+
53+
#: registration/views.py:44
54+
msgid "Verification e-mail sent."
55+
msgstr "已发送验证电子邮件。"
56+
57+
#: registration/views.py:91
58+
msgid "ok"
59+
msgstr "好的"
60+
61+
#: serializers.py:30
62+
msgid "Must include \"email\" and \"password\"."
63+
msgstr "必须包含\"电子邮件\"\"密码\"。"
64+
65+
#: serializers.py:41
66+
msgid "Must include \"username\" and \"password\"."
67+
msgstr "必须包含\"用户名\"\"密码\"。"
68+
69+
#: serializers.py:54
70+
msgid "Must include either \"username\" or \"email\" and \"password\"."
71+
msgstr "必须包含\"用户名\"\"电子邮件\"\"密码\"之一。"
72+
73+
#: serializers.py:95
74+
msgid "User account is disabled."
75+
msgstr "用户帐户已禁用。"
76+
77+
#: serializers.py:98
78+
msgid "Unable to log in with provided credentials."
79+
msgstr "无法使用提供的凭据登录。"
80+
81+
#: serializers.py:107
82+
msgid "E-mail is not verified."
83+
msgstr "电子邮件未经验证。"
84+
85+
#: views.py:126
86+
msgid "Successfully logged out."
87+
msgstr "成功注销。"
88+
89+
#: views.py:174
90+
msgid "Password reset e-mail has been sent."
91+
msgstr "已发送密码重置电子邮件。"
92+
93+
#: views.py:200
94+
msgid "Password has been reset with the new password."
95+
msgstr "已使用新密码重置密码。"
96+
97+
#: views.py:222
98+
msgid "New password has been saved."
99+
msgstr "新密码已保存。"

0 commit comments

Comments
 (0)