Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update group related Simplified Chinese translations. #300

Merged
merged 1 commit into from Apr 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion AUTHORS
Expand Up @@ -63,6 +63,7 @@ Maxim Bodyansky <bodyansky@gmail.com>
Michael Elsdoerfer <michael@elsdoerfer.com>
Michael van Tellingen <m.vantellingen@lukkien.com>
Mikhail Korobov <kmike84@gmail.com>
Mos Wenzy <acwzy@live.com>
Olivier Tabone <olivier.tabone@gmail.com>
Patrick Altman <paltman@gmail.com>
Piotr Bulinski <piotr@bulinski.pl>
Expand Down Expand Up @@ -90,4 +91,4 @@ Williams Mendez <wmendez27@gmail.com>
WoLpH <Rick@Fawo.nl>
dongweiming <ciici123@hotmail.com>
zeez <zeezdev@gmail.com>
Eduardo Oliveira <eduardo_y05@outlook.com>
Eduardo Oliveira <eduardo_y05@outlook.com>
38 changes: 38 additions & 0 deletions django_celery_results/locale/zh_Hans/LC_MESSAGES/django.po
Expand Up @@ -144,3 +144,41 @@ msgstr "任务结果"
#: django_celery_results/models.py:92
msgid "task results"
msgstr "任务结果"

#: django_celery_results/models.py:129 django_celery_results/models.py:171
msgid "Group ID"
msgstr "分组 ID"

#: django_celery_results/models.py:130
msgid "Celery ID for the Chord header group"
msgstr "Chord header 分组的 Celery ID"

#: django_celery_results/models.py:134
msgid ""
"JSON serialized list of task result tuples. use .group_result() to decode"
msgstr ""
"任务结果元组的 JSON 序列化列表。使用 .group_result() 进行解码"

#: django_celery_results/models.py:140
msgid "Starts at len(chord header) and decrements after each task is finished"
msgstr "在 len(chord header) 处开始并且会在每个任务结束后递减"

#: django_celery_results/models.py:172
msgid "Celery ID for the Group that was run"
msgstr "已运行分组的 Celery ID"

#: django_celery_results/models.py:177
msgid "Datetime field when the group result was created in UTC"
msgstr "分组结果创建时的 UTC 格式 datetime 字段"

#: django_celery_results/models.py:182
msgid "Datetime field when the group was completed in UTC"
msgstr "分组结果完成时的 UTC 格式 datetime 字段"

#: django_celery_results/models.py:217
msgid "group result"
msgstr "分组结果"

#: django_celery_results/models.py:218
msgid "group results"
msgstr "分组结果"