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.

395 lines
16KB

  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = 이전 페이지
  7. pdfjs-previous-button-label = 이전
  8. pdfjs-next-button =
  9. .title = 다음 페이지
  10. pdfjs-next-button-label = 다음
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = 페이지
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = / { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } / { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = 축소
  24. pdfjs-zoom-out-button-label = 축소
  25. pdfjs-zoom-in-button =
  26. .title = 확대
  27. pdfjs-zoom-in-button-label = 확대
  28. pdfjs-zoom-select =
  29. .title = 확대/축소
  30. pdfjs-presentation-mode-button =
  31. .title = 프레젠테이션 모드로 전환
  32. pdfjs-presentation-mode-button-label = 프레젠테이션 모드
  33. pdfjs-open-file-button =
  34. .title = 파일 열기
  35. pdfjs-open-file-button-label = 열기
  36. pdfjs-print-button =
  37. .title = 인쇄
  38. pdfjs-print-button-label = 인쇄
  39. pdfjs-save-button =
  40. .title = 저장
  41. pdfjs-save-button-label = 저장
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = 다운로드
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = 다운로드
  48. pdfjs-bookmark-button =
  49. .title = 현재 페이지 (현재 페이지에서 URL 보기)
  50. pdfjs-bookmark-button-label = 현재 페이지
  51. # Used in Firefox for Android.
  52. pdfjs-open-in-app-button =
  53. .title = 앱에서 열기
  54. # Used in Firefox for Android.
  55. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  56. pdfjs-open-in-app-button-label = 앱에서 열기
  57. ## Secondary toolbar and context menu
  58. pdfjs-tools-button =
  59. .title = 도구
  60. pdfjs-tools-button-label = 도구
  61. pdfjs-first-page-button =
  62. .title = 첫 페이지로 이동
  63. pdfjs-first-page-button-label = 첫 페이지로 이동
  64. pdfjs-last-page-button =
  65. .title = 마지막 페이지로 이동
  66. pdfjs-last-page-button-label = 마지막 페이지로 이동
  67. pdfjs-page-rotate-cw-button =
  68. .title = 시계방향으로 회전
  69. pdfjs-page-rotate-cw-button-label = 시계방향으로 회전
  70. pdfjs-page-rotate-ccw-button =
  71. .title = 시계 반대방향으로 회전
  72. pdfjs-page-rotate-ccw-button-label = 시계 반대방향으로 회전
  73. pdfjs-cursor-text-select-tool-button =
  74. .title = 텍스트 선택 도구 활성화
  75. pdfjs-cursor-text-select-tool-button-label = 텍스트 선택 도구
  76. pdfjs-cursor-hand-tool-button =
  77. .title = 손 도구 활성화
  78. pdfjs-cursor-hand-tool-button-label = 손 도구
  79. pdfjs-scroll-page-button =
  80. .title = 페이지 스크롤 사용
  81. pdfjs-scroll-page-button-label = 페이지 스크롤
  82. pdfjs-scroll-vertical-button =
  83. .title = 세로 스크롤 사용
  84. pdfjs-scroll-vertical-button-label = 세로 스크롤
  85. pdfjs-scroll-horizontal-button =
  86. .title = 가로 스크롤 사용
  87. pdfjs-scroll-horizontal-button-label = 가로 스크롤
  88. pdfjs-scroll-wrapped-button =
  89. .title = 래핑(자동 줄 바꿈) 스크롤 사용
  90. pdfjs-scroll-wrapped-button-label = 래핑 스크롤
  91. pdfjs-spread-none-button =
  92. .title = 한 페이지 보기
  93. pdfjs-spread-none-button-label = 펼침 없음
  94. pdfjs-spread-odd-button =
  95. .title = 홀수 페이지로 시작하는 두 페이지 보기
  96. pdfjs-spread-odd-button-label = 홀수 펼침
  97. pdfjs-spread-even-button =
  98. .title = 짝수 페이지로 시작하는 두 페이지 보기
  99. pdfjs-spread-even-button-label = 짝수 펼침
  100. ## Document properties dialog
  101. pdfjs-document-properties-button =
  102. .title = 문서 속성…
  103. pdfjs-document-properties-button-label = 문서 속성…
  104. pdfjs-document-properties-file-name = 파일 이름:
  105. pdfjs-document-properties-file-size = 파일 크기:
  106. # Variables:
  107. # $size_kb (Number) - the PDF file size in kilobytes
  108. # $size_b (Number) - the PDF file size in bytes
  109. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b }바이트)
  110. # Variables:
  111. # $size_mb (Number) - the PDF file size in megabytes
  112. # $size_b (Number) - the PDF file size in bytes
  113. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b }바이트)
  114. pdfjs-document-properties-title = 제목:
  115. pdfjs-document-properties-author = 작성자:
  116. pdfjs-document-properties-subject = 주제:
  117. pdfjs-document-properties-keywords = 키워드:
  118. pdfjs-document-properties-creation-date = 작성 날짜:
  119. pdfjs-document-properties-modification-date = 수정 날짜:
  120. # Variables:
  121. # $date (Date) - the creation/modification date of the PDF file
  122. # $time (Time) - the creation/modification time of the PDF file
  123. pdfjs-document-properties-date-string = { $date }, { $time }
  124. pdfjs-document-properties-creator = 작성 프로그램:
  125. pdfjs-document-properties-producer = PDF 변환 소프트웨어:
  126. pdfjs-document-properties-version = PDF 버전:
  127. pdfjs-document-properties-page-count = 페이지 수:
  128. pdfjs-document-properties-page-size = 페이지 크기:
  129. pdfjs-document-properties-page-size-unit-inches = in
  130. pdfjs-document-properties-page-size-unit-millimeters = mm
  131. pdfjs-document-properties-page-size-orientation-portrait = 세로 방향
  132. pdfjs-document-properties-page-size-orientation-landscape = 가로 방향
  133. pdfjs-document-properties-page-size-name-a-three = A3
  134. pdfjs-document-properties-page-size-name-a-four = A4
  135. pdfjs-document-properties-page-size-name-letter = 레터
  136. pdfjs-document-properties-page-size-name-legal = 리걸
  137. ## Variables:
  138. ## $width (Number) - the width of the (current) page
  139. ## $height (Number) - the height of the (current) page
  140. ## $unit (String) - the unit of measurement of the (current) page
  141. ## $name (String) - the name of the (current) page
  142. ## $orientation (String) - the orientation of the (current) page
  143. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  144. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  145. ##
  146. # The linearization status of the document; usually called "Fast Web View" in
  147. # English locales of Adobe software.
  148. pdfjs-document-properties-linearized = 빠른 웹 보기:
  149. pdfjs-document-properties-linearized-yes = 예
  150. pdfjs-document-properties-linearized-no = 아니요
  151. pdfjs-document-properties-close-button = 닫기
  152. ## Print
  153. pdfjs-print-progress-message = 인쇄 문서 준비 중…
  154. # Variables:
  155. # $progress (Number) - percent value
  156. pdfjs-print-progress-percent = { $progress }%
  157. pdfjs-print-progress-close-button = 취소
  158. pdfjs-printing-not-supported = 경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다.
  159. pdfjs-printing-not-ready = 경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다.
  160. ## Tooltips and alt text for side panel toolbar buttons
  161. pdfjs-toggle-sidebar-button =
  162. .title = 사이드바 표시/숨기기
  163. pdfjs-toggle-sidebar-notification-button =
  164. .title = 사이드바 표시/숨기기 (문서에 아웃라인/첨부파일/레이어 포함됨)
  165. pdfjs-toggle-sidebar-button-label = 사이드바 표시/숨기기
  166. pdfjs-document-outline-button =
  167. .title = 문서 아웃라인 보기 (더블 클릭해서 모든 항목 펼치기/접기)
  168. pdfjs-document-outline-button-label = 문서 아웃라인
  169. pdfjs-attachments-button =
  170. .title = 첨부파일 보기
  171. pdfjs-attachments-button-label = 첨부파일
  172. pdfjs-layers-button =
  173. .title = 레이어 보기 (더블 클릭해서 모든 레이어를 기본 상태로 재설정)
  174. pdfjs-layers-button-label = 레이어
  175. pdfjs-thumbs-button =
  176. .title = 미리보기
  177. pdfjs-thumbs-button-label = 미리보기
  178. pdfjs-current-outline-item-button =
  179. .title = 현재 아웃라인 항목 찾기
  180. pdfjs-current-outline-item-button-label = 현재 아웃라인 항목
  181. pdfjs-findbar-button =
  182. .title = 검색
  183. pdfjs-findbar-button-label = 검색
  184. pdfjs-additional-layers = 추가 레이어
  185. ## Thumbnails panel item (tooltip and alt text for images)
  186. # Variables:
  187. # $page (Number) - the page number
  188. pdfjs-thumb-page-title =
  189. .title = { $page } 페이지
  190. # Variables:
  191. # $page (Number) - the page number
  192. pdfjs-thumb-page-canvas =
  193. .aria-label = { $page } 페이지 미리보기
  194. ## Find panel button title and messages
  195. pdfjs-find-input =
  196. .title = 찾기
  197. .placeholder = 문서에서 찾기…
  198. pdfjs-find-previous-button =
  199. .title = 지정 문자열에 일치하는 1개 부분을 검색
  200. pdfjs-find-previous-button-label = 이전
  201. pdfjs-find-next-button =
  202. .title = 지정 문자열에 일치하는 다음 부분을 검색
  203. pdfjs-find-next-button-label = 다음
  204. pdfjs-find-highlight-checkbox = 모두 강조 표시
  205. pdfjs-find-match-case-checkbox-label = 대/소문자 구분
  206. pdfjs-find-match-diacritics-checkbox-label = 분음 부호 일치
  207. pdfjs-find-entire-word-checkbox-label = 단어 단위로
  208. pdfjs-find-reached-top = 문서 처음까지 검색하고 끝으로 돌아와 검색했습니다.
  209. pdfjs-find-reached-bottom = 문서 끝까지 검색하고 앞으로 돌아와 검색했습니다.
  210. # Variables:
  211. # $current (Number) - the index of the currently active find result
  212. # $total (Number) - the total number of matches in the document
  213. pdfjs-find-match-count = { $current } / { $total } 일치
  214. # Variables:
  215. # $limit (Number) - the maximum number of matches
  216. pdfjs-find-match-count-limit = { $limit }개 이상 일치
  217. pdfjs-find-not-found = 검색 결과 없음
  218. ## Predefined zoom values
  219. pdfjs-page-scale-width = 페이지 너비에 맞추기
  220. pdfjs-page-scale-fit = 페이지에 맞추기
  221. pdfjs-page-scale-auto = 자동
  222. pdfjs-page-scale-actual = 실제 크기
  223. # Variables:
  224. # $scale (Number) - percent value for page scale
  225. pdfjs-page-scale-percent = { $scale }%
  226. ## PDF page
  227. # Variables:
  228. # $page (Number) - the page number
  229. pdfjs-page-landmark =
  230. .aria-label = { $page } 페이지
  231. ## Loading indicator messages
  232. pdfjs-loading-error = PDF를 로드하는 동안 오류가 발생했습니다.
  233. pdfjs-invalid-file-error = 잘못되었거나 손상된 PDF 파일.
  234. pdfjs-missing-file-error = PDF 파일 없음.
  235. pdfjs-unexpected-response-error = 예기치 않은 서버 응답입니다.
  236. pdfjs-rendering-error = 페이지를 렌더링하는 동안 오류가 발생했습니다.
  237. ## Annotations
  238. # Variables:
  239. # $date (Date) - the modification date of the annotation
  240. # $time (Time) - the modification time of the annotation
  241. pdfjs-annotation-date-string = { $date } { $time }
  242. # .alt: This is used as a tooltip.
  243. # Variables:
  244. # $type (String) - an annotation type from a list defined in the PDF spec
  245. # (32000-1:2008 Table 169 – Annotation types).
  246. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  247. pdfjs-text-annotation-type =
  248. .alt = [{ $type } 주석]
  249. ## Password
  250. pdfjs-password-label = 이 PDF 파일을 열 수 있는 비밀번호를 입력하세요.
  251. pdfjs-password-invalid = 잘못된 비밀번호입니다. 다시 시도하세요.
  252. pdfjs-password-ok-button = 확인
  253. pdfjs-password-cancel-button = 취소
  254. pdfjs-web-fonts-disabled = 웹 폰트가 비활성화됨: 내장된 PDF 글꼴을 사용할 수 없습니다.
  255. ## Editing
  256. pdfjs-editor-free-text-button =
  257. .title = 텍스트
  258. pdfjs-editor-free-text-button-label = 텍스트
  259. pdfjs-editor-ink-button =
  260. .title = 그리기
  261. pdfjs-editor-ink-button-label = 그리기
  262. pdfjs-editor-stamp-button =
  263. .title = 이미지 추가 또는 편집
  264. pdfjs-editor-stamp-button-label = 이미지 추가 또는 편집
  265. pdfjs-editor-highlight-button =
  266. .title = 강조 표시
  267. pdfjs-editor-highlight-button-label = 강조 표시
  268. pdfjs-highlight-floating-button =
  269. .title = 강조 표시
  270. pdfjs-highlight-floating-button1 =
  271. .title = 강조 표시
  272. .aria-label = 강조 표시
  273. pdfjs-highlight-floating-button-label = 강조 표시
  274. ## Remove button for the various kind of editor.
  275. pdfjs-editor-remove-ink-button =
  276. .title = 그리기 제거
  277. pdfjs-editor-remove-freetext-button =
  278. .title = 텍스트 제거
  279. pdfjs-editor-remove-stamp-button =
  280. .title = 이미지 제거
  281. pdfjs-editor-remove-highlight-button =
  282. .title = 강조 표시 제거
  283. ##
  284. # Editor Parameters
  285. pdfjs-editor-free-text-color-input = 색상
  286. pdfjs-editor-free-text-size-input = 크기
  287. pdfjs-editor-ink-color-input = 색상
  288. pdfjs-editor-ink-thickness-input = 두께
  289. pdfjs-editor-ink-opacity-input = 불투명도
  290. pdfjs-editor-stamp-add-image-button =
  291. .title = 이미지 추가
  292. pdfjs-editor-stamp-add-image-button-label = 이미지 추가
  293. # This refers to the thickness of the line used for free highlighting (not bound to text)
  294. pdfjs-editor-free-highlight-thickness-input = 두께
  295. pdfjs-editor-free-highlight-thickness-title =
  296. .title = 텍스트 이외의 항목을 강조 표시할 때 두께 변경
  297. pdfjs-free-text =
  298. .aria-label = 텍스트 편집기
  299. pdfjs-free-text-default-content = 입력하세요…
  300. pdfjs-ink =
  301. .aria-label = 그리기 편집기
  302. pdfjs-ink-canvas =
  303. .aria-label = 사용자 생성 이미지
  304. ## Alt-text dialog
  305. # Alternative text (alt text) helps when people can't see the image.
  306. pdfjs-editor-alt-text-button-label = 대체 텍스트
  307. pdfjs-editor-alt-text-edit-button-label = 대체 텍스트 편집
  308. pdfjs-editor-alt-text-dialog-label = 옵션을 선택하세요
  309. pdfjs-editor-alt-text-dialog-description = 대체 텍스트는 사람들이 이미지를 볼 수 없거나 이미지가 로드되지 않을 때 도움이 됩니다.
  310. pdfjs-editor-alt-text-add-description-label = 설명 추가
  311. pdfjs-editor-alt-text-add-description-description = 주제, 설정, 동작을 설명하는 1~2개의 문장을 목표로 하세요.
  312. pdfjs-editor-alt-text-mark-decorative-label = 장식용으로 표시
  313. pdfjs-editor-alt-text-mark-decorative-description = 테두리나 워터마크와 같은 장식적인 이미지에 사용됩니다.
  314. pdfjs-editor-alt-text-cancel-button = 취소
  315. pdfjs-editor-alt-text-save-button = 저장
  316. pdfjs-editor-alt-text-decorative-tooltip = 장식용으로 표시됨
  317. # .placeholder: This is a placeholder for the alt text input area
  318. pdfjs-editor-alt-text-textarea =
  319. .placeholder = 예를 들어, “한 청년이 식탁에 앉아 식사를 하고 있습니다.”
  320. ## Editor resizers
  321. ## This is used in an aria label to help to understand the role of the resizer.
  322. pdfjs-editor-resizer-label-top-left = 왼쪽 위 — 크기 조정
  323. pdfjs-editor-resizer-label-top-middle = 가운데 위 - 크기 조정
  324. pdfjs-editor-resizer-label-top-right = 오른쪽 위 — 크기 조정
  325. pdfjs-editor-resizer-label-middle-right = 오른쪽 가운데 — 크기 조정
  326. pdfjs-editor-resizer-label-bottom-right = 오른쪽 아래 - 크기 조정
  327. pdfjs-editor-resizer-label-bottom-middle = 가운데 아래 — 크기 조정
  328. pdfjs-editor-resizer-label-bottom-left = 왼쪽 아래 - 크기 조정
  329. pdfjs-editor-resizer-label-middle-left = 왼쪽 가운데 — 크기 조정
  330. ## Color picker
  331. # This means "Color used to highlight text"
  332. pdfjs-editor-highlight-colorpicker-label = 색상
  333. pdfjs-editor-colorpicker-button =
  334. .title = 색상 변경
  335. pdfjs-editor-colorpicker-dropdown =
  336. .aria-label = 색상 선택
  337. pdfjs-editor-colorpicker-yellow =
  338. .title = 노란색
  339. pdfjs-editor-colorpicker-green =
  340. .title = 녹색
  341. pdfjs-editor-colorpicker-blue =
  342. .title = 파란색
  343. pdfjs-editor-colorpicker-pink =
  344. .title = 분홍색
  345. pdfjs-editor-colorpicker-red =
  346. .title = 빨간색
  347. ## Show all highlights
  348. ## This is a toggle button to show/hide all the highlights.
  349. pdfjs-editor-highlight-show-all-button-label = 모두 보기
  350. pdfjs-editor-highlight-show-all-button =
  351. .title = 모두 보기