Skip to content

Commit 54b5377

Browse files
committed
Feat: add & fix translation for Selection&FilePathField
1 parent 2454966 commit 54b5377

File tree

1 file changed

+3
-3
lines changed
  • rest_framework/locale/ko_KR/LC_MESSAGES

1 file changed

+3
-3
lines changed

β€Žrest_framework/locale/ko_KR/LC_MESSAGES/django.poβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ msgstr "μΌμˆ˜λŠ” {min_days} 이상 {max_days} μ΄ν•˜μ΄μ–΄μ•Ό ν•©λ‹ˆλ‹€."
325325
#: fields.py:1386 fields.py:1446
326326
#, python-brace-format
327327
msgid "\"{input}\" is not a valid choice."
328-
msgstr "\"{input}\"이 μœ νš¨ν•˜μ§€ μ•Šμ€ 선택(choice)μž…λ‹ˆλ‹€."
328+
msgstr "\"{input}\"은 μœ νš¨ν•˜μ§€ μ•Šμ€ 선택(choice)μž…λ‹ˆλ‹€."
329329

330330
#: fields.py:1389
331331
#, python-brace-format
332332
msgid "More than {count} items..."
333-
msgstr ""
333+
msgstr "{count}개 μ΄μƒμ˜ μ•„μ΄ν…œμ΄ μžˆμŠ΅λ‹ˆλ‹€..."
334334

335335
#: fields.py:1447 fields.py:1596 relations.py:486 serializers.py:593
336336
#, python-brace-format
@@ -344,7 +344,7 @@ msgstr "이 선택 ν•­λͺ©μ€ λΉ„μ›Œ λ‘˜ 수 μ—†μŠ΅λ‹ˆλ‹€."
344344
#: fields.py:1487
345345
#, python-brace-format
346346
msgid "\"{input}\" is not a valid path choice."
347-
msgstr "\"{input}\"이 μœ νš¨ν•˜μ§€ μ•Šμ€ 경둜 μ„ νƒμž…λ‹ˆλ‹€."
347+
msgstr "\"{input}\"은 μœ νš¨ν•˜μ§€ μ•Šμ€ 경둜 μ„ νƒμž…λ‹ˆλ‹€."
348348

349349
#: fields.py:1507
350350
msgid "No file was submitted."

0 commit comments

Comments
Β (0)