chiark / gitweb /
update and fix tag miss.
[developers-reference.git] / po4a / ja / l10n.po
1 # Debian Developer's Reference (Japanese)
2 # (C) Hideki Yamane (Debian-JP) <henrich@debian.or.jp>, 2008-2010.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: developers-reference 3.4.4\n"
7 "POT-Creation-Date: 2009-09-06 02:31+0900\n"
8 "PO-Revision-Date: 2010-01-06 10:27+0900\n"
9 "Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
10 "Language-Team: Debian JP Project <debian-doc@debian.or.jp>\n"
11 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14
15 #. type: Content of: <chapter><title>
16 #: l10n.dbk:7
17 msgid "Internationalization and Translations"
18 msgstr "国際化と翻訳"
19
20 # type: Content of: <chapter><para>
21 #. type: Content of: <chapter><para>
22 #: l10n.dbk:9
23 msgid ""
24 "Debian supports an ever-increasing number of natural languages.  Even if you "
25 "are a native English speaker and do not speak any other language, it is part "
26 "of your duty as a maintainer to be aware of issues of internationalization "
27 "(abbreviated i18n because there are 18 letters between the 'i' and the 'n' "
28 "in internationalization).  Therefore, even if you are ok with English-only "
29 "programs, you should read most of this chapter."
30 msgstr ""
31 "Debian がサポートしている自然言語の数は未だ増え続けています。あなたが英語圏の"
32 "ネイティブスピーカーで他の言語を話さないとしても、国際化の問題について注意を"
33 "払うことはメンテナとしてのあなたの責務です (internationalization の 'i' と 'n' "
34 "の間に 18 文字があるので i18n と略されます)。つまり、あなたが英語のみの"
35 "プログラムを扱っていて問題がない場合であっても、この章の大部分を読んでおく必要"
36 "があるということです。"
37
38 # type: Content of: <chapter><para>
39 #. type: Content of: <chapter><para>
40 #: l10n.dbk:17
41 msgid ""
42 "According to <ulink url=\"http://&www-debian-org;/doc/manuals/intro-i18n/"
43 "\">Introduction to i18n</ulink> from Tomohiro KUBOTA, I18N "
44 "(internationalization) means modification of a software or related "
45 "technologies so that a software can potentially handle multiple languages, "
46 "customs, and so on in the world, while L10N (localization) means "
47 "implementation of a specific language for an already internationalized "
48 "software."
49 msgstr ""
50 "久保田智広さんによる <ulink url=\"http://&www-debian-org;/doc/manuals/intro-i18n/"
51 "\">Introduction to i18n</ulink> によると、I18N (internationalization) は"
52 "ソフトウェアや関連する技術を調整し、ソフトウェアが複数の言語、習慣、その他世界の物事"
53 "などを扱えるようにすることで、対して L10N (localization) は既に国際化されている"
54 "ソフトウェアに対して特定の言語を実装することです。"
55
56 # type: Content of: <chapter><para>
57 #. type: Content of: <chapter><para>
58 #: l10n.dbk:26
59 msgid ""
60 "l10n and i18n are interconnected, but the difficulties related to each of "
61 "them are very different.  It's not really difficult to allow a program to "
62 "change the language in which texts are displayed based on user settings, but "
63 "it is very time consuming to actually translate these messages.  On the "
64 "other hand, setting the character encoding is trivial, but adapting the code "
65 "to use several character encodings is a really hard problem."
66 msgstr ""
67 "l10n と i18n は関連していますが、それぞれ関連する難しさについては違います。"
68 "プログラムをユーザの設定に応じて表示されるテキストの言語を変更するようにする"
69 "のはあまり難しくはありませんが、実際にメッセージを翻訳するのはとても時間が"
70 "かかります。一方、文字のエンコード設定は些細な事ですが、複数の文字エンコード"
71 "を扱えるようなコードにするのはとても難しい問題です。"
72
73 # type: Content of: <chapter><para>
74 #. type: Content of: <chapter><para>
75 #: l10n.dbk:34
76 msgid ""
77 "Setting aside the i18n problems, where no general guideline can be given, "
78 "there is actually no central infrastructure for l10n within Debian which "
79 "could be compared to the buildd mechanism for porting.  So most of the work "
80 "has to be done manually."
81 msgstr ""
82
83 # type: Content of: <chapter><section><title>
84 #. type: Content of: <chapter><section><title>
85 #: l10n.dbk:40
86 msgid "How translations are handled within Debian"
87 msgstr "どの様にして Debian では翻訳が取り扱われているか"
88
89 # type: Content of: <chapter><section><para>
90 #. type: Content of: <chapter><section><para>
91 #: l10n.dbk:42
92 msgid ""
93 "Handling translation of the texts contained in a package is still a manual "
94 "task, and the process depends on the kind of text you want to see translated."
95 msgstr ""
96 "パッケージに含まれている文章の翻訳の取扱いは未だ手動であり、作業は翻訳したもの"
97 "をどの様に見せたいかに因ります。"
98
99 # type: Content of: <chapter><section><para>
100 #. type: Content of: <chapter><section><para>
101 #: l10n.dbk:46
102 msgid ""
103 "For program messages, the gettext infrastructure is used most of the time.  "
104 "Most of the time, the translation is handled upstream within projects like "
105 "the <ulink url=\"http://www.iro.umontreal.ca/contrib/po/HTML/\">Free "
106 "Translation Project</ulink>, the <ulink url=\"http://developer.gnome.org/"
107 "projects/gtp/\">Gnome translation Project</ulink> or the <ulink url=\"http://"
108 "i18n.kde.org/\">KDE one</ulink>.  The only centralized resource within "
109 "Debian is the <ulink url=\"http://&www-debian-org;/intl/l10n/\">Central "
110 "Debian translation statistics</ulink>, where you can find some statistics "
111 "about the translation files found in the actual packages, but no real "
112 "infrastructure to ease the translation process."
113 msgstr ""
114 "プログラムのメッセージについては、ほとんどが gettext という仕組みが使われて"
115 "います。多くの場合、翻訳は <ulink url=\"http://www.iro.umontreal.ca/contrib/po/HTML/\">"
116 "Free Translation Project</ulink> や <ulink url=\"http://developer.gnome.org/projects/gtp/\">"
117 "Gnome translation Project</ulink>、<ulink url=\"http://i18n.kde.org/\">KDE one</ulink> "
118 "などの開発元 (upstream) のプロジェクトで取り扱われています。Debian で唯一の集約化"
119 "された情報は <ulink url=\"http://&www-debian-org;/intl/l10n/\">Debian の翻訳に関する統計</ulink>"
120 "で、実際のパッケージ内での翻訳ファイルの状況について確認できますが、翻訳作業を実際に"
121 "容易にする仕組みではありません。"
122
123 # type: Content of: <chapter><section><para>
124 #. type: Content of: <chapter><section><para>
125 #: l10n.dbk:59
126 msgid ""
127 "An effort to translate the package descriptions started long ago, even if "
128 "very little support is offered by the tools to actually use them (i.e., only "
129 "APT can use them, when configured correctly).  Maintainers don't need to do "
130 "anything special to support translated package descriptions; translators "
131 "should use the <ulink url=\"http://ddtp.debian.org/\">DDTP</ulink>."
132 msgstr ""
133
134 # type: Content of: <chapter><section><para>
135 #. type: Content of: <chapter><section><para>
136 #: l10n.dbk:66
137 msgid ""
138 "For debconf templates, maintainers should use the po-debconf package to ease "
139 "the work of translators, who could use the DDTP to do their work (but the "
140 "French and Brazilian teams don't).  Some statistics can be found both on the "
141 "DDTP site (about what is actually translated), and on the <ulink url="
142 "\"http://&www-debian-org;/intl/l10n/\">Central Debian translation "
143 "statistics</ulink> site (about what is integrated in the packages)."
144 msgstr ""
145
146 # type: Content of: <chapter><section><para>
147 #. type: Content of: <chapter><section><para>
148 #: l10n.dbk:74
149 msgid ""
150 "For web pages, each l10n team has access to the relevant CVS, and the "
151 "statistics are available from the Central Debian translation statistics site."
152 msgstr ""
153 "ウェブページについては、それぞれの l10n チームが対応する CVS にアクセスし、"
154 "Debian の翻訳に関する統計サイトから統計情報が取得できます。"
155
156 # type: Content of: <chapter><section><para>
157 #. type: Content of: <chapter><section><para>
158 #: l10n.dbk:78
159 msgid ""
160 "For general documentation about Debian, the process is more or less the same "
161 "as for the web pages (the translators have access to the CVS), but there are "
162 "no statistics pages."
163 msgstr ""
164 "Debian についての一般的なドキュメントは、作業は多少の差はあれウェブページと"
165 "同じです (翻訳者は CVS にアクセスします)。ですが、統計情報のページはありません。"
166
167 # type: Content of: <chapter><section><para>
168 #. type: Content of: <chapter><section><para>
169 #: l10n.dbk:83
170 #, fuzzy
171 msgid ""
172 "For package-specific documentation (man pages, info documents, other "
173 "formats), almost everything remains to be done."
174 msgstr ""
175 "パッケージ固有のドキュメント (man ページ、info ドキュメントその他) は"
176
177 # type: Content of: <chapter><section><para>
178 #. type: Content of: <chapter><section><para>
179 #: l10n.dbk:87
180 msgid ""
181 "Most notably, the KDE project handles translation of its documentation in "
182 "the same way as its program messages."
183 msgstr ""
184
185 # type: Content of: <chapter><section><para>
186 #. type: Content of: <chapter><section><para>
187 #: l10n.dbk:91
188 msgid ""
189 "There is an effort to handle Debian-specific man pages within a <ulink url="
190 "\"&url-cvsweb;manpages/?cvsroot=debian-doc\">specific CVS repository</ulink>."
191 msgstr ""
192 "Debian 固有の man ページを <ulink url=\"&url-cvsweb;manpages/?cvsroot=debian-doc\">"
193 "特定の CVS リポジトリ</ulink> で取り扱おうという動きもあります。"
194
195 # type: Content of: <chapter><section><title>
196 #. type: Content of: <chapter><section><title>
197 #: l10n.dbk:98
198 msgid "I18N &amp; L10N FAQ for maintainers"
199 msgstr "メンテナへの I18N &amp; L10N FAQ"
200
201 # type: Content of: <chapter><section><para>
202 #. type: Content of: <chapter><section><para>
203 #: l10n.dbk:100
204 msgid ""
205 "This is a list of problems that maintainers may face concerning i18n and "
206 "l10n.  While reading this, keep in mind that there is no real consensus on "
207 "these points within Debian, and that this is only advice.  If you have a "
208 "better idea for a given problem, or if you disagree on some points, feel "
209 "free to provide your feedback, so that this document can be enhanced."
210 msgstr ""
211
212 # type: Content of: <chapter><section><section><title>
213 #. type: Content of: <chapter><section><section><title>
214 #: l10n.dbk:107
215 msgid "How to get a given text translated"
216 msgstr "翻訳された文章を得るには"
217
218 # type: Content of: <chapter><section><section><para>
219 #. type: Content of: <chapter><section><section><para>
220 #: l10n.dbk:109
221 msgid ""
222 "To translate package descriptions or debconf templates, you have nothing to "
223 "do; the DDTP infrastructure will dispatch the material to translate to "
224 "volunteers with no need for interaction from your part."
225 msgstr ""
226
227 # type: Content of: <chapter><section><section><para>
228 #. type: Content of: <chapter><section><section><para>
229 #: l10n.dbk:114
230 msgid ""
231 "For all other material (gettext files, man pages, or other documentation), "
232 "the best solution is to put your text somewhere on the Internet, and ask on "
233 "debian-i18n for a translation in different languages.  Some translation team "
234 "members are subscribed to this list, and they will take care of the "
235 "translation and of the reviewing process.  Once they are done, you will get "
236 "your translated document from them in your mailbox."
237 msgstr ""
238
239 # type: Content of: <chapter><section><section><title>
240 #. type: Content of: <chapter><section><section><title>
241 #: l10n.dbk:124
242 msgid "How to get a given translation reviewed"
243 msgstr "どの様にして提供された翻訳をレビューするか"
244
245 # type: Content of: <chapter><section><section><para>
246 #. type: Content of: <chapter><section><section><para>
247 #: l10n.dbk:126
248 msgid ""
249 "From time to time, individuals translate some texts in your package and will "
250 "ask you for inclusion of the translation in the package.  This can become "
251 "problematic if you are not fluent in the given language.  It is a good idea "
252 "to send the document to the corresponding l10n mailing list, asking for a "
253 "review.  Once it has been done, you should feel more confident in the "
254 "quality of the translation, and feel safe to include it in your package."
255 msgstr ""
256
257 # type: Content of: <chapter><section><section><title>
258 #. type: Content of: <chapter><section><section><title>
259 #: l10n.dbk:136
260 msgid "How to get a given translation updated"
261 msgstr "どの様にして提供された翻訳を更新するか"
262
263 # type: Content of: <chapter><section><section><para>
264 #. type: Content of: <chapter><section><section><para>
265 #: l10n.dbk:138
266 msgid ""
267 "If you have some translations of a given text lying around, each time you "
268 "update the original, you should ask the previous translator to update the "
269 "translation with your new changes.  Keep in mind that this task takes time; "
270 "at least one week to get the update reviewed and all."
271 msgstr ""
272
273 # type: Content of: <chapter><section><section><para>
274 #. type: Content of: <chapter><section><section><para>
275 #: l10n.dbk:144
276 msgid ""
277 "If the translator is unresponsive, you may ask for help on the corresponding "
278 "l10n mailing list.  If everything fails, don't forget to put a warning in "
279 "the translated document, stating that the translation is somehow outdated, "
280 "and that the reader should refer to the original document if possible."
281 msgstr ""
282
283 # type: Content of: <chapter><section><section><para>
284 #. type: Content of: <chapter><section><section><para>
285 #: l10n.dbk:150
286 msgid ""
287 "Avoid removing a translation completely because it is outdated.  Old "
288 "documentation is often better than no documentation at all for non-English "
289 "speakers."
290 msgstr ""
291 "古くなっているからといって翻訳を全て削除するのは避けてください。非英語圏の"
292 "ユーザにとって何もドキュメントが無いよりは古いドキュメントがある方が有益で"
293 "あることが往々にしてあります。"
294
295 # type: Content of: <chapter><section><section><title>
296 #. type: Content of: <chapter><section><section><title>
297 #: l10n.dbk:157
298 msgid "How to handle a bug report concerning a translation"
299 msgstr "どの様にして翻訳関連のバグ報告を取り扱うか"
300
301 # type: Content of: <chapter><section><section><para>
302 #.  TODO: add the i18n tag to the bug? 
303 #. type: Content of: <chapter><section><section><para>
304 #: l10n.dbk:159
305 msgid ""
306 "The best solution may be to mark the bug as forwarded to upstream, and "
307 "forward it to both the previous translator and his/her team (using the "
308 "corresponding debian-l10n-XXX mailing list)."
309 msgstr ""
310
311 # type: Content of: <chapter><section><title>
312 #. type: Content of: <chapter><section><title>
313 #: l10n.dbk:169
314 msgid "I18N &amp; L10N FAQ for translators"
315 msgstr "翻訳者への I18N &amp; L10N FAQ"
316
317 # type: Content of: <chapter><section><para>
318 #. type: Content of: <chapter><section><para>
319 #: l10n.dbk:171
320 msgid ""
321 "While reading this, please keep in mind that there is no general procedure "
322 "within Debian concerning these points, and that in any case, you should "
323 "collaborate with your team and the package maintainer."
324 msgstr ""
325
326 # type: Content of: <chapter><section><section><title>
327 #. type: Content of: <chapter><section><section><title>
328 #: l10n.dbk:176
329 msgid "How to help the translation effort"
330 msgstr "どの様にして翻訳作業を支援するか"
331
332 # type: Content of: <chapter><section><section><para>
333 #. type: Content of: <chapter><section><section><para>
334 #: l10n.dbk:178
335 msgid ""
336 "Choose what you want to translate, make sure that nobody is already working "
337 "on it (using your debian-l10n-XXX mailing list), translate it, get it "
338 "reviewed by other native speakers on your l10n mailing list, and provide it "
339 "to the maintainer of the package (see next point)."
340 msgstr ""
341
342 # type: Content of: <chapter><section><section><title>
343 #. type: Content of: <chapter><section><section><title>
344 #: l10n.dbk:186
345 msgid "How to provide a translation for inclusion in a package"
346 msgstr "どの様にして提供した翻訳をパッケージに含めてもらうか"
347
348 # type: Content of: <chapter><section><section><para>
349 #. type: Content of: <chapter><section><section><para>
350 #: l10n.dbk:188
351 msgid ""
352 "Make sure your translation is correct (asking for review on your l10n "
353 "mailing list) before providing it for inclusion.  It will save time for "
354 "everyone, and avoid the chaos resulting in having several versions of the "
355 "same document in bug reports."
356 msgstr ""
357
358 # type: Content of: <chapter><section><section><para>
359 #. type: Content of: <chapter><section><section><para>
360 #: l10n.dbk:194
361 msgid ""
362 "The best solution is to file a regular bug containing the translation "
363 "against the package.  Make sure to use the 'PATCH' tag, and to not use a "
364 "severity higher than 'wishlist', since the lack of translation never "
365 "prevented a program from running."
366 msgstr ""
367
368 # type: Content of: <chapter><section><title>
369 #. type: Content of: <chapter><section><title>
370 #: l10n.dbk:204
371 msgid "Best current practice concerning l10n"
372 msgstr "l10n に関する現状でのベストプラクティス"
373
374 # type: Content of: <chapter><section><itemizedlist><listitem><para>
375 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
376 #: l10n.dbk:208
377 msgid ""
378 "As a maintainer, never edit the translations in any way (even to reformat "
379 "the layout) without asking on the corresponding l10n mailing list.  You risk "
380 "for example breaksing the encoding of the file by doing so.  Moreover, what "
381 "you consider an error can be right (or even needed) in the given language."
382 msgstr ""
383
384 # type: Content of: <chapter><section><itemizedlist><listitem><para>
385 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
386 #: l10n.dbk:216
387 msgid ""
388 "As a translator, if you find an error in the original text, make sure to "
389 "report it.  Translators are often the most attentive readers of a given "
390 "text, and if they don't report the errors they find, nobody will."
391 msgstr ""
392
393 # type: Content of: <chapter><section><itemizedlist><listitem><para>
394 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
395 #: l10n.dbk:223
396 msgid ""
397 "In any case, remember that the major issue with l10n is that it requires "
398 "several people to cooperate, and that it is very easy to start a flamewar "
399 "about small problems because of misunderstandings.  So if you have problems "
400 "with your interlocutor, ask for help on the corresponding l10n mailing list, "
401 "on debian-i18n, or even on debian-devel (but beware, l10n discussions very "
402 "often become flamewars on that list :)"
403 msgstr ""
404
405 # type: Content of: <chapter><section><itemizedlist><listitem><para>
406 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
407 #: l10n.dbk:233
408 msgid ""
409 "In any case, cooperation can only be achieved with <emphasis role=\"strong"
410 "\">mutual respect</emphasis>."
411 msgstr ""
412