提交 | 用户 | 时间
|
1ac2bc
|
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.title): The tooltip for the pageNumber input. |
|
22 |
page.title=第 |
|
23 |
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number |
|
24 |
# representing the total number of pages in the document. |
|
25 |
of_pages=頁,共 {{pagesCount}} 頁 |
|
26 |
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" |
|
27 |
# will be replaced by a number representing the currently visible page, |
|
28 |
# respectively a number representing the total number of pages in the document. |
|
29 |
page_of_pages=(第 {{pageNumber}} 頁,共 {{pagesCount}} 頁) |
|
30 |
|
|
31 |
zoom_out.title=縮小 |
|
32 |
zoom_out_label=縮小 |
|
33 |
zoom_in.title=放大 |
|
34 |
zoom_in_label=放大 |
|
35 |
zoom.title=縮放 |
|
36 |
presentation_mode.title=切換至簡報模式 |
|
37 |
presentation_mode_label=簡報模式 |
|
38 |
open_file.title=開啟檔案 |
|
39 |
open_file_label=開啟 |
|
40 |
print.title=列印 |
|
41 |
print_label=列印 |
|
42 |
download.title=下載 |
|
43 |
download_label=下載 |
|
44 |
bookmark.title=目前檢視的內容(複製或開啟於新視窗) |
|
45 |
bookmark_label=目前檢視 |
|
46 |
|
|
47 |
# Secondary toolbar and context menu |
|
48 |
tools.title=工具 |
|
49 |
tools_label=工具 |
|
50 |
first_page.title=跳到第一頁 |
|
51 |
first_page.label=跳到第一頁 |
|
52 |
first_page_label=跳到第一頁 |
|
53 |
last_page.title=跳到最後一頁 |
|
54 |
last_page.label=跳到最後一頁 |
|
55 |
last_page_label=跳到最後一頁 |
|
56 |
page_rotate_cw.title=順時針旋轉 |
|
57 |
page_rotate_cw.label=順時針旋轉 |
|
58 |
page_rotate_cw_label=順時針旋轉 |
|
59 |
page_rotate_ccw.title=逆時針旋轉 |
|
60 |
page_rotate_ccw.label=逆時針旋轉 |
|
61 |
page_rotate_ccw_label=逆時針旋轉 |
|
62 |
|
|
63 |
cursor_text_select_tool.title=開啟文字選擇工具 |
|
64 |
cursor_text_select_tool_label=文字選擇工具 |
|
65 |
cursor_hand_tool.title=開啟頁面移動工具 |
|
66 |
cursor_hand_tool_label=頁面移動工具 |
|
67 |
|
|
68 |
scroll_vertical.title=使用垂直捲動版面 |
|
69 |
scroll_vertical_label=垂直捲動 |
|
70 |
scroll_horizontal.title=使用水平捲動版面 |
|
71 |
scroll_horizontal_label=水平捲動 |
|
72 |
scroll_wrapped.title=使用多頁捲動版面 |
|
73 |
scroll_wrapped_label=多頁捲動 |
|
74 |
|
|
75 |
spread_none.title=不要進行跨頁顯示 |
|
76 |
spread_none_label=不跨頁 |
|
77 |
spread_odd.title=從奇數頁開始跨頁 |
|
78 |
spread_odd_label=奇數跨頁 |
|
79 |
spread_even.title=從偶數頁開始跨頁 |
|
80 |
spread_even_label=偶數跨頁 |
|
81 |
|
|
82 |
# Document properties dialog box |
|
83 |
document_properties.title=文件內容… |
|
84 |
document_properties_label=文件內容… |
|
85 |
document_properties_file_name=檔案名稱: |
|
86 |
document_properties_file_size=檔案大小: |
|
87 |
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" |
|
88 |
# will be replaced by the PDF file size in kilobytes, respectively in bytes. |
|
89 |
document_properties_kb={{size_kb}} KB({{size_b}} 位元組) |
|
90 |
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" |
|
91 |
# will be replaced by the PDF file size in megabytes, respectively in bytes. |
|
92 |
document_properties_mb={{size_mb}} MB({{size_b}} 位元組) |
|
93 |
document_properties_title=標題: |
|
94 |
document_properties_author=作者: |
|
95 |
document_properties_subject=主旨: |
|
96 |
document_properties_keywords=關鍵字: |
|
97 |
document_properties_creation_date=建立日期: |
|
98 |
document_properties_modification_date=修改日期: |
|
99 |
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" |
|
100 |
# will be replaced by the creation/modification date, and time, of the PDF file. |
|
101 |
document_properties_date_string={{date}}, {{time}} |
|
102 |
document_properties_creator=建立者: |
|
103 |
document_properties_producer=PDF 產生器: |
|
104 |
document_properties_version=PDF 版本: |
|
105 |
document_properties_page_count=頁數: |
|
106 |
document_properties_page_size=頁面大小: |
|
107 |
document_properties_page_size_unit_inches=in |
|
108 |
document_properties_page_size_unit_millimeters=mm |
|
109 |
document_properties_page_size_orientation_portrait=垂直 |
|
110 |
document_properties_page_size_orientation_landscape=水平 |
|
111 |
document_properties_page_size_name_a3=A3 |
|
112 |
document_properties_page_size_name_a4=A4 |
|
113 |
document_properties_page_size_name_letter=Letter |
|
114 |
document_properties_page_size_name_legal=Legal |
|
115 |
# LOCALIZATION NOTE (document_properties_page_size_dimension_string): |
|
116 |
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by |
|
117 |
# the size, respectively their unit of measurement and orientation, of the (current) page. |
|
118 |
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}}) |
|
119 |
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): |
|
120 |
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by |
|
121 |
# the size, respectively their unit of measurement, name, and orientation, of the (current) page. |
|
122 |
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}}) |
|
123 |
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of |
|
124 |
# the document; usually called "Fast Web View" in English locales of Adobe software. |
|
125 |
document_properties_linearized=快速 Web 檢視: |
|
126 |
document_properties_linearized_yes=是 |
|
127 |
document_properties_linearized_no=否 |
|
128 |
document_properties_close=關閉 |
|
129 |
|
|
130 |
print_progress_message=正在準備列印文件… |
|
131 |
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by |
|
132 |
# a numerical per cent value. |
|
133 |
print_progress_percent={{progress}}% |
|
134 |
print_progress_close=取消 |
|
135 |
|
|
136 |
# Tooltips and alt text for side panel toolbar buttons |
|
137 |
# (the _label strings are alt text for the buttons, the .title strings are |
|
138 |
# tooltips) |
|
139 |
toggle_sidebar.title=切換側邊欄 |
|
140 |
toggle_sidebar_notification.title=切換側邊攔(文件包含大綱或附件) |
|
141 |
toggle_sidebar_label=切換側邊欄 |
|
142 |
document_outline.title=顯示文件大綱(雙擊展開/摺疊所有項目) |
|
143 |
document_outline_label=文件大綱 |
|
144 |
attachments.title=顯示附件 |
|
145 |
attachments_label=附件 |
|
146 |
thumbs.title=顯示縮圖 |
|
147 |
thumbs_label=縮圖 |
|
148 |
findbar.title=在文件中尋找 |
|
149 |
findbar_label=尋找 |
|
150 |
|
|
151 |
# Thumbnails panel item (tooltip and alt text for images) |
|
152 |
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page |
|
153 |
# number. |
|
154 |
thumb_page_title=頁 {{page}} |
|
155 |
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page |
|
156 |
# number. |
|
157 |
thumb_page_canvas=頁 {{page}} 的縮圖 |
|
158 |
|
|
159 |
# Find panel button title and messages |
|
160 |
find_input.title=搜尋 |
|
161 |
find_input.placeholder=在文件中搜尋… |
|
162 |
find_previous.title=尋找文字前次出現的位置 |
|
163 |
find_previous_label=上一個 |
|
164 |
find_next.title=尋找文字下次出現的位置 |
|
165 |
find_next_label=下一個 |
|
166 |
find_highlight=全部強調標示 |
|
167 |
find_match_case_label=區分大小寫 |
|
168 |
find_entire_word_label=符合整個字 |
|
169 |
find_reached_top=已搜尋至文件頂端,自底端繼續搜尋 |
|
170 |
find_reached_bottom=已搜尋至文件底端,自頂端繼續搜尋 |
|
171 |
# LOCALIZATION NOTE (find_match_count): The supported plural forms are |
|
172 |
# [one|two|few|many|other], with [other] as the default value. |
|
173 |
# "{{current}}" and "{{total}}" will be replaced by a number representing the |
|
174 |
# index of the currently active find result, respectively a number representing |
|
175 |
# the total number of matches in the document. |
|
176 |
find_match_count={[ plural(total) ]} |
|
177 |
find_match_count[one]=第 {{current}} 筆,共找到 {{total}} 筆 |
|
178 |
find_match_count[two]=第 {{current}} 筆,共找到 {{total}} 筆 |
|
179 |
find_match_count[few]=第 {{current}} 筆,共找到 {{total}} 筆 |
|
180 |
find_match_count[many]=第 {{current}} 筆,共找到 {{total}} 筆 |
|
181 |
find_match_count[other]=第 {{current}} 筆,共找到 {{total}} 筆 |
|
182 |
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are |
|
183 |
# [zero|one|two|few|many|other], with [other] as the default value. |
|
184 |
# "{{limit}}" will be replaced by a numerical value. |
|
185 |
find_match_count_limit={[ plural(limit) ]} |
|
186 |
find_match_count_limit[zero]=找到超過 {{limit}} 筆 |
|
187 |
find_match_count_limit[one]=找到超過 {{limit}} 筆 |
|
188 |
find_match_count_limit[two]=找到超過 {{limit}} 筆 |
|
189 |
find_match_count_limit[few]=找到超過 {{limit}} 筆 |
|
190 |
find_match_count_limit[many]=找到超過 {{limit}} 筆 |
|
191 |
find_match_count_limit[other]=找到超過 {{limit}} 筆 |
|
192 |
find_not_found=找不到指定文字 |
|
193 |
|
|
194 |
# Error panel labels |
|
195 |
error_more_info=更多資訊 |
|
196 |
error_less_info=更少資訊 |
|
197 |
error_close=關閉 |
|
198 |
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be |
|
199 |
# replaced by the PDF.JS version and build ID. |
|
200 |
error_version_info=PDF.js v{{version}} (build: {{build}}) |
|
201 |
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an |
|
202 |
# english string describing the error. |
|
203 |
error_message=訊息: {{message}} |
|
204 |
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack |
|
205 |
# trace. |
|
206 |
error_stack=堆疊: {{stack}} |
|
207 |
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename |
|
208 |
error_file=檔案: {{file}} |
|
209 |
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number |
|
210 |
error_line=行: {{line}} |
|
211 |
rendering_error=描繪頁面時發生錯誤。 |
|
212 |
|
|
213 |
# Predefined zoom values |
|
214 |
page_scale_width=頁面寬度 |
|
215 |
page_scale_fit=縮放至頁面大小 |
|
216 |
page_scale_auto=自動縮放 |
|
217 |
page_scale_actual=實際大小 |
|
218 |
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a |
|
219 |
# numerical scale value. |
|
220 |
page_scale_percent={{scale}}% |
|
221 |
|
|
222 |
# Loading indicator messages |
|
223 |
loading_error_indicator=錯誤 |
|
224 |
loading_error=載入 PDF 時發生錯誤。 |
|
225 |
invalid_file_error=無效或毀損的 PDF 檔案。 |
|
226 |
missing_file_error=找不到 PDF 檔案。 |
|
227 |
unexpected_response_error=伺服器回應未預期的內容。 |
|
228 |
|
|
229 |
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. |
|
230 |
# "{{type}}" will be replaced with an annotation type from a list defined in |
|
231 |
# the PDF spec (32000-1:2008 Table 169 – Annotation types). |
|
232 |
# Some common types are e.g.: "Check", "Text", "Comment", "Note" |
|
233 |
text_annotation_type.alt=[{{type}} 註解] |
|
234 |
password_label=請輸入用來開啟此 PDF 檔案的密碼。 |
|
235 |
password_invalid=密碼不正確,請再試一次。 |
|
236 |
password_ok=確定 |
|
237 |
password_cancel=取消 |
|
238 |
|
|
239 |
printing_not_supported=警告: 此瀏覽器未完整支援列印功能。 |
|
240 |
printing_not_ready=警告: 此 PDF 未完成下載以供列印。 |
|
241 |
web_fonts_disabled=已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。 |
|
242 |
document_colors_not_allowed=瀏覽器的「優先使用網頁指定的色彩」未被勾選,PDF 文件無法使用自己的色彩。 |