add zh_CN language

This commit is contained in:
Ford Guo
2014-09-26 11:43:53 +08:00
parent 1050fc71af
commit b15100c2ea
32 changed files with 7959 additions and 1 deletions

View File

@@ -0,0 +1,98 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
# Ford Guo <agile.guo@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2014-09-23 08:32+0000\n"
"Last-Translator: Ford Guo <agile.guo@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:24
msgid "date"
msgstr "日期"
#: __init__.py:28
msgid "user"
msgstr "用户"
#: __init__.py:32
msgid "comment"
msgstr "评论"
#: links.py:8 links.py:9
msgid "delete"
msgstr "删除"
#: links.py:10
msgid "add comment"
msgstr "添加评论"
#: links.py:11
msgid "comments"
msgstr "评论"
#: permissions.py:7
msgid "Comments"
msgstr "评论"
#: permissions.py:9
msgid "Create new comments"
msgstr "新建评论"
#: permissions.py:10
msgid "Delete comments"
msgstr "删除评论"
#: permissions.py:11
msgid "View comments"
msgstr "查看评论"
#: views.py:36
msgid "Must provide at least one comment."
msgstr "至少要提供一个评论"
#: views.py:46
#, python-format
msgid "Comment \"%s\" deleted successfully."
msgstr "评论\"%s\" 删除成功"
#: views.py:48
#, python-format
msgid "Error deleting comment \"%(comment)s\": %(error)s"
msgstr "删除评论 \"%(comment)s\" 出错:%(error)s"
#: views.py:62
#, python-format
msgid "Are you sure you wish to delete the comment: %s?"
msgstr "确定要删除评论: %s么"
#: views.py:64
#, python-format
msgid "Are you sure you wish to delete the comments: %s?"
msgstr "确定要删除评论: %s么"
#: views.py:98
msgid "Comment added successfully."
msgstr "添加评论成功"
#: views.py:105
#, python-format
msgid "Add comment to document: %s"
msgstr "添加评论到文档:%s"
#: views.py:125
#, python-format
msgid "comments: %s"
msgstr "评论:%s"