PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 4.4.7
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v4.4.7
4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / assets / pdf / web / locale / ko / viewer.ftl
embedpress / assets / pdf / web / locale / ko Last commit date
viewer.ftl 2 years ago
viewer.ftl
421 lines
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
5
6 ## Main toolbar buttons (tooltips and alt text for images)
7
8 pdfjs-previous-button =
9 .title = 이전 페이지
10 pdfjs-previous-button-label = 이전
11 pdfjs-next-button =
12 .title = 다음 페이지
13 pdfjs-next-button-label = 다음
14 # .title: Tooltip for the pageNumber input.
15 pdfjs-page-input =
16 .title = 페이지
17 # Variables:
18 # $pagesCount (Number) - the total number of pages in the document
19 # This string follows an input field with the number of the page currently displayed.
20 pdfjs-of-pages = / { $pagesCount }
21 # Variables:
22 # $pageNumber (Number) - the currently visible page
23 # $pagesCount (Number) - the total number of pages in the document
24 pdfjs-page-of-pages = ({ $pageNumber } / { $pagesCount })
25 pdfjs-zoom-out-button =
26 .title = 축소
27 pdfjs-zoom-out-button-label = 축소
28 pdfjs-zoom-in-button =
29 .title = 확대
30 pdfjs-zoom-in-button-label = 확대
31 pdfjs-zoom-select =
32 .title = 확대/축소
33 pdfjs-presentation-mode-button =
34 .title = 프레젠�
35 �이�
36 � 모드로 전환
37 pdfjs-presentation-mode-button-label = 프레젠�
38 �이�
39 � 모드
40 pdfjs-open-file-button =
41 .title = 파일 열기
42 pdfjs-open-file-button-label = 열기
43 pdfjs-print-button =
44 .title = 인쇄
45 pdfjs-print-button-label = 인쇄
46 pdfjs-save-button =
47 .title = 저장
48 pdfjs-save-button-label = 저장
49 # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
50 pdfjs-download-button =
51 .title = 다운로드
52 # Used in Firefox for Android as a label for the download button (“download” is a verb).
53 # Length of the translation matters since we are in a mobile context, with limited screen estate.
54 pdfjs-download-button-label = 다운로드
55 pdfjs-bookmark-button =
56 .title = 현재 페이지 (현재 페이지에서 URL 보기)
57 pdfjs-bookmark-button-label = 현재 페이지
58 # Used in Firefox for Android.
59 pdfjs-open-in-app-button =
60 .title = 앱에서 열기
61 # Used in Firefox for Android.
62 # Length of the translation matters since we are in a mobile context, with limited screen estate.
63 pdfjs-open-in-app-button-label = 앱에서 열기
64
65 ## Secondary toolbar and context menu
66
67 pdfjs-tools-button =
68 .title = 도구
69 pdfjs-tools-button-label = 도구
70 pdfjs-first-page-button =
71 .title = 첫 페이지로 이동
72 pdfjs-first-page-button-label = 첫 페이지로 이동
73 pdfjs-last-page-button =
74 .title = 마지막 페이지로 이동
75 pdfjs-last-page-button-label = 마지막 페이지로 이동
76 pdfjs-page-rotate-cw-button =
77 .title = 시계방향으로 회전
78 pdfjs-page-rotate-cw-button-label = 시계방향으로 회전
79 pdfjs-page-rotate-ccw-button =
80 .title = 시계 반대방향으로 회전
81 pdfjs-page-rotate-ccw-button-label = 시계 반대방향으로 회전
82 pdfjs-cursor-text-select-tool-button =
83 .title = �
84 �스트 선택 도구 활성화
85 pdfjs-cursor-text-select-tool-button-label = �
86 �스트 선택 도구
87 pdfjs-cursor-hand-tool-button =
88 .title = 손 도구 활성화
89 pdfjs-cursor-hand-tool-button-label = 손 도구
90 pdfjs-scroll-page-button =
91 .title = 페이지 스크롤 사용
92 pdfjs-scroll-page-button-label = 페이지 스크롤
93 pdfjs-scroll-vertical-button =
94 .title = 세로 스크롤 사용
95 pdfjs-scroll-vertical-button-label = 세로 스크롤
96 pdfjs-scroll-horizontal-button =
97 .title = 가로 스크롤 사용
98 pdfjs-scroll-horizontal-button-label = 가로 스크롤
99 pdfjs-scroll-wrapped-button =
100 .title = 래핑(자동 줄 바꿈) 스크롤 사용
101 pdfjs-scroll-wrapped-button-label = 래핑 스크롤
102 pdfjs-spread-none-button =
103 .title = 한 페이지 보기
104 pdfjs-spread-none-button-label = 펼침 없음
105 pdfjs-spread-odd-button =
106 .title = 홀수 페이지로 시작하는 두 페이지 보기
107 pdfjs-spread-odd-button-label = 홀수 펼침
108 pdfjs-spread-even-button =
109 .title = 짝수 페이지로 시작하는 두 페이지 보기
110 pdfjs-spread-even-button-label = 짝수 펼침
111
112 ## Document properties dialog
113
114 pdfjs-document-properties-button =
115 .title = 문서 속성…
116 pdfjs-document-properties-button-label = 문서 속성…
117 pdfjs-document-properties-file-name = 파일 이름:
118 pdfjs-document-properties-file-size = 파일 크기:
119 # Variables:
120 # $size_kb (Number) - the PDF file size in kilobytes
121 # $size_b (Number) - the PDF file size in bytes
122 pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b }바이트)
123 # Variables:
124 # $size_mb (Number) - the PDF file size in megabytes
125 # $size_b (Number) - the PDF file size in bytes
126 pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b }바이트)
127 pdfjs-document-properties-title = 제목:
128 pdfjs-document-properties-author = 작성자:
129 pdfjs-document-properties-subject = 주제:
130 pdfjs-document-properties-keywords = 키워드:
131 pdfjs-document-properties-creation-date = 작성 날짜:
132 pdfjs-document-properties-modification-date = 수정 날짜:
133 # Variables:
134 # $date (Date) - the creation/modification date of the PDF file
135 # $time (Time) - the creation/modification time of the PDF file
136 pdfjs-document-properties-date-string = { $date }, { $time }
137 pdfjs-document-properties-creator = 작성 프로그램:
138 pdfjs-document-properties-producer = PDF 변환 소프트웨어:
139 pdfjs-document-properties-version = PDF 버전:
140 pdfjs-document-properties-page-count = 페이지 수:
141 pdfjs-document-properties-page-size = 페이지 크기:
142 pdfjs-document-properties-page-size-unit-inches = in
143 pdfjs-document-properties-page-size-unit-millimeters = mm
144 pdfjs-document-properties-page-size-orientation-portrait = 세로 방향
145 pdfjs-document-properties-page-size-orientation-landscape = 가로 방향
146 pdfjs-document-properties-page-size-name-a-three = A3
147 pdfjs-document-properties-page-size-name-a-four = A4
148 pdfjs-document-properties-page-size-name-letter = 레터
149 pdfjs-document-properties-page-size-name-legal = 리걸
150
151 ## Variables:
152 ## $width (Number) - the width of the (current) page
153 ## $height (Number) - the height of the (current) page
154 ## $unit (String) - the unit of measurement of the (current) page
155 ## $name (String) - the name of the (current) page
156 ## $orientation (String) - the orientation of the (current) page
157
158 pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
159 pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
160
161 ##
162
163 # The linearization status of the document; usually called "Fast Web View" in
164 # English locales of Adobe software.
165 pdfjs-document-properties-linearized = 빠른 웹 보기:
166 pdfjs-document-properties-linearized-yes = 예
167 pdfjs-document-properties-linearized-no = 아니요
168 pdfjs-document-properties-close-button = 닫기
169
170 ## Print
171
172 pdfjs-print-progress-message = 인쇄 문서 준비 중…
173 # Variables:
174 # $progress (Number) - percent value
175 pdfjs-print-progress-percent = { $progress }%
176 pdfjs-print-progress-close-button = 취소
177 pdfjs-printing-not-supported = 경고: 이 브라우저는 인쇄를 완전히 지원하지 않습니다.
178 pdfjs-printing-not-ready = 경고: 이 PDF를 인쇄를 할 수 있을 정도로 읽어들이지 못했습니다.
179
180 ## Tooltips and alt text for side panel toolbar buttons
181
182 pdfjs-toggle-sidebar-button =
183 .title = 사이드바 표시/숨기기
184 pdfjs-toggle-sidebar-notification-button =
185 .title = 사이드바 표시/숨기기 (문서에 아웃라인/첨부파일/레이어 포함됨)
186 pdfjs-toggle-sidebar-button-label = 사이드바 표시/숨기기
187 pdfjs-document-outline-button =
188 .title = 문서 아웃라인 보기 (더블 클릭해서 모든 항목 펼치기/접기)
189 pdfjs-document-outline-button-label = 문서 아웃라인
190 pdfjs-attachments-button =
191 .title = 첨부파일 보기
192 pdfjs-attachments-button-label = 첨부파일
193 pdfjs-layers-button =
194 .title = 레이어 보기 (더블 클릭해서 모든 레이어를 기본 상태로 재설정)
195 pdfjs-layers-button-label = 레이어
196 pdfjs-thumbs-button =
197 .title = 미리보기
198 pdfjs-thumbs-button-label = 미리보기
199 pdfjs-current-outline-item-button =
200 .title = 현재 아웃라인 항목 찾기
201 pdfjs-current-outline-item-button-label = 현재 아웃라인 항목
202 pdfjs-findbar-button =
203 .title = 검색
204 pdfjs-findbar-button-label = 검색
205 pdfjs-additional-layers = 추가 레이어
206
207 ## Thumbnails panel item (tooltip and alt text for images)
208
209 # Variables:
210 # $page (Number) - the page number
211 pdfjs-thumb-page-title =
212 .title = { $page } 페이지
213 # Variables:
214 # $page (Number) - the page number
215 pdfjs-thumb-page-canvas =
216 .aria-label = { $page } 페이지 미리보기
217
218 ## Find panel button title and messages
219
220 pdfjs-find-input =
221 .title = 찾기
222 .placeholder = 문서에서 찾기…
223 pdfjs-find-previous-button =
224 .title = 지정 문자열에 일치하는 1개 부분을 검색
225 pdfjs-find-previous-button-label = 이전
226 pdfjs-find-next-button =
227 .title = 지정 문자열에 일치하는 다음 부분을 검색
228 pdfjs-find-next-button-label = 다음
229 pdfjs-find-highlight-checkbox = 모두 강조 표시
230 pdfjs-find-match-case-checkbox-label = 대/소문자 구분
231 pdfjs-find-match-diacritics-checkbox-label = 분음 부호 일치
232 pdfjs-find-entire-word-checkbox-label = 단어 단위로
233 pdfjs-find-reached-top = 문서 처음까지 검색하고 끝으로 돌아와 검색했습니다.
234 pdfjs-find-reached-bottom = 문서 끝까지 검색하고 앞으로 돌아와 검색했습니다.
235 # Variables:
236 # $current (Number) - the index of the currently active find result
237 # $total (Number) - the total number of matches in the document
238 pdfjs-find-match-count = { $current } / { $total } 일치
239 # Variables:
240 # $limit (Number) - the maximum number of matches
241 pdfjs-find-match-count-limit = { $limit }개 이상 일치
242 pdfjs-find-not-found = 검색 결과 없음
243
244 ## Predefined zoom values
245
246 pdfjs-page-scale-width = 페이지 너비에 맞추기
247 pdfjs-page-scale-fit = 페이지에 맞추기
248 pdfjs-page-scale-auto = 자동
249 pdfjs-page-scale-actual = 실제 크기
250 # Variables:
251 # $scale (Number) - percent value for page scale
252 pdfjs-page-scale-percent = { $scale }%
253
254 ## PDF page
255
256 # Variables:
257 # $page (Number) - the page number
258 pdfjs-page-landmark =
259 .aria-label = { $page } 페이지
260
261 ## Loading indicator messages
262
263 pdfjs-loading-error = PDF를 로드하는 동안 오류가 발생했습니다.
264 pdfjs-invalid-file-error = 잘못되었거나 손상된 PDF 파일.
265 pdfjs-missing-file-error = PDF 파일 없음.
266 pdfjs-unexpected-response-error = 예기치 않은 서버 응답�
267 니다.
268 pdfjs-rendering-error = 페이지를 렌더링하는 동안 오류가 발생했습니다.
269
270 ## Annotations
271
272 # Variables:
273 # $date (Date) - the modification date of the annotation
274 # $time (Time) - the modification time of the annotation
275 pdfjs-annotation-date-string = { $date } { $time }
276 # .alt: This is used as a tooltip.
277 # Variables:
278 # $type (String) - an annotation type from a list defined in the PDF spec
279 # (32000-1:2008 Table 169 – Annotation types).
280 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
281 pdfjs-text-annotation-type =
282 .alt = [{ $type } 주석]
283
284 ## Password
285
286 pdfjs-password-label = 이 PDF 파일을 열 수 있는 비밀번호를 �
287 력하세요.
288 pdfjs-password-invalid = 잘못된 비밀번호�
289 니다. 다시 시도하세요.
290 pdfjs-password-ok-button = 확인
291 pdfjs-password-cancel-button = 취소
292 pdfjs-web-fonts-disabled = 웹 폰트가 비활성화됨: 내장된 PDF 글꼴을 사용할 수 없습니다.
293
294 ## Editing
295
296 pdfjs-editor-free-text-button =
297 .title = �
298 �스트
299 pdfjs-editor-free-text-button-label = �
300 �스트
301 pdfjs-editor-ink-button =
302 .title = 그리기
303 pdfjs-editor-ink-button-label = 그리기
304 pdfjs-editor-stamp-button =
305 .title = 이미지 추가 또는 편집
306 pdfjs-editor-stamp-button-label = 이미지 추가 또는 편집
307 pdfjs-editor-highlight-button =
308 .title = 강조 표시
309 pdfjs-editor-highlight-button-label = 강조 표시
310 pdfjs-highlight-floating-button =
311 .title = 강조 표시
312 pdfjs-highlight-floating-button1 =
313 .title = 강조 표시
314 .aria-label = 강조 표시
315 pdfjs-highlight-floating-button-label = 강조 표시
316
317 ## Remove button for the various kind of editor.
318
319 pdfjs-editor-remove-ink-button =
320 .title = 그리기 제거
321 pdfjs-editor-remove-freetext-button =
322 .title = �
323 �스트 제거
324 pdfjs-editor-remove-stamp-button =
325 .title = 이미지 제거
326 pdfjs-editor-remove-highlight-button =
327 .title = 강조 표시 제거
328
329 ##
330
331 # Editor Parameters
332 pdfjs-editor-free-text-color-input = 색상
333 pdfjs-editor-free-text-size-input = 크기
334 pdfjs-editor-ink-color-input = 색상
335 pdfjs-editor-ink-thickness-input = 두께
336 pdfjs-editor-ink-opacity-input = 불투�
337
338 pdfjs-editor-stamp-add-image-button =
339 .title = 이미지 추가
340 pdfjs-editor-stamp-add-image-button-label = 이미지 추가
341 # This refers to the thickness of the line used for free highlighting (not bound to text)
342 pdfjs-editor-free-highlight-thickness-input = 두께
343 pdfjs-editor-free-highlight-thickness-title =
344 .title = �
345 �스트 이외의 항목을 강조 표시할 때 두께 변경
346 pdfjs-free-text =
347 .aria-label = �
348 �스트 편집기
349 pdfjs-free-text-default-content = �
350 력하세요…
351 pdfjs-ink =
352 .aria-label = 그리기 편집기
353 pdfjs-ink-canvas =
354 .aria-label = 사용자 생성 이미지
355
356 ## Alt-text dialog
357
358 # Alternative text (alt text) helps when people can't see the image.
359 pdfjs-editor-alt-text-button-label = 대체 �
360 �스트
361 pdfjs-editor-alt-text-edit-button-label = 대체 �
362 �스트 편집
363 pdfjs-editor-alt-text-dialog-label = 옵�
364 �을 선택하세요
365 pdfjs-editor-alt-text-dialog-description = 대체 �
366 �스트는 사람들이 이미지를 볼 수 없거나 이미지가 로드되지 않을 때 도움이 됩니다.
367 pdfjs-editor-alt-text-add-description-label = 설�
368 추가
369 pdfjs-editor-alt-text-add-description-description = 주제, 설정, 동작을 설�
370 하는 1~2개의 문장을 목표로 하세요.
371 pdfjs-editor-alt-text-mark-decorative-label = 장식용으로 표시
372 pdfjs-editor-alt-text-mark-decorative-description = �
373 �두리나 워터마크와 같은 장식적인 이미지에 사용됩니다.
374 pdfjs-editor-alt-text-cancel-button = 취소
375 pdfjs-editor-alt-text-save-button = 저장
376 pdfjs-editor-alt-text-decorative-tooltip = 장식용으로 표시됨
377 # .placeholder: This is a placeholder for the alt text input area
378 pdfjs-editor-alt-text-textarea =
379 .placeholder = 예를 들어, “한 청�
380 �이 식탁에 앉아 식사를 하고 있습니다.”
381
382 ## Editor resizers
383 ## This is used in an aria label to help to understand the role of the resizer.
384
385 pdfjs-editor-resizer-label-top-left = 왼쪽 위 — 크기 조정
386 pdfjs-editor-resizer-label-top-middle = 가운데 위 - 크기 조정
387 pdfjs-editor-resizer-label-top-right = 오른쪽 위 — 크기 조정
388 pdfjs-editor-resizer-label-middle-right = 오른쪽 가운데 — 크기 조정
389 pdfjs-editor-resizer-label-bottom-right = 오른쪽 아래 - 크기 조정
390 pdfjs-editor-resizer-label-bottom-middle = 가운데 아래 — 크기 조정
391 pdfjs-editor-resizer-label-bottom-left = 왼쪽 아래 - 크기 조정
392 pdfjs-editor-resizer-label-middle-left = 왼쪽 가운데 — 크기 조정
393
394 ## Color picker
395
396 # This means "Color used to highlight text"
397 pdfjs-editor-highlight-colorpicker-label = 색상
398 pdfjs-editor-colorpicker-button =
399 .title = 색상 변경
400 pdfjs-editor-colorpicker-dropdown =
401 .aria-label = 색상 선택
402 pdfjs-editor-colorpicker-yellow =
403 .title = �
404 �란색
405 pdfjs-editor-colorpicker-green =
406 .title = �
407 �색
408 pdfjs-editor-colorpicker-blue =
409 .title = 파란색
410 pdfjs-editor-colorpicker-pink =
411 .title = 분홍색
412 pdfjs-editor-colorpicker-red =
413 .title = 빨간색
414
415 ## Show all highlights
416 ## This is a toggle button to show/hide all the highlights.
417
418 pdfjs-editor-highlight-show-all-button-label = 모두 보기
419 pdfjs-editor-highlight-show-all-button =
420 .title = 모두 보기
421