This repository was archived by the owner on Mar 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_languages.py
More file actions
185 lines (185 loc) · 7.26 KB
/
app_languages.py
File metadata and controls
185 lines (185 loc) · 7.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# -*- coding: utf-8 -*-
app_languages = {
'zh': {
'uiindex' : {
'title': 'GAE Users',
'headline': unicode('欢迎', 'utf8'),
'login': unicode('注册', 'utf8'),
'email': unicode('电邮', 'utf8'),
'password': unicode('密码', 'utf8'),
'repassword': unicode('重复密码', 'utf8'),
'register': unicode('免费注册', 'utf8'),
'registerbtn': unicode('免费注册', 'utf8'),
'loginbtn': unicode('注册', 'utf8'),
'losepw': unicode('忘记密码', 'utf8'),
},
'uiconform': {
'title': unicode('符合', 'utf8'),
'backbtn': unicode('起始页', 'utf8'),
},
'uilosepw': {
'title': unicode('忘记密码', 'utf8'),
'email': unicode('电邮', 'utf8'),
'send': unicode('受密码', 'utf8'),
'back': unicode('后面', 'utf8')
},
'uiprofile': {
'title': unicode('剖面', 'utf8'),
'changepw': unicode('更改密码', 'utf8'),
'delaccount': unicode('删除帐号', 'utf8'),
'logout': unicode('退出', 'utf8'),
'headline': unicode('欢迎用户', 'utf8')
},
'uichangepw': {
'title': unicode('更改密码', 'utf8'),
'changepw': unicode('更改密码', 'utf8'),
'delaccount': unicode('删除帐号', 'utf8'),
'profile': unicode('剖面', 'utf8'),
'logout': unicode('退出', 'utf8'),
'oldpassword': unicode('老密码', 'utf8'),
'newpassword': unicode('新密码', 'utf8'),
'renewpassword': unicode('新密码 (重复)', 'utf8'),
'lospwBtn': unicode('更改密码', 'utf8')
},
'uisetpw': {
'title': unicode('集新更改密码', 'utf8'),
'newpassword': unicode('新密码', 'utf8'),
'renewpassword': unicode('新密码 (重复)', 'utf8'),
'back': unicode('后面', 'utf8')
},
'uidelaccount': {
'title': unicode('删除帐号', 'utf8'),
'changepw': unicode('更改密码', 'utf8'),
'delaccount': unicode('删除帐号', 'utf8'),
'profile': unicode('剖面', 'utf8'),
'delete': unicode('是的', 'utf8'),
'logout': unicode('退出', 'utf8'),
},
'login': {
'false': unicode('这是不正确的组合。', 'utf8'),
'not active': unicode('您的帐户没有被激活。', 'utf8'),
'unknown': unicode('这是不正确的组合。', 'utf8'),
'empty': unicode('电子邮件字段为空。', 'utf8')
},
'register': {
'not equal': unicode('密码必须是平等的。', 'utf8'),
'not valid': unicode('电子邮件地址是无效的。', 'utf8'),
'present': unicode('已经注册的电子邮件地址。', 'utf8'),
'empty': unicode('电子邮件字段为空。', 'utf8'),
'end': unicode('访问的链接,激活您的帐号,我们送你。', 'utf8')
},
'conform': {
'True': unicode('您已成功激活您的帐户。', 'utf8'),
'False': unicode('有没有户口,可以得到激活。', 'utf8')
},
'losepassword': {
'empty': unicode('未注册的电子邮件地址。', 'utf8'),
'True': unicode('邮件已成功发送。', 'utf8')
},
'setpassword': {
'not present': unicode('不存在', 'utf8'),
'not equal': unicode('不存在', 'utf8'),
'set': unicode('集', 'utf8'),
},
'changepassword': {
'change': unicode('您的密码已被更改。', 'utf8'),
'not equal': unicode('新密码必须是平等的。', 'utf8'),
'wrong': unicode('你的密码并未改变。', 'utf8')
},
'mailsubjects': {
'pwchange': unicode('新密码必须是平等的。', 'utf8'),
'activate': unicode('你的密码并未改变。', 'utf8')
}
},
'en' : {
'uiindex' : {
'title': 'GAE Users',
'headline': 'Welcome',
'login': 'Loginform',
'email': 'email',
'password': 'password',
'repassword': 'password (repeat)',
'register': 'Registerform',
'registerbtn': 'Register',
'loginbtn': 'Login',
'losepw': 'Lose password',
},
'uiconform': {
'title': 'Conform',
'backbtn': 'Startpage',
},
'uilosepw': {
'title': 'Lose password',
'email': 'email',
'send': 'Get Password',
'back': 'Back'
},
'uiprofile': {
'title': 'Profile',
'changepw': 'Change Password',
'delaccount': 'Delete Account',
'logout': 'Logout',
'headline': 'Welcome User'
},
'uichangepw': {
'title': 'Change your password',
'changepw': 'Change Password',
'delaccount': 'Delete Account',
'profile': 'Profile',
'logout': 'Logout',
'oldpassword': 'old password',
'newpassword': 'new password',
'renewpassword': 'new password (repeat)',
'lospwBtn': 'Change password'
},
'uisetpw': {
'title': 'Set Password',
'newpassword': 'new password',
'renewpassword': 'new password (repeat)',
'back': 'Back'
},
'uidelaccount': {
'title': 'Delete your account',
'changepw': 'Change Password',
'delaccount': 'Delete Account',
'profile': 'Profile',
'delete': 'Yes',
'logout': 'Logout'
},
'login': {
'false': 'This is not the right combination.',
'not active': 'Your account is not activated.',
'unknown': 'This is not the right combination.',
'empty': 'The email field is empty.'
},
'register': {
'not equal': 'The passwords must be equal.',
'not valid': 'The email address is not valid.',
'present': 'The email address is already registered.',
'empty': 'The email field is empty.',
'end': 'Activate your account by visiting the link, we sent you.'
},
'conform': {
'True': 'You have successfully activated your account.',
'False': 'There is no account which can get activated.'
},
'losepassword': {
'empty': 'The email address is not registered.',
'True': 'The mail has been sent successfully.'
},
'setpassword': {
'not present': 'You can\'t change the password.',
'not equal': 'New passwords must be equal.',
'set': 'New password is stored.',
},
'changepassword': {
'change': 'Your password has been changed.',
'not equal': 'New passwords must be equal.',
'wrong': 'Your password has not been changed.'
},
'mailsubjects': {
'pwchange': 'Password change link',
'activate': 'User registration'
}
}
}