diff --git a/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po b/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po index ccc20fcdb..fa078c3a2 100644 --- a/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po +++ b/wagtail/wagtailcore/locale/zh/LC_MESSAGES/django.po @@ -1,8 +1,10 @@ +# -*- coding: utf-8 -*- + # 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: Lihan Li , 2014 msgid "" msgstr "" "Project-Id-Version: Wagtail\n" @@ -23,39 +25,42 @@ msgid "" "appear in URLs (e.g. development on port 8000). Does not affect request " "handling (so port forwarding still works)." msgstr "" +"如果你需要指定端口,请选择一个有别于80的端口(比如开发端口8000)。 " +"不影响接受请求 (端口转发仍然有效)" #: .\models.py:38 msgid "" "If true, this site will handle requests for all other hostnames that do not " "have a site entry of their own" -msgstr "" +msgstr "如果是真的,这个网站将处理没有一个属于自己的主机名的其他所有主机名的请求" #: .\models.py:163 msgid "The page title as you'd like it to be seen by the public" -msgstr "" +msgstr "页面标题,你想被大众所看到的" #: .\models.py:164 msgid "" "The name of the page as it will appear in URLs e.g http://domain.com/blog" "/[my-slug]/" msgstr "" - +"一个出现在URL的名字 比如 http://domain.com/blog" +"/[my-slug]/" #: .\models.py:173 msgid "Page title" -msgstr "" +msgstr "页面标题" #: .\models.py:173 msgid "" "Optional. 'Search Engine Friendly' title. This will appear at the top of the" " browser window." -msgstr "" +msgstr "可选 ‘搜索引擎友好’ 标题。 这会显示在浏览器窗口顶部" #: .\models.py:174 msgid "" "Whether a link to this page will appear in automatically generated menus" msgstr "" - +"一个链接到这页的链接会显示在自动生成的菜单中" #: .\models.py:408 #, python-format msgid "name '%s' (used in subpage_types list) is not defined." -msgstr "" +msgstr "名称为 '%s' (用于子页面类型列表) 没有被创建."