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,318 @@
# 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:55-0400\n"
"PO-Revision-Date: 2014-09-25 14:29+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"
#: forms.py:49
msgid "Bootstrap setup file"
msgstr "引导设置文件"
#: forms.py:55
msgid "Bootstrap setup URL"
msgstr "引导设置URL"
#: links.py:11
msgid "bootstrap"
msgstr "引导"
#: links.py:12
msgid "bootstrap setup list"
msgstr "引导设置列表"
#: links.py:13
msgid "create new bootstrap setup"
msgstr "新建引导设置"
#: links.py:14
msgid "edit"
msgstr "编辑"
#: links.py:15
msgid "delete"
msgstr "删除"
#: links.py:16
msgid "details"
msgstr "详细"
#: links.py:17
msgid "execute"
msgstr "执行"
#: links.py:18
msgid "dump current setup"
msgstr "导出当前设置"
#: links.py:19
msgid "export"
msgstr "导出"
#: links.py:20
msgid "import from file"
msgstr "从文件导入"
#: links.py:21
msgid "import from URL"
msgstr "从URL导入"
#: links.py:22
msgid "sync with repository"
msgstr "同步存储库"
#: links.py:23
msgid "erase database"
msgstr "删除数据库"
#: literals.py:20
msgid "JSON"
msgstr "JSON"
#: literals.py:63
msgid "YAML"
msgstr "YAML"
#: literals.py:64
msgid "Better YAML"
msgstr "Better YAML"
#: models.py:30
msgid "name"
msgstr "名称"
#: models.py:31
msgid "slug"
msgstr ""
#: models.py:32 views.py:35
msgid "description"
msgstr "描述"
#: models.py:33
msgid "fixture"
msgstr ""
#: models.py:33
msgid "These are the actual database structure creation instructions."
msgstr ""
#: models.py:34 views.py:36
msgid "type"
msgstr "类型"
#: models.py:35
msgid "creation date and time"
msgstr "创建日期时间"
#: models.py:104 views.py:91 views.py:120 views.py:145 views.py:173
msgid "bootstrap setup"
msgstr "引导设置"
#: models.py:105 views.py:32
msgid "bootstrap setups"
msgstr "引导设置"
#: permissions.py:7
msgid "Database bootstrap"
msgstr "数据库引导"
#: permissions.py:9
msgid "View bootstrap setups"
msgstr "查看引导设置"
#: permissions.py:10
msgid "Create bootstrap setups"
msgstr "创建引导设置"
#: permissions.py:11
msgid "Edit bootstrap setups"
msgstr "编辑引导设置"
#: permissions.py:12
msgid "Delete bootstrap setups"
msgstr "删除引导设置"
#: permissions.py:13
msgid "Execute bootstrap setups"
msgstr "执行引导设置"
#: permissions.py:14
msgid "Dump the current project\\s setup into a bootstrap setup"
msgstr ""
#: permissions.py:15
msgid "Export bootstrap setups as files"
msgstr ""
#: permissions.py:16
msgid "Import new bootstrap setups"
msgstr ""
#: permissions.py:17
msgid "Sync the local bootstrap setups with a published repository"
msgstr ""
#: permissions.py:18
msgid "Erase the entire database and document storage"
msgstr ""
#: registry.py:7
msgid "Bootstrap"
msgstr ""
#: registry.py:8
msgid "Provides pre configured setups for indexes, document types, tags, etc."
msgstr ""
#: views.py:51
msgid "Bootstrap setup created successfully"
msgstr ""
#: views.py:54
msgid "Error creating bootstrap setup."
msgstr ""
#: views.py:59
msgid "create bootstrap"
msgstr ""
#: views.py:79
msgid "Bootstrap setup edited successfully"
msgstr ""
#: views.py:82
msgid "Error editing bootstrap setup."
msgstr ""
#: views.py:87
#, python-format
msgid "edit bootstrap setup: %s"
msgstr ""
#: views.py:112
#, python-format
msgid "Bootstrap setup: %s deleted successfully."
msgstr ""
#: views.py:114
#, python-format
msgid "Bootstrap setup: %(bootstrap)s, delete error: %(error)s"
msgstr ""
#: views.py:125
#, python-format
msgid "Are you sure you with to delete the bootstrap setup: %s?"
msgstr ""
#: views.py:165
msgid ""
"Cannot execute bootstrap setup, there is existing data. Erase all data and "
"try again."
msgstr ""
#: views.py:167
#, python-format
msgid "Error executing bootstrap setup; %s"
msgstr ""
#: views.py:169
#, python-format
msgid "Bootstrap setup \"%s\" executed successfully."
msgstr ""
#: views.py:181
#, python-format
msgid ""
"Are you sure you wish to execute the database bootstrap setup named: %s?"
msgstr ""
#: views.py:197
#, python-format
msgid "Error dumping configuration into a bootstrap setup; %s"
msgstr ""
#: views.py:201
msgid "Bootstrap setup created successfully."
msgstr ""
#: views.py:207
msgid "dump current configuration into a bootstrap setup"
msgstr ""
#: views.py:241 views.py:269
msgid "Bootstrap setup imported successfully."
msgstr ""
#: views.py:244
msgid "File is not a bootstrap setup."
msgstr ""
#: views.py:246
#, python-format
msgid "Error importing bootstrap setup from file; %s."
msgstr ""
#: views.py:252
msgid "Import bootstrap setup from file"
msgstr ""
#: views.py:272
msgid "Data from URL is not a bootstrap setup."
msgstr ""
#: views.py:274
#, python-format
msgid "Error importing bootstrap setup from URL; %s."
msgstr ""
#: views.py:280
msgid "Import bootstrap setup from URL"
msgstr ""
#: views.py:299
#, python-format
msgid "Error erasing database; %s"
msgstr ""
#: views.py:301
msgid "Database erased successfully."
msgstr ""
#: views.py:311
msgid ""
"Are you sure you wish to erase the entire database and document storage?"
msgstr ""
#: views.py:312
msgid ""
"All documents, sources, metadata, metadata types, set, tags, indexes and "
"logs will be lost irreversibly!"
msgstr ""
#: views.py:329
msgid "Bootstrap repository successfully synchronized."
msgstr ""
#: views.py:331
#, python-format
msgid "Bootstrap repository synchronization error: %(error)s"
msgstr ""
#: views.py:338
msgid "Are you sure you wish to synchronize with the bootstrap repository?"
msgstr ""