Skip to content

Commit 3e2c298

Browse files
committed
Merge branch 'release/1.0.0b1'
2 parents 8271109 + 281a6a0 commit 3e2c298

File tree

17 files changed

+1030
-294
lines changed

17 files changed

+1030
-294
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
deploy:
2+
provider: pypi
3+
user: wuyue
4+
password:
5+
secure: ZIgyvPMWDL4sSAwT9b47iHF9HZPqloYqAG+q7l624uYtUZ8JVFBspUP3CGv1htrBVCeN6U5WZLodgFaosaT25PscUAgkVgQF7diyComRubx1HUG403yVr0SeRJTWHeDqz6jmQgjR1fSmXvM+Oho6lMILOUkPneHV3ZRmklnsxqT1mlOjf51ohjfmYd9/20KknH1ecqwa7dQ4OnbyLlrThKUzXE+AdwPrHO2hXP3nD+hUnVzZL+aCpMmnVmSrWIZUQ82LiQonxt0OdXUzgoyzSo0yRhmA4uUUUlSy4FZFE7oOEW1JmGwA3Tx32d55RXetzbQ+lWpfKHrkyQoj3lF0EE7+CMY3xpXz8UjFo4wSWH9KLWV4mTUSCHxVhG6jJ24LSesoCjPo8z9GPtbO8GUcOIW3HckKOitnfuV80xqp6BOFe69Zat8y/I4TOpomLjaOUHrYaFbmO2KEXb/rTVpTMDiWrkhT1i0JhEz4mHtzXHBFHGHTWtisW8nDaVUAW459tf/DXVUUD/szX/DYVawzn9IwLjKlOAMFJUJVzOfBRccPOklkfgEVMWcF4RUt2UZmKltxYWrhozUuJWjAXU6LGYROPjEbCdeV4TxowRoZp12vE3Hj2rpM0NYhhZg2qg08s1o4TB1VceFjmMBy54inoaVTyqRgqQPXaW3sT4FqzpQ=
6+
skip_existing: true
7+
skip_cleanup: true
8+
on:
9+
tags: true

