Merge pull request #60 from flisky/zh-cn

add translation for zh-CN
This commit is contained in:
Jannis Leidel 2014-04-01 13:28:29 +02:00
commit 3e3d8a9027
3 changed files with 64 additions and 1 deletions

View file

@ -142,7 +142,7 @@ class Config(object):
app_label = 'constance'
object_name = 'Config'
model_name = module_name = 'config'
verbose_name_plural = 'config'
verbose_name_plural = _('config')
get_ordered_objects = lambda x: False
abstract = False
swapped = False

Binary file not shown.

View file

@ -0,0 +1,63 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-04-01 19:00+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: admin.py:97
msgid "Live settings updated successfully."
msgstr "成功更新实时配置"
#: admin.py:102
msgid "Constance config"
msgstr "常量配置"
#: admin.py:145
msgid "config"
msgstr "配置"
#: backends/database/models.py:19
msgid "constance"
msgstr "常量"
#: backends/database/models.py:20
msgid "constances"
msgstr "常量"
#: templates/admin/constance/change_list.html:39
msgid "Name"
msgstr "名称"
#: templates/admin/constance/change_list.html:40
msgid "Default"
msgstr "默认值"
#: templates/admin/constance/change_list.html:41
msgid "Value"
msgstr "值"
#: templates/admin/constance/change_list.html:42
msgid "Is modified"
msgstr "是否修改"
#: templates/admin/constance/change_list.html:68
msgid "Save"
msgstr "保存"
#: templates/admin/constance/change_list.html:78
msgid "Home"
msgstr "首页"