viewer.properties 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. # vue3-pdf-app插件转中文配置代码
  2. # Copyright 2012 Mozilla Foundation
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. # Main toolbar buttons (tooltips and alt text for images)
  16. previous.title=上一页
  17. previous_label=上一页
  18. next.title=下一页
  19. next_label=下一页
  20. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  21. page.title=页面
  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=/ {{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. page_of_pages=({{pageNumber}} / {{pagesCount}})
  29. zoom_out.title=缩小
  30. zoom_out_label=缩小
  31. zoom_in.title=放大
  32. zoom_in_label=放大
  33. zoom.title=缩放
  34. presentation_mode.title=切换到演示模式
  35. presentation_mode_label=演示模式
  36. open_file.title=打开文件
  37. open_file_label=打开
  38. print.title=打印
  39. print_label=打印
  40. download.title=下载
  41. download_label=下载
  42. bookmark.title=当前在看的内容(复制或在新窗口中打开)
  43. bookmark_label=当前在看
  44. save.title=保存
  45. save_label=保存
  46. bookmark1.title=当前页面(在当前页面查看 URL)
  47. bookmark1_label=当前页面
  48. # Secondary toolbar and context menu
  49. tools.title=工具
  50. tools_label=工具
  51. first_page.title=转到第一页
  52. first_page_label=转到第一页
  53. last_page.title=转到最后一页
  54. last_page_label=转到最后一页
  55. page_rotate_cw.title=顺时针旋转
  56. page_rotate_cw_label=顺时针旋转
  57. page_rotate_ccw.title=逆时针旋转
  58. page_rotate_ccw_label=逆时针旋转
  59. cursor_text_select_tool.title=启用文本选择工具
  60. cursor_text_select_tool_label=文本选择工具
  61. cursor_hand_tool.title=启用手形工具
  62. cursor_hand_tool_label=手形工具
  63. scroll_page.title=使用页面滚动
  64. scroll_page_label=页面滚动
  65. scroll_vertical.title=使用垂直滚动
  66. scroll_vertical_label=垂直滚动
  67. scroll_horizontal.title=使用水平滚动
  68. scroll_horizontal_label=水平滚动
  69. scroll_wrapped.title=使用平铺滚动
  70. scroll_wrapped_label=平铺滚动
  71. spread_none.title=不加入衔接页
  72. spread_none_label=单页视图
  73. spread_odd.title=加入衔接页使奇数页作为起始页
  74. spread_odd_label=双页视图
  75. spread_even.title=加入衔接页使偶数页作为起始页
  76. spread_even_label=书籍视图
  77. # Document properties dialog box
  78. document_properties.title=文档属性…
  79. document_properties_label=文档属性…
  80. document_properties_file_name=文件名:
  81. document_properties_file_size=文件大小:
  82. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  83. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  84. document_properties_kb={{size_kb}} KB ({{size_b}} 字节)
  85. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  86. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  87. document_properties_mb={{size_mb}} MB ({{size_b}} 字节)
  88. document_properties_title=标题:
  89. document_properties_author=作者:
  90. document_properties_subject=主题:
  91. document_properties_keywords=关键词:
  92. document_properties_creation_date=创建日期:
  93. document_properties_modification_date=修改日期:
  94. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  95. # will be replaced by the creation/modification date, and time, of the PDF file.
  96. document_properties_date_string={{date}}, {{time}}
  97. document_properties_creator=创建者:
  98. document_properties_producer=PDF 生成器:
  99. document_properties_version=PDF 版本:
  100. document_properties_page_count=页数:
  101. document_properties_page_size=页面大小:
  102. document_properties_page_size_unit_inches=英寸
  103. document_properties_page_size_unit_millimeters=毫米
  104. document_properties_page_size_orientation_portrait=纵向
  105. document_properties_page_size_orientation_landscape=横向
  106. document_properties_page_size_name_a3=A3
  107. document_properties_page_size_name_a4=A4
  108. document_properties_page_size_name_letter=文本
  109. document_properties_page_size_name_legal=法律
  110. # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
  111. # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
  112. # the size, respectively their unit of measurement and orientation, of the (current) page.
  113. document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}({{orientation}})
  114. # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
  115. # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
  116. # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
  117. document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}}({{name}},{{orientation}})
  118. # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
  119. # the document; usually called "Fast Web View" in English locales of Adobe software.
  120. document_properties_linearized=快速 Web 视图:
  121. document_properties_linearized_yes=是
  122. document_properties_linearized_no=否
  123. document_properties_close=关闭
  124. print_progress_message=正在准备打印文档…
  125. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  126. # a numerical per cent value.
  127. print_progress_percent={{progress}}%
  128. print_progress_close=取消
  129. # Tooltips and alt text for side panel toolbar buttons
  130. # (the _label strings are alt text for the buttons, the .title strings are
  131. # tooltips)
  132. toggle_sidebar.title=切换侧栏
  133. toggle_sidebar_notification2.title=切换侧栏(文档所含的大纲/附件/图层)
  134. toggle_sidebar_label=切换侧栏
  135. document_outline.title=显示文档大纲(双击展开/折叠所有项)
  136. document_outline_label=文档大纲
  137. attachments.title=显示附件
  138. attachments_label=附件
  139. layers.title=显示图层(双击即可将所有图层重置为默认状态)
  140. layers_label=图层
  141. thumbs.title=显示缩略图
  142. thumbs_label=缩略图
  143. current_outline_item.title=查找当前大纲项目
  144. current_outline_item_label=当前大纲项目
  145. findbar.title=在文档中查找
  146. findbar_label=查找
  147. additional_layers=其他图层
  148. # LOCALIZATION NOTE (page_landmark): "{{page}}" will be replaced by the page number.
  149. page_landmark=第 {{page}} 页
  150. # Thumbnails panel item (tooltip and alt text for images)
  151. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  152. # number.
  153. thumb_page_title=第 {{page}} 页
  154. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  155. # number.
  156. thumb_page_canvas=页面 {{page}} 的缩略图
  157. # Find panel button title and messages
  158. find_input.title=查找
  159. find_input.placeholder=在文档中查找…
  160. find_previous.title=查找词语上一次出现的位置
  161. find_previous_label=上一页
  162. find_next.title=查找词语后一次出现的位置
  163. find_next_label=下一页
  164. find_highlight=全部高亮显示
  165. find_match_case_label=区分大小写
  166. find_match_diacritics_label=匹配变音符号
  167. find_entire_word_label=全词匹配
  168. find_reached_top=到达文档开头,从末尾继续
  169. find_reached_bottom=到达文档末尾,从开头继续
  170. # LOCALIZATION NOTE (find_match_count): The supported plural forms are
  171. # [one|two|few|many|other], with [other] as the default value.
  172. # "{{current}}" and "{{total}}" will be replaced by a number representing the
  173. # index of the currently active find result, respectively a number representing
  174. # the total number of matches in the document.
  175. find_match_count={[ plural(total) ]}
  176. find_match_count[one]=第 {{current}} 项,共匹配 {{total}} 项
  177. find_match_count[two]=第 {{current}} 项,共匹配 {{total}} 项
  178. find_match_count[few]=第 {{current}} 项,共匹配 {{total}} 项
  179. find_match_count[many]=第 {{current}} 项,共匹配 {{total}} 项
  180. find_match_count[other]=第 {{current}} 项,共匹配 {{total}} 项
  181. # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
  182. # [zero|one|two|few|many|other], with [other] as the default value.
  183. # "{{limit}}" will be replaced by a numerical value.
  184. find_match_count_limit={[ plural(limit) ]}
  185. find_match_count_limit[zero]=超过 {{limit}} 项匹配
  186. find_match_count_limit[one]=超过 {{limit}} 项匹配
  187. find_match_count_limit[two]=超过 {{limit}} 项匹配
  188. find_match_count_limit[few]=超过 {{limit}} 项匹配
  189. find_match_count_limit[many]=超过 {{limit}} 项匹配
  190. find_match_count_limit[other]=超过 {{limit}} 项匹配
  191. find_not_found=找不到指定词语
  192. # Error panel labels
  193. error_more_info=更多信息
  194. error_less_info=更少信息
  195. error_close=关闭
  196. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  197. # replaced by the PDF.JS version and build ID.
  198. error_version_info=PDF.js v{{version}} (build: {{build}})
  199. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  200. # english string describing the error.
  201. error_message=信息:{{message}}
  202. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  203. # trace.
  204. error_stack=堆栈:{{stack}}
  205. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  206. error_file=文件:{{file}}
  207. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  208. error_line=行号:{{line}}
  209. # Predefined zoom values
  210. page_scale_width=适合页宽
  211. page_scale_fit=适合页面
  212. page_scale_auto=自动缩放
  213. page_scale_actual=实际大小
  214. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  215. # numerical scale value.
  216. page_scale_percent={{scale}}%
  217. # Loading indicator messages
  218. loading=正在加载…
  219. # Loading indicator messages
  220. loading_error=加载 PDF 时发生错误。
  221. invalid_file_error=无效或损坏的 PDF 文件。
  222. missing_file_error=缺少 PDF 文件。
  223. unexpected_response_error=意外的服务器响应。
  224. rendering_error=渲染页面时发生错误。
  225. # LOCALIZATION NOTE (annotation_date_string): "{{date}}" and "{{time}}" will be
  226. # replaced by the modification date, and time, of the annotation.
  227. annotation_date_string={{date}},{{time}}
  228. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  229. # "{{type}}" will be replaced with an annotation type from a list defined in
  230. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  231. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  232. text_annotation_type.alt=[{{type}} 注释]
  233. password_label=输入密码以打开此 PDF 文件。
  234. password_invalid=密码无效。请重试。
  235. password_ok=确定
  236. password_cancel=取消
  237. printing_not_supported=警告:此浏览器尚未完整支持打印功能。
  238. printing_not_ready=警告:此 PDF 未完成加载,无法打印。
  239. web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的 PDF 字体。
  240. # Editor
  241. editor_free_text2.title=文本
  242. editor_free_text2_label=文本
  243. editor_ink2.title=绘图
  244. editor_ink2_label=绘图
  245. free_text2_default_content=开始输入…
  246. # Editor Parameters
  247. editor_free_text_color=颜色
  248. editor_free_text_size=字号
  249. editor_ink_color=颜色
  250. editor_ink_thickness=粗细
  251. editor_ink_opacity=不透明度
  252. # Editor aria
  253. editor_free_text2_aria_label=文本编辑器
  254. editor_ink2_aria_label=绘图编辑器
  255. editor_ink_canvas_aria_label=用户创建图像