mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-28 19:51:34 +00:00
Added missing translations
This commit is contained in:
parent
5f47cb833e
commit
731b4c4861
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-01-12 16:25+0800\n"
|
"POT-Creation-Date: 2013-01-17 11:18+0800\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -705,9 +705,9 @@ msgid "Password should be 3 to 15 characters."
|
|||||||
msgstr "密码太长(不超过15个字符)"
|
msgstr "密码太长(不超过15个字符)"
|
||||||
|
|
||||||
#: templates/file_edit.html:291 templates/file_view.html:198
|
#: templates/file_edit.html:291 templates/file_view.html:198
|
||||||
#: templates/file_view.html.py:363 templates/repo.html:411
|
#: templates/file_view.html.py:364 templates/repo.html:411
|
||||||
#: templates/repo.html.py:649 templates/repo.html:686
|
#: templates/repo.html.py:649 templates/repo.html:686
|
||||||
#: templates/repo.html.py:825 templates/snippets/events_js.html:91
|
#: templates/repo.html.py:829 templates/snippets/events_js.html:91
|
||||||
#: templates/snippets/file_content_js.html:97
|
#: templates/snippets/file_content_js.html:97
|
||||||
#: templates/snippets/shared_link_js.html:41
|
#: templates/snippets/shared_link_js.html:41
|
||||||
#: templates/snippets/shared_link_js.html:60
|
#: templates/snippets/shared_link_js.html:60
|
||||||
@ -841,6 +841,10 @@ msgstr "打开本地文件"
|
|||||||
msgid "Raw"
|
msgid "Raw"
|
||||||
msgstr "原始文件"
|
msgstr "原始文件"
|
||||||
|
|
||||||
|
#: templates/file_view.html:90
|
||||||
|
msgid "Send Link"
|
||||||
|
msgstr "发送链接"
|
||||||
|
|
||||||
#: templates/file_view.html:91 templates/repo.html:337
|
#: templates/file_view.html:91 templates/repo.html:337
|
||||||
msgid "Send to:"
|
msgid "Send to:"
|
||||||
msgstr "发送到:"
|
msgstr "发送到:"
|
||||||
@ -916,7 +920,7 @@ msgstr ""
|
|||||||
msgid "Comment"
|
msgid "Comment"
|
||||||
msgstr "评论"
|
msgstr "评论"
|
||||||
|
|
||||||
#: templates/file_view.html:343
|
#: templates/file_view.html:344
|
||||||
msgid "Please input a message."
|
msgid "Please input a message."
|
||||||
msgstr "请先输入评论。"
|
msgstr "请先输入评论。"
|
||||||
|
|
||||||
@ -1361,10 +1365,14 @@ msgstr "移动"
|
|||||||
msgid "to:"
|
msgid "to:"
|
||||||
msgstr "到:"
|
msgstr "到:"
|
||||||
|
|
||||||
#: templates/repo.html:783 templates/repo.html.py:791 templates/repo.html:799
|
#: templates/repo.html:783 templates/repo.html.py:795 templates/repo.html:803
|
||||||
msgid "It can't be blank."
|
msgid "It can't be blank."
|
||||||
msgstr "输入不能为空。"
|
msgstr "输入不能为空。"
|
||||||
|
|
||||||
|
#: templates/repo.html:787
|
||||||
|
msgid "Only an extension there, please input a name."
|
||||||
|
msgstr "请输入完整的文件名。"
|
||||||
|
|
||||||
#: templates/repo_history.html:7
|
#: templates/repo_history.html:7
|
||||||
msgid "modification history"
|
msgid "modification history"
|
||||||
msgstr "修改历史"
|
msgstr "修改历史"
|
||||||
@ -1891,11 +1899,12 @@ msgid "This type of file cannot be viewed online."
|
|||||||
msgstr "该类型文件无法在线查看。"
|
msgstr "该类型文件无法在线查看。"
|
||||||
|
|
||||||
#: templates/snippets/file_upload_progress_js.html:51
|
#: templates/snippets/file_upload_progress_js.html:51
|
||||||
#: templates/snippets/file_upload_progress_js.html:76
|
#: templates/snippets/file_upload_progress_js.html:75
|
||||||
msgid "Please choose a file at first."
|
msgid "Please choose a file at first."
|
||||||
msgstr "请先选择一个文件。"
|
msgstr "请先选择一个文件。"
|
||||||
|
|
||||||
#: templates/snippets/file_upload_progress_js.html:62
|
#: templates/snippets/file_upload_progress_js.html:62
|
||||||
|
#: templates/snippets/file_upload_progress_js.html:85
|
||||||
msgid "File size surpasses the limit."
|
msgid "File size surpasses the limit."
|
||||||
msgstr "文件大小超过限制, 无法上传。"
|
msgstr "文件大小超过限制, 无法上传。"
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form id="link-send-form" action="" method="post" class="hide">
|
<form id="link-send-form" action="" method="post" class="hide">
|
||||||
<h3>Send Link</h3>
|
<h3>{% trans "Send Link" %}</h3>
|
||||||
<label>{% trans "Send to:"%}</label><br />
|
<label>{% trans "Send to:"%}</label><br />
|
||||||
<textarea id="link-send-input" name="email" placeholder="{% trans "Emails, Seperated by ','"%}"></textarea><br />
|
<textarea id="link-send-input" name="email" placeholder="{% trans "Emails, Seperated by ','"%}"></textarea><br />
|
||||||
<input type="hidden" name="file_shared_link" value="{{ file_shared_link }}" />
|
<input type="hidden" name="file_shared_link" value="{{ file_shared_link }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user