Skip to content

Commit 2e58063

Browse files
authored
Update django.po
1 parent f113ab6 commit 2e58063

File tree

1 file changed

+3
-3
lines changed
  • rest_framework/locale/zh_CN/LC_MESSAGES

1 file changed

+3
-3
lines changed

rest_framework/locale/zh_CN/LC_MESSAGES/django.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,12 @@ msgstr "列表字段不能为空值。"
353353
#: fields.py:1605
354354
#, python-brace-format
355355
msgid "Ensure this field has at least {min_length} elements."
356-
msgstr ""
356+
msgstr "请确保这个字段至少包含 {min_length} 个元素。"
357357

358358
#: fields.py:1606
359359
#, python-brace-format
360360
msgid "Ensure this field has no more than {max_length} elements."
361-
msgstr ""
361+
msgstr "请确保这个字段不能超过 {max_length} 个元素。"
362362

363363
#: fields.py:1682
364364
#, python-brace-format
@@ -367,7 +367,7 @@ msgstr "期望是包含类目的字典,得到类型为 “{input_type}”。"
367367

368368
#: fields.py:1683
369369
msgid "This dictionary may not be empty."
370-
msgstr ""
370+
msgstr "这个字典可能不是空的。"
371371

372372
#: fields.py:1755
373373
msgid "Value must be valid JSON."

0 commit comments

Comments
 (0)