chiark / gitweb /
update Japanese translation
[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: 2010-06-20 09:23-0400\n"
8 "PO-Revision-Date: 2010-08-24 10:27+0900\n"
9 "Last-Translator: Hideki Yamane <henrich@debian.org>\n"
10 "Language-Team: Debian JP Project <debian-doc@debian.or.jp>\n"
11 "Language: Japanese\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 #. type: Content of: <chapter><title>
17 #: l10n.dbk:7
18 msgid "Internationalization and Translations"
19 msgstr "国際化と翻訳"
20
21 # type: Content of: <chapter><para>
22 #. type: Content of: <chapter><para>
23 #: l10n.dbk:9
24 msgid ""
25 "Debian supports an ever-increasing number of natural languages.  Even if you "
26 "are a native English speaker and do not speak any other language, it is part "
27 "of your duty as a maintainer to be aware of issues of internationalization "
28 "(abbreviated i18n because there are 18 letters between the 'i' and the 'n' "
29 "in internationalization).  Therefore, even if you are ok with English-only "
30 "programs, you should read most of this chapter."
31 msgstr ""
32 "Debian がサポートしている自然言語の数は未だ増え続けています。あなたが英語圏の"
33 "ネイティブスピーカーで他の言語を話さないとしても、国際化の問題について注意を"
34 "払うことはメンテナとしてのあなたの責務です (internationalization の 'i' と "
35 "'n' の間に 18 文字があるので i18n と略されます)。つまり、あなたが英語のみのプ"
36 "ログラムを扱っていて問題がない場合であっても、この章の大部分を読んでおく必要"
37 "があるということです。"
38
39 # type: Content of: <chapter><para>
40 #. type: Content of: <chapter><para>
41 #: l10n.dbk:17
42 msgid ""
43 "According to <ulink url=\"&url-i18n-intro;\">Introduction to i18n</ulink> "
44 "from Tomohiro KUBOTA, I18N (internationalization) means modification of a "
45 "software or related technologies so that a software can potentially handle "
46 "multiple languages, customs, and so on in the world, while L10N "
47 "(localization) means implementation of a specific language for an already "
48 "internationalized software."
49 msgstr ""
50 "久保田智広さんによる <ulink url=\"&url-i18n-intro;\">Introduction to i18n</"
51 "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 "i18n の問題を横においたとしても、一般的なガイドラインは与えられておらず、"
83 "Debian 内で移植作業用の buildd のメカニズムと比較できるような l10n 用に中心と"
84 "なるインフラは実際のところ存在していません。そのため、多くの作業は手動で行わねば"
85 "なりません。"
86
87 # type: Content of: <chapter><section><title>
88 #. type: Content of: <chapter><section><title>
89 #: l10n.dbk:40
90 msgid "How translations are handled within Debian"
91 msgstr "どの様にして Debian では翻訳が取り扱われているか"
92
93 # type: Content of: <chapter><section><para>
94 #. type: Content of: <chapter><section><para>
95 #: l10n.dbk:42
96 msgid ""
97 "Handling translation of the texts contained in a package is still a manual "
98 "task, and the process depends on the kind of text you want to see translated."
99 msgstr ""
100 "パッケージに含まれている文章の翻訳の取扱いは未だ手動であり、作業のやり方は"
101 "翻訳を表示させたい文の種類に因ります。"
102
103 # type: Content of: <chapter><section><para>
104 #. type: Content of: <chapter><section><para>
105 #: l10n.dbk:46
106 msgid ""
107 "For program messages, the gettext infrastructure is used most of the time.  "
108 "Most of the time, the translation is handled upstream within projects like "
109 "the <ulink url=\"&url-l10n-tp;\">Free Translation Project</ulink>, the "
110 "<ulink url=\"&url-l10n-gnome;\">Gnome translation Project</ulink> or the "
111 "<ulink url=\"&url-l10n-kde;\">KDE one</ulink>.  The only centralized "
112 "resource within Debian is the <ulink url=\"&url-l10n;\">Central Debian "
113 "translation statistics</ulink>, where you can find some statistics about the "
114 "translation files found in the actual packages, but no real infrastructure "
115 "to ease the translation process."
116 msgstr ""
117 "プログラムのメッセージについては、ほとんどの場合 gettext という仕組みが使わ"
118 "れています。多くの場合、翻訳は <ulink url=\"&url-l10n-tp;\">Free Translation "
119 "Project</ulink> や <ulink url=\"&url-l10n-gnome;\">Gnome 翻訳プロジェクト"
120 "</ulink>、<ulink url=\"&url-l10n-kde;/\">KDE one</ulink> などの開発元 "
121 "(upstream) のプロジェクトで取り扱われています。Debian で唯一の集約化された情"
122 "報は <ulink url=\"&url-l10n;\">Debian の翻訳に関する統計</ulink>で、実際の"
123 "パッケージ内での翻訳ファイルの状況について確認できますが、翻訳作業を実際に容"
124 "易にする仕組みではありません。"
125
126 #. type: Content of: <chapter><section><para>
127 #: l10n.dbk:59
128 msgid ""
129 "An effort to translate the package descriptions started long ago, even if "
130 "very little support is offered by the tools to actually use them (i.e., only "
131 "APT can use them, when configured correctly).  Maintainers don't need to do "
132 "anything special to support translated package descriptions; translators "
133 "should use the <ulink url=\"&url-ddtp;\">Debian Description Translation "
134 "Project (DDTP)</ulink>."
135 msgstr ""
136 "パッケージ説明文の翻訳作業はかなり昔に始まりました―実際にそれを使うツール"
137 "がほんの少ししか機能を提供していなかったとしても (つまり、APT だけが設定を"
138 "正確に行ったときのみ利用できたのです)。メンテナはパッケージの説明文をサポート"
139 "するのに何も特別なことをする必要はありません。翻訳者は <ulink url"
140 "=\"&url-ddtp;\">Debian Description Translation Project (DDTP)</ulink> を使う"
141 "必要があります。"
142
143 #. type: Content of: <chapter><section><para>
144 #: l10n.dbk:66
145 msgid ""
146 "For <systemitem role=\"package\">debconf</systemitem> templates, maintainers "
147 "should use the <systemitem role=\"package\">po-debconf</systemitem> package "
148 "to ease the work of translators, who could use the DDTP to do their work "
149 "(but the French and Brazilian teams don't).  Some statistics can be found "
150 "both on the <ulink url=\"&url-ddtp;\">DDTP site</ulink> (about what is "
151 "actually translated), and on the <ulink url=\"&url-l10n;\">Central Debian "
152 "translation statistics</ulink> site (about what is integrated in the "
153 "packages)."
154 msgstr ""
155 "<systemitem role=\"package\">debconf</systemitem> テンプレートについては、"
156 "メンテナは翻訳者の作業を容易にするため <systemitem role=\"package\">"
157 "po-debconf</systemitem> パッケージを使う必要があります。翻訳者は作業に DDTP を"
158 "使うことが出来ます (フランスチームとブラジルチームは使っていませんが)。"
159 "<ulink url=\"&url-ddtp;\">DDTP のサイト</ulink> (実際に何が翻訳されているか) " "と <ulink url=\"&url-l10n;\">Debian の翻訳に関する統計</ulink> サイト "
160 "(パッケージに何が含まれているか) の双方で統計情報を得ることが出来ます。"
161
162 # type: Content of: <chapter><section><para>
163 #. type: Content of: <chapter><section><para>
164 #: l10n.dbk:75
165 msgid ""
166 "For web pages, each l10n team has access to the relevant VCS, and the "
167 "statistics are available from the Central Debian translation statistics site."
168 msgstr ""
169 "ウェブページについては、それぞれの l10n チームが対応する VCS にアクセスし、"
170 "Debian の翻訳に関する統計サイトから統計情報が取得できます。"
171
172 # type: Content of: <chapter><section><para>
173 #. type: Content of: <chapter><section><para>
174 #: l10n.dbk:79
175 msgid ""
176 "For general documentation about Debian, the process is more or less the same "
177 "as for the web pages (the translators have access to the VCS), but there are "
178 "no statistics pages."
179 msgstr ""
180 "Debian についての一般的なドキュメントは、作業は多少の差はあれウェブページと同"
181 "じです (翻訳者は VCS にアクセスします)。ですが、統計情報のページはありませ"
182 "ん。"
183
184 # type: Content of: <chapter><section><para>
185 #. type: Content of: <chapter><section><para>
186 #: l10n.dbk:84
187 msgid ""
188 "For package-specific documentation (man pages, info documents, other "
189 "formats), almost everything remains to be done."
190 msgstr ""
191 "パッケージ固有のドキュメント (man ページ、info ドキュメントその他) は、"
192 "ほとんどすべてが手付かずです。"
193
194 # type: Content of: <chapter><section><para>
195 #. type: Content of: <chapter><section><para>
196 #: l10n.dbk:88
197 msgid ""
198 "Most notably, the KDE project handles translation of its documentation in "
199 "the same way as its program messages."
200 msgstr ""
201 "特記しておくこととして、KDE プロジェクトはドキュメントの翻訳をプログラムの"
202 "メッセージと同じやり方で取り扱っています。"
203
204 # type: Content of: <chapter><section><para>
205 #. type: Content of: <chapter><section><para>
206 #: l10n.dbk:92
207 msgid ""
208 "There is an effort to handle Debian-specific man pages within a <ulink url="
209 "\"&url-cvsweb;manpages/?cvsroot=debian-doc\">specific VCS repository</ulink>."
210 msgstr ""
211 "Debian 固有の man ページを <ulink url=\"&url-cvsweb;manpages/?cvsroot=debian-"
212 "doc\">特定の VCS リポジトリ</ulink> で取り扱おうという動きもあります。"
213
214 # type: Content of: <chapter><section><title>
215 #. type: Content of: <chapter><section><title>
216 #: l10n.dbk:99
217 msgid "I18N &amp; L10N FAQ for maintainers"
218 msgstr "メンテナへの I18N &amp; L10N FAQ"
219
220 # type: Content of: <chapter><section><para>
221 #. type: Content of: <chapter><section><para>
222 #: l10n.dbk:101
223 msgid ""
224 "This is a list of problems that maintainers may face concerning i18n and "
225 "l10n.  While reading this, keep in mind that there is no real consensus on "
226 "these points within Debian, and that this is only advice.  If you have a "
227 "better idea for a given problem, or if you disagree on some points, feel "
228 "free to provide your feedback, so that this document can be enhanced."
229 msgstr ""
230 "これはメンテナが i18n や l10n を考えるのにあたって直面するであろう問題の一覧"
231 "です。読み進める間、Debian でこれらの点について実際のコンセンサスは得られて"
232 "いないことを念頭においてください。これは単にアドバイスです。出てきた問題に"
233 "ついてもっと良い考えがある、あるいはいくかの点で賛同できないという場合は、"
234 "連絡をして頂いて構いません。そのことによって、この文章の質をさらに高めること"
235 "ができます。"
236
237 # type: Content of: <chapter><section><section><title>
238 #. type: Content of: <chapter><section><section><title>
239 #: l10n.dbk:108
240 msgid "How to get a given text translated"
241 msgstr "翻訳された文章を得るには"
242
243 #. type: Content of: <chapter><section><section><para>
244 #: l10n.dbk:110
245 msgid ""
246 "To translate package descriptions or <systemitem role=\"package\">debconf</"
247 "systemitem> templates, you have nothing to do; the DDTP infrastructure will "
248 "dispatch the material to translate to volunteers with no need for "
249 "interaction from your part."
250 msgstr ""
251 "パッケージの説明文や <systemitem role=\"package\">debconf</systemitem> "
252 "テンプレートを翻訳してもらうには、あなたは何もする必要はありません。DDTP の"
253 "インフラが作業者に翻訳してもらう素材を割り当てるのに、あなた側から働きかける"
254 "必要はありません。"
255
256 # type: Content of: <chapter><section><section><para>
257 #. type: Content of: <chapter><section><section><para>
258 #: l10n.dbk:115
259 msgid ""
260 "For all other material (gettext files, man pages, or other documentation), "
261 "the best solution is to put your text somewhere on the Internet, and ask on "
262 "debian-i18n for a translation in different languages.  Some translation team "
263 "members are subscribed to this list, and they will take care of the "
264 "translation and of the reviewing process.  Once they are done, you will get "
265 "your translated document from them in your mailbox."
266 msgstr ""
267 "他の素材 (gettext ファイル、man ページ、その他のドキュメント)については、"
268 "最も良い解決策は文章をインターネットのどこかに置いて debian-i18n で他の言語へ"
269 "翻訳を頼むことです。翻訳チームのメンバーの何名かはこのメーリングリストに登録"
270 "しており、翻訳とレビュー作業を担当します。一旦作業が完了すれば、翻訳された"
271 "文章がメールボックスへと届くでしょう。"
272
273 # type: Content of: <chapter><section><section><title>
274 #. type: Content of: <chapter><section><section><title>
275 #: l10n.dbk:125
276 msgid "How to get a given translation reviewed"
277 msgstr "どの様にして提供された翻訳をレビューするか"
278
279 # type: Content of: <chapter><section><section><para>
280 #. type: Content of: <chapter><section><section><para>
281 #: l10n.dbk:127
282 msgid ""
283 "From time to time, individuals translate some texts in your package and will "
284 "ask you for inclusion of the translation in the package.  This can become "
285 "problematic if you are not fluent in the given language.  It is a good idea "
286 "to send the document to the corresponding l10n mailing list, asking for a "
287 "review.  Once it has been done, you should feel more confident in the "
288 "quality of the translation, and feel safe to include it in your package."
289 msgstr ""
290 "時折、あなたのパッケージ内の文章を訳して翻訳をパッケージに含めるように依頼"
291 "する人が出てきます。これはあなたがその言語に詳しくない場合、問題となり得ます。"
292 "その文章を対応する l10n メーリングリストに投稿し、レビューを依頼するのが良い"
293 "考えです。一旦レビューが終われば、翻訳の質に自信を持つでしょうし、パッケージ"
294 "に含めるのにも安心を覚えるでしょう。"
295
296 # type: Content of: <chapter><section><section><title>
297 #. type: Content of: <chapter><section><section><title>
298 #: l10n.dbk:137
299 msgid "How to get a given translation updated"
300 msgstr "どの様にして翻訳してもらった文章を更新するか"
301
302 # type: Content of: <chapter><section><section><para>
303 #. type: Content of: <chapter><section><section><para>
304 #: l10n.dbk:139
305 msgid ""
306 "If you have some translations of a given text lying around, each time you "
307 "update the original, you should ask the previous translator to update the "
308 "translation with your new changes.  Keep in mind that this task takes time; "
309 "at least one week to get the update reviewed and all."
310 msgstr ""
311 "放置していた文章に翻訳文がある場合、毎回元の文章を更新する際には、以前翻訳"
312 "した人に新たに変更した点に合わせて翻訳を更新してもらうように依頼する必要が"
313 "あります。この作業には時間がかかることを覚えておいてください―更新をレビュー"
314 "してもらったりするには少なくとも1週間はかかります。"
315
316 # type: Content of: <chapter><section><section><para>
317 #. type: Content of: <chapter><section><section><para>
318 #: l10n.dbk:145
319 msgid ""
320 "If the translator is unresponsive, you may ask for help on the corresponding "
321 "l10n mailing list.  If everything fails, don't forget to put a warning in "
322 "the translated document, stating that the translation is somehow outdated, "
323 "and that the reader should refer to the original document if possible."
324 msgstr ""
325 "翻訳者が応答してこない場合、対応する l10n メーリングリストに助力を願い出ま"
326 "しょう。すべてうまくいかなかった場合は、翻訳文中に翻訳がとにかく古い事の警告"
327 "を入れておくの忘れないようにして、できれば読者がオリジナルの文章を参照するよう"
328 "にしましょう。"
329
330 # type: Content of: <chapter><section><section><para>
331 #. type: Content of: <chapter><section><section><para>
332 #: l10n.dbk:151
333 msgid ""
334 "Avoid removing a translation completely because it is outdated.  Old "
335 "documentation is often better than no documentation at all for non-English "
336 "speakers."
337 msgstr ""
338 "古くなっているからといって翻訳を全て削除するのは避けてください。非英語圏の"
339 "ユーザにとって何もドキュメントが無いよりは古いドキュメントがある方が有益であ"
340 "ることが往々にしてあります。"
341
342 # type: Content of: <chapter><section><section><title>
343 #. type: Content of: <chapter><section><section><title>
344 #: l10n.dbk:158
345 msgid "How to handle a bug report concerning a translation"
346 msgstr "どの様にして翻訳関連のバグ報告を取り扱うか"
347
348 # type: Content of: <chapter><section><section><para>
349 #.  TODO: add the i18n tag to the bug? 
350 #. type: Content of: <chapter><section><section><para>
351 #: l10n.dbk:160
352 msgid ""
353 "The best solution may be to mark the bug as forwarded to upstream, and "
354 "forward it to both the previous translator and his/her team (using the "
355 "corresponding debian-l10n-XXX mailing list)."
356 msgstr ""
357 "最も良い解決策は開発元のバグという印を付けておいて (forward)、以前の翻訳者と"
358 "関連するチーム (対応する debian-l10n-XXX メーリングリスト) に転送すること"
359 "です。"
360
361 # type: Content of: <chapter><section><title>
362 #. type: Content of: <chapter><section><title>
363 #: l10n.dbk:170
364 msgid "I18N &amp; L10N FAQ for translators"
365 msgstr "翻訳者への I18N &amp; L10N FAQ"
366
367 # type: Content of: <chapter><section><para>
368 #. type: Content of: <chapter><section><para>
369 #: l10n.dbk:172
370 msgid ""
371 "While reading this, please keep in mind that there is no general procedure "
372 "within Debian concerning these points, and that in any case, you should "
373 "collaborate with your team and the package maintainer."
374 msgstr ""
375 "これを読み進める間、Debian においてこれらの点に関する一般的な手続きは存在"
376 "していないこと、そしていかなる場合でもチームやパッケージメンテナと協調して"
377 "作業する必要があることを念頭においてください。"
378
379 # type: Content of: <chapter><section><section><title>
380 #. type: Content of: <chapter><section><section><title>
381 #: l10n.dbk:177
382 msgid "How to help the translation effort"
383 msgstr "どの様にして翻訳作業を支援するか"
384
385 # type: Content of: <chapter><section><section><para>
386 #. type: Content of: <chapter><section><section><para>
387 #: l10n.dbk:179
388 msgid ""
389 "Choose what you want to translate, make sure that nobody is already working "
390 "on it (using your debian-l10n-XXX mailing list), translate it, get it "
391 "reviewed by other native speakers on your l10n mailing list, and provide it "
392 "to the maintainer of the package (see next point)."
393 msgstr ""
394 "翻訳したい文章を選び、誰もまだ作業をしていないことを確認し (debian-l10n-XXX "
395 "メーリングリストを参照。日本語の場合は debian-doc@debian.or.jp を参照して"
396 "ください)、翻訳し、l10n メーリングリストで他のネイティブスピーカーにレビューを"
397 "してもらい、パッケージメンテナに提供します (次の段を参照)。"
398
399 # type: Content of: <chapter><section><section><title>
400 #. type: Content of: <chapter><section><section><title>
401 #: l10n.dbk:187
402 msgid "How to provide a translation for inclusion in a package"
403 msgstr "どの様にして提供した翻訳をパッケージに含めてもらうか"
404
405 # type: Content of: <chapter><section><section><para>
406 #. type: Content of: <chapter><section><section><para>
407 #: l10n.dbk:189
408 msgid ""
409 "Make sure your translation is correct (asking for review on your l10n "
410 "mailing list) before providing it for inclusion.  It will save time for "
411 "everyone, and avoid the chaos resulting in having several versions of the "
412 "same document in bug reports."
413 msgstr ""
414 "含めてもらう翻訳が正しいかどうかを提供する前に確認してください (l10n "
415 "メーリングリストでレビューを依頼しましょう)。皆の時間を節約し、バグレポートに"
416 "複数バージョンの同じ文章があるというカオス状態を避けることになります。"
417
418 # type: Content of: <chapter><section><section><para>
419 #. type: Content of: <chapter><section><section><para>
420 #: l10n.dbk:195
421 msgid ""
422 "The best solution is to file a regular bug containing the translation "
423 "against the package.  Make sure to use the 'PATCH' tag, and to not use a "
424 "severity higher than 'wishlist', since the lack of translation never "
425 "prevented a program from running."
426 msgstr ""
427 "最も良いやり方は、パッケージに対して翻訳を含めて通常のバグとして登録する"
428 "ことです。忘れずに「patch」タグを使い、翻訳が欠けていたとしてもプログラムの"
429 "動作に支障は無いので「wishlist」以上の重要度を使わないようにしましょう。"
430
431 # type: Content of: <chapter><section><title>
432 #. type: Content of: <chapter><section><title>
433 #: l10n.dbk:205
434 msgid "Best current practice concerning l10n"
435 msgstr "l10n に関する現状でのベストプラクティス"
436
437 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
438 #: l10n.dbk:209
439 msgid ""
440 "As a maintainer, never edit the translations in any way (even to reformat "
441 "the layout) without asking on the corresponding l10n mailing list.  You risk "
442 "for example breaking the encoding of the file by doing so.  Moreover, what "
443 "you consider an error can be right (or even needed) in the given language."
444 msgstr ""
445 "メンテナとしては、翻訳については関連の l10n メーリングリストに尋ねること無く"
446 "どの様な方法であれいじらないこと (レイアウトを変えることでさえしないこと) です"
447 "。もしいじってしまうと、例えばファイルのエンコーディングを破壊する危険があり"
448 "ます。さらに、あなたが間違いだとおもっていることがその言語では正解である (また"
449 "は必要ですらある) ことがあり得ます。"
450
451 # type: Content of: <chapter><section><itemizedlist><listitem><para>
452 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
453 #: l10n.dbk:217
454 msgid ""
455 "As a translator, if you find an error in the original text, make sure to "
456 "report it.  Translators are often the most attentive readers of a given "
457 "text, and if they don't report the errors they find, nobody will."
458 msgstr ""
459 "翻訳者としては、元の文章に間違いを見つけた場合は必ず報告することです。"
460 "翻訳者はしばしばその文章の最も注意深い読者であり、翻訳者が見つけた間違い"
461 "を報告しないのならば誰も報告しないでしょう。"
462
463 # type: Content of: <chapter><section><itemizedlist><listitem><para>
464 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
465 #: l10n.dbk:224
466 msgid ""
467 "In any case, remember that the major issue with l10n is that it requires "
468 "several people to cooperate, and that it is very easy to start a flamewar "
469 "about small problems because of misunderstandings.  So if you have problems "
470 "with your interlocutor, ask for help on the corresponding l10n mailing list, "
471 "on debian-i18n, or even on debian-devel (but beware, l10n discussions very "
472 "often become flamewars on that list :)"
473 msgstr ""
474 "いずれの場合でも、l10n に関する最も大きな問題は複数人の協調であり、誤解から"
475 "小さな問題でフレームウォーを起こすのはとても簡単だということです。ですので、"
476 "もし貴方の話し相手と問題が起こっている場合は、関連する l10n メーリングリスト"
477 "や debian-i18n メーリングリスト、さらにあるいは debian-devel メーリングリスト"
478 "に助けを求めてください (ですが、ご注意を。l10n 関連の議論は debian-devel では"
479 "頻繁にフレームウォーになります :)"
480
481 # type: Content of: <chapter><section><itemizedlist><listitem><para>
482 #. type: Content of: <chapter><section><itemizedlist><listitem><para>
483 #: l10n.dbk:234
484 msgid ""
485 "In any case, cooperation can only be achieved with <emphasis role=\"strong"
486 "\">mutual respect</emphasis>."
487 msgstr ""
488 "何にせよ、協調は<emphasis role=\"strong\">互いを尊敬しあうこと</emphasis>に"
489 "よってのみ成し得ます。"