viewer.ftl 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  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. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = 工具
  54. pdfjs-tools-button-label = 工具
  55. pdfjs-first-page-button =
  56. .title = 跳到第一頁
  57. pdfjs-first-page-button-label = 跳到第一頁
  58. pdfjs-last-page-button =
  59. .title = 跳到最後一頁
  60. pdfjs-last-page-button-label = 跳到最後一頁
  61. pdfjs-page-rotate-cw-button =
  62. .title = 順時針旋轉
  63. pdfjs-page-rotate-cw-button-label = 順時針旋轉
  64. pdfjs-page-rotate-ccw-button =
  65. .title = 逆時針旋轉
  66. pdfjs-page-rotate-ccw-button-label = 逆時針旋轉
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = 開啟文字選擇工具
  69. pdfjs-cursor-text-select-tool-button-label = 文字選擇工具
  70. pdfjs-cursor-hand-tool-button =
  71. .title = 開啟頁面移動工具
  72. pdfjs-cursor-hand-tool-button-label = 頁面移動工具
  73. pdfjs-scroll-page-button =
  74. .title = 使用單頁捲動版面
  75. pdfjs-scroll-page-button-label = 單頁捲動
  76. pdfjs-scroll-vertical-button =
  77. .title = 使用垂直捲動版面
  78. pdfjs-scroll-vertical-button-label = 垂直捲動
  79. pdfjs-scroll-horizontal-button =
  80. .title = 使用水平捲動版面
  81. pdfjs-scroll-horizontal-button-label = 水平捲動
  82. pdfjs-scroll-wrapped-button =
  83. .title = 使用多頁捲動版面
  84. pdfjs-scroll-wrapped-button-label = 多頁捲動
  85. pdfjs-spread-none-button =
  86. .title = 不要進行跨頁顯示
  87. pdfjs-spread-none-button-label = 不跨頁
  88. pdfjs-spread-odd-button =
  89. .title = 從奇數頁開始跨頁
  90. pdfjs-spread-odd-button-label = 奇數跨頁
  91. pdfjs-spread-even-button =
  92. .title = 從偶數頁開始跨頁
  93. pdfjs-spread-even-button-label = 偶數跨頁
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = 文件內容…
  97. pdfjs-document-properties-button-label = 文件內容…
  98. pdfjs-document-properties-file-name = 檔案名稱:
  99. pdfjs-document-properties-file-size = 檔案大小:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB({ $b } 位元組)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB({ $b } 位元組)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } KB({ $size_b } 位元組)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } MB({ $size_b } 位元組)
  116. pdfjs-document-properties-title = 標題:
  117. pdfjs-document-properties-author = 作者:
  118. pdfjs-document-properties-subject = 主旨:
  119. pdfjs-document-properties-keywords = 關鍵字:
  120. pdfjs-document-properties-creation-date = 建立日期:
  121. pdfjs-document-properties-modification-date = 修改日期:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date } { $time }
  129. pdfjs-document-properties-creator = 建立者:
  130. pdfjs-document-properties-producer = PDF 產生器:
  131. pdfjs-document-properties-version = PDF 版本:
  132. pdfjs-document-properties-page-count = 頁數:
  133. pdfjs-document-properties-page-size = 頁面大小:
  134. pdfjs-document-properties-page-size-unit-inches = in
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = 垂直
  137. pdfjs-document-properties-page-size-orientation-landscape = 水平
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = Letter
  141. pdfjs-document-properties-page-size-name-legal = Legal
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit }({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit }({ $name },{ $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = 快速 Web 檢視:
  154. pdfjs-document-properties-linearized-yes = 是
  155. pdfjs-document-properties-linearized-no = 否
  156. pdfjs-document-properties-close-button = 關閉
  157. ## Print
  158. pdfjs-print-progress-message = 正在準備列印文件…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = 取消
  163. pdfjs-printing-not-supported = 警告:此瀏覽器未完整支援列印功能。
  164. pdfjs-printing-not-ready = 警告:此 PDF 未完成下載以供列印。
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = 切換側邊欄
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = 切換側邊欄(包含大綱、附件、圖層的文件)
  170. pdfjs-toggle-sidebar-button-label = 切換側邊欄
  171. pdfjs-document-outline-button =
  172. .title = 顯示文件大綱(雙擊展開/摺疊所有項目)
  173. pdfjs-document-outline-button-label = 文件大綱
  174. pdfjs-attachments-button =
  175. .title = 顯示附件
  176. pdfjs-attachments-button-label = 附件
  177. pdfjs-layers-button =
  178. .title = 顯示圖層(滑鼠雙擊即可將所有圖層重設為預設狀態)
  179. pdfjs-layers-button-label = 圖層
  180. pdfjs-thumbs-button =
  181. .title = 顯示縮圖
  182. pdfjs-thumbs-button-label = 縮圖
  183. pdfjs-current-outline-item-button =
  184. .title = 尋找目前的大綱項目
  185. pdfjs-current-outline-item-button-label = 目前的大綱項目
  186. pdfjs-findbar-button =
  187. .title = 在文件中尋找
  188. pdfjs-findbar-button-label = 尋找
  189. pdfjs-additional-layers = 其他圖層
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = 第 { $page } 頁
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = 第 { $page } 頁的縮圖
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = 尋找
  202. .placeholder = 在文件中搜尋…
  203. pdfjs-find-previous-button =
  204. .title = 尋找文字前次出現的位置
  205. pdfjs-find-previous-button-label = 上一個
  206. pdfjs-find-next-button =
  207. .title = 尋找文字下次出現的位置
  208. pdfjs-find-next-button-label = 下一個
  209. pdfjs-find-highlight-checkbox = 強調全部
  210. pdfjs-find-match-case-checkbox-label = 區分大小寫
  211. pdfjs-find-match-diacritics-checkbox-label = 符合變音符號
  212. pdfjs-find-entire-word-checkbox-label = 符合整個字
  213. pdfjs-find-reached-top = 已搜尋至文件頂端,自底端繼續搜尋
  214. pdfjs-find-reached-bottom = 已搜尋至文件底端,自頂端繼續搜尋
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count = 第 { $current } 筆符合,共符合 { $total } 筆
  219. # Variables:
  220. # $limit (Number) - the maximum number of matches
  221. pdfjs-find-match-count-limit = 符合超過 { $limit } 項
  222. pdfjs-find-not-found = 找不到指定文字
  223. ## Predefined zoom values
  224. pdfjs-page-scale-width = 頁面寬度
  225. pdfjs-page-scale-fit = 縮放至頁面大小
  226. pdfjs-page-scale-auto = 自動縮放
  227. pdfjs-page-scale-actual = 實際大小
  228. # Variables:
  229. # $scale (Number) - percent value for page scale
  230. pdfjs-page-scale-percent = { $scale }%
  231. ## PDF page
  232. # Variables:
  233. # $page (Number) - the page number
  234. pdfjs-page-landmark =
  235. .aria-label = 第 { $page } 頁
  236. ## Loading indicator messages
  237. pdfjs-loading-error = 載入 PDF 時發生錯誤。
  238. pdfjs-invalid-file-error = 無效或毀損的 PDF 檔案。
  239. pdfjs-missing-file-error = 找不到 PDF 檔案。
  240. pdfjs-unexpected-response-error = 伺服器回應未預期的內容。
  241. pdfjs-rendering-error = 描繪頁面時發生錯誤。
  242. ## Annotations
  243. # Variables:
  244. # $date (Date) - the modification date of the annotation
  245. # $time (Time) - the modification time of the annotation
  246. pdfjs-annotation-date-string = { $date } { $time }
  247. # .alt: This is used as a tooltip.
  248. # Variables:
  249. # $type (String) - an annotation type from a list defined in the PDF spec
  250. # (32000-1:2008 Table 169 – Annotation types).
  251. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  252. pdfjs-text-annotation-type =
  253. .alt = [{ $type } 註解]
  254. # Variables:
  255. # $dateObj (Date) - the modification date and time of the annotation
  256. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  257. ## Password
  258. pdfjs-password-label = 請輸入用來開啟此 PDF 檔案的密碼。
  259. pdfjs-password-invalid = 密碼不正確,請再試一次。
  260. pdfjs-password-ok-button = 確定
  261. pdfjs-password-cancel-button = 取消
  262. pdfjs-web-fonts-disabled = 已停用網路字型 (Web fonts): 無法使用 PDF 內嵌字型。
  263. ## Editing
  264. pdfjs-editor-free-text-button =
  265. .title = 文字
  266. pdfjs-editor-free-text-button-label = 文字
  267. pdfjs-editor-ink-button =
  268. .title = 繪圖
  269. pdfjs-editor-ink-button-label = 繪圖
  270. pdfjs-editor-stamp-button =
  271. .title = 新增或編輯圖片
  272. pdfjs-editor-stamp-button-label = 新增或編輯圖片
  273. pdfjs-editor-highlight-button =
  274. .title = 強調
  275. pdfjs-editor-highlight-button-label = 強調
  276. pdfjs-highlight-floating-button1 =
  277. .title = 強調
  278. .aria-label = 強調
  279. pdfjs-highlight-floating-button-label = 強調
  280. pdfjs-editor-signature-button =
  281. .title = 加入簽章
  282. pdfjs-editor-signature-button-label = 加入簽章
  283. ## Default editor aria labels
  284. # “Highlight” is a noun, the string is used on the editor for highlights.
  285. pdfjs-editor-highlight-editor =
  286. .aria-label = 強調樣式編輯器
  287. # “Drawing” is a noun, the string is used on the editor for drawings.
  288. pdfjs-editor-ink-editor =
  289. .aria-label = 繪圖編輯器
  290. # Used when a signature editor is selected/hovered.
  291. # Variables:
  292. # $description (String) - a string describing/labeling the signature.
  293. pdfjs-editor-signature-editor1 =
  294. .aria-description = 簽章編輯器:{ $description }
  295. pdfjs-editor-stamp-editor =
  296. .aria-label = 圖片編輯器
  297. ## Remove button for the various kind of editor.
  298. pdfjs-editor-remove-ink-button =
  299. .title = 移除繪圖
  300. pdfjs-editor-remove-freetext-button =
  301. .title = 移除文字
  302. pdfjs-editor-remove-stamp-button =
  303. .title = 移除圖片
  304. pdfjs-editor-remove-highlight-button =
  305. .title = 移除強調範圍
  306. pdfjs-editor-remove-signature-button =
  307. .title = 移除簽章
  308. ##
  309. # Editor Parameters
  310. pdfjs-editor-free-text-color-input = 色彩
  311. pdfjs-editor-free-text-size-input = 大小
  312. pdfjs-editor-ink-color-input = 色彩
  313. pdfjs-editor-ink-thickness-input = 線條粗細
  314. pdfjs-editor-ink-opacity-input = 透​明度
  315. pdfjs-editor-stamp-add-image-button =
  316. .title = 新增圖片
  317. pdfjs-editor-stamp-add-image-button-label = 新增圖片
  318. # This refers to the thickness of the line used for free highlighting (not bound to text)
  319. pdfjs-editor-free-highlight-thickness-input = 線條粗細
  320. pdfjs-editor-free-highlight-thickness-title =
  321. .title = 更改強調文字以外的項目時的線條粗細
  322. pdfjs-editor-add-signature-container =
  323. .aria-label = 簽章控制元件與儲存的簽章
  324. pdfjs-editor-signature-add-signature-button =
  325. .title = 新增簽章
  326. pdfjs-editor-signature-add-signature-button-label = 新增簽章
  327. # Used on the button to use an already saved signature.
  328. # Variables:
  329. # $description (String) - a string describing/labeling the signature.
  330. pdfjs-editor-add-saved-signature-button =
  331. .title = 已儲存簽章:{ $description }
  332. # .default-content is used as a placeholder in an empty text editor.
  333. pdfjs-free-text2 =
  334. .aria-label = 文字編輯器
  335. .default-content = 請打字…
  336. pdfjs-free-text =
  337. .aria-label = 文本編輯器
  338. pdfjs-free-text-default-content = 在此打字…
  339. pdfjs-ink =
  340. .aria-label = 圖形編輯器
  341. pdfjs-ink-canvas =
  342. .aria-label = 使用者建立的圖片
  343. ## Alt-text dialog
  344. pdfjs-editor-alt-text-button-label = 替代文字
  345. pdfjs-editor-alt-text-edit-button =
  346. .aria-label = 編輯替代文字
  347. pdfjs-editor-alt-text-edit-button-label = 編輯替代文字
  348. pdfjs-editor-alt-text-dialog-label = 挑選一種
  349. pdfjs-editor-alt-text-dialog-description = 替代文字可協助盲人,或於圖片無法載入時提供說明。
  350. pdfjs-editor-alt-text-add-description-label = 新增描述
  351. pdfjs-editor-alt-text-add-description-description = 用 1-2 句文字描述主題、背景或動作。
  352. pdfjs-editor-alt-text-mark-decorative-label = 標示為裝飾性內容
  353. pdfjs-editor-alt-text-mark-decorative-description = 這是裝飾性圖片,例如邊框或浮水印。
  354. pdfjs-editor-alt-text-cancel-button = 取消
  355. pdfjs-editor-alt-text-save-button = 儲存
  356. pdfjs-editor-alt-text-decorative-tooltip = 已標示為裝飾性內容
  357. # .placeholder: This is a placeholder for the alt text input area
  358. pdfjs-editor-alt-text-textarea =
  359. .placeholder = 例如:「有一位年輕男人坐在桌子前面吃飯」
  360. # Alternative text (alt text) helps when people can't see the image.
  361. pdfjs-editor-alt-text-button =
  362. .aria-label = 替代文字
  363. ## Editor resizers
  364. ## This is used in an aria label to help to understand the role of the resizer.
  365. pdfjs-editor-resizer-label-top-left = 左上角 — 調整大小
  366. pdfjs-editor-resizer-label-top-middle = 頂部中間 — 調整大小
  367. pdfjs-editor-resizer-label-top-right = 右上角 — 調整大小
  368. pdfjs-editor-resizer-label-middle-right = 中間右方 — 調整大小
  369. pdfjs-editor-resizer-label-bottom-right = 右下角 — 調整大小
  370. pdfjs-editor-resizer-label-bottom-middle = 底部中間 — 調整大小
  371. pdfjs-editor-resizer-label-bottom-left = 左下角 — 調整大小
  372. pdfjs-editor-resizer-label-middle-left = 中間左方 — 調整大小
  373. pdfjs-editor-resizer-top-left =
  374. .aria-label = 左上角 — 調整大小
  375. pdfjs-editor-resizer-top-middle =
  376. .aria-label = 頂部中間 — 調整大小
  377. pdfjs-editor-resizer-top-right =
  378. .aria-label = 右上角 — 調整大小
  379. pdfjs-editor-resizer-middle-right =
  380. .aria-label = 中間右方 — 調整大小
  381. pdfjs-editor-resizer-bottom-right =
  382. .aria-label = 右下角 — 調整大小
  383. pdfjs-editor-resizer-bottom-middle =
  384. .aria-label = 底部中間 — 調整大小
  385. pdfjs-editor-resizer-bottom-left =
  386. .aria-label = 左下角 — 調整大小
  387. pdfjs-editor-resizer-middle-left =
  388. .aria-label = 中間左方 — 調整大小
  389. ## Color picker
  390. # This means "Color used to highlight text"
  391. pdfjs-editor-highlight-colorpicker-label = 強調色彩
  392. pdfjs-editor-colorpicker-button =
  393. .title = 更改色彩
  394. pdfjs-editor-colorpicker-dropdown =
  395. .aria-label = 色彩選項
  396. pdfjs-editor-colorpicker-yellow =
  397. .title = 黃色
  398. pdfjs-editor-colorpicker-green =
  399. .title = 綠色
  400. pdfjs-editor-colorpicker-blue =
  401. .title = 藍色
  402. pdfjs-editor-colorpicker-pink =
  403. .title = 粉紅色
  404. pdfjs-editor-colorpicker-red =
  405. .title = 紅色
  406. ## Show all highlights
  407. ## This is a toggle button to show/hide all the highlights.
  408. pdfjs-editor-highlight-show-all-button-label = 顯示全部
  409. pdfjs-editor-highlight-show-all-button =
  410. .title = 顯示全部
  411. ## New alt-text dialog
  412. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  413. # Modal header positioned above a text box where users can edit the alt text.
  414. pdfjs-editor-new-alt-text-dialog-edit-label = 編輯替代文字(圖片描述)
  415. # Modal header positioned above a text box where users can add the alt text.
  416. pdfjs-editor-new-alt-text-dialog-add-label = 新增替代文字(圖片描述)
  417. pdfjs-editor-new-alt-text-textarea =
  418. .placeholder = 在此寫下您的描述文字…
  419. # This text refers to the alt text box above this description. It offers a definition of alt text.
  420. pdfjs-editor-new-alt-text-description = 為看不到圖片的讀者,或圖片無法載入時顯示的簡短描述。
  421. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  422. pdfjs-editor-new-alt-text-disclaimer1 = 此替代文字是自動產生的,可能不夠精確。
  423. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = 更多資訊
  424. pdfjs-editor-new-alt-text-create-automatically-button-label = 自動產生替代文字
  425. pdfjs-editor-new-alt-text-not-now-button = 暫時不要
  426. pdfjs-editor-new-alt-text-error-title = 無法自動產生替代文字
  427. pdfjs-editor-new-alt-text-error-description = 請自行填寫替代文字,或稍後再試一次。
  428. pdfjs-editor-new-alt-text-error-close-button = 關閉
  429. # Variables:
  430. # $totalSize (Number) - the total size (in MB) of the AI model.
  431. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  432. pdfjs-editor-new-alt-text-ai-model-downloading-progress = 正在下載替代文字 AI 模型({ $downloadedSize } / { $totalSize } MB)
  433. .aria-valuetext = 正在下載替代文字 AI 模型({ $downloadedSize } / { $totalSize } MB)
  434. # This is a button that users can click to edit the alt text they have already added.
  435. pdfjs-editor-new-alt-text-added-button =
  436. .aria-label = 已新增替代文字
  437. pdfjs-editor-new-alt-text-added-button-label = 已新增替代文字
  438. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  439. pdfjs-editor-new-alt-text-missing-button =
  440. .aria-label = 缺少替代文字
  441. pdfjs-editor-new-alt-text-missing-button-label = 缺少替代文字
  442. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  443. pdfjs-editor-new-alt-text-to-review-button =
  444. .aria-label = 確認替代文字
  445. pdfjs-editor-new-alt-text-to-review-button-label = 確認替代文字
  446. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  447. # Variables:
  448. # $generatedAltText (String) - the generated alt-text.
  449. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = 自動產生:{ $generatedAltText }
  450. ## Image alt-text settings
  451. pdfjs-image-alt-text-settings-button =
  452. .title = 圖片替代文字設定
  453. pdfjs-image-alt-text-settings-button-label = 圖片替代文字設定
  454. pdfjs-editor-alt-text-settings-dialog-label = 圖片替代文字設定
  455. pdfjs-editor-alt-text-settings-automatic-title = 自動化替代文字
  456. pdfjs-editor-alt-text-settings-create-model-button-label = 自動產生替代文字
  457. pdfjs-editor-alt-text-settings-create-model-description = 為您建議圖片描述,幫助看不到圖片的讀者,或於圖片無法載入時顯示。
  458. # Variables:
  459. # $totalSize (Number) - the total size (in MB) of the AI model.
  460. pdfjs-editor-alt-text-settings-download-model-label = 替代文字 AI 模型({ $totalSize } MB)
  461. pdfjs-editor-alt-text-settings-ai-model-description = 在您的本機裝置上運作,以確保您的資料隱私。必須下載此模型才可以自動產生替代文字。
  462. pdfjs-editor-alt-text-settings-delete-model-button = 刪除
  463. pdfjs-editor-alt-text-settings-download-model-button = 下載
  464. pdfjs-editor-alt-text-settings-downloading-model-button = 下載中…
  465. pdfjs-editor-alt-text-settings-editor-title = 替代文字編輯器
  466. pdfjs-editor-alt-text-settings-show-dialog-button-label = 新增圖片後立即顯示替代文字編輯器
  467. pdfjs-editor-alt-text-settings-show-dialog-description = 幫助您確保所有圖片都有替代文字。
  468. pdfjs-editor-alt-text-settings-close-button = 關閉
  469. ## "Annotations removed" bar
  470. pdfjs-editor-undo-bar-message-highlight = 已移除強調
  471. pdfjs-editor-undo-bar-message-freetext = 已移除文字
  472. pdfjs-editor-undo-bar-message-ink = 已移除繪圖
  473. pdfjs-editor-undo-bar-message-stamp = 已移除圖片
  474. pdfjs-editor-undo-bar-message-signature = 已移除簽章
  475. # Variables:
  476. # $count (Number) - the number of removed annotations.
  477. pdfjs-editor-undo-bar-message-multiple = 已移除 { $count } 筆註解
  478. pdfjs-editor-undo-bar-undo-button =
  479. .title = 還原
  480. pdfjs-editor-undo-bar-undo-button-label = 還原
  481. pdfjs-editor-undo-bar-close-button =
  482. .title = 關閉
  483. pdfjs-editor-undo-bar-close-button-label = 關閉
  484. ## Add a signature dialog
  485. pdfjs-editor-add-signature-dialog-label = 此對話框讓使用者能夠建立簽章以加入 PDF 文件。使用者可以編輯他們的姓名(同時也是替代文字),並選擇性儲存簽章,以供未來重複使用。
  486. pdfjs-editor-add-signature-dialog-title = 加入簽章
  487. ## Tab names
  488. # Type is a verb (you can type your name as signature)
  489. pdfjs-editor-add-signature-type-button = 打字
  490. .title = 打字
  491. # Draw is a verb (you can draw your signature)
  492. pdfjs-editor-add-signature-draw-button = 手繪
  493. .title = 手繪
  494. pdfjs-editor-add-signature-image-button = 圖片
  495. .title = 圖片
  496. ## Tab panels
  497. pdfjs-editor-add-signature-type-input =
  498. .aria-label = 輸入簽章
  499. .placeholder = 輸入簽章
  500. pdfjs-editor-add-signature-draw-placeholder = 手繪簽章
  501. pdfjs-editor-add-signature-draw-thickness-range-label = 線條粗細
  502. # Variables:
  503. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  504. pdfjs-editor-add-signature-draw-thickness-range =
  505. .title = 繪製時的線條粗細:{ $thickness }
  506. pdfjs-editor-add-signature-image-placeholder = 將檔案拖曳到此處即可上傳
  507. pdfjs-editor-add-signature-image-browse-link =
  508. { PLATFORM() ->
  509. [macos] 或選擇圖片檔案
  510. *[other] 或瀏覽圖片檔案
  511. }
  512. ## Controls
  513. pdfjs-editor-add-signature-description-label = 描述(替代文字)
  514. pdfjs-editor-add-signature-description-input =
  515. .title = 描述(替代文字)
  516. pdfjs-editor-add-signature-description-default-when-drawing = 簽章
  517. pdfjs-editor-add-signature-clear-button-label = 清除簽章
  518. pdfjs-editor-add-signature-clear-button =
  519. .title = 清除簽章
  520. pdfjs-editor-add-signature-save-checkbox = 儲存簽章
  521. pdfjs-editor-add-signature-save-warning-message = 您已經儲存 5 式簽章,請移除任一式才能再新增。
  522. pdfjs-editor-add-signature-image-upload-error-title = 無法上傳圖片
  523. pdfjs-editor-add-signature-image-upload-error-description = 請檢查您的網路連線,或改用其他圖片。
  524. pdfjs-editor-add-signature-error-close-button = 關閉
  525. ## Dialog buttons
  526. pdfjs-editor-add-signature-cancel-button = 取消
  527. pdfjs-editor-add-signature-add-button = 新增
  528. pdfjs-editor-edit-signature-update-button = 更新
  529. ## Main menu for adding/removing signatures
  530. pdfjs-editor-delete-signature-button1 =
  531. .title = 移除儲存的簽章
  532. pdfjs-editor-delete-signature-button-label1 = 移除儲存的簽章
  533. ## Editor toolbar
  534. pdfjs-editor-add-signature-edit-button-label = 編輯描述
  535. ## Edit signature description dialog
  536. pdfjs-editor-edit-signature-dialog-title = 編輯描述