Development of an internal social media platform with personalised dashboards for students
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

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