Skip to content

Commit 70ffca4

Browse files
committed
Feat: add & fix translation for DecimalField
1 parent 0d6a00c commit 70ffca4

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
@@ -261,20 +261,20 @@ msgstr "μ •μˆ˜(integer) 값이 λ„ˆλ¬΄ μ»€μ„œ λΆ€λ™μ†Œμˆ˜μ (float)으둜 λ³€ν™˜
261261
#: fields.py:968
262262
#, python-brace-format
263263
msgid "Ensure that there are no more than {max_digits} digits in total."
264-
msgstr "전체 숫자(digits)κ°€ {max_digits} μ΄ν•˜μΈμ§€ ν™•μΈν•˜μ‹­μ‹œμ˜€."
264+
msgstr "총 자릿수(digits)κ°€ {max_digits}을(λ₯Ό) μ΄ˆκ³Όν•˜μ§€ μ•ŠλŠ”μ§€ ν™•μΈν•˜μ„Έμš”."
265265

266266
#: fields.py:969
267267
#, python-brace-format
268268
msgid "Ensure that there are no more than {max_decimal_places} decimal places."
269-
msgstr "μ†Œμˆ˜μ  μžλ¦Ώμˆ˜κ°€ {max_decimal_places} μ΄ν•˜μΈμ§€ ν™•μΈν•˜μ‹­μ‹œμ˜€."
269+
msgstr "μ†Œμˆ˜μ  μ΄ν•˜ μžλ¦Ώμˆ˜κ°€ {max_decimal_places}을(λ₯Ό) μ΄ˆκ³Όν•˜μ§€ μ•ŠλŠ”μ§€ ν™•μΈν•˜μ„Έμš”."
270270

271271
#: fields.py:970
272272
#, python-brace-format
273273
msgid ""
274274
"Ensure that there are no more than {max_whole_digits} digits before the "
275275
"decimal point."
276276
msgstr ""
277-
"μ†Œμˆ˜μ  자리 μ•žμ— 숫자(digits)κ°€ {max_whole_digits} μ΄ν•˜μΈμ§€ ν™•μΈν•˜μ‹­μ‹œμ˜€."
277+
"μ†Œμˆ˜μ  μ•ž μžλ¦Ώμˆ˜κ°€ {max_whole_digits}을(λ₯Ό) μ΄ˆκ³Όν•˜μ§€ μ•ŠλŠ”μ§€ ν™•μΈν•˜μ„Έμš”."
278278

279279
#: fields.py:1129
280280
#, python-brace-format

0 commit comments

Comments
Β (0)