viewer.ftl 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  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 = 現在のページの URL です (現在のページを表示する URL)
  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 = レター
  141. pdfjs-document-properties-page-size-name-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 = ウェブ表示用に最適化:
  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 = { $total } 件中 { $current } 件目
  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 = OK
  261. pdfjs-password-cancel-button = キャンセル
  262. pdfjs-web-fonts-disabled = ウェブフォントが無効になっています: 埋め込まれた 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. ## Remove button for the various kind of editor.
  281. pdfjs-editor-remove-ink-button =
  282. .title = インク注釈を削除します
  283. pdfjs-editor-remove-freetext-button =
  284. .title = テキストを削除します
  285. pdfjs-editor-remove-stamp-button =
  286. .title = 画像を削除します
  287. pdfjs-editor-remove-highlight-button =
  288. .title = 強調を削除します
  289. ##
  290. # Editor Parameters
  291. pdfjs-editor-free-text-color-input = 色
  292. pdfjs-editor-free-text-size-input = サイズ
  293. pdfjs-editor-ink-color-input = 色
  294. pdfjs-editor-ink-thickness-input = 太さ
  295. pdfjs-editor-ink-opacity-input = 不透明度
  296. pdfjs-editor-stamp-add-image-button =
  297. .title = 画像を追加します
  298. pdfjs-editor-stamp-add-image-button-label = 画像を追加
  299. # This refers to the thickness of the line used for free highlighting (not bound to text)
  300. pdfjs-editor-free-highlight-thickness-input = 太さ
  301. pdfjs-editor-free-highlight-thickness-title =
  302. .title = テキスト以外のアイテムを強調する時の太さを変更します
  303. pdfjs-free-text =
  304. .aria-label = フリーテキスト注釈エディター
  305. pdfjs-free-text-default-content = テキストを入力してください...
  306. pdfjs-ink =
  307. .aria-label = インク注釈エディター
  308. pdfjs-ink-canvas =
  309. .aria-label = ユーザー作成画像
  310. ## Alt-text dialog
  311. # Alternative text (alt text) helps when people can't see the image.
  312. pdfjs-editor-alt-text-button-label = 代替テキスト
  313. pdfjs-editor-alt-text-edit-button-label = 代替テキストを編集
  314. pdfjs-editor-alt-text-dialog-label = オプションの選択
  315. pdfjs-editor-alt-text-dialog-description = 代替テキストは画像が表示されない場合や読み込まれない場合にユーザーの助けになります。
  316. pdfjs-editor-alt-text-add-description-label = 説明を追加
  317. pdfjs-editor-alt-text-add-description-description = 対象や設定、動作を説明する短い文章を記入してください。
  318. pdfjs-editor-alt-text-mark-decorative-label = 装飾マークを付ける
  319. pdfjs-editor-alt-text-mark-decorative-description = これは区切り線やウォーターマークなどの装飾画像に使用されます。
  320. pdfjs-editor-alt-text-cancel-button = キャンセル
  321. pdfjs-editor-alt-text-save-button = 保存
  322. pdfjs-editor-alt-text-decorative-tooltip = 装飾マークが付いています
  323. # .placeholder: This is a placeholder for the alt text input area
  324. pdfjs-editor-alt-text-textarea =
  325. .placeholder = 例:「若い人がテーブルの席について食事をしています」
  326. ## Editor resizers
  327. ## This is used in an aria label to help to understand the role of the resizer.
  328. pdfjs-editor-resizer-label-top-left = 左上隅 — サイズ変更
  329. pdfjs-editor-resizer-label-top-middle = 上中央 — サイズ変更
  330. pdfjs-editor-resizer-label-top-right = 右上隅 — サイズ変更
  331. pdfjs-editor-resizer-label-middle-right = 右中央 — サイズ変更
  332. pdfjs-editor-resizer-label-bottom-right = 右下隅 — サイズ変更
  333. pdfjs-editor-resizer-label-bottom-middle = 下中央 — サイズ変更
  334. pdfjs-editor-resizer-label-bottom-left = 左下隅 — サイズ変更
  335. pdfjs-editor-resizer-label-middle-left = 左中央 — サイズ変更
  336. pdfjs-editor-resizer-top-left =
  337. .aria-label = 左上隅 — サイズ変更
  338. pdfjs-editor-resizer-top-middle =
  339. .aria-label = 上中央 — サイズ変更
  340. pdfjs-editor-resizer-top-right =
  341. .aria-label = 右上隅 — サイズ変更
  342. pdfjs-editor-resizer-middle-right =
  343. .aria-label = 右中央 — サイズ変更
  344. pdfjs-editor-resizer-bottom-right =
  345. .aria-label = 右下隅 — サイズ変更
  346. pdfjs-editor-resizer-bottom-middle =
  347. .aria-label = 下中央 — サイズ変更
  348. pdfjs-editor-resizer-bottom-left =
  349. .aria-label = 左下隅 — サイズ変更
  350. pdfjs-editor-resizer-middle-left =
  351. .aria-label = 左中央 — サイズ変更
  352. ## Color picker
  353. # This means "Color used to highlight text"
  354. pdfjs-editor-highlight-colorpicker-label = 強調色
  355. pdfjs-editor-colorpicker-button =
  356. .title = 色を変更します
  357. pdfjs-editor-colorpicker-dropdown =
  358. .aria-label = 色の選択
  359. pdfjs-editor-colorpicker-yellow =
  360. .title = 黄色
  361. pdfjs-editor-colorpicker-green =
  362. .title = 緑色
  363. pdfjs-editor-colorpicker-blue =
  364. .title = 青色
  365. pdfjs-editor-colorpicker-pink =
  366. .title = ピンク色
  367. pdfjs-editor-colorpicker-red =
  368. .title = 赤色
  369. ## Show all highlights
  370. ## This is a toggle button to show/hide all the highlights.
  371. pdfjs-editor-highlight-show-all-button-label = すべて表示
  372. # (^m^) en-US: .title = Show all
  373. pdfjs-editor-highlight-show-all-button =
  374. .title = 強調の表示を切り替えます
  375. ## New alt-text dialog
  376. ## 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.
  377. # Modal header positioned above a text box where users can edit the alt text.
  378. pdfjs-editor-new-alt-text-dialog-edit-label = 代替テキストを編集 (画像の説明)
  379. # Modal header positioned above a text box where users can add the alt text.
  380. pdfjs-editor-new-alt-text-dialog-add-label = 代替テキストを追加 (画像の説明)
  381. pdfjs-editor-new-alt-text-textarea =
  382. .placeholder = ここに説明を記入してください...
  383. # This text refers to the alt text box above this description. It offers a definition of alt text.
  384. pdfjs-editor-new-alt-text-description = 画像が読み込まれない場合や見えない人のための短い説明です。
  385. pdfjs-editor-new-alt-text-disclaimer1 = この代替テキストは自動的に生成されたため正確でない可能性があります。
  386. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = 詳細情報
  387. pdfjs-editor-new-alt-text-create-automatically-button-label = 代替テキストを自動生成
  388. pdfjs-editor-new-alt-text-not-now-button = 後で
  389. pdfjs-editor-new-alt-text-error-title = 代替テキストを自動生成できませんでした
  390. pdfjs-editor-new-alt-text-error-description = ご自分で代替テキストを書くか後でもう一度試してください。
  391. pdfjs-editor-new-alt-text-error-close-button = 閉じる
  392. # Variables:
  393. # $totalSize (Number) - the total size (in MB) of the AI model.
  394. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  395. # $percent (Number) - the percentage of the downloaded size.
  396. pdfjs-editor-new-alt-text-ai-model-downloading-progress = 代替テキスト AI モデルをダウンロードしています ({ $downloadedSize } / { $totalSize } MB)
  397. .aria-valuetext = 代替テキスト AI モデルをダウンロードしています ({ $downloadedSize } / { $totalSize } MB)
  398. # This is a button that users can click to edit the alt text they have already added.
  399. pdfjs-editor-new-alt-text-added-button-label = 代替テキストを追加しました
  400. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  401. pdfjs-editor-new-alt-text-missing-button-label = 代替テキストがありません
  402. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  403. pdfjs-editor-new-alt-text-to-review-button-label = 代替テキストをレビュー
  404. # "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.
  405. # Variables:
  406. # $generatedAltText (String) - the generated alt-text.
  407. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = 自動生成されました: { $generatedAltText }
  408. ## Image alt-text settings
  409. pdfjs-image-alt-text-settings-button =
  410. .title = 画像の代替テキスト設定
  411. pdfjs-image-alt-text-settings-button-label = 画像の代替テキスト設定
  412. pdfjs-editor-alt-text-settings-dialog-label = 画像の代替テキスト設定
  413. pdfjs-editor-alt-text-settings-automatic-title = 自動代替テキスト
  414. pdfjs-editor-alt-text-settings-create-model-button-label = 代替テキストを自動生成
  415. pdfjs-editor-alt-text-settings-create-model-description = 画像が読み込まれない場合や見えない人のために説明を提案します。
  416. # Variables:
  417. # $totalSize (Number) - the total size (in MB) of the AI model.
  418. pdfjs-editor-alt-text-settings-download-model-label = 代替テキスト AI モデル ({ $totalSize } MB)
  419. pdfjs-editor-alt-text-settings-ai-model-description = ローカルの端末上で実行されるためデータは非公開になります。代替テキストの自動生成に必要です。
  420. pdfjs-editor-alt-text-settings-delete-model-button = 削除
  421. pdfjs-editor-alt-text-settings-download-model-button = ダウンロード
  422. pdfjs-editor-alt-text-settings-downloading-model-button = ダウンロード中...
  423. pdfjs-editor-alt-text-settings-editor-title = 代替テキストエディター
  424. pdfjs-editor-alt-text-settings-show-dialog-button-label = 画像の追加時に代替テキストエディターを表示する
  425. pdfjs-editor-alt-text-settings-show-dialog-description = すべての画像に代替テキストを追加する助けになります。
  426. pdfjs-editor-alt-text-settings-close-button = 閉じる