mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
Add missing translation for throttling messages
This commit is contained in:
parent
fab9087458
commit
f57e273d70
|
@ -158,12 +158,12 @@ msgstr "요청이 지연(throttled)되었습니다."
|
||||||
#: exceptions.py:229
|
#: exceptions.py:229
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Expected available in {wait} second."
|
msgid "Expected available in {wait} second."
|
||||||
msgstr ""
|
msgstr "{wait} 초 후에 사용 가능합니다."
|
||||||
|
|
||||||
#: exceptions.py:230
|
#: exceptions.py:230
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Expected available in {wait} seconds."
|
msgid "Expected available in {wait} seconds."
|
||||||
msgstr ""
|
msgstr "{wait} 초 후에 사용 가능합니다."
|
||||||
|
|
||||||
#: fields.py:292 relations.py:240 relations.py:276 validators.py:99
|
#: fields.py:292 relations.py:240 relations.py:276 validators.py:99
|
||||||
#: validators.py:219
|
#: validators.py:219
|
||||||
|
|
Loading…
Reference in New Issue
Block a user