102 lines
2.6 KiB
Plaintext
102 lines
2.6 KiB
Plaintext
# This file is distributed under the same license as the Django package.
|
|
#
|
|
# Translators:
|
|
# Daniel Duan <DaNmarner@gmail.com>, 2011
|
|
# Jannis Leidel <jannis@leidel.info>, 2011
|
|
# Lei Yang <yanglei.go@gmail.com>, 2011
|
|
# Lele Long <schemacs@gmail.com>, 2011
|
|
# ouyanghongyu <ouyanghongyu@gmail.com>, 2014
|
|
# Kevin Sze <leiarix@gmail.com>, 2012
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: django\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2014-05-19 15:12+0200\n"
|
|
"PO-Revision-Date: 2014-09-04 10:33+0000\n"
|
|
"Last-Translator: ouyanghongyu <ouyanghongyu@gmail.com>\n"
|
|
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/"
|
|
"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"
|
|
|
|
#: contrib/gis/apps.py:8
|
|
msgid "GIS"
|
|
msgstr "GIS"
|
|
|
|
#: contrib/gis/db/models/fields.py:56
|
|
msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type."
|
|
msgstr "基本地理信息系统域 - 映射于 OpenGIS 规范几何类型。"
|
|
|
|
#: contrib/gis/db/models/fields.py:298
|
|
msgid "Point"
|
|
msgstr "点"
|
|
|
|
#: contrib/gis/db/models/fields.py:304
|
|
msgid "Line string"
|
|
msgstr "行字串"
|
|
|
|
#: contrib/gis/db/models/fields.py:310
|
|
msgid "Polygon"
|
|
msgstr "多边形"
|
|
|
|
#: contrib/gis/db/models/fields.py:316
|
|
msgid "Multi-point"
|
|
msgstr "多点"
|
|
|
|
#: contrib/gis/db/models/fields.py:322
|
|
msgid "Multi-line string"
|
|
msgstr "多行字符串"
|
|
|
|
#: contrib/gis/db/models/fields.py:328
|
|
msgid "Multi polygon"
|
|
msgstr "多个多边形"
|
|
|
|
#: contrib/gis/db/models/fields.py:334
|
|
msgid "Geometry collection"
|
|
msgstr "几何集合"
|
|
|
|
#: contrib/gis/forms/fields.py:22
|
|
msgid "No geometry value provided."
|
|
msgstr "未提供几何信息。"
|
|
|
|
#: contrib/gis/forms/fields.py:23
|
|
msgid "Invalid geometry value."
|
|
msgstr "无效几何信息。"
|
|
|
|
#: contrib/gis/forms/fields.py:24
|
|
msgid "Invalid geometry type."
|
|
msgstr "无效几何类型。"
|
|
|
|
#: contrib/gis/forms/fields.py:25
|
|
msgid ""
|
|
"An error occurred when transforming the geometry to the SRID of the geometry "
|
|
"form field."
|
|
msgstr "几何形状的SRID字段发生试图转换错误ました。"
|
|
|
|
#: contrib/gis/sitemaps/views.py:56
|
|
#, python-format
|
|
msgid "No sitemap available for section: %r"
|
|
msgstr "没有站点地图可用的部分: %r"
|
|
|
|
#: contrib/gis/sitemaps/views.py:70
|
|
#, python-format
|
|
msgid "Page %s empty"
|
|
msgstr "页面 %s 为空"
|
|
|
|
#: contrib/gis/sitemaps/views.py:72
|
|
#, python-format
|
|
msgid "No page '%s'"
|
|
msgstr "无页面 '%s'"
|
|
|
|
#: contrib/gis/views.py:10
|
|
msgid "No feeds are registered."
|
|
msgstr "没有已注册的源。"
|
|
|
|
#: contrib/gis/views.py:16
|
|
#, python-format
|
|
msgid "Slug %r isn't registered."
|
|
msgstr "Slug %r 没有注册."
|