You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # hoseung2 <ghyutjik123@gmail.com>, 2017
  5. # Gihun Ham <progh2@gmail.com>, 2018
  6. # JunGu Kang <chr0m3.kr@gmail.com>, 2015
  7. # 조민권 <minkwon007@gmail.com>, 2016
  8. # minsung kang, 2015
  9. # Subin Choi <os1742@gmail.com>, 2016
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  15. "PO-Revision-Date: 2018-10-07 03:06+0000\n"
  16. "Last-Translator: Gihun Ham <progh2@gmail.com>\n"
  17. "Language-Team: Korean (http://www.transifex.com/django/django/language/ko/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: ko\n"
  22. "Plural-Forms: nplurals=1; plural=0;\n"
  23. msgid "PostgreSQL extensions"
  24. msgstr "PostgreSQL 확장"
  25. #, python-format
  26. msgid "Item %(nth)s in the array did not validate:"
  27. msgstr "배열 안에 있는 항목 1%(nth)s가 올바르지 않습니다:"
  28. msgid "Nested arrays must have the same length."
  29. msgstr "네스팅된 배열은 반드시 같은 길이를 가져야 합니다."
  30. msgid "Map of strings to strings/nulls"
  31. msgstr "문자열을 문자열/null 에 매핑"
  32. #, python-format
  33. msgid "The value of \"%(key)s\" is not a string or null."
  34. msgstr "\"%(key)s\"의 값은 문자열 또는 null이 아닙니다."
  35. msgid "A JSON object"
  36. msgstr "JSON 객체"
  37. msgid "Value must be valid JSON."
  38. msgstr "올바른 JSON 형식이여야 합니다."
  39. msgid "Could not load JSON data."
  40. msgstr "JSON 데이터를 불러오지 못했습니다."
  41. msgid "Input must be a JSON dictionary."
  42. msgstr "입력은 JSON 사전이어야만 합니다."
  43. #, python-format
  44. msgid "'%(value)s' value must be valid JSON."
  45. msgstr "'%(value)s' 값은 올바른 JSON 형식이여야 합니다."
  46. msgid "Enter two valid values."
  47. msgstr "유효한 두 값을 입력하세요."
  48. msgid "The start of the range must not exceed the end of the range."
  49. msgstr "범위의 시작은 끝보다 클 수 없습니다."
  50. msgid "Enter two whole numbers."
  51. msgstr "두 정수를 입력하세요."
  52. msgid "Enter two numbers."
  53. msgstr "두 숫자를 입력하세요."
  54. msgid "Enter two valid date/times."
  55. msgstr "올바른 날짜/시각 두 개를 입력하세요."
  56. msgid "Enter two valid dates."
  57. msgstr "올바른 날짜 두 개를 입력하세요."
  58. #, python-format
  59. msgid ""
  60. "List contains %(show_value)d item, it should contain no more than "
  61. "%(limit_value)d."
  62. msgid_plural ""
  63. "List contains %(show_value)d items, it should contain no more than "
  64. "%(limit_value)d."
  65. msgstr[0] ""
  66. "리스트는 %(show_value)d 아이템들을 포함하며, %(limit_value)d를 초과해서 포함"
  67. "할 수 없습니다."
  68. #, python-format
  69. msgid ""
  70. "List contains %(show_value)d item, it should contain no fewer than "
  71. "%(limit_value)d."
  72. msgid_plural ""
  73. "List contains %(show_value)d items, it should contain no fewer than "
  74. "%(limit_value)d."
  75. msgstr[0] ""
  76. "리스트는 %(show_value)d 아이템들을 포함하며, %(limit_value)d 이상 포함해야 합"
  77. "니다."
  78. #, python-format
  79. msgid "Some keys were missing: %(keys)s"
  80. msgstr "일부 키가 누락되어있습니다: %(keys)s"
  81. #, python-format
  82. msgid "Some unknown keys were provided: %(keys)s"
  83. msgstr "일부 알 수 없는 키가 제공되었습니다. : %(keys)s"
  84. #, python-format
  85. msgid ""
  86. "Ensure that this range is completely less than or equal to %(limit_value)s."
  87. msgstr "주어진 범위가 %(limit_value)s 보다 작거나 같은지 확인하십시오."
  88. #, python-format
  89. msgid ""
  90. "Ensure that this range is completely greater than or equal to "
  91. "%(limit_value)s."
  92. msgstr "주어진 범위가 %(limit_value)s 보다 크거나 같은지 확인하십시오."