From 6abc66b2d7527f2d0e3edf575302b033d1375f55 Mon Sep 17 00:00:00 2001 From: 0bit <0bit@ohmail.org> Date: Mon, 26 Mar 2018 10:12:12 +0800 Subject: [PATCH] add zh_Hans --- .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1368 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 100 ++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 constance/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 constance/locale/zh_Hans/LC_MESSAGES/django.po diff --git a/constance/locale/zh_Hans/LC_MESSAGES/django.mo b/constance/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2f73cb13942a9ecf11014d188e13be78ed931a60 GIT binary patch literal 1368 zcmZ9KO>7%Q6vqczzRZ^d7Y-aoLRAu>vDXcOuptQ5ZIwt(h#FI=r)undYj0T3SUa;x z90{pZphl3WIfOI;A3m0x&5Vv0NuI&?NB!qagHnx6mlF{MouH2K<*=tB7Z?Xjrczli>2u*JMmqfQ&0zk&fqj;E*%kEKmhnd!nRhSarAt z2UQe{pp+Z>el1NVF$uC@St$(=-=D}xH< z!l41Euu$MWRRWD~07IqXDOQYrDV%8wb4$I_$!>30`TGb&4Lfm{<79pJCm84n@ekx(Q{$mL}q4S!GVR$;U+VF zCt+rxd?7cP8R%B9X<|uDj8B~ET~an}rE*ee5GWZxk4-hq>rB<>o)|GN5a8R6zL!7E zhI@WShzkKbC5rfGM9HSZ1y84@{4n4?JB_cYY$~eBR*hyyXnQ$ojih?tJHB&0+PK== z*B>m$t6TBXhxLPv=Ypv@)l6ZY9TDfK1S9h8Rmr1<15`FSz{KXIP+P!G=T730>>*M9d zPn#rKS#I3EN7@odbMt33M%&*v_O3KW-0>2x`~CD{p_|!?)1c{|6$?%R2x7 literal 0 HcmV?d00001 diff --git a/constance/locale/zh_Hans/LC_MESSAGES/django.po b/constance/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 0000000..2fa88bc --- /dev/null +++ b/constance/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Yifu Yu , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django-constance\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-13 19:40+0530\n" +"PO-Revision-Date: 2015-03-15 18:40+0000\n" +"Last-Translator: Yifu Yu \n" +"Language-Team: Chinese (China) (http://www.transifex.com/jezdez/django-" +"constance/language/zh_CN/)\n" +"Language: zh_CN\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:113 +#, fuzzy, python-format +#| msgid "" +#| "Constance doesn't support config values of the type %(config_type)s. " +#| "Please fix the value of '%(name)s'." +msgid "" +"Default value type must be equal to declared config parameter type. Please " +"fix the default value of '%(name)s'." +msgstr "Constance不支持保存类型为%(config_type)s的值,请修正%(name)s的值。" + +#: admin.py:123 +#, python-format +msgid "" +"Constance doesn't support config values of the type %(config_type)s. Please " +"fix the value of '%(name)s'." +msgstr "Constance不支持保存类型为%(config_type)s的值,请修正%(name)s的值。" + +#: admin.py:147 +msgid "" +"The settings have been modified by someone else. Please reload the form and " +"resubmit your changes." +msgstr "设置已经被他人修改过,请刷新页面并重新提交您的更改。" + +#: admin.py:160 +msgid "" +"CONSTANCE_CONFIG_FIELDSETS does not contain fields that exist in " +"CONSTANCE_CONFIG." +msgstr "" + +#: admin.py:224 +msgid "Live settings updated successfully." +msgstr "成功更新实时配置" + +#: admin.py:285 +msgid "config" +msgstr "配置" + +#: apps.py:8 +msgid "Constance" +msgstr "Constance模块" + +#: backends/database/models.py:19 +msgid "constance" +msgstr "Constance模块" + +#: backends/database/models.py:20 +msgid "constances" +msgstr "Constance模块" + +#: management/commands/constance.py:30 +msgid "Get/Set In-database config settings handled by Constance" +msgstr "" + +#: templates/admin/constance/change_list.html:75 +msgid "Save" +msgstr "保存" + +#: templates/admin/constance/change_list.html:84 +msgid "Home" +msgstr "首页" + +#: templates/admin/constance/includes/results_list.html:5 +msgid "Name" +msgstr "名称" + +#: templates/admin/constance/includes/results_list.html:6 +msgid "Default" +msgstr "默认值" + +#: templates/admin/constance/includes/results_list.html:7 +msgid "Value" +msgstr "值" + +#: templates/admin/constance/includes/results_list.html:8 +msgid "Is modified" +msgstr "是否修改过" + +#~ msgid "Constance config" +#~ msgstr "Constance 配置页面"