1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

[org,myhome]translation

This commit is contained in:
llj
2012-11-01 17:37:17 +08:00
parent 839373b8b5
commit c280ee93dd
4 changed files with 19 additions and 16 deletions

Binary file not shown.

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-11-01 15:08+0800\n"
"POT-Creation-Date: 2012-11-01 17:33+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -200,7 +200,7 @@ msgstr "确认密码不能为空"
msgid "The two password fields not match"
msgstr "两次输入的密码不一致"
#: templates/admin_base.html:8 templates/org_admin_base.html:11
#: templates/admin_base.html:8
msgid "Library Management"
msgstr "资料库管理"
@@ -208,7 +208,7 @@ msgstr "资料库管理"
msgid "User Management"
msgstr "用户管理"
#: templates/admin_base.html:14 templates/org_admin_base.html:14
#: templates/admin_base.html:14
msgid "Group Management"
msgstr "群组管理"
@@ -452,8 +452,8 @@ msgstr "我的页面"
msgid "Public Library"
msgstr "公共资料"
#: templates/myhome_base.html:16 templates/org_base.html:15
#: templates/pubinfo.html:22
#: templates/myhome_base.html:16 templates/org_admin_base.html:14
#: templates/org_base.html:15 templates/pubinfo.html:22
msgid "Groups"
msgstr "群组"
@@ -471,8 +471,12 @@ msgid "Public Info"
msgstr "公共信息"
#: templates/org_admin_base.html:8
msgid "Org Info"
msgstr "团体概况"
msgid "Basic Info"
msgstr "基本信息"
#: templates/org_admin_base.html:11 templates/snippets/my_owned_repos.html:3
msgid "Libraries"
msgstr "资料库"
#: templates/org_base.html:9
msgid "Personal"
@@ -1196,7 +1200,7 @@ msgid "Please input recommend message."
msgstr "请输入推荐语。"
#: templates/snippets/events.html:3
msgid "Latest Events"
msgid "Recent Events"
msgstr "最近事件"
#: templates/snippets/events.html:17
@@ -1280,10 +1284,6 @@ msgstr "修改详情"
msgid "My Groups"
msgstr "我的群组"
#: templates/snippets/my_owned_repos.html:3
msgid "Libraries"
msgstr "资料库"
#: templates/snippets/my_owned_repos.html:7
msgid "Mine"
msgstr "我拥有的"
@@ -1380,6 +1380,9 @@ msgstr "名字(可选)"
msgid "Note(optional)"
msgstr "备注(可选)"
#~ msgid "Org Info"
#~ msgstr "团体概况"
#~ msgid "UpdateTime"
#~ msgstr "更新时间"

View File

@@ -5,13 +5,13 @@
<ul class="nav">
{% if request.user.org.is_staff %}
<li>
<a href="{% url org_admin request.user.org.url_prefix %}" {% block nav_useradmin_class %}{% endblock %}>{% trans "Org Info" %}</a>
<a href="{% url org_admin request.user.org.url_prefix %}" {% block nav_useradmin_class %}{% endblock %}>{% trans "Basic Info" %}</a>
</li>
<li>
<a href="{% url org_seafadmin request.user.org.url_prefix %}" {% block nav_seafadmin_class %}{% endblock %}>{% trans "Library Management" %}</a>
<a href="{% url org_seafadmin request.user.org.url_prefix %}" {% block nav_seafadmin_class %}{% endblock %}>{% trans "Libraries" %}</a>
</li>
<li>
<a href="{% url org_groupadmin request.user.org.url_prefix %}" {% block nav_groupadmin_class %}{% endblock %}>{% trans "Group Management" %}</a>
<a href="{% url org_groupadmin request.user.org.url_prefix %}" {% block nav_groupadmin_class %}{% endblock %}>{% trans "Groups" %}</a>
</li>
{% endif %}

View File

@@ -1,6 +1,6 @@
{% load seahub_tags avatar_tags group_avatar_tags i18n %}
{% load url from future %}
<h3>{% trans 'Latest Events' %}</h3>
<h3>{% trans 'Recent Events' %}</h3>
<ul id="events" class="hide">
{% for ev in events %}
<li class="event-item w100 ovhd">