PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 4.6.2
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v4.6.2
4.6.4 4.6.3 4.6.2 4.6.1 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 / zh-CN / viewer.ftl
embedpress / assets / pdf / web / locale / zh-CN Last commit date
viewer.ftl 2 years ago
viewer.ftl
423 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 pdfjs-presentation-mode-button-label = 演示模式
36 pdfjs-open-file-button =
37 .title = 打开文件
38 pdfjs-open-file-button-label = 打开
39 pdfjs-print-button =
40 .title = 打印
41 pdfjs-print-button-label = 打印
42 pdfjs-save-button =
43 .title = 保存
44 pdfjs-save-button-label = 保存
45 # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
46 pdfjs-download-button =
47 .title = 下载
48 # Used in Firefox for Android as a label for the download button (“download” is a verb).
49 # Length of the translation matters since we are in a mobile context, with limited screen estate.
50 pdfjs-download-button-label = 下载
51 pdfjs-bookmark-button =
52 .title = 当前页面(在当前页面查看 URL)
53 pdfjs-bookmark-button-label = 当前页面
54
55 ## Secondary toolbar and context menu
56
57 pdfjs-tools-button =
58 .title = 工�
59
60 pdfjs-tools-button-label = 工�
61
62 pdfjs-first-page-button =
63 .title = 转到第一页
64 pdfjs-first-page-button-label = 转到第一页
65 pdfjs-last-page-button =
66 .title = 转到最后一页
67 pdfjs-last-page-button-label = 转到最后一页
68 pdfjs-page-rotate-cw-button =
69 .title = 顺时针旋转
70 pdfjs-page-rotate-cw-button-label = 顺时针旋转
71 pdfjs-page-rotate-ccw-button =
72 .title = 逆时针旋转
73 pdfjs-page-rotate-ccw-button-label = 逆时针旋转
74 pdfjs-cursor-text-select-tool-button =
75 .title = 启用文本选择工�
76
77 pdfjs-cursor-text-select-tool-button-label = 文本选择工�
78
79 pdfjs-cursor-hand-tool-button =
80 .title = 启用手形工�
81
82 pdfjs-cursor-hand-tool-button-label = 手形工�
83
84 pdfjs-scroll-page-button =
85 .title = 使用页面滚动
86 pdfjs-scroll-page-button-label = 页面滚动
87 pdfjs-scroll-vertical-button =
88 .title = 使用垂直滚动
89 pdfjs-scroll-vertical-button-label = 垂直滚动
90 pdfjs-scroll-horizontal-button =
91 .title = 使用水平滚动
92 pdfjs-scroll-horizontal-button-label = 水平滚动
93 pdfjs-scroll-wrapped-button =
94 .title = 使用平铺滚动
95 pdfjs-scroll-wrapped-button-label = 平铺滚动
96 pdfjs-spread-none-button =
97 .title = 不加�
98 �衔接页
99 pdfjs-spread-none-button-label = 单页视图
100 pdfjs-spread-odd-button =
101 .title = 加�
102 �衔接页使奇数页作为起始页
103 pdfjs-spread-odd-button-label = 双页视图
104 pdfjs-spread-even-button =
105 .title = 加�
106 �衔接页使偶数页作为起始页
107 pdfjs-spread-even-button-label = 书籍视图
108
109 ## Document properties dialog
110
111 pdfjs-document-properties-button =
112 .title = 文档属性…
113 pdfjs-document-properties-button-label = 文档属性…
114 pdfjs-document-properties-file-name = 文件名:
115 pdfjs-document-properties-file-size = 文件大小:
116 # Variables:
117 # $size_kb (Number) - the PDF file size in kilobytes
118 # $size_b (Number) - the PDF file size in bytes
119 pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } 字节)
120 # Variables:
121 # $size_mb (Number) - the PDF file size in megabytes
122 # $size_b (Number) - the PDF file size in bytes
123 pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } 字节)
124 pdfjs-document-properties-title = 标题:
125 pdfjs-document-properties-author = 作�
126 :
127 pdfjs-document-properties-subject = 主题:
128 pdfjs-document-properties-keywords = �
129 �键词:
130 pdfjs-document-properties-creation-date = 创建日期:
131 pdfjs-document-properties-modification-date = 修改日期:
132 # Variables:
133 # $date (Date) - the creation/modification date of the PDF file
134 # $time (Time) - the creation/modification time of the PDF file
135 pdfjs-document-properties-date-string = { $date }, { $time }
136 pdfjs-document-properties-creator = 创建�
137 :
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 = 英寸
143 pdfjs-document-properties-page-size-unit-millimeters = 毫米
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 = Letter
149 pdfjs-document-properties-page-size-name-legal = 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 = 快速 Web 视图:
166 pdfjs-document-properties-linearized-yes = 是
167 pdfjs-document-properties-linearized-no = 否
168 pdfjs-document-properties-close-button = �
169 �闭
170
171 ## Print
172
173 pdfjs-print-progress-message = 正在准备打印文档…
174 # Variables:
175 # $progress (Number) - percent value
176 pdfjs-print-progress-percent = { $progress }%
177 pdfjs-print-progress-close-button = 取消
178 pdfjs-printing-not-supported = 警告:此浏览器尚未完整支持打印功能。
179 pdfjs-printing-not-ready = 警告:此 PDF 未完成加载,无法打印。
180
181 ## Tooltips and alt text for side panel toolbar buttons
182
183 pdfjs-toggle-sidebar-button =
184 .title = 切换侧栏
185 pdfjs-toggle-sidebar-notification-button =
186 .title = 切换侧栏(文档所含的大纲/附件/图层)
187 pdfjs-toggle-sidebar-button-label = 切换侧栏
188 pdfjs-document-outline-button =
189 .title = 显示文档大纲(双击展开/折叠所有项)
190 pdfjs-document-outline-button-label = 文档大纲
191 pdfjs-attachments-button =
192 .title = 显示附件
193 pdfjs-attachments-button-label = 附件
194 pdfjs-layers-button =
195 .title = 显示图层(双击即可将所有图层重置为默认状态)
196 pdfjs-layers-button-label = 图层
197 pdfjs-thumbs-button =
198 .title = 显示缩略图
199 pdfjs-thumbs-button-label = 缩略图
200 pdfjs-current-outline-item-button =
201 .title = 查找当前大纲项目
202 pdfjs-current-outline-item-button-label = 当前大纲项目
203 pdfjs-findbar-button =
204 .title = 在文档中查找
205 pdfjs-findbar-button-label = 查找
206 pdfjs-additional-layers = �
207 �他图层
208
209 ## Thumbnails panel item (tooltip and alt text for images)
210
211 # Variables:
212 # $page (Number) - the page number
213 pdfjs-thumb-page-title =
214 .title = 第 { $page } 页
215 # Variables:
216 # $page (Number) - the page number
217 pdfjs-thumb-page-canvas =
218 .aria-label = 页面 { $page } 的缩略图
219
220 ## Find panel button title and messages
221
222 pdfjs-find-input =
223 .title = 查找
224 .placeholder = 在文档中查找…
225 pdfjs-find-previous-button =
226 .title = 查找词语上一次出现的位置
227 pdfjs-find-previous-button-label = 上一页
228 pdfjs-find-next-button =
229 .title = 查找词语后一次出现的位置
230 pdfjs-find-next-button-label = 下一页
231 pdfjs-find-highlight-checkbox = �
232 �部高亮显示
233 pdfjs-find-match-case-checkbox-label = 区分大小写
234 pdfjs-find-match-diacritics-checkbox-label = 匹�
235 �变音符号
236 pdfjs-find-entire-word-checkbox-label = �
237 �词匹�
238
239 pdfjs-find-reached-top = 到达文档开头,从末尾继续
240 pdfjs-find-reached-bottom = 到达文档末尾,从开头继续
241 # Variables:
242 # $current (Number) - the index of the currently active find result
243 # $total (Number) - the total number of matches in the document
244 pdfjs-find-match-count = 第 { $current } 项,�
245 �找到 { $total } 个匹�
246 �项
247 # Variables:
248 # $limit (Number) - the maximum number of matches
249 pdfjs-find-match-count-limit = 匹�
250 ��
251 过 { $limit } 项
252 pdfjs-find-not-found = 找不到指定词语
253
254 ## Predefined zoom values
255
256 pdfjs-page-scale-width = 适合页宽
257 pdfjs-page-scale-fit = 适合页面
258 pdfjs-page-scale-auto = 自动缩放
259 pdfjs-page-scale-actual = 实�
260 大小
261 # Variables:
262 # $scale (Number) - percent value for page scale
263 pdfjs-page-scale-percent = { $scale }%
264
265 ## PDF page
266
267 # Variables:
268 # $page (Number) - the page number
269 pdfjs-page-landmark =
270 .aria-label = 第 { $page } 页
271
272 ## Loading indicator messages
273
274 pdfjs-loading-error = 加载 PDF 时发生错误。
275 pdfjs-invalid-file-error = 无效或损坏的 PDF 文件。
276 pdfjs-missing-file-error = 缺少 PDF 文件。
277 pdfjs-unexpected-response-error = 意外的服务器响应。
278 pdfjs-rendering-error = 渲染页面时发生错误。
279
280 ## Annotations
281
282 # Variables:
283 # $date (Date) - the modification date of the annotation
284 # $time (Time) - the modification time of the annotation
285 pdfjs-annotation-date-string = { $date },{ $time }
286 # .alt: This is used as a tooltip.
287 # Variables:
288 # $type (String) - an annotation type from a list defined in the PDF spec
289 # (32000-1:2008 Table 169 – Annotation types).
290 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
291 pdfjs-text-annotation-type =
292 .alt = [{ $type } 注释]
293
294 ## Password
295
296 pdfjs-password-label = 输�
297 �密码以打开此 PDF 文件。
298 pdfjs-password-invalid = 密码无效。请重试。
299 pdfjs-password-ok-button = 确定
300 pdfjs-password-cancel-button = 取消
301 pdfjs-web-fonts-disabled = Web 字体已被禁用:无法使用嵌�
302 �的 PDF 字体。
303
304 ## Editing
305
306 pdfjs-editor-free-text-button =
307 .title = 文本
308 pdfjs-editor-free-text-button-label = 文本
309 pdfjs-editor-ink-button =
310 .title = 绘图
311 pdfjs-editor-ink-button-label = 绘图
312 pdfjs-editor-stamp-button =
313 .title = 添加或编辑图像
314 pdfjs-editor-stamp-button-label = 添加或编辑图像
315 pdfjs-editor-highlight-button =
316 .title = 高亮
317 pdfjs-editor-highlight-button-label = 高亮
318 pdfjs-highlight-floating-button =
319 .title = 高亮
320 pdfjs-highlight-floating-button1 =
321 .title = 高亮
322 .aria-label = 高亮
323 pdfjs-highlight-floating-button-label = 高亮
324
325 ## Remove button for the various kind of editor.
326
327 pdfjs-editor-remove-ink-button =
328 .title = 移除绘图
329 pdfjs-editor-remove-freetext-button =
330 .title = 移除文本
331 pdfjs-editor-remove-stamp-button =
332 .title = 移除图像
333 pdfjs-editor-remove-highlight-button =
334 .title = 移除高亮
335
336 ##
337
338 # Editor Parameters
339 pdfjs-editor-free-text-color-input = 颜色
340 pdfjs-editor-free-text-size-input = 字号
341 pdfjs-editor-ink-color-input = 颜色
342 pdfjs-editor-ink-thickness-input = 粗细
343 pdfjs-editor-ink-opacity-input = 不透明度
344 pdfjs-editor-stamp-add-image-button =
345 .title = 添加图像
346 pdfjs-editor-stamp-add-image-button-label = 添加图像
347 # This refers to the thickness of the line used for free highlighting (not bound to text)
348 pdfjs-editor-free-highlight-thickness-input = 粗细
349 pdfjs-editor-free-highlight-thickness-title =
350 .title = 更改高亮粗细(用于文本以外项目)
351 pdfjs-free-text =
352 .aria-label = 文本编辑器
353 pdfjs-free-text-default-content = 开始输�
354 �…
355 pdfjs-ink =
356 .aria-label = 绘图编辑器
357 pdfjs-ink-canvas =
358 .aria-label = 用户创建图像
359
360 ## Alt-text dialog
361
362 # Alternative text (alt text) helps when people can't see the image.
363 pdfjs-editor-alt-text-button-label = 替换文字
364 pdfjs-editor-alt-text-edit-button-label = 编辑替换文字
365 pdfjs-editor-alt-text-dialog-label = 选择一项
366 pdfjs-editor-alt-text-dialog-description = 替换文字可在用户无法看到或加载图像时,描述�
367 ��
368 容。
369 pdfjs-editor-alt-text-add-description-label = 添加描述
370 pdfjs-editor-alt-text-add-description-description = 描述主题、背景或动作,长度尽量控制在两句话�
371
372 pdfjs-editor-alt-text-mark-decorative-label = 标记为�
373
374 pdfjs-editor-alt-text-mark-decorative-description = 用于�
375 饰的图像,例如边框和水印。
376 pdfjs-editor-alt-text-cancel-button = 取消
377 pdfjs-editor-alt-text-save-button = 保存
378 pdfjs-editor-alt-text-decorative-tooltip = 已标记为�
379
380 # .placeholder: This is a placeholder for the alt text input area
381 pdfjs-editor-alt-text-textarea =
382 .placeholder = 例如:一个少年坐到桌前,准备吃饭
383
384 ## Editor resizers
385 ## This is used in an aria label to help to understand the role of the resizer.
386
387 pdfjs-editor-resizer-label-top-left = 调整尺寸 - 左上角
388 pdfjs-editor-resizer-label-top-middle = 调整尺寸 - 顶部中间
389 pdfjs-editor-resizer-label-top-right = 调整尺寸 - 右上角
390 pdfjs-editor-resizer-label-middle-right = 调整尺寸 - 右侧中间
391 pdfjs-editor-resizer-label-bottom-right = 调整尺寸 - 右下角
392 pdfjs-editor-resizer-label-bottom-middle = 调整大小 - 底部中间
393 pdfjs-editor-resizer-label-bottom-left = 调整尺寸 - 左下角
394 pdfjs-editor-resizer-label-middle-left = 调整尺寸 - 左侧中间
395
396 ## Color picker
397
398 # This means "Color used to highlight text"
399 pdfjs-editor-highlight-colorpicker-label = 高亮色
400 pdfjs-editor-colorpicker-button =
401 .title = 更改颜色
402 pdfjs-editor-colorpicker-dropdown =
403 .aria-label = 颜色选择
404 pdfjs-editor-colorpicker-yellow =
405 .title = 黄色
406 pdfjs-editor-colorpicker-green =
407 .title = 绿色
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 �部
420 pdfjs-editor-highlight-show-all-button =
421 .title = 显示�
422 �部
423