viewer.ftl 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  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. # 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 = レター
  136. pdfjs-document-properties-page-size-name-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 = ウェブ表示用に最適化:
  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 =
  214. { $total ->
  215. [one] { $total } 件中 { $current } 件目
  216. *[other] { $total } 件中 { $current } 件目
  217. }
  218. # Variables:
  219. # $limit (Number) - the maximum number of matches
  220. pdfjs-find-match-count-limit =
  221. { $limit ->
  222. [one] { $limit } 件以上一致
  223. *[other] { $limit } 件以上一致
  224. }
  225. pdfjs-find-not-found = 見つかりませんでした
  226. ## Predefined zoom values
  227. pdfjs-page-scale-width = 幅に合わせる
  228. pdfjs-page-scale-fit = ページのサイズに合わせる
  229. pdfjs-page-scale-auto = 自動ズーム
  230. pdfjs-page-scale-actual = 実際のサイズ
  231. # Variables:
  232. # $scale (Number) - percent value for page scale
  233. pdfjs-page-scale-percent = { $scale }%
  234. ## PDF page
  235. # Variables:
  236. # $page (Number) - the page number
  237. pdfjs-page-landmark =
  238. .aria-label = { $page } ページ
  239. ## Loading indicator messages
  240. pdfjs-loading-error = PDF の読み込み中にエラーが発生しました。
  241. pdfjs-invalid-file-error = 無効または破損した PDF ファイル。
  242. pdfjs-missing-file-error = PDF ファイルが見つかりません。
  243. pdfjs-unexpected-response-error = サーバーから予期せぬ応答がありました。
  244. pdfjs-rendering-error = ページのレンダリング中にエラーが発生しました。
  245. ## Annotations
  246. # Variables:
  247. # $date (Date) - the modification date of the annotation
  248. # $time (Time) - the modification time of the annotation
  249. pdfjs-annotation-date-string = { $date }, { $time }
  250. # .alt: This is used as a tooltip.
  251. # Variables:
  252. # $type (String) - an annotation type from a list defined in the PDF spec
  253. # (32000-1:2008 Table 169 – Annotation types).
  254. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  255. pdfjs-text-annotation-type =
  256. .alt = [{ $type } 注釈]
  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-remove-button =
  274. .title = 削除
  275. ## Remove button for the various kind of editor.
  276. pdfjs-editor-remove-ink-button =
  277. .title = インク注釈を削除します
  278. pdfjs-editor-remove-freetext-button =
  279. .title = テキストを削除します
  280. pdfjs-editor-remove-stamp-button =
  281. .title = 画像を削除します
  282. ##
  283. # Editor Parameters
  284. pdfjs-editor-free-text-color-input = 色
  285. pdfjs-editor-free-text-size-input = サイズ
  286. pdfjs-editor-ink-color-input = 色
  287. pdfjs-editor-ink-thickness-input = 太さ
  288. pdfjs-editor-ink-opacity-input = 不透明度
  289. pdfjs-editor-stamp-add-image-button =
  290. .title = 画像を追加します
  291. pdfjs-editor-stamp-add-image-button-label = 画像を追加
  292. pdfjs-free-text =
  293. .aria-label = フリーテキスト注釈エディター
  294. pdfjs-free-text-default-content = テキストを入力してください...
  295. pdfjs-ink =
  296. .aria-label = インク注釈エディター
  297. pdfjs-ink-canvas =
  298. .aria-label = ユーザー作成画像
  299. ## Alt-text dialog
  300. # Alternative text (alt text) helps when people can't see the image.
  301. pdfjs-editor-alt-text-button-label = 代替テキスト
  302. pdfjs-editor-alt-text-edit-button-label = 代替テキストを編集
  303. pdfjs-editor-alt-text-dialog-label = オプションの選択
  304. pdfjs-editor-alt-text-dialog-description = 代替テキストは画像が表示されない場合や読み込まれない場合にユーザーの助けになります。
  305. pdfjs-editor-alt-text-add-description-label = 説明を追加
  306. pdfjs-editor-alt-text-add-description-description = 対象や設定、動作を説明する短い文章を記入してください。
  307. pdfjs-editor-alt-text-mark-decorative-label = 装飾マークを付ける
  308. pdfjs-editor-alt-text-mark-decorative-description = これは区切り線やウォーターマークなどの装飾画像に使用されます。
  309. pdfjs-editor-alt-text-cancel-button = キャンセル
  310. pdfjs-editor-alt-text-save-button = 保存
  311. pdfjs-editor-alt-text-decorative-tooltip = 装飾マークが付いています
  312. # .placeholder: This is a placeholder for the alt text input area
  313. pdfjs-editor-alt-text-textarea =
  314. .placeholder = 例:「若い人がテーブルの席について食事をしています」
  315. ## Editor resizers
  316. ## This is used in an aria label to help to understand the role of the resizer.
  317. pdfjs-editor-resizer-label-top-left = 左上隅 — サイズ変更
  318. pdfjs-editor-resizer-label-top-middle = 上中央 — サイズ変更
  319. pdfjs-editor-resizer-label-top-right = 右上隅 — サイズ変更
  320. pdfjs-editor-resizer-label-middle-right = 右中央 — サイズ変更
  321. pdfjs-editor-resizer-label-bottom-right = 右下隅 — サイズ変更
  322. pdfjs-editor-resizer-label-bottom-middle = 下中央 — サイズ変更
  323. pdfjs-editor-resizer-label-bottom-left = 左下隅 — サイズ変更
  324. pdfjs-editor-resizer-label-middle-left = 左中央 — サイズ変更