viewer.ftl 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = 上一頁
  7. pdfjs-previous-button-label = 上一頁
  8. pdfjs-next-button =
  9. .title = 下一頁
  10. pdfjs-next-button-label = 下一頁
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = 第
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = 頁,共 { $pagesCount } 頁
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = (第 { $pageNumber } 頁,共 { $pagesCount } 頁)
  22. pdfjs-zoom-out-button =
  23. .title = 縮小
  24. pdfjs-zoom-out-button-label = 縮小
  25. pdfjs-zoom-in-button =
  26. .title = 放大
  27. pdfjs-zoom-in-button-label = 放大
  28. pdfjs-zoom-select =
  29. .title = 縮放
  30. pdfjs-presentation-mode-button =
  31. .title = 切換至簡報模式
  32. pdfjs-presentation-mode-button-label = 簡報模式
  33. pdfjs-open-file-button =
  34. .title = 開啟檔案
  35. pdfjs-open-file-button-label = 開啟
  36. pdfjs-print-button =
  37. .title = 列印
  38. pdfjs-print-button-label = 列印
  39. pdfjs-save-button =
  40. .title = 儲存
  41. pdfjs-save-button-label = 儲存
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = 下載
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = 下載
  48. pdfjs-bookmark-button =
  49. .title = 目前頁面(含目前檢視頁面的網址)
  50. pdfjs-bookmark-button-label = 目前頁面
  51. # Used in Firefox for Android.
  52. pdfjs-open-in-app-button =
  53. .title = 在應用程式中開啟
  54. # Used in Firefox for Android.
  55. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  56. pdfjs-open-in-app-button-label = 用程式開啟
  57. ## Secondary toolbar and context menu
  58. pdfjs-tools-button =
  59. .title = 工具
  60. pdfjs-tools-button-label = 工具
  61. pdfjs-first-page-button =
  62. .title = 跳到第一頁
  63. pdfjs-first-page-button-label = 跳到第一頁
  64. pdfjs-last-page-button =
  65. .title = 跳到最後一頁
  66. pdfjs-last-page-button-label = 跳到最後一頁
  67. pdfjs-page-rotate-cw-button =
  68. .title = 順時針旋轉
  69. pdfjs-page-rotate-cw-button-label = 順時針旋轉
  70. pdfjs-page-rotate-ccw-button =
  71. .title = 逆時針旋轉
  72. pdfjs-page-rotate-ccw-button-label = 逆時針旋轉
  73. pdfjs-cursor-text-select-tool-button =
  74. .title = 開啟文字選擇工具
  75. pdfjs-cursor-text-select-tool-button-label = 文字選擇工具
  76. pdfjs-cursor-hand-tool-button =
  77. .title = 開啟頁面移動工具
  78. pdfjs-cursor-hand-tool-button-label = 頁面移動工具
  79. pdfjs-scroll-page-button =
  80. .title = 使用頁面捲動功能
  81. pdfjs-scroll-page-button-label = 頁面捲動功能
  82. pdfjs-scroll-vertical-button =
  83. .title = 使用垂直捲動版面
  84. pdfjs-scroll-vertical-button-label = 垂直捲動
  85. pdfjs-scroll-horizontal-button =
  86. .title = 使用水平捲動版面
  87. pdfjs-scroll-horizontal-button-label = 水平捲動
  88. pdfjs-scroll-wrapped-button =
  89. .title = 使用多頁捲動版面
  90. pdfjs-scroll-wrapped-button-label = 多頁捲動
  91. pdfjs-spread-none-button =
  92. .title = 不要進行跨頁顯示
  93. pdfjs-spread-none-button-label = 不跨頁
  94. pdfjs-spread-odd-button =
  95. .title = 從奇數頁開始跨頁
  96. pdfjs-spread-odd-button-label = 奇數跨頁
  97. pdfjs-spread-even-button =
  98. .title = 從偶數頁開始跨頁
  99. pdfjs-spread-even-button-label = 偶數跨頁
  100. ## Document properties dialog
  101. pdfjs-document-properties-button =
  102. .title = 文件內容…
  103. pdfjs-document-properties-button-label = 文件內容…
  104. pdfjs-document-properties-file-name = 檔案名稱:
  105. pdfjs-document-properties-file-size = 檔案大小:
  106. # Variables:
  107. # $size_kb (Number) - the PDF file size in kilobytes
  108. # $size_b (Number) - the PDF file size in bytes
  109. pdfjs-document-properties-kb = { $size_kb } KB({ $size_b } 位元組)
  110. # Variables:
  111. # $size_mb (Number) - the PDF file size in megabytes
  112. # $size_b (Number) - the PDF file size in bytes
  113. pdfjs-document-properties-mb = { $size_mb } MB({ $size_b } 位元組)
  114. pdfjs-document-properties-title = 標題:
  115. pdfjs-document-properties-author = 作者:
  116. pdfjs-document-properties-subject = 主旨:
  117. pdfjs-document-properties-keywords = 關鍵字:
  118. pdfjs-document-properties-creation-date = 建立日期:
  119. pdfjs-document-properties-modification-date = 修改日期:
  120. # Variables:
  121. # $date (Date) - the creation/modification date of the PDF file
  122. # $time (Time) - the creation/modification time of the PDF file
  123. pdfjs-document-properties-date-string = { $date } { $time }
  124. pdfjs-document-properties-creator = 建立者:
  125. pdfjs-document-properties-producer = PDF 產生器:
  126. pdfjs-document-properties-version = PDF 版本:
  127. pdfjs-document-properties-page-count = 頁數:
  128. pdfjs-document-properties-page-size = 頁面大小:
  129. pdfjs-document-properties-page-size-unit-inches = in
  130. pdfjs-document-properties-page-size-unit-millimeters = mm
  131. pdfjs-document-properties-page-size-orientation-portrait = 垂直
  132. pdfjs-document-properties-page-size-orientation-landscape = 水平
  133. pdfjs-document-properties-page-size-name-a-three = A3
  134. pdfjs-document-properties-page-size-name-a-four = A4
  135. pdfjs-document-properties-page-size-name-letter = Letter
  136. pdfjs-document-properties-page-size-name-legal = Legal
  137. ## Variables:
  138. ## $width (Number) - the width of the (current) page
  139. ## $height (Number) - the height of the (current) page
  140. ## $unit (String) - the unit of measurement of the (current) page
  141. ## $name (String) - the name of the (current) page
  142. ## $orientation (String) - the orientation of the (current) page
  143. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit }({ $orientation })
  144. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit }({ $name },{ $orientation })
  145. ##
  146. # The linearization status of the document; usually called "Fast Web View" in
  147. # English locales of Adobe software.
  148. pdfjs-document-properties-linearized = 快速 Web 檢視:
  149. pdfjs-document-properties-linearized-yes = 是
  150. pdfjs-document-properties-linearized-no = 否
  151. pdfjs-document-properties-close-button = 關閉
  152. ## Print
  153. pdfjs-print-progress-message = 正在準備列印文件…
  154. # Variables:
  155. # $progress (Number) - percent value
  156. pdfjs-print-progress-percent = { $progress }%
  157. pdfjs-print-progress-close-button = 取消
  158. pdfjs-printing-not-supported = 警告: 此瀏覽器未完整支援列印功能。
  159. pdfjs-printing-not-ready = 警告: 此 PDF 未完成下載以供列印。
  160. ## Tooltips and alt text for side panel toolbar buttons
  161. pdfjs-toggle-sidebar-button =
  162. .title = 切換側邊欄
  163. pdfjs-toggle-sidebar-notification-button =
  164. .title = 切換側邊欄(包含大綱、附件、圖層的文件)
  165. pdfjs-toggle-sidebar-button-label = 切換側邊欄
  166. pdfjs-document-outline-button =
  167. .title = 顯示文件大綱(雙擊展開/摺疊所有項目)
  168. pdfjs-document-outline-button-label = 文件大綱
  169. pdfjs-attachments-button =
  170. .title = 顯示附件
  171. pdfjs-attachments-button-label = 附件
  172. pdfjs-layers-button =
  173. .title = 顯示圖層(滑鼠雙擊即可將所有圖層重設為預設狀態)
  174. pdfjs-layers-button-label = 圖層
  175. pdfjs-thumbs-button =
  176. .title = 顯示縮圖
  177. pdfjs-thumbs-button-label = 縮圖
  178. pdfjs-current-outline-item-button =
  179. .title = 尋找目前的大綱項目
  180. pdfjs-current-outline-item-button-label = 目前的大綱項目
  181. pdfjs-findbar-button =
  182. .title = 在文件中尋找
  183. pdfjs-findbar-button-label = 尋找
  184. pdfjs-additional-layers = 其他圖層
  185. ## Thumbnails panel item (tooltip and alt text for images)
  186. # Variables:
  187. # $page (Number) - the page number
  188. pdfjs-thumb-page-title =
  189. .title = 第 { $page } 頁
  190. # Variables:
  191. # $page (Number) - the page number
  192. pdfjs-thumb-page-canvas =
  193. .aria-label = 第 { $page } 頁的縮圖
  194. ## Find panel button title and messages
  195. pdfjs-find-input =
  196. .title = 尋找
  197. .placeholder = 在文件中搜尋…
  198. pdfjs-find-previous-button =
  199. .title = 尋找文字前次出現的位置
  200. pdfjs-find-previous-button-label = 上一個
  201. pdfjs-find-next-button =
  202. .title = 尋找文字下次出現的位置
  203. pdfjs-find-next-button-label = 下一個
  204. pdfjs-find-highlight-checkbox = 強調全部
  205. pdfjs-find-match-case-checkbox-label = 區分大小寫
  206. pdfjs-find-match-diacritics-checkbox-label = 符合變音符號
  207. pdfjs-find-entire-word-checkbox-label = 符合整個字
  208. pdfjs-find-reached-top = 已搜尋至文件頂端,自底端繼續搜尋
  209. pdfjs-find-reached-bottom = 已搜尋至文件底端,自頂端繼續搜尋
  210. # Variables:
  211. # $current (Number) - the index of the currently active find result
  212. # $total (Number) - the total number of matches in the document
  213. pdfjs-find-match-count = 第 { $current } 筆符合,共符合 { $total } 筆
  214. # Variables:
  215. # $limit (Number) - the maximum number of matches
  216. pdfjs-find-match-count-limit = 符合超過 { $limit } 項
  217. pdfjs-find-not-found = 找不到指定文字
  218. ## Predefined zoom values
  219. pdfjs-page-scale-width = 頁面寬度
  220. pdfjs-page-scale-fit = 縮放至頁面大小
  221. pdfjs-page-scale-auto = 自動縮放
  222. pdfjs-page-scale-actual = 實際大小
  223. # Variables:
  224. # $scale (Number) - percent value for page scale
  225. pdfjs-page-scale-percent = { $scale }%
  226. ## PDF page
  227. # Variables:
  228. # $page (Number) - the page number
  229. pdfjs-page-landmark =
  230. .aria-label = 第 { $page } 頁
  231. ## Loading indicator messages
  232. pdfjs-loading-error = 載入 PDF 時發生錯誤。
  233. pdfjs-invalid-file-error = 無效或毀損的 PDF 檔案。
  234. pdfjs-missing-file-error = 找不到 PDF 檔案。
  235. pdfjs-unexpected-response-error = 伺服器回應未預期的內容。
  236. pdfjs-rendering-error = 描繪頁面時發生錯誤。
  237. ## Annotations
  238. # Variables:
  239. # $date (Date) - the modification date of the annotation
  240. # $time (Time) - the modification time of the annotation
  241. pdfjs-annotation-date-string = { $date } { $time }
  242. # .alt: This is used as a tooltip.
  243. # Variables:
  244. # $type (String) - an annotation type from a list defined in the PDF spec
  245. # (32000-1:2008 Table 169 – Annotation types).
  246. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  247. pdfjs-text-annotation-type =
  248. .alt = [{ $type } 註解]
  249. ## Password
  250. pdfjs-password-label = 請輸入用來開啟此 PDF 檔案的密碼。
  251. pdfjs-password-invalid = 密碼不正確,請再試一次。
  252. pdfjs-password-ok-button = 確定
  253. pdfjs-password-cancel-button = 取消
  254. pdfjs-web-fonts-disabled = 已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。
  255. ## Editing
  256. pdfjs-editor-free-text-button =
  257. .title = 文字
  258. pdfjs-editor-free-text-button-label = 文字
  259. pdfjs-editor-ink-button =
  260. .title = 繪圖
  261. pdfjs-editor-ink-button-label = 繪圖
  262. pdfjs-editor-stamp-button =
  263. .title = 新增或編輯圖片
  264. pdfjs-editor-stamp-button-label = 新增或編輯圖片
  265. pdfjs-editor-remove-button =
  266. .title = 移除
  267. ## Remove button for the various kind of editor.
  268. pdfjs-editor-remove-ink-button =
  269. .title = 移除繪圖
  270. pdfjs-editor-remove-freetext-button =
  271. .title = 移除文字
  272. pdfjs-editor-remove-stamp-button =
  273. .title = 移除圖片
  274. pdfjs-editor-remove-highlight-button =
  275. .title = 移除強調範圍
  276. ##
  277. # Editor Parameters
  278. pdfjs-editor-free-text-color-input = 色彩
  279. pdfjs-editor-free-text-size-input = 大小
  280. pdfjs-editor-ink-color-input = 色彩
  281. pdfjs-editor-ink-thickness-input = 線條粗細
  282. pdfjs-editor-ink-opacity-input = 透​明度
  283. pdfjs-editor-stamp-add-image-button =
  284. .title = 新增圖片
  285. pdfjs-editor-stamp-add-image-button-label = 新增圖片
  286. pdfjs-free-text =
  287. .aria-label = 文本編輯器
  288. pdfjs-free-text-default-content = 開始打字…
  289. pdfjs-ink =
  290. .aria-label = 圖形編輯器
  291. pdfjs-ink-canvas =
  292. .aria-label = 使用者建立的圖片
  293. ## Alt-text dialog
  294. # Alternative text (alt text) helps when people can't see the image.
  295. pdfjs-editor-alt-text-button-label = 替代文字
  296. pdfjs-editor-alt-text-edit-button-label = 編輯替代文字
  297. pdfjs-editor-alt-text-dialog-label = 挑選一種
  298. pdfjs-editor-alt-text-dialog-description = 替代文字可協助盲人,或於圖片無法載入時提供說明。
  299. pdfjs-editor-alt-text-add-description-label = 新增描述
  300. pdfjs-editor-alt-text-add-description-description = 用 1-2 句文字描述主題、背景或動作。
  301. pdfjs-editor-alt-text-mark-decorative-label = 標示為裝飾性內容
  302. pdfjs-editor-alt-text-mark-decorative-description = 這是裝飾性圖片,例如邊框或浮水印。
  303. pdfjs-editor-alt-text-cancel-button = 取消
  304. pdfjs-editor-alt-text-save-button = 儲存
  305. pdfjs-editor-alt-text-decorative-tooltip = 已標示為裝飾性內容
  306. # .placeholder: This is a placeholder for the alt text input area
  307. pdfjs-editor-alt-text-textarea =
  308. .placeholder = 例如:「有一位年輕男人坐在桌子前面吃飯」
  309. ## Editor resizers
  310. ## This is used in an aria label to help to understand the role of the resizer.
  311. pdfjs-editor-resizer-label-top-left = 左上角 — 調整大小
  312. pdfjs-editor-resizer-label-top-middle = 頂部中間 — 調整大小
  313. pdfjs-editor-resizer-label-top-right = 右上角 — 調整大小
  314. pdfjs-editor-resizer-label-middle-right = 中間右方 — 調整大小
  315. pdfjs-editor-resizer-label-bottom-right = 右下角 — 調整大小
  316. pdfjs-editor-resizer-label-bottom-middle = 底部中間 — 調整大小
  317. pdfjs-editor-resizer-label-bottom-left = 左下角 — 調整大小
  318. pdfjs-editor-resizer-label-middle-left = 中間左方 — 調整大小
  319. ## Color picker
  320. # This means "Color used to highlight text"
  321. pdfjs-editor-highlight-colorpicker-label = 強調色彩
  322. pdfjs-editor-colorpicker-button =
  323. .title = 更改色彩
  324. pdfjs-editor-colorpicker-dropdown =
  325. .aria-label = 色彩選項
  326. pdfjs-editor-colorpicker-yellow =
  327. .title = 黃色
  328. pdfjs-editor-colorpicker-green =
  329. .title = 綠色
  330. pdfjs-editor-colorpicker-blue =
  331. .title = 藍色
  332. pdfjs-editor-colorpicker-pink =
  333. .title = 粉紅色
  334. pdfjs-editor-colorpicker-red =
  335. .title = 紅色