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 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jiyoon, Ha <cryptography@konkuk.ac.kr>, 2016
  5. # Ian Y. Choi <ianyrchoi@gmail.com>, 2015
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # Le Tartuffe <magno79@gmail.com>, 2014,2016
  8. # Kagami Sascha Rosylight <saschanaz@outlook.com>, 2017
  9. # 이지현 <wlgus5781@gmail.com>, 2017
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  15. "PO-Revision-Date: 2017-10-31 08:18+0000\n"
  16. "Last-Translator: Kagami Sascha Rosylight <saschanaz@outlook.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 "Administrative Documentation"
  24. msgstr "관리 문서"
  25. msgid "Home"
  26. msgstr "홈"
  27. msgid "Documentation"
  28. msgstr "문서"
  29. msgid "Bookmarklets"
  30. msgstr "북마크릿"
  31. msgid "Documentation bookmarklets"
  32. msgstr "문서 북마크릿"
  33. msgid ""
  34. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  35. "click the link and add it to your bookmarks. Now you can select the "
  36. "bookmarklet from any page in the site."
  37. msgstr ""
  38. "북마크릿을 설치하시려면 링크를 북마크 툴바로 드래그 하거나, 오른쪽 클릭으로 "
  39. "해당 링크를 북마크에 추가하세요. 이제 사이트 내의 모든 페이지에서 북마크릿 선"
  40. "택이 가능합니다."
  41. msgid "Documentation for this page"
  42. msgstr "이 페이지의 문서"
  43. msgid ""
  44. "Jumps you from any page to the documentation for the view that generates "
  45. "that page."
  46. msgstr "각 페이지로에서 해당 페이지를 생성한 뷰의 문서로 갑니다."
  47. msgid "Tags"
  48. msgstr "태그"
  49. msgid "List of all the template tags and their functions."
  50. msgstr "모든 템플릿 태그와 함수의 목록"
  51. msgid "Filters"
  52. msgstr "필터"
  53. msgid ""
  54. "Filters are actions which can be applied to variables in a template to alter "
  55. "the output."
  56. msgstr "필터는 템플릿의 변수에 적용되어 출력을 바꿀 수 있는 동작입니다."
  57. msgid "Models"
  58. msgstr "모델"
  59. msgid ""
  60. "Models are descriptions of all the objects in the system and their "
  61. "associated fields. Each model has a list of fields which can be accessed as "
  62. "template variables"
  63. msgstr ""
  64. "모델은 모든 시스템에서 개체와 연관된 필드에 대한 설명입니다. 각 모델은 템플"
  65. "릿 변수로 접근 할 수 있는 필드의 목록을 가지고 있습니다."
  66. msgid "Views"
  67. msgstr "뷰"
  68. msgid ""
  69. "Each page on the public site is generated by a view. The view defines which "
  70. "template is used to generate the page and which objects are available to "
  71. "that template."
  72. msgstr ""
  73. "일반 사이트의 각 페이지는 뷰에 의해 생성됩니다. 뷰는 페이지를 생성하는데 사용"
  74. "되는 템플릿과 그 템플릿을 사용할 수 있게해주는 개체를 정의합니다."
  75. msgid "Tools for your browser to quickly access admin functionality."
  76. msgstr "브라우저 도구는 신속하게 관리자 기능에 접근 할 수 있습니다."
  77. msgid "Please install docutils"
  78. msgstr "docutils를 설치해주세요."
  79. #, python-format
  80. msgid ""
  81. "The admin documentation system requires Python's <a href=\"%(link)s"
  82. "\">docutils</a> library."
  83. msgstr ""
  84. "관리자 문서 시스템은 파이썬의 <a href=\"%(link)s\">docutils</a> 라이브러리"
  85. "를 필요로합니다."
  86. #, python-format
  87. msgid ""
  88. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  89. msgstr "관리자에게 <a href=\"%(link)s\">docutils</a> 설치를 요청해주세요."
  90. #, python-format
  91. msgid "Model: %(name)s"
  92. msgstr "Model: %(name)s"
  93. msgid "Fields"
  94. msgstr "필드"
  95. msgid "Field"
  96. msgstr "필드"
  97. msgid "Type"
  98. msgstr "타입"
  99. msgid "Description"
  100. msgstr "설명"
  101. msgid "Methods with arguments"
  102. msgstr "아규먼트를 포함한 메소드"
  103. msgid "Method"
  104. msgstr "메소드"
  105. msgid "Arguments"
  106. msgstr "아규먼트"
  107. msgid "Back to Model documentation"
  108. msgstr "모델문서로 돌아가기"
  109. msgid "Model documentation"
  110. msgstr "모델 문서"
  111. msgid "Model groups"
  112. msgstr "모델 그룹"
  113. msgid "Templates"
  114. msgstr "템플릿"
  115. #, python-format
  116. msgid "Template: %(name)s"
  117. msgstr "템플릿 : %(name)s"
  118. #, python-format
  119. msgid "Template: \"%(name)s\""
  120. msgstr "템플릿 : \"%(name)s\""
  121. #. Translators: Search is not a verb here, it qualifies path (a search path)
  122. #, python-format
  123. msgid "Search path for template \"%(name)s\":"
  124. msgstr "\"%(name)s\" 템플릿 검색 경로"
  125. msgid "(does not exist)"
  126. msgstr "(존재하지 않습니다)"
  127. msgid "Back to Documentation"
  128. msgstr "문서로 "
  129. msgid "Template filters"
  130. msgstr "템플릿 필터"
  131. msgid "Template filter documentation"
  132. msgstr "템플릿 필터 문서"
  133. msgid "Built-in filters"
  134. msgstr "내장 필터"
  135. #, python-format
  136. msgid ""
  137. "To use these filters, put <code>%(code)s</code> in your template before "
  138. "using the filter."
  139. msgstr ""
  140. "이 필터를 사용하기 위해서는 필터를 사용하기 전에 템플릿에 <코드>%(code)s</코"
  141. "드> 를 입력하세요."
  142. msgid "Template tags"
  143. msgstr "템플릿 태그"
  144. msgid "Template tag documentation"
  145. msgstr "템플릿 태그 문서"
  146. msgid "Built-in tags"
  147. msgstr "내장 태그"
  148. #, python-format
  149. msgid ""
  150. "To use these tags, put <code>%(code)s</code> in your template before using "
  151. "the tag."
  152. msgstr ""
  153. "이 태그를 사용하기 위해서는 태그를 사용하기 전에 템플릿에 <code>%(code)s</"
  154. "code> 를 입력하세요."
  155. #, python-format
  156. msgid "View: %(name)s"
  157. msgstr "뷰: %(name)s"
  158. msgid "Context:"
  159. msgstr "컨텍스트 :"
  160. msgid "Templates:"
  161. msgstr "템플릿 :"
  162. msgid "Back to View documentation"
  163. msgstr "뷰 문서로 돌아가기"
  164. msgid "View documentation"
  165. msgstr "뷰 문서"
  166. msgid "Jump to namespace"
  167. msgstr "네임스페이스로"
  168. msgid "Empty namespace"
  169. msgstr "빈 네임스페이스"
  170. #, python-format
  171. msgid "Views by namespace %(name)s"
  172. msgstr "%(name)s 네임스페이스 뷰"
  173. msgid "Views by empty namespace"
  174. msgstr "빈 네임스페이스 뷰"
  175. #, python-format
  176. msgid ""
  177. "\n"
  178. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  179. "code>.\n"
  180. msgstr ""
  181. "\n"
  182. "뷰 함수: <code>%(full_name)s</code>. Name: <code>%(url_name)s</code>.\n"
  183. msgid "tag:"
  184. msgstr "태그:"
  185. msgid "filter:"
  186. msgstr "필터:"
  187. msgid "view:"
  188. msgstr "뷰:"
  189. #, python-format
  190. msgid "App %(app_label)r not found"
  191. msgstr "애플리케이션 %(app_label)r 을 찾을 수 없습니다."
  192. #, python-format
  193. msgid "Model %(model_name)r not found in app %(app_label)r"
  194. msgstr ""
  195. "모델 %(model_name)r 을 애플리케이션 %(app_label)r 에서 찾을 수 없습니다."
  196. msgid "model:"
  197. msgstr "모델:"
  198. #, python-format
  199. msgid "the related `%(app_label)s.%(data_type)s` object"
  200. msgstr "`%(app_label)s.%(data_type)s` 관련된 개체"
  201. #, python-format
  202. msgid "related `%(app_label)s.%(object_name)s` objects"
  203. msgstr "`%(app_label)s.%(object_name)s` 관련된 개체들"
  204. #, python-format
  205. msgid "all %s"
  206. msgstr "모든 %s"
  207. #, python-format
  208. msgid "number of %s"
  209. msgstr "%s 의 수"
  210. #, python-format
  211. msgid "%s does not appear to be a urlpattern object"
  212. msgstr "%s 은/는 url 패턴의 개체가 아닙니다."