We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f113ab6 commit 2e58063Copy full SHA for 2e58063
rest_framework/locale/zh_CN/LC_MESSAGES/django.po
@@ -353,12 +353,12 @@ msgstr "列表字段不能为空值。"
353
#: fields.py:1605
354
#, python-brace-format
355
msgid "Ensure this field has at least {min_length} elements."
356
-msgstr ""
+msgstr "请确保这个字段至少包含 {min_length} 个元素。"
357
358
#: fields.py:1606
359
360
msgid "Ensure this field has no more than {max_length} elements."
361
+msgstr "请确保这个字段不能超过 {max_length} 个元素。"
362
363
#: fields.py:1682
364
@@ -367,7 +367,7 @@ msgstr "期望是包含类目的字典,得到类型为 “{input_type}”。"
367
368
#: fields.py:1683
369
msgid "This dictionary may not be empty."
370
+msgstr "这个字典可能不是空的。"
371
372
#: fields.py:1755
373
msgid "Value must be valid JSON."
0 commit comments