Skip to content

Commit 63c6f63

Browse files
author
크래프
authored
fix(ko_KR): wrong translations
1 parent d593095 commit 63c6f63

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/humanize/locale/ko_KR/LC_MESSAGES/humanize.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ msgstr "아홉"
264264
#, python-format
265265
msgid "%d microsecond"
266266
msgid_plural "%d microseconds"
267-
msgstr[0] ""
268-
msgstr[1] ""
267+
msgstr[0] "%d마이크로초"
268+
msgstr[1] "%d마이크로초"
269269

270270
#: src/humanize/time.py:142
271271
#, python-format
272272
msgid "%d millisecond"
273273
msgid_plural "%d milliseconds"
274-
msgstr[0] ""
275-
msgstr[1] ""
274+
msgstr[0] "%d밀리초"
275+
msgstr[1] "%d밀리초"
276276

277277
#: src/humanize/time.py:145 src/humanize/time.py:220
278278
msgid "a moment"
@@ -308,7 +308,7 @@ msgstr "1시간"
308308
#, python-format
309309
msgid "%d hour"
310310
msgid_plural "%d hours"
311-
msgstr[0] "%d heure"
311+
msgstr[0] "%d시간"
312312
msgstr[1] "%d시간"
313313

314314
#: src/humanize/time.py:162
@@ -319,18 +319,18 @@ msgstr "하루"
319319
#, python-format
320320
msgid "%d day"
321321
msgid_plural "%d days"
322-
msgstr[0] "%d jour"
322+
msgstr[0] "%d일"
323323
msgstr[1] "%d일"
324324

325325
#: src/humanize/time.py:169
326326
msgid "a month"
327-
msgstr "한달"
327+
msgstr "1개월"
328328

329329
#: src/humanize/time.py:171
330330
#, python-format
331331
msgid "%d month"
332332
msgid_plural "%d months"
333-
msgstr[0] "%d mois"
333+
msgstr[0] "%d개월"
334334
msgstr[1] "%d개월"
335335

336336
#: src/humanize/time.py:174
@@ -341,8 +341,8 @@ msgstr "1년"
341341
#, python-format
342342
msgid "1 year, %d day"
343343
msgid_plural "1 year, %d days"
344-
msgstr[0] "1년 %d일"
345-
msgstr[1] "1년 %d일"
344+
msgstr[0] "1년, %d일"
345+
msgstr[1] "1년, %d일"
346346

347347
#: src/humanize/time.py:179
348348
msgid "1 year, 1 month"
@@ -359,8 +359,8 @@ msgstr[1] "1년, %d개월"
359359
#, python-format
360360
msgid "%d year"
361361
msgid_plural "%d years"
362-
msgstr[0] "%d 년"
363-
msgstr[1] "%d ans"
362+
msgstr[0] "%d년"
363+
msgstr[1] "%d년"
364364

365365
#: src/humanize/time.py:217
366366
#, python-format

0 commit comments

Comments
 (0)