Add missing translation for throttling messages

This commit is contained in:
tgoddessana 2024-10-22 16:50:22 +09:00
parent fab9087458
commit f57e273d70

View File

@ -158,12 +158,12 @@ msgstr "요청이 지연(throttled)되었습니다."
#: exceptions.py:229
#, python-brace-format
msgid "Expected available in {wait} second."
msgstr ""
msgstr "{wait} 초 후에 사용 가능합니다."
#: exceptions.py:230
#, python-brace-format
msgid "Expected available in {wait} seconds."
msgstr ""
msgstr "{wait} 초 후에 사용 가능합니다."
#: fields.py:292 relations.py:240 relations.py:276 validators.py:99
#: validators.py:219