# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
#   <tongyancn+transifex@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Annotator\n"
"Report-Msgid-Bugs-To: https://github.com/okfn/annotator/issues\n"
"POT-Creation-Date: 2012-03-16 12:27+0000\n"
"PO-Revision-Date: 2012-03-28 06:40+0000\n"
"Last-Translator: ferryman <tongyancn+transifex@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.net/projects/p/annotator/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"

#: lib/util.js:23
msgid "Annotator requires jQuery: have you included lib/vendor/jquery.js?"
msgstr "Annotator 依赖 JQuery, 请检查页面是否包含 lib/vendor/jquery.js？ "

#: lib/util.js:27
msgid ""
"Annotator requires a JSON implementation: have you included "
"lib/vendor/json2.js?"
msgstr "Annotator 需要一个 JSON 实现: 是否在页面中包含了 lib/vendor/json2.js?"

#: lib/console.js:17
msgid "Not implemented:"
msgstr "未实现: "

#: lib/range.js:13
msgid "Could not sniff range type"
msgstr "无法获取 range type"

#: lib/range.js:31
msgid "You may only call normalize() once on a BrowserRange!"
msgstr "在一个 BrowserRange 中只能调用 normalize() 一次"

#: lib/range.js:247
msgid "Error deserializing range: can't find XPath '"
msgstr "反序列化 range 时出错: 找不到 XPath '"

#: lib/range.js:247
msgid "'. Is this the right document?"
msgstr "'。文件是否正确？"

#: lib/annotator.js:47
msgid "Annotate"
msgstr "批注"

#: lib/annotator.js:114
msgid "No Comment"
msgstr "暂时没有评论"

#: lib/annotator.js:129
msgid "Comments"
msgstr "评论"

#: lib/annotator.js:265
msgid "Can't dump annotations without Store plugin."
msgstr "需要 Store 插件来保存批注。"

#: lib/annotator.js:286
msgid "You cannot have more than one instance of any plugin."
msgstr "每个插件只能调用一次。"

#: lib/annotator.js:296
msgid "Could not load "
msgstr "无法加载"

#: lib/annotator.js:296
msgid " plugin. Have you included the appropriate <script> tag?"
msgstr "插件。请检查是否插入了正确的 <script> 标签。"

#: lib/editor.js:22
msgid "Cancel"
msgstr "取消"

#: lib/editor.js:22
msgid "Save"
msgstr "保存"

#: lib/plugin/tags.js:35
msgid "Add some tags here"
msgstr "请输入标签"

#: lib/plugin/tags.js:44
msgid "Tag"
msgstr "标签"

#: lib/plugin/auth.js:62
msgid "Couldn't get auth token:"
msgstr "无法获取 auth token: "

#: lib/plugin/auth.js:87
msgid "Didn't get a valid token."
msgstr "获取到的 token 无效。"

#: lib/plugin/auth.js:89
msgid "Getting a new token in 10s."
msgstr "10秒后重新获取新的 token。"

#: lib/plugin/store.js:61
msgid "Warning: No ID returned from server for annotation "
msgstr "警告: 无法获取批注的ID"

#: lib/plugin/store.js:98
msgid "Trying to update unregistered annotation!"
msgstr "无法更改一个未注册的批注！"

#: lib/plugin/store.js:202 lib/plugin/store.js:206
msgid "Sorry we could not "
msgstr "抱歉，无法"

#: lib/plugin/store.js:202 lib/plugin/store.js:210
msgid " this annotation"
msgstr "这条批注"

#: lib/plugin/store.js:204
msgid "Sorry we could not search the store for annotations"
msgstr "查找批注时出现问题"

#: lib/plugin/store.js:206
msgid " the annotations from the store"
msgstr "服务器上的批注"

#: lib/plugin/store.js:210
msgid "Sorry you are not allowed to "
msgstr "抱歉，禁止"

#: lib/plugin/store.js:213
msgid "Sorry we could not connect to the annotations store"
msgstr "抱歉，无法连接到批注服务"

#: lib/plugin/store.js:216
msgid "Sorry something went wrong with the annotation store"
msgstr "抱歉，批注服务出现问题"

#: lib/plugin/store.js:219
msgid "API request failed:"
msgstr "API 请求失败: "

#: lib/plugin/filter.js:27
msgid "Navigate:"
msgstr "导航"

#: lib/plugin/filter.js:27
msgid "Previous"
msgstr "上一个"

#: lib/plugin/filter.js:27
msgid "Next"
msgstr "下一个"

#: lib/plugin/filter.js:27
msgid "Filter by:"
msgstr "筛选"

#: lib/plugin/filter.js:28
msgid "Clear"
msgstr "清除"

#: lib/plugin/filter.js:71
msgid "Annotation"
msgstr "批注"

#: lib/plugin/filter.js:118
msgid "Filter by "
msgstr "使用筛选"

#: lib/plugin/markdown.js:18
msgid ""
"To use the Markdown plugin, you must include Showdown into the page first."
msgstr "Markdown 插件需要在页面中集成 Showdown"

#: lib/plugin/unsupported.js:13
msgid "Sorry your current browser does not support the Annotator"
msgstr "您的浏览器不兼容 Annotator"

#: lib/plugin/permissions.js:74
msgid "Allow anyone to <strong>view</strong> this annotation"
msgstr "公开这条批注"

#: lib/plugin/permissions.js:82
msgid "Allow anyone to <strong>edit</strong> this annotation"
msgstr "允许其他人编辑这条批注"

#: lib/plugin/permissions.js:92
msgid "User"
msgstr "用户"