adminlteui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.0.0b0'
1+
version = '1.0.0b1'
1.1 KB
Binary file not shown.
Lines changed: 266 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,266 @@
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: 2019-06-26 17:31+0800\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+
#: adminlteui/templates/admin/actions.html:10
21+
msgid "Run the selected action"
22+
msgstr ""
23+
24+
#: adminlteui/templates/admin/actions.html:10
25+
msgid "Go"
26+
msgstr ""
27+
28+
#: adminlteui/templates/admin/actions.html:18
29+
msgid "Click here to select the objects across all pages"
30+
msgstr ""
31+
32+
#: adminlteui/templates/admin/actions.html:18
33+
#, python-format
34+
msgid "Select all %(total_count)s %(module_name)s"
35+
msgstr ""
36+
37+
#: adminlteui/templates/admin/actions.html:20
38+
msgid "Clear selection"
39+
msgstr ""
40+
41+
#: adminlteui/templates/admin/base.html:66
42+
msgid "Super manager"
43+
msgstr "超级管理员"
44+
45+
#: adminlteui/templates/admin/base.html:71
46+
msgid "Normal"
47+
msgstr "普通用户"
48+
49+
#: adminlteui/templates/admin/base.html:74
50+
msgid "Register time"
51+
msgstr "注册时间"
52+
53+
#: adminlteui/templates/admin/base.html:95
54+
msgid "Change password"
55+
msgstr ""
56+
57+
#: adminlteui/templates/admin/base.html:98
58+
msgid "Log out"
59+
msgstr ""
60+
61+
#: adminlteui/templates/admin/base.html:122
62+
msgid "Online"
63+
msgstr "在线"
64+
65+
#: adminlteui/templates/admin/base.html:128
66+
#: adminlteui/templates/admin/search_form.html:20
67+
msgid "Search"
68+
msgstr "搜索"
69+
70+
#: adminlteui/templates/admin/base.html:138
71+
msgid "MAIN NAVIGATION"
72+
msgstr "页面导航"
73+
74+
#: adminlteui/templates/admin/base.html:141
75+
msgid "Dashboard"
76+
msgstr "仪表盘"
77+
78+
#: adminlteui/templates/admin/base.html:169
79+
msgid "System manage"
80+
msgstr ""
81+
82+
#: adminlteui/templates/admin/base.html:175
83+
msgid "Log manage"
84+
msgstr ""
85+
86+
#: adminlteui/templates/admin/base.html:176
87+
msgid "System config"
88+
msgstr ""
89+
90+
#: adminlteui/templates/admin/base.html:182
91+
msgid "Important"
92+
msgstr ""
93+
94+
#: adminlteui/templates/admin/base.html:183
95+
msgid "Warning"
96+
msgstr ""
97+
98+
#: adminlteui/templates/admin/base.html:184
99+
msgid "Information"
100+
msgstr ""
101+
102+
#: adminlteui/templates/admin/base_site.html:2
103+
msgid "Django site admin"
104+
msgstr ""
105+
106+
#: adminlteui/templates/admin/change_form.html:18
107+
#: adminlteui/templates/admin/change_list.html:38
108+
#: adminlteui/templates/admin/index.html:14
109+
msgid "Home"
110+
msgstr ""
111+
112+
#: adminlteui/templates/admin/change_form.html:21
113+
#: adminlteui/templates/admin/change_list_object_tools.html:7
114+
#, python-format
115+
msgid "Add %(name)s"
116+
msgstr ""
117+
118+
#: adminlteui/templates/admin/change_form.html:50
119+
#: adminlteui/templates/admin/change_list.html:65
120+
msgid "Please correct the error below."
121+
msgstr ""
122+
123+
#: adminlteui/templates/admin/change_form.html:50
124+
#: adminlteui/templates/admin/change_list.html:65
125+
msgid "Please correct the errors below."
126+
msgstr ""
127+
128+
#: adminlteui/templates/admin/change_form.html:97
129+
msgid "change form tools"
130+
msgstr "操作面板"
131+
132+
#: adminlteui/templates/admin/index.html:10
133+
#: adminlteui/templates/admin/index.html:15
134+
msgid "dashboard"
135+
msgstr "仪表盘"
136+
137+
#: adminlteui/templates/admin/index.html:39
138+
msgid "Add"
139+
msgstr ""
140+
141+
#: adminlteui/templates/admin/index.html:45
142+
msgid "View"
143+
msgstr ""
144+
145+
#: adminlteui/templates/admin/index.html:47
146+
msgid "Change"
147+
msgstr ""
148+
149+
#: adminlteui/templates/admin/index.html:69
150+
msgid "My Applications"
151+
msgstr "我的应用"
152+
153+
#: adminlteui/templates/admin/index.html:83
154+
msgid "My tables"
155+
msgstr "我的表格"
156+
157+
#: adminlteui/templates/admin/index.html:125
158+
msgid "Recent actions"
159+
msgstr ""
160+
161+
#: adminlteui/templates/admin/index.html:126
162+
msgid "My actions"
163+
msgstr ""
164+
165+
#: adminlteui/templates/admin/index.html:130
166+
msgid "None available"
167+
msgstr ""
168+
169+
#: adminlteui/templates/admin/index.html:146
170+
msgid "Unknown content"
171+
msgstr ""
172+
173+
#: adminlteui/templates/admin/index.html:161
174+
msgid "You don't have permission to view or edit anything."
175+
msgstr ""
176+
177+
#: adminlteui/templates/admin/login.html:7
178+
#: adminlteui/templates/admin/login.html:65
179+
msgid "Log in"
180+
msgstr "登录"
181+
182+
#: adminlteui/templates/admin/login.html:37
183+
msgid "Login and Enjoy"
184+
msgstr "芝麻开门"
185+
186+
#: adminlteui/templates/admin/login.html:48
187+
msgid "username"
188+
msgstr "用户名"
189+
190+
#: adminlteui/templates/admin/login.html:52
191+
msgid "password"
192+
msgstr "密码"
193+
194+
#: adminlteui/templates/admin/login.html:59
195+
msgid "Remember me"
196+
msgstr "记住我"
197+
198+
#: adminlteui/templates/admin/login.html:72
199+
msgid "Other"
200+
msgstr "更多"
201+
202+
#: adminlteui/templates/admin/login.html:73
203+
msgid "Sign in using Facebook"
204+
msgstr ""
205+
206+
#: adminlteui/templates/admin/login.html:74
207+
msgid "Sign in using Google+"
208+
msgstr ""
209+
210+
#: adminlteui/templates/admin/login.html:78
211+
msgid "Forgot password ?"
212+
msgstr ""
213+
214+
#: adminlteui/templates/admin/pagination.html:8
215+
#: adminlteui/templates/admin/search_form.html:22
216+
msgid "Show all"
217+
msgstr ""
218+
219+
#: adminlteui/templates/admin/pagination.html:11
220+
#: adminlteui/templates/admin/submit_line.html:5
221+
msgid "Save"
222+
msgstr ""
223+
224+
#: adminlteui/templates/admin/pagination.html:23
225+
msgid "Previous"
226+
msgstr ""
227+
228+
#: adminlteui/templates/admin/pagination.html:31
229+
msgid "Next"
230+
msgstr ""
231+
232+
#: adminlteui/templates/admin/search_form.html:22
233+
#, python-format
234+
msgid "%(counter)s result"
235+
msgid_plural "%(counter)s results"
236+
msgstr[0] ""
237+
msgstr[1] ""
238+
239+
#: adminlteui/templates/admin/search_form.html:22
240+
#, python-format
241+
msgid "%(full_result_count)s total"
242+
msgstr ""
243+
244+
#: adminlteui/templates/admin/submit_line.html:13
245+
msgid "Delete"
246+
msgstr ""
247+
248+
#: adminlteui/templates/admin/submit_line.html:19
249+
msgid "Save as new"
250+
msgstr ""
251+
252+
#: adminlteui/templates/admin/submit_line.html:25
253+
msgid "Save and add another"
254+
msgstr ""
255+
256+
#: adminlteui/templates/admin/submit_line.html:33
257+
msgid "Save and continue editing"
258+
msgstr ""
259+
260+
#: adminlteui/templates/admin/submit_line.html:33
261+
msgid "Save and view"
262+
msgstr ""
263+
264+
#: adminlteui/templates/admin/submit_line.html:39
265+
msgid "Close"
266+
msgstr ""
1.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)