mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-30 21:44:04 +03:00
Feat: add & fix translation for DateTimeField
This commit is contained in:
parent
70ffca4cda
commit
e0842b7724
|
@ -289,11 +289,11 @@ msgstr "예상된 datatime 대신 date를 받았습니다."
|
||||||
#: fields.py:1131
|
#: fields.py:1131
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Invalid datetime for the timezone \"{timezone}\"."
|
msgid "Invalid datetime for the timezone \"{timezone}\"."
|
||||||
msgstr ""
|
msgstr "\"{timezone}\" 시간대에 대한 유효하지 않은 datetime입니다."
|
||||||
|
|
||||||
#: fields.py:1132
|
#: fields.py:1132
|
||||||
msgid "Datetime value out of range."
|
msgid "Datetime value out of range."
|
||||||
msgstr ""
|
msgstr "Datetime 값이 범위를 벗어났습니다."
|
||||||
|
|
||||||
#: fields.py:1219
|
#: fields.py:1219
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
Loading…
Reference in New Issue
Block a user