diff --git a/AUTHORS.rst b/AUTHORS.rst index 8d29344..295ec18 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -47,4 +47,5 @@ | Radosław Jan Ganczarek | Lucas Wiman | Jack Cushman +| Zach Cheung | Daniel Andrlik diff --git a/CHANGES.rst b/CHANGES.rst index 7e6039d..4ea6812 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ master (unreleased) - Fix handling of deferred attributes on Django 1.10+, fixes GH-278 - Fix `FieldTracker.has_changed()` and `FieldTracker.previous()` to return correct responses for deferred fields. +- Add Simplified Chinese translations. - Update AutoLastModifiedField so that at instance creation it will always be set equal to created to make querying easier. Fixes GH-254 - Support `reversed` for all kinds of `Choices` objects, fixes GH-309 diff --git a/model_utils/locale/zh_Hans/LC_MESSAGES/django.mo b/model_utils/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000..6766cc5 Binary files /dev/null and b/model_utils/locale/zh_Hans/LC_MESSAGES/django.mo differ diff --git a/model_utils/locale/zh_Hans/LC_MESSAGES/django.po b/model_utils/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 0000000..5b132f7 --- /dev/null +++ b/model_utils/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,41 @@ +# This file is distributed under the same license as the django-model-utils package. +# +# Translators: +# Zach Cheung , 2018. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-10-23 15:12+0800\n" +"PO-Revision-Date: 2018-10-23 15:26+0800\n" +"Last-Translator: Zach Cheung \n" +"Language-Team: \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" + +#: models.py:24 +msgid "created" +msgstr "创建时间" + +#: models.py:25 +msgid "modified" +msgstr "修改时间" + +#: models.py:37 +msgid "start" +msgstr "开始时间" + +#: models.py:38 +msgid "end" +msgstr "结束时间" + +#: models.py:53 +msgid "status" +msgstr "状态" + +#: models.py:54 +msgid "status changed" +msgstr "状态修改时间"