Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

573 lines
14 KiB

14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
  1. # Japanese translation file for Mumble-Django.
  2. #
  3. # Copyright (C) 2009, withgod <noname@withgod.jp>
  4. # Michael "Svedrin" Ziegler <diese-addy@funzt-halt.net>
  5. #
  6. # Mumble-Django is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2 of the License, or
  9. # (at your option) any later version.
  10. #
  11. # This package is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. #
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: Mumble-Django v0.8\n"
  19. "Report-Msgid-Bugs-To: \n"
  20. "POT-Creation-Date: 2010-04-27 11:48+0200\n"
  21. "PO-Revision-Date: 2010-03-15 21:47\n"
  22. "Last-Translator: <nocontents@gmail.com>\n"
  23. "MIME-Version: 1.0\n"
  24. "Content-Type: text/plain; charset=UTF-8\n"
  25. "Content-Transfer-Encoding: 8bit\n"
  26. "X-Translated-Using: django-rosetta 0.5.2\n"
  27. #: admin.py:34 admin.py:58
  28. msgid "Master is running"
  29. msgstr "マスター実行中"
  30. #: admin.py:42 templates/mumble/mumble.html:33
  31. msgid "Server version"
  32. msgstr "サーババージョン"
  33. #: admin.py:66 models.py:186 templates/mumble/mumble.html:28
  34. msgid "Server Address"
  35. msgstr "サーバアドレス"
  36. #: admin.py:73 models.py:189
  37. msgid "Server Port"
  38. msgstr "サーバポート"
  39. #: admin.py:78
  40. msgid "Instance is running"
  41. msgstr "インスタンス実行中"
  42. #: admin.py:88
  43. msgid "Registered users"
  44. msgstr "ユーザ登録"
  45. #: admin.py:98
  46. msgid "Online users"
  47. msgstr "オンラインのユーザ"
  48. #: admin.py:108
  49. msgid "Channel count"
  50. msgstr "チャンネル数"
  51. #: admin.py:115
  52. msgid "Yes"
  53. msgstr "はい"
  54. #: admin.py:117
  55. msgid "No"
  56. msgstr "いいえ"
  57. #: admin.py:121
  58. msgid "Public"
  59. msgstr "公開"
  60. #: admin.py:139 models.py:665 templates/mumble/mumble.html:235
  61. msgid "Admin on root channel"
  62. msgstr "管理者権限を与える"
  63. #: forms.py:83
  64. msgid "Password required to join. Leave empty for public servers."
  65. msgstr ""
  66. "サーバに参加するにはパスワードが必要。空白にすると公開サーバになります。"
  67. #: forms.py:86
  68. msgid "If on, IP adresses of the clients are not logged."
  69. msgstr "If on, IP adresses of the clients are not logged."
  70. #: forms.py:142
  71. #, python-format
  72. msgid ""
  73. "Port number %(portno)d is not within the allowed range %(minrange)d - %"
  74. "(maxrange)d"
  75. msgstr ""
  76. "ポート番号 %(portno)d は許可されていません、次の範囲が許可されています %"
  77. "(minrange)d - %(maxrange)d"
  78. #: forms.py:152
  79. msgid "Default config"
  80. msgstr "デフォルトコンフィグ"
  81. #: forms.py:165 templates/mumble/offline.html:12
  82. msgid "This server is currently offline."
  83. msgstr "このサーバーは現在停止中です。"
  84. #: forms.py:190
  85. msgid "That name is forbidden by the server."
  86. msgstr "その名前はサーバによって不可視にされています"
  87. #: forms.py:193 models.py:617
  88. msgid "Another player already registered that name."
  89. msgstr "その名前は既に使われています."
  90. #: forms.py:201 forms.py:307 models.py:619
  91. msgid "Cannot register player without a password!"
  92. msgstr "パスワードは必須です"
  93. #: forms.py:213 models.py:203
  94. msgid "Server Password"
  95. msgstr "サーバパスワード"
  96. #: forms.py:214
  97. msgid ""
  98. "This server is private and protected mode is active. Please enter the server "
  99. "password."
  100. msgstr ""
  101. "本サーバをプライベート及びプロテクトモードで利用する場合は、パスワードを入力"
  102. "してください。"
  103. #: forms.py:222 forms.py:274
  104. msgid "The password you entered is incorrect."
  105. msgstr "パスワードが不正です。"
  106. #: forms.py:237
  107. msgid "Link account"
  108. msgstr "アカウントリンク"
  109. #: forms.py:238
  110. msgid ""
  111. "The account already exists and belongs to me, just link it instead of "
  112. "creating."
  113. msgstr ""
  114. "アカウントは既に存在していて、自分にリンクしています。リンクの変わりに作成し"
  115. "て下さい。"
  116. #: forms.py:255
  117. msgid "No such user found."
  118. msgstr "ユーザが見つかりません"
  119. #: forms.py:290
  120. msgid "That account belongs to someone else."
  121. msgstr "このアカウントは既に他のアカウントにリンクされています。"
  122. #: forms.py:293
  123. msgid "Linking Admin accounts is not allowed."
  124. msgstr "管理者アカウントへのリンクは許可されていません"
  125. #: forms.py:322
  126. msgid "Use my Gravatar as my Texture"
  127. msgstr ""
  128. #: forms.py:323 templates/mumble/mumble.html:65
  129. #: templates/mumble/mumble.html.py:160 templates/mumble/mumble.html:290
  130. msgid "User Texture"
  131. msgstr "ユーザ画像"
  132. #: models.py:66
  133. msgid "DBus or ICE base"
  134. msgstr "DBusもしくはICE"
  135. #: models.py:67
  136. msgid ""
  137. "Examples: 'net.sourceforge.mumble.murmur' for DBus or 'Meta:tcp -h 127.0.0.1 "
  138. "-p 6502' for Ice."
  139. msgstr ""
  140. "例: DBusなら'net.sourceforge.mumble.murmur' Iceなら'Meta:tcp -h 127.0.0.1 -p "
  141. "6502'"
  142. #: models.py:68
  143. msgid "Ice Secret"
  144. msgstr "Ice Secret"
  145. #: models.py:71 models.py:183
  146. msgid "Mumble Server"
  147. msgstr "マンブルユーザID"
  148. #: models.py:72
  149. msgid "Mumble Servers"
  150. msgstr "マンブルユーザID"
  151. #: models.py:184
  152. msgid "Server Name"
  153. msgstr "サーバ名"
  154. #: models.py:185
  155. msgid "Server ID"
  156. msgstr "サーバID"
  157. #: models.py:187
  158. msgid ""
  159. "Hostname or IP address to bind to. You should use a hostname here, because "
  160. "it will appear on the global server list."
  161. msgstr ""
  162. "利用するホスト名もしくはIPアドレス. ホスト名も利用することが出来ます。 サーバ"
  163. "一覧に表示されます。."
  164. #: models.py:190
  165. msgid "Port number to bind to. Leave empty to auto assign one."
  166. msgstr ""
  167. "利用するポート番号を指定します、未指定の場合空いているポートを利用します。"
  168. #: models.py:191
  169. msgid "Server Display Address"
  170. msgstr "サーバアドレス"
  171. #: models.py:192
  172. msgid ""
  173. "This field is only relevant if you are located behind a NAT, and names the "
  174. "Hostname or IP address to use in the Channel Viewer and for the global "
  175. "server list registration. If not given, the addr and port fields are used. "
  176. "If display and bind ports are equal, you can omit it here."
  177. msgstr ""
  178. "本項目は、NATの内側等にあるサーバに適切です。ホスト名もしくはIPアドレスを、"
  179. "チャンネルビューアや、サーバリスト登録に使います。 "
  180. #: models.py:198
  181. msgid "Superuser Password"
  182. msgstr "管理者パスワード"
  183. #: models.py:201
  184. msgid "Website URL"
  185. msgstr "ウェブサイトのURL"
  186. #: models.py:202
  187. msgid "Welcome Message"
  188. msgstr "サーバメッセージ"
  189. #: models.py:204
  190. msgid "Max. Users"
  191. msgstr "最大ユーザ数"
  192. #: models.py:205
  193. msgid "Bandwidth [Bps]"
  194. msgstr "帯域制限 [Bps]"
  195. #: models.py:206
  196. msgid "SSL Certificate"
  197. msgstr "SSL認証"
  198. #: models.py:207
  199. msgid "SSL Key"
  200. msgstr "SSL認証鍵"
  201. #: models.py:208
  202. msgid "Player name regex"
  203. msgstr "ユーザ名の正規表現制限"
  204. #: models.py:209
  205. msgid "Channel name regex"
  206. msgstr "チャンネル名の正規表現制限"
  207. #: models.py:210
  208. msgid "Default channel"
  209. msgstr "デフォルトチャンネル"
  210. #: models.py:211
  211. msgid "Timeout"
  212. msgstr "タイムアウト"
  213. #: models.py:213
  214. msgid "IP Obfuscation"
  215. msgstr "IPアドレス隠蔽"
  216. #: models.py:214
  217. msgid "Require Certificate"
  218. msgstr "SSL認証"
  219. #: models.py:215
  220. msgid "Maximum length of text messages"
  221. msgstr "テキストメッセージの最大文字数"
  222. #: models.py:216
  223. msgid "Allow HTML to be used in messages"
  224. msgstr "HTMLメッセージを許可する"
  225. #: models.py:217
  226. msgid "Publish this server via Bonjour"
  227. msgstr "Bonjourでこのサーバを公開する"
  228. #: models.py:218
  229. msgid "Boot Server when Murmur starts"
  230. msgstr "Murmur起動時にサーバを起動します"
  231. #: models.py:236 models.py:237
  232. msgid "Boot Server"
  233. msgstr "サーバ起動"
  234. #: models.py:241 models.py:575
  235. msgid "Server instance"
  236. msgstr "サーバインスタンス"
  237. #: models.py:242
  238. msgid "Server instances"
  239. msgstr "全サーバインスタンス"
  240. #: models.py:535 models.py:741
  241. msgid "This field must not be updated once the record has been saved."
  242. msgstr "この項目はアップデート出来ません."
  243. #: models.py:572
  244. msgid "Mumble player_id"
  245. msgstr "マンブルユーザID"
  246. #: models.py:573
  247. msgid "User name and Login"
  248. msgstr "ユーザID"
  249. #: models.py:574
  250. msgid "Login password"
  251. msgstr "パスワード"
  252. #: models.py:576 templates/mumble/mumble.html:305
  253. msgid "Account owner"
  254. msgstr "アカウントの所有者"
  255. #: models.py:578
  256. msgid "The user's comment."
  257. msgstr "ユーザコメント"
  258. #: models.py:579
  259. msgid "The user's hash."
  260. msgstr "ユーザのハッシュ"
  261. #: models.py:588
  262. msgid "User account"
  263. msgstr "ユーザアカウント"
  264. #: models.py:589
  265. msgid "User accounts"
  266. msgstr "全ユーザアカウント"
  267. #: models.py:596
  268. #, python-format
  269. msgid "Mumble user %(mu)s on %(srv)s owned by Django user %(du)s"
  270. msgstr "マンブルユーザ %(mu)s は %(srv)s のDjangoユーザ %(du)s です"
  271. #: templates/mumble/list.html:20
  272. msgid "No server instances have been configured yet."
  273. msgstr "サーバ設定が存在しません"
  274. #: templates/mumble/mumble.html:16
  275. msgid ""
  276. "\n"
  277. " <b>Hint:</b><br />\n"
  278. " This area is used to display additional information for each channel "
  279. "and player, but requires JavaScript to be\n"
  280. " displayed correctly. You will not see the detail pages, but you can "
  281. "use all links and forms\n"
  282. " that are displayed.\n"
  283. " "
  284. msgstr ""
  285. "\n"
  286. " <b>ヒント:</b><br />\n"
  287. " このエリアはチャンネル情報をやプレーヤー情報を表示するのにjavascriptが"
  288. "必要です\n"
  289. " javascriptをオンにしないと、すべての情報を閲覧することは出来ませ"
  290. "ん。 "
  291. #: templates/mumble/mumble.html:31
  292. msgid "Website"
  293. msgstr "ウェブサイト"
  294. #: templates/mumble/mumble.html:34
  295. msgid "Minimal view"
  296. msgstr "縮小表示"
  297. #: templates/mumble/mumble.html:37
  298. msgid "Welcome message"
  299. msgstr "サーバメッセージ"
  300. #: templates/mumble/mumble.html:43
  301. msgid "Server registration"
  302. msgstr "サーバ登録"
  303. #: templates/mumble/mumble.html:46
  304. msgid "You are registered on this server"
  305. msgstr "アカウントは既に登録されています"
  306. #: templates/mumble/mumble.html:48
  307. msgid "You do not have an account on this server"
  308. msgstr "アカウントは登録されていません"
  309. #: templates/mumble/mumble.html:57
  310. #, python-format
  311. msgid ""
  312. "\n"
  313. " <p>You need to be <a href=\"%(login_url)s\">logged in</a> to be able "
  314. "to register an account on this Mumble server.</p>\n"
  315. " "
  316. msgstr ""
  317. "\n"
  318. " <p><a href=\"%(login_url)s\">ログイン</a>してから ユーザをこのMumble"
  319. "サーバに登録する必要があります</p>\n"
  320. " "
  321. #: templates/mumble/mumble.html:67
  322. msgid ""
  323. "\n"
  324. " Sorry, due to a bug in Murmur 1.2.2, displaying and setting the "
  325. "Texture is disabled.\n"
  326. " "
  327. msgstr ""
  328. "\n"
  329. "1.2.2 ではユーザ画像の表示がバグってるため、ユーザ画像表示は無効です。"
  330. #: templates/mumble/mumble.html:72
  331. msgid ""
  332. "\n"
  333. " You can upload an image that you would like to use as your user "
  334. "texture here.\n"
  335. " "
  336. msgstr ""
  337. "\n"
  338. "任意のユーザ画像をここから登録することがきます。"
  339. #: templates/mumble/mumble.html:83
  340. msgid "Your current texture is"
  341. msgstr "現在の画像"
  342. #: templates/mumble/mumble.html:86
  343. msgid "You don't currently have a texture set"
  344. msgstr "貴方は画像を持っていません"
  345. #: templates/mumble/mumble.html:90
  346. msgid ""
  347. "\n"
  348. " Hint: The texture image <b>needs</b> to be 600x60 in size. If "
  349. "you upload an image with\n"
  350. " a different size, it will be resized accordingly.<br />\n"
  351. " "
  352. msgstr ""
  353. "\n"
  354. "ヒント: 画像は600x60である<b>必要</b>があります。そのサイズを超えたり収まらな"
  355. "い 場合は、リサイズが行われます。 <br />\n"
  356. " "
  357. #: templates/mumble/mumble.html:109
  358. msgid "Server administration"
  359. msgstr "サーバ管理"
  360. #: templates/mumble/mumble.html:123
  361. msgid "Player"
  362. msgstr "プレーヤ"
  363. #: templates/mumble/mumble.html:125
  364. msgid "Online since"
  365. msgstr "接続開始時間"
  366. #: templates/mumble/mumble.html:126 templates/mumble/player.html:9
  367. msgid "Authenticated"
  368. msgstr "登録済み"
  369. #: templates/mumble/mumble.html:127 templates/mumble/mumble.html.py:142
  370. msgid "Admin"
  371. msgstr "管理者"
  372. #: templates/mumble/mumble.html:128 templates/mumble/player.html:12
  373. msgid "Muted"
  374. msgstr "発言禁止"
  375. #: templates/mumble/mumble.html:129 templates/mumble/player.html:18
  376. msgid "Deafened"
  377. msgstr "聴取禁止"
  378. #: templates/mumble/mumble.html:130 templates/mumble/player.html:21
  379. msgid "Muted by self"
  380. msgstr "自分で発言禁止"
  381. #: templates/mumble/mumble.html:131 templates/mumble/player.html:24
  382. msgid "Deafened by self"
  383. msgstr "自分で聴取禁止"
  384. #: templates/mumble/mumble.html:133
  385. msgid "IP Address"
  386. msgstr "IPアドレス"
  387. #: templates/mumble/mumble.html:137
  388. msgid "User"
  389. msgstr "ユーザ"
  390. #: templates/mumble/mumble.html:140
  391. msgid "Full Name"
  392. msgstr "名前"
  393. #: templates/mumble/mumble.html:143
  394. msgid "Sign-up date"
  395. msgstr "登録日"
  396. #: templates/mumble/mumble.html:148
  397. msgid "User Comment"
  398. msgstr "ユーザアカウント"
  399. #: templates/mumble/mumble.html:166 templates/mumble/mumble.html.py:180
  400. msgid "Kick user"
  401. msgstr "ユーザをキック"
  402. #: templates/mumble/mumble.html:172
  403. msgid "Reason"
  404. msgstr "意味"
  405. #: templates/mumble/mumble.html:177
  406. msgid "Ban user"
  407. msgstr "ユーザを追放"
  408. #: templates/mumble/mumble.html:187
  409. msgid "Channel"
  410. msgstr "チャンネル"
  411. #: templates/mumble/mumble.html:189
  412. msgid "Channel ID"
  413. msgstr "チャンネルID"
  414. #: templates/mumble/mumble.html:191
  415. msgid "Connect"
  416. msgstr "接続"
  417. #: templates/mumble/mumble.html:194
  418. msgid "Channel description"
  419. msgstr "チャンネル説明"
  420. #: templates/mumble/mumble.html:241
  421. msgid "Delete"
  422. msgstr "削除"
  423. #: templates/mumble/mumble.html:277
  424. msgid "Server Info"
  425. msgstr "サーバ情報"
  426. #: templates/mumble/mumble.html:278
  427. msgid "Registration"
  428. msgstr "登録"
  429. #: templates/mumble/mumble.html:287
  430. msgid "Administration"
  431. msgstr "管理"
  432. #: templates/mumble/mumble.html:294
  433. msgid "User List"
  434. msgstr "ユーザ一覧"
  435. #: templates/mumble/mumble.html:298
  436. msgid "name"
  437. msgstr "名前"
  438. #: templates/mumble/mumble.html:318
  439. msgid "Change password"
  440. msgstr "パスワード"
  441. #: templates/mumble/mumble.html:331
  442. msgid "Add"
  443. msgstr "追加"
  444. #: templates/mumble/mumble.html:343
  445. msgid "Save"
  446. msgstr "セーブ"
  447. #: templates/mumble/mumble.html:369
  448. msgid "Resync with Murmur"
  449. msgstr "Murmurと再同期"
  450. #: templates/mumble/player.html:15
  451. msgid "Suppressed"
  452. msgstr "鎮められた"
  453. #: templates/mumble/player.html:27
  454. msgid "has a User Comment set"
  455. msgstr "コメントをセットされています"