Skip to content

Commit 1e53ab1

Browse files
committed
Merge pull request mozilla#3154 from mete0r/korean-language
Add Korean language localization (ko)
2 parents abd85ca + d42bd1c commit 1e53ab1

File tree

3 files changed

+149
-0
lines changed

3 files changed

+149
-0
lines changed

l10n/ko/chrome.properties

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2012 Mozilla Foundation
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# Chrome notification bar messages and buttons
16+
unsupported_feature=이 PDF 문서는 제대로 표시되지 않을 수 있습니다.
17+
open_with_different_viewer=다른 뷰어로 열기
18+
open_with_different_viewer.accessKey=o

l10n/ko/metadata.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<em:localized>
2+
<Description>
3+
<em:locale>ko</em:locale>
4+
<em:name>PDF 뷰어</em:name>
5+
<em:description>Firefox가 PDF 파일을 HTML5를 이용하여 직접 보여줍니다.</em:description>
6+
</Description>
7+
</em:localized>
8+

l10n/ko/viewer.properties

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# Copyright 2012 Mozilla Foundation
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# Main toolbar buttons (tooltips and alt text for images)
16+
previous.title=이전 쪽
17+
previous_label=이전
18+
next.title=다음 쪽
19+
next_label=다음
20+
21+
# LOCALIZATION NOTE (page_label, page_of):
22+
# These strings are concatenated to form the "Page: X of Y" string.
23+
# Do not translate "{{pageCount}}", it will be substituted with a number
24+
# representing the total number of pages.
25+
page_label=쪽:
26+
page_of=/ {{pageCount}}
27+
28+
zoom_out.title=축소
29+
zoom_out_label=축소
30+
zoom_in.title=확대
31+
zoom_in_label=확대
32+
zoom.title=확대 비율
33+
print.title=출력
34+
print_label=출력
35+
presentation_mode.title=프레젠테이션 모드로 전환
36+
presentation_mode_label=프레젠테이션 모드
37+
open_file.title=파일 열기
38+
open_file_label=열기
39+
download.title=내려받기
40+
download_label=내려받기
41+
bookmark.title=현 화면 (복사하거나 새 창에서 열기)
42+
bookmark_label=현 화면
43+
44+
# Tooltips and alt text for side panel toolbar buttons
45+
# (the _label strings are alt text for the buttons, the .title strings are
46+
# tooltips)
47+
toggle_sidebar.title=사이드바 보이기/숨기기
48+
toggle_sidebar_label=사이드바 보이기/숨기기
49+
outline.title=문서 개요 보이기
50+
outline_label=문서 개요
51+
thumbs.title=쪽 작게 보기
52+
thumbs_label=쪽 작게 보기
53+
findbar.title=문서 내에서 찾기
54+
findbar_label=찾기
55+
56+
# Thumbnails panel item (tooltip and alt text for images)
57+
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
58+
# number.
59+
thumb_page_title={{page}} 쪽
60+
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
61+
# number.
62+
thumb_page_canvas={{page}}쪽의 썸네일
63+
64+
# Context menu
65+
first_page.label=첫 쪽으로
66+
last_page.label=끝 쪽으로
67+
page_rotate_cw.label=시계방향 회전
68+
page_rotate_ccw.label=반시계방향 회전
69+
70+
# Find panel button title and messages
71+
find_label=찾기:
72+
find_previous.title=이전 구절 찾기
73+
find_previous_label=이전
74+
find_next.title=다음 구절 찾기
75+
find_next_label=다음
76+
find_highlight=모두 강조
77+
find_match_case_label=대/소문자까지 정확히
78+
find_reached_top=문서의 처음, 끝에서부터 계속
79+
find_reached_bottom=문서의 끝, 처음에서부터 계속
80+
find_not_found=구절을 찾을 수 없습니다
81+
82+
# Error panel labels
83+
error_more_info=더 보기
84+
error_less_info=간략히
85+
error_close=닫기
86+
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
87+
# replaced by the PDF.JS version and build ID.
88+
error_version_info=PDF.js v{{version}} (build: {{build}})
89+
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
90+
# english string describing the error.
91+
error_message=메시지: {{message}}
92+
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
93+
# trace.
94+
error_stack=스택: {{stack}}
95+
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
96+
error_file=파일: {{file}}
97+
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
98+
error_line=행: {{line}}
99+
rendering_error=쪽 렌더링 중 오류가 발생했습니다.
100+
101+
# Predefined zoom values
102+
page_scale_width=너비 맞춤
103+
page_scale_fit=쪽 맞춤
104+
page_scale_auto=자동 맞춤
105+
page_scale_actual=실제 크기
106+
107+
# Loading indicator messages
108+
loading_error_indicator=오류
109+
loading_error=PDF를 불러오던 중 오류가 발생했습니다.
110+
invalid_file_error=PDF 파일이 아니거나 깨진 파일입니다.
111+
missing_file_error=PDF 파일이 없습니다.
112+
113+
# LOCALIZATION NOTE (text_annotation_type): This is used as a tooltip.
114+
# "{{type}}" will be replaced with an annotation type from a list defined in
115+
# the PDF spec (32000-1:2008 Table 169 – Annotation types).
116+
# Some common types are e.g.: "Check", "Text", "Comment", "Note"
117+
text_annotation_type=[{{type}} Annotation]
118+
request_password=암호로 보호되는 PDF파일입니다:
119+
120+
printing_not_supported=경고: 이 브라우져는 출력을 완전히는 지원하지 않습니다.
121+
printing_not_ready=경고: 이 PDF 파일은 완전히 적재되지 않았습니다.
122+
web_fonts_disabled=웹 폰트 사용이 비활성되었습니다: 내장 PDF 폰트를 사용할 수 없습니다.
123+
web_colors_disabled=웹 컬러가 비활성되었습니다.

0 commit comments

Comments
 (0)