提交 | 用户 | 时间
|
1ac2bc
|
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 |
|
|
15 |
# Main toolbar buttons (tooltips and alt text for images) |
|
16 |
previous.title=前のページへ戻ります |
|
17 |
previous_label=前へ |
|
18 |
next.title=次のページへ進みます |
|
19 |
next_label=次へ |
|
20 |
|
|
21 |
# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input. |
|
22 |
page.title=ページ |
|
23 |
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number |
|
24 |
# representing the total number of pages in the document. |
|
25 |
of_pages=/ {{pagesCount}} |
|
26 |
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}" |
|
27 |
# will be replaced by a number representing the currently visible page, |
|
28 |
# respectively a number representing the total number of pages in the document. |
|
29 |
page_of_pages=({{pageNumber}} / {{pagesCount}}) |
|
30 |
|
|
31 |
zoom_out.title=表示を縮小します |
|
32 |
zoom_out_label=縮小 |
|
33 |
zoom_in.title=表示を拡大します |
|
34 |
zoom_in_label=拡大 |
|
35 |
zoom.title=拡大/縮小 |
|
36 |
presentation_mode.title=プレゼンテーションモードに切り替えます |
|
37 |
presentation_mode_label=プレゼンテーションモード |
|
38 |
open_file.title=ファイルを開きます |
|
39 |
open_file_label=開く |
|
40 |
print.title=印刷します |
|
41 |
print_label=印刷 |
|
42 |
download.title=ダウンロードします |
|
43 |
download_label=ダウンロード |
|
44 |
bookmark.title=現在のビューの URL です (コピーまたは新しいウィンドウに開く) |
|
45 |
bookmark_label=現在のビュー |
|
46 |
|
|
47 |
# Secondary toolbar and context menu |
|
48 |
tools.title=ツール |
|
49 |
tools_label=ツール |
|
50 |
first_page.title=最初のページへ移動します |
|
51 |
first_page.label=最初のページへ移動 |
|
52 |
first_page_label=最初のページへ移動 |
|
53 |
last_page.title=最後のページへ移動します |
|
54 |
last_page.label=最後のページへ移動 |
|
55 |
last_page_label=最後のページへ移動 |
|
56 |
page_rotate_cw.title=ページを右へ回転します |
|
57 |
page_rotate_cw.label=右回転 |
|
58 |
page_rotate_cw_label=右回転 |
|
59 |
page_rotate_ccw.title=ページを左へ回転します |
|
60 |
page_rotate_ccw.label=左回転 |
|
61 |
page_rotate_ccw_label=左回転 |
|
62 |
|
|
63 |
cursor_text_select_tool.title=テキスト選択ツールを有効にする |
|
64 |
cursor_text_select_tool_label=テキスト選択ツール |
|
65 |
cursor_hand_tool.title=手のひらツールを有効にする |
|
66 |
cursor_hand_tool_label=手のひらツール |
|
67 |
|
|
68 |
scroll_vertical.title=縦スクロールにする |
|
69 |
scroll_vertical_label=縦スクロール |
|
70 |
scroll_horizontal.title=横スクロールにする |
|
71 |
scroll_horizontal_label=横スクロール |
|
72 |
scroll_wrapped.title=折り返しスクロールにする |
|
73 |
scroll_wrapped_label=折り返しスクロール |
|
74 |
|
|
75 |
spread_none.title=見開きにしない |
|
76 |
spread_none_label=見開きにしない |
|
77 |
spread_odd.title=奇数ページ開始で見開きにする |
|
78 |
spread_odd_label=奇数ページ見開き |
|
79 |
spread_even.title=偶数ページ開始で見開きにする |
|
80 |
spread_even_label=偶数ページ見開き |
|
81 |
|
|
82 |
# Document properties dialog box |
|
83 |
document_properties.title=文書のプロパティ... |
|
84 |
document_properties_label=文書のプロパティ... |
|
85 |
document_properties_file_name=ファイル名: |
|
86 |
document_properties_file_size=ファイルサイズ: |
|
87 |
# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" |
|
88 |
# will be replaced by the PDF file size in kilobytes, respectively in bytes. |
|
89 |
document_properties_kb={{size_kb}} KB ({{size_b}} bytes) |
|
90 |
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" |
|
91 |
# will be replaced by the PDF file size in megabytes, respectively in bytes. |
|
92 |
document_properties_mb={{size_mb}} MB ({{size_b}} bytes) |
|
93 |
document_properties_title=タイトル: |
|
94 |
document_properties_author=作成者: |
|
95 |
document_properties_subject=件名: |
|
96 |
document_properties_keywords=キーワード: |
|
97 |
document_properties_creation_date=作成日: |
|
98 |
document_properties_modification_date=更新日: |
|
99 |
# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" |
|
100 |
# will be replaced by the creation/modification date, and time, of the PDF file. |
|
101 |
document_properties_date_string={{date}}, {{time}} |
|
102 |
document_properties_creator=アプリケーション: |
|
103 |
document_properties_producer=PDF 作成: |
|
104 |
document_properties_version=PDF のバージョン: |
|
105 |
document_properties_page_count=ページ数: |
|
106 |
document_properties_page_size=ページサイズ: |
|
107 |
document_properties_page_size_unit_inches=in |
|
108 |
document_properties_page_size_unit_millimeters=mm |
|
109 |
document_properties_page_size_orientation_portrait=縦 |
|
110 |
document_properties_page_size_orientation_landscape=横 |
|
111 |
document_properties_page_size_name_a3=A3 |
|
112 |
document_properties_page_size_name_a4=A4 |
|
113 |
document_properties_page_size_name_letter=レター |
|
114 |
document_properties_page_size_name_legal=リーガル |
|
115 |
# LOCALIZATION NOTE (document_properties_page_size_dimension_string): |
|
116 |
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by |
|
117 |
# the size, respectively their unit of measurement and orientation, of the (current) page. |
|
118 |
document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) |
|
119 |
# LOCALIZATION NOTE (document_properties_page_size_dimension_name_string): |
|
120 |
# "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by |
|
121 |
# the size, respectively their unit of measurement, name, and orientation, of the (current) page. |
|
122 |
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) |
|
123 |
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of |
|
124 |
# the document; usually called "Fast Web View" in English locales of Adobe software. |
|
125 |
document_properties_linearized=ウェブ表示用に最適化: |
|
126 |
document_properties_linearized_yes=はい |
|
127 |
document_properties_linearized_no=いいえ |
|
128 |
document_properties_close=閉じる |
|
129 |
|
|
130 |
print_progress_message=文書の印刷を準備しています... |
|
131 |
# LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by |
|
132 |
# a numerical per cent value. |
|
133 |
print_progress_percent={{progress}}% |
|
134 |
print_progress_close=キャンセル |
|
135 |
|
|
136 |
# Tooltips and alt text for side panel toolbar buttons |
|
137 |
# (the _label strings are alt text for the buttons, the .title strings are |
|
138 |
# tooltips) |
|
139 |
toggle_sidebar.title=サイドバー表示を切り替えます |
|
140 |
toggle_sidebar_notification.title=サイドバー表示を切り替えます (文書に含まれるアウトライン / 添付) |
|
141 |
toggle_sidebar_label=サイドバーの切り替え |
|
142 |
document_outline.title=文書の目次を表示します (ダブルクリックで項目を開閉します) |
|
143 |
document_outline_label=文書の目次 |
|
144 |
attachments.title=添付ファイルを表示します |
|
145 |
attachments_label=添付ファイル |
|
146 |
thumbs.title=縮小版を表示します |
|
147 |
thumbs_label=縮小版 |
|
148 |
findbar.title=文書内を検索します |
|
149 |
findbar_label=検索 |
|
150 |
|
|
151 |
# Thumbnails panel item (tooltip and alt text for images) |
|
152 |
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page |
|
153 |
# number. |
|
154 |
thumb_page_title={{page}} ページ |
|
155 |
# LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page |
|
156 |
# number. |
|
157 |
thumb_page_canvas=ページの縮小版 {{page}} |
|
158 |
|
|
159 |
# Find panel button title and messages |
|
160 |
find_input.title=検索 |
|
161 |
find_input.placeholder=文書内を検索... |
|
162 |
find_previous.title=現在より前の位置で指定文字列が現れる部分を検索します |
|
163 |
find_previous_label=前へ |
|
164 |
find_next.title=現在より後の位置で指定文字列が現れる部分を検索します |
|
165 |
find_next_label=次へ |
|
166 |
find_highlight=すべて強調表示 |
|
167 |
find_match_case_label=大文字/小文字を区別 |
|
168 |
find_reached_top=文書先頭に到達したので末尾から続けて検索します |
|
169 |
find_reached_bottom=文書末尾に到達したので先頭から続けて検索します |
|
170 |
find_not_found=見つかりませんでした |
|
171 |
|
|
172 |
# Error panel labels |
|
173 |
error_more_info=詳細情報 |
|
174 |
error_less_info=詳細情報を隠す |
|
175 |
error_close=閉じる |
|
176 |
# LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be |
|
177 |
# replaced by the PDF.JS version and build ID. |
|
178 |
error_version_info=PDF.js v{{version}} (ビルド: {{build}}) |
|
179 |
# LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an |
|
180 |
# english string describing the error. |
|
181 |
error_message=メッセージ: {{message}} |
|
182 |
# LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack |
|
183 |
# trace. |
|
184 |
error_stack=スタック: {{stack}} |
|
185 |
# LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename |
|
186 |
error_file=ファイル: {{file}} |
|
187 |
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number |
|
188 |
error_line=行: {{line}} |
|
189 |
rendering_error=ページのレンダリング中にエラーが発生しました。 |
|
190 |
|
|
191 |
# Predefined zoom values |
|
192 |
page_scale_width=幅に合わせる |
|
193 |
page_scale_fit=ページのサイズに合わせる |
|
194 |
page_scale_auto=自動ズーム |
|
195 |
page_scale_actual=実際のサイズ |
|
196 |
# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a |
|
197 |
# numerical scale value. |
|
198 |
page_scale_percent={{scale}}% |
|
199 |
|
|
200 |
# Loading indicator messages |
|
201 |
loading_error_indicator=エラー |
|
202 |
loading_error=PDF の読み込み中にエラーが発生しました。 |
|
203 |
invalid_file_error=無効または破損した PDF ファイル。 |
|
204 |
missing_file_error=PDF ファイルが見つかりません。 |
|
205 |
unexpected_response_error=サーバーから予期せぬ応答がありました。 |
|
206 |
|
|
207 |
# LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. |
|
208 |
# "{{type}}" will be replaced with an annotation type from a list defined in |
|
209 |
# the PDF spec (32000-1:2008 Table 169 – Annotation types). |
|
210 |
# Some common types are e.g.: "Check", "Text", "Comment", "Note" |
|
211 |
text_annotation_type.alt=[{{type}} 注釈] |
|
212 |
password_label=この PDF ファイルを開くためのパスワードを入力してください。 |
|
213 |
password_invalid=無効なパスワードです。もう一度やり直してください。 |
|
214 |
password_ok=OK |
|
215 |
password_cancel=キャンセル |
|
216 |
|
|
217 |
printing_not_supported=警告: このブラウザーでは印刷が完全にサポートされていません。 |
|
218 |
printing_not_ready=警告: PDF を印刷するための読み込みが終了していません。 |
|
219 |
web_fonts_disabled=ウェブフォントが無効になっています: 埋め込まれた PDF のフォントを使用できません。 |
|
220 |
document_colors_not_allowed=PDF 文書は、ウェブページが指定した配色を使用することができません: 'ウェブページが指定した配色' はブラウザーで無効になっています。 |