File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rest_framework/locale/zh_CN/LC_MESSAGES Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,12 +353,12 @@ msgstr "列表字段不能为空值。"
353
353
#: fields.py:1605
354
354
#, python-brace-format
355
355
msgid "Ensure this field has at least {min_length} elements."
356
- msgstr ""
356
+ msgstr "请确保这个字段至少包含 {min_length} 个元素。 "
357
357
358
358
#: fields.py:1606
359
359
#, python-brace-format
360
360
msgid "Ensure this field has no more than {max_length} elements."
361
- msgstr ""
361
+ msgstr "请确保这个字段不能超过 {max_length} 个元素。 "
362
362
363
363
#: fields.py:1682
364
364
#, python-brace-format
@@ -367,7 +367,7 @@ msgstr "期望是包含类目的字典,得到类型为 “{input_type}”。"
367
367
368
368
#: fields.py:1683
369
369
msgid "This dictionary may not be empty."
370
- msgstr ""
370
+ msgstr "这个字典可能不是空的。 "
371
371
372
372
#: fields.py:1755
373
373
msgid "Value must be valid JSON."
You can’t perform that action at this time.
0 commit comments