viewer.properties 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=上一页
  16. previous_label=上一页
  17. next.title=下一页
  18. next_label=下一页
  19. # LOCALIZATION NOTE (page_label, page_of):
  20. # These strings are concatenated to form the "Page: X of Y" string.
  21. # Do not translate "{{pageCount}}", it will be substituted with a number
  22. # representing the total number of pages.
  23. page_label=页面:
  24. page_of=/ {{pageCount}}
  25. zoom_out.title=缩小
  26. zoom_out_label=缩小
  27. zoom_in.title=放大
  28. zoom_in_label=放大
  29. zoom.title=缩放
  30. presentation_mode.title=切换到演示模式
  31. presentation_mode_label=演示模式
  32. open_file.title=打开文件
  33. open_file_label=打开
  34. print.title=打印
  35. print_label=打印
  36. download.title=下载
  37. download_label=下载
  38. bookmark.title=当前视图(复制或在新窗口中打开)
  39. bookmark_label=当前视图
  40. # Secondary toolbar and context menu
  41. tools.title=工具
  42. tools_label=工具
  43. first_page.title=转到第一页
  44. first_page.label=转到第一页
  45. first_page_label=转到第一页
  46. last_page.title=转到最后一页
  47. last_page.label=转到最后一页
  48. last_page_label=转到最后一页
  49. page_rotate_cw.title=顺时针旋转
  50. page_rotate_cw.label=顺时针旋转
  51. page_rotate_cw_label=顺时针旋转
  52. page_rotate_ccw.title=逆时针旋转
  53. page_rotate_ccw.label=逆时针旋转
  54. page_rotate_ccw_label=逆时针旋转
  55. hand_tool_enable.title=启用手形工具
  56. hand_tool_enable_label=启用手形工具
  57. hand_tool_disable.title=禁用手形工具
  58. hand_tool_disable_label=禁用手形工具
  59. # Document properties dialog box
  60. document_properties.title=文档属性…
  61. document_properties_label=文档属性…
  62. document_properties_file_name=文件名:
  63. document_properties_file_size=文件大小:
  64. document_properties_kb={{size_kb}} KB ({{size_b}} 字节)
  65. document_properties_mb={{size_mb}} MB ({{size_b}} 字节)
  66. document_properties_title=标题:
  67. document_properties_author=作者:
  68. document_properties_subject=主题:
  69. document_properties_keywords=关键词:
  70. document_properties_creation_date=创建日期:
  71. document_properties_modification_date=修改日期:
  72. document_properties_date_string={{date}}, {{time}}
  73. document_properties_creator=创建者:
  74. document_properties_producer=PDF 制作者:
  75. document_properties_version=PDF 版本:
  76. document_properties_page_count=页数:
  77. document_properties_close=关闭
  78. # Tooltips and alt text for side panel toolbar buttons
  79. # (the _label strings are alt text for the buttons, the .title strings are
  80. # tooltips)
  81. toggle_sidebar.title=切换侧栏
  82. toggle_sidebar_label=切换侧栏
  83. outline.title=显示文档大纲
  84. outline_label=文档大纲
  85. attachments.title=显示附件
  86. attachments_label=附件
  87. thumbs.title=显示缩略图
  88. thumbs_label=缩略图
  89. findbar.title=在文档中查找
  90. findbar_label=查找
  91. # Thumbnails panel item (tooltip and alt text for images)
  92. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  93. # number.
  94. thumb_page_title=页码 {{page}}
  95. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  96. # number.
  97. thumb_page_canvas=页面 {{page}} 的缩略图
  98. # Find panel button title and messages
  99. find_label=查找:
  100. find_previous.title=查找词语上一次出现的位置
  101. find_previous_label=上一页
  102. find_next.title=查找词语后一次出现的位置
  103. find_next_label=下一页
  104. find_highlight=全部高亮显示
  105. find_match_case_label=区分大小写
  106. find_reached_top=到达文档开头,从末尾继续
  107. find_reached_bottom=到达文档末尾,从开头继续
  108. find_not_found=词语未找到
  109. # Error panel labels
  110. error_more_info=更多信息
  111. error_less_info=更少信息
  112. error_close=关闭
  113. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  114. # replaced by the PDF.JS version and build ID.
  115. error_version_info=PDF.js v{{version}} (build: {{build}})
  116. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  117. # english string describing the error.
  118. error_message=信息:{{message}}
  119. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  120. # trace.
  121. error_stack=堆栈:{{stack}}
  122. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  123. error_file=文件:{{file}}
  124. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  125. error_line=行号:{{line}}
  126. rendering_error=渲染页面时发生错误。
  127. # Predefined zoom values
  128. page_scale_width=适合页宽
  129. page_scale_fit=适合页面
  130. page_scale_auto=自动缩放
  131. page_scale_actual=实际大小
  132. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  133. # numerical scale value.
  134. page_scale_percent={{scale}}%
  135. # Loading indicator messages
  136. loading_error_indicator=错误
  137. loading_error=载入PDF时发生错误。
  138. invalid_file_error=无效或损坏的PDF文件。
  139. missing_file_error=缺少PDF文件。
  140. unexpected_response_error=意外的服务器响应。
  141. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  142. # "{{type}}" will be replaced with an annotation type from a list defined in
  143. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  144. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  145. text_annotation_type.alt=[{{type}} 注解]
  146. password_label=输入密码以打开此 PDF 文件。
  147. password_invalid=密码无效。请重试。
  148. password_ok=确定
  149. password_cancel=取消
  150. printing_not_supported=警告:打印功能不完全支持此浏览器。
  151. printing_not_ready=警告:该 PDF 未完全加载以供打印。
  152. web_fonts_disabled=Web 字体已被禁用:无法使用嵌入的PDF字体。
  153. document_colors_disabled=不允许 PDF 文档使用自己的颜色:浏览器中“允许页面选择自己的颜色”的选项已停用。