Merge pull request #344 from ZachCheung/master

add Simplified Chinese translations
This commit is contained in:
Reece Dunham 2019-01-11 07:53:19 -05:00 committed by GitHub
commit b377d5f47e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 43 additions and 0 deletions

View file

@ -47,4 +47,5 @@
| Radosław Jan Ganczarek <radoslaw@ganczarek.in>
| Lucas Wiman <lucas.wiman@gmail.com>
| Jack Cushman <jcushman@law.harvard.edu>
| Zach Cheung <kuroro.zhang@gmail.com>
| Daniel Andrlik <daniel@andrlik.org>

View file

@ -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

Binary file not shown.

View file

@ -0,0 +1,41 @@
# This file is distributed under the same license as the django-model-utils package.
#
# Translators:
# Zach Cheung <kuroro.zhang@gmail.com>, 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 <kuroro.zhang@gmail.com>\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 "状态修改时间"