mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-12 09:33:14 +00:00
commit
3e3d8a9027
3 changed files with 64 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
BIN
constance/locale/zh_CN/LC_MESSAGES/django.mo
Normal file
BIN
constance/locale/zh_CN/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
63
constance/locale/zh_CN/LC_MESSAGES/django.po
Normal file
63
constance/locale/zh_CN/LC_MESSAGES/django.po
Normal 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 "首页"
|
||||
Loading…
Reference in a new issue