懒羊羊
2023-08-30 1ac2bc1590406d9babec036e154d8d08f34a6aa1
提交 | 用户 | 时间
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=Previous Page
17 previous_label=Previous
18 next.title=Next Page
19 next_label=Next
20
21 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
23 # representing the total number of pages in the document.
24 of_pages=of {{pagesCount}}
25 # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
26 # will be replaced by a number representing the currently visible page,
27 # respectively a number representing the total number of pages in the document.
28
29 zoom_out.title=Zoom Out
30 zoom_out_label=Zoom Out
31 zoom_in.title=Zoom In
32 zoom_in_label=Zoom In
33 zoom.title=Zoom
34 presentation_mode.title=Switch to Presentation Mode
35 presentation_mode_label=Presentation Mode
36 open_file.title=Open File
37 open_file_label=Open
38 print.title=Print
39 print_label=Print
40 download.title=Download
41 download_label=Download
42 bookmark.title=Current view (copy or open in new window)
43 bookmark_label=Current View
44
45 # Secondary toolbar and context menu
46 tools.title=Tools
47 tools_label=Tools
48 first_page.title=Go to First Page
49 first_page.label=Go to First Page
50 first_page_label=Go to First Page
51 last_page.title=Go to Last Page
52 last_page.label=Go to Last Page
53 last_page_label=Go to Last Page
54 page_rotate_cw.title=Rotate Clockwise
55 page_rotate_cw.label=Rotate Clockwise
56 page_rotate_cw_label=Rotate Clockwise
57 page_rotate_ccw.title=Rotate Counterclockwise
58 page_rotate_ccw.label=Rotate Counterclockwise
59 page_rotate_ccw_label=Rotate Counterclockwise
60
61
62 # Document properties dialog box
63 document_properties.title=Document Properties…
64 document_properties_label=Document Properties…
65 document_properties_file_name=File name:
66 document_properties_file_size=File size:
67 # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
68 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
69 document_properties_kb={{size_kb}} KB ({{size_b}} bytes)
70 # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
71 # will be replaced by the PDF file size in megabytes, respectively in bytes.
72 document_properties_mb={{size_mb}} MB ({{size_b}} bytes)
73 document_properties_title=Title:
74 document_properties_author=Author:
75 document_properties_subject=Subject:
76 document_properties_keywords=Keywords:
77 document_properties_creation_date=Creation Date:
78 document_properties_modification_date=Modification Date:
79 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
80 # will be replaced by the creation/modification date, and time, of the PDF file.
81 document_properties_date_string={{date}}, {{time}}
82 document_properties_creator=Creator:
83 document_properties_producer=PDF Producer:
84 document_properties_version=PDF Version:
85 document_properties_page_count=Page Count:
86 document_properties_close=Close
87
88 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
89 # a numerical per cent value.
90
91 # Tooltips and alt text for side panel toolbar buttons
92 # (the _label strings are alt text for the buttons, the .title strings are
93 # tooltips)
94 toggle_sidebar.title=Toggle Sidebar
95 toggle_sidebar_label=Toggle Sidebar
96 document_outline.title=Show Document Outline (double-click to expand/collapse all items)
97 document_outline_label=Document Outline
98 attachments.title=Show Attachments
99 attachments_label=Attachments
100 thumbs.title=Show Thumbnails
101 thumbs_label=Thumbnails
102 findbar.title=Find in Document
103
104 # Thumbnails panel item (tooltip and alt text for images)
105 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
106 # number.
107 thumb_page_title=Page {{page}}
108 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
109 # number.
110 thumb_page_canvas=Thumbnail of Page {{page}}
111
112 # Find panel button title and messages
113 find_previous.title=Find the previous occurrence of the phrase
114 find_previous_label=Previous
115 find_next.title=Find the next occurrence of the phrase
116 find_next_label=Next
117 find_highlight=Highlight all
118 find_match_case_label=Match case
119 find_reached_top=Reached top of document, continued from bottom
120 find_reached_bottom=Reached end of document, continued from top
121 find_not_found=Phrase not found
122
123 # Error panel labels
124 error_more_info=More Information
125 error_less_info=Less Information
126 error_close=Close
127 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
128 # replaced by the PDF.JS version and build ID.
129 error_version_info=PDF.js v{{version}} (build: {{build}})
130 # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
131 # english string describing the error.
132 error_message=Message: {{message}}
133 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
134 # trace.
135 error_stack=Stack: {{stack}}
136 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
137 error_file=File: {{file}}
138 # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
139 error_line=Line: {{line}}
140 rendering_error=An error occurred while rendering the page.
141
142 # Predefined zoom values
143 page_scale_width=Page Width
144 page_scale_fit=Page Fit
145 page_scale_auto=Automatic Zoom
146 page_scale_actual=Actual Size
147 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
148 # numerical scale value.
149 page_scale_percent={{scale}}%
150
151 # Loading indicator messages
152 loading_error_indicator=Error
153 loading_error=An error occurred while loading the PDF.
154 invalid_file_error=Invalid or corrupted PDF file.
155 missing_file_error=Missing PDF file.
156 unexpected_response_error=Unexpected server response.
157
158 # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
159 # "{{type}}" will be replaced with an annotation type from a list defined in
160 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
161 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
162 text_annotation_type.alt=[{{type}} Annotation]
163 password_label=Enter the password to open this PDF file.
164 password_invalid=Invalid password. Please try again.
165 password_ok=OK
166
167 printing_not_supported=Warning: Printing is not fully supported by this browser.
168 printing_not_ready=Warning: The PDF is not fully loaded for printing.
169 web_fonts_disabled=Web fonts are disabled: unable to use embedded PDF fonts.
170 document_colors_not_allowed=PDF documents are not allowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the browser.