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.

529 lines
13 KiB

  1. # Japanese translation file for Mumble-Django.
  2. #
  3. # Copyright (C) 2009, withgod <withgod@sourceforge.net>
  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-02-20 16:27+0100\n"
  21. "PO-Revision-Date: 2010-01-11 16:09\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.1\n"
  27. #: admin.py:37
  28. msgid "Boot Server"
  29. msgstr "サーバ起動"
  30. #: admin.py:47
  31. msgid "Registered users"
  32. msgstr "ユーザ登録"
  33. #: admin.py:57
  34. msgid "Online users"
  35. msgstr "オンラインのユーザ"
  36. #: admin.py:67
  37. msgid "Channel count"
  38. msgstr "チャンネル数"
  39. #: admin.py:74
  40. msgid "Yes"
  41. msgstr ""
  42. #: admin.py:76
  43. msgid "No"
  44. msgstr ""
  45. #: admin.py:80
  46. msgid "Public"
  47. msgstr "公開"
  48. #: admin.py:96 templates/mumble/mumble.html:186
  49. msgid "Admin on root channel"
  50. msgstr "管理者権限を与える"
  51. #: forms.py:83
  52. msgid "Password required to join. Leave empty for public servers."
  53. msgstr ""
  54. "サーバに参加するにはパスワードが必要。空白にすると公開サーバになります。"
  55. #: forms.py:86
  56. msgid "If on, IP adresses of the clients are not logged."
  57. msgstr "If on, IP adresses of the clients are not logged."
  58. #: forms.py:138 models.py:183
  59. #, python-format
  60. msgid ""
  61. "Port number %(portno)d is not within the allowed range %(minrange)d - %"
  62. "(maxrange)d"
  63. msgstr ""
  64. "ポート番号 %(portno)d は許可されていません、次の範囲が許可されています %"
  65. "(minrange)d - %(maxrange)d"
  66. #: forms.py:191
  67. msgid "That name is forbidden by the server."
  68. msgstr "その名前はサーバによって不可視にされています"
  69. #: forms.py:194 models.py:511
  70. msgid "Another player already registered that name."
  71. msgstr "その名前は既に使われています."
  72. #: forms.py:202 models.py:513
  73. msgid "Cannot register player without a password!"
  74. msgstr "パスワードは必須です"
  75. #: forms.py:214 models.py:125
  76. msgid "Server Password"
  77. msgstr "サーバパスワード"
  78. #: forms.py:215
  79. msgid ""
  80. "This server is private and protected mode is active. Please enter the server "
  81. "password."
  82. msgstr ""
  83. "本サーバをプライベート及びプロテクトモードで利用する場合は、パスワードを入力"
  84. "してください。"
  85. #: forms.py:223 forms.py:275
  86. msgid "The password you entered is incorrect."
  87. msgstr "パスワードが不正です。"
  88. #: forms.py:238
  89. msgid "Link account"
  90. msgstr "アカウントリンク"
  91. #: forms.py:239
  92. msgid ""
  93. "The account already exists and belongs to me, just link it instead of "
  94. "creating."
  95. msgstr ""
  96. "アカウントは既に存在していて、自分にリンクしています。リンクの変わりに作成し"
  97. "て下さい。"
  98. #: forms.py:256
  99. msgid "No such user found."
  100. msgstr "ユーザが見つかりません"
  101. #: forms.py:292
  102. msgid "That account belongs to someone else."
  103. msgstr "このアカウントは既に他のアカウントにリンクされています。"
  104. #: forms.py:295
  105. msgid "Linking Admin accounts is not allowed."
  106. msgstr "管理者アカウントへのリンクは許可されていません"
  107. #: models.py:62
  108. msgid "DBus or ICE base"
  109. msgstr "DBusもしくはICE"
  110. #: models.py:63
  111. msgid ""
  112. "Examples: 'net.sourceforge.mumble.murmur' for DBus or 'Meta:tcp -h 127.0.0.1 "
  113. "-p 6502' for Ice."
  114. msgstr ""
  115. "例: DBusなら'net.sourceforge.mumble.murmur' Iceなら'Meta:tcp -h 127.0.0.1 -p "
  116. "6502'"
  117. #: models.py:64
  118. msgid "Ice Secret"
  119. msgstr ""
  120. #: models.py:67
  121. #, fuzzy
  122. msgid "Mumble Server"
  123. msgstr "マンブルユーザID"
  124. #: models.py:68
  125. #, fuzzy
  126. msgid "Mumble Servers"
  127. msgstr "マンブルユーザID"
  128. #: models.py:106
  129. msgid "Server Name"
  130. msgstr "サーバ名"
  131. #: models.py:107
  132. msgid "Server ID"
  133. msgstr "サーバID"
  134. #: models.py:108 templates/mumble/mumble.html:24
  135. msgid "Server Address"
  136. msgstr "サーバアドレス"
  137. #: models.py:109
  138. msgid ""
  139. "Hostname or IP address to bind to. You should use a hostname here, because "
  140. "it will appear on the global server list."
  141. msgstr ""
  142. "利用するホスト名もしくはIPアドレス. ホスト名も利用することが出来ます。 サーバ"
  143. "一覧に表示されます。."
  144. #: models.py:111
  145. msgid "Server Port"
  146. msgstr "サーバポート"
  147. #: models.py:112
  148. msgid "Port number to bind to. Use -1 to auto assign one."
  149. msgstr ""
  150. "利用するポート番号を指定します、-1を指定すると空いているポートを利用します。"
  151. #: models.py:113
  152. #, fuzzy
  153. msgid "Server Display Address"
  154. msgstr "サーバアドレス"
  155. #: models.py:114
  156. msgid ""
  157. "This field is only relevant if you are located behind a NAT, and names the "
  158. "Hostname or IP address to use in the Channel Viewer and for the global "
  159. "server list registration. If not given, the addr and port fields are used. "
  160. "If display and bind ports are equal, you can omit it here."
  161. msgstr ""
  162. #: models.py:120
  163. msgid "Superuser Password"
  164. msgstr "管理者パスワード"
  165. #: models.py:123
  166. msgid "Website URL"
  167. msgstr "ウェブサイトのURL"
  168. #: models.py:124
  169. msgid "Welcome Message"
  170. msgstr "サーバメッセージ"
  171. #: models.py:126
  172. msgid "Max. Users"
  173. msgstr "最大ユーザ数"
  174. #: models.py:127
  175. msgid "Bandwidth [Bps]"
  176. msgstr "帯域制限 [Bps]"
  177. #: models.py:128
  178. msgid "SSL Certificate"
  179. msgstr "SSL認証"
  180. #: models.py:129
  181. msgid "SSL Key"
  182. msgstr "SSL認証鍵"
  183. #: models.py:130
  184. msgid "Player name regex"
  185. msgstr "ユーザ名の正規表現制限"
  186. #: models.py:131
  187. msgid "Channel name regex"
  188. msgstr "チャンネル名の正規表現制限"
  189. #: models.py:132
  190. msgid "Default channel"
  191. msgstr "デフォルトチャンネル"
  192. #: models.py:133
  193. msgid "Timeout"
  194. msgstr ""
  195. #: models.py:135
  196. msgid "IP Obfuscation"
  197. msgstr "IPアドレス隠蔽"
  198. #: models.py:136
  199. #, fuzzy
  200. msgid "Require Certificate"
  201. msgstr "SSL認証"
  202. #: models.py:137
  203. msgid "Maximum length of text messages"
  204. msgstr ""
  205. #: models.py:138
  206. msgid "Allow HTML to be used in messages"
  207. msgstr ""
  208. #: models.py:139
  209. msgid "Publish this server via Bonjour"
  210. msgstr ""
  211. #: models.py:158 models.py:472
  212. msgid "Server instance"
  213. msgstr "サーバインスタンス"
  214. #: models.py:159
  215. msgid "Server instances"
  216. msgstr "全サーバインスタンス"
  217. #: models.py:438 models.py:610
  218. msgid "This field must not be updated once the record has been saved."
  219. msgstr "この項目はアップデート出来ません."
  220. #: models.py:469
  221. msgid "Mumble player_id"
  222. msgstr "マンブルユーザID"
  223. #: models.py:470
  224. msgid "User name and Login"
  225. msgstr "ユーザID"
  226. #: models.py:471
  227. msgid "Login password"
  228. msgstr "パスワード"
  229. #: models.py:473 templates/mumble/mumble.html:256
  230. msgid "Account owner"
  231. msgstr "アカウントの所有者"
  232. #: models.py:475
  233. msgid "comment"
  234. msgstr ""
  235. #: models.py:476
  236. msgid "hash"
  237. msgstr ""
  238. #: models.py:480
  239. msgid "User account"
  240. msgstr "ユーザアカウント"
  241. #: models.py:481
  242. msgid "User accounts"
  243. msgstr "全ユーザアカウント"
  244. #: models.py:488
  245. #, python-format
  246. msgid "Mumble user %(mu)s on %(srv)s owned by Django user %(du)s"
  247. msgstr "マンブルユーザ %(mu)s は %(srv)s のDjangoユーザ %(du)s です"
  248. #: templates/mumble/mumble.html:13
  249. msgid ""
  250. "\n"
  251. " <b>Hint:</b><br />\n"
  252. " This area is used to display additional information for each channel "
  253. "and player, but requires JavaScript to be\n"
  254. " displayed correctly. You will not see the detail pages, but you can "
  255. "use all links and forms\n"
  256. " that are displayed.\n"
  257. " "
  258. msgstr ""
  259. "\n"
  260. " <b>ヒント:</b><br />\n"
  261. " このエリアはチャンネル情報をやプレーヤー情報を表示するのにjavascriptが"
  262. "必要です\n"
  263. " javascriptをオンにしないと、すべての情報を閲覧することは出来ませ"
  264. "ん。 "
  265. #: templates/mumble/mumble.html:26
  266. msgid "Website"
  267. msgstr "ウェブサイト"
  268. #: templates/mumble/mumble.html:28
  269. msgid "Server version"
  270. msgstr "サーババージョン"
  271. #: templates/mumble/mumble.html:31
  272. msgid "Welcome message"
  273. msgstr "サーバメッセージ"
  274. #: templates/mumble/mumble.html:37
  275. msgid "Server registration"
  276. msgstr "サーバ登録"
  277. #: templates/mumble/mumble.html:40
  278. msgid "You are registered on this server"
  279. msgstr "アカウントは既に登録されています"
  280. #: templates/mumble/mumble.html:42
  281. msgid "You do not have an account on this server"
  282. msgstr "アカウントは登録されていません"
  283. #: templates/mumble/mumble.html:51
  284. #, python-format
  285. msgid ""
  286. "\n"
  287. " <p>You need to be <a href=\"%(login_url)s\">logged in</a> to be able "
  288. "to register an account on this Mumble server.</p>\n"
  289. " "
  290. msgstr ""
  291. "\n"
  292. " <p>You need to be <a href=\"%(login_url)s\">logged in</a> to be able "
  293. "to register an account on this Mumble server.</p>\n"
  294. " "
  295. #: templates/mumble/mumble.html:59 templates/mumble/mumble.html.py:131
  296. #: templates/mumble/mumble.html:241
  297. msgid "User Texture"
  298. msgstr "ユーザ画像"
  299. #: templates/mumble/mumble.html:61
  300. msgid ""
  301. "\n"
  302. " You can upload an image that you would like to use as your user "
  303. "texture here.\n"
  304. " "
  305. msgstr ""
  306. "\n"
  307. "任意のユーザ画像をここから登録することがきます。"
  308. #: templates/mumble/mumble.html:66
  309. msgid "Your current texture is"
  310. msgstr "現在の画像"
  311. #: templates/mumble/mumble.html:69
  312. msgid "You don't currently have a texture set"
  313. msgstr "貴方は画像を持っていません"
  314. #: templates/mumble/mumble.html:72
  315. msgid ""
  316. "\n"
  317. " Hint: The texture image <b>needs</b> to be 600x60 in size. If you "
  318. "upload an image with\n"
  319. " a different size, it will be resized accordingly.<br />\n"
  320. " "
  321. msgstr ""
  322. "\n"
  323. " ヒント: 画像は600x60である<b>必要</b>があります。そのサイズを超えた"
  324. "り収まらない 場合は、リサイズが行われます。 <br />\n"
  325. " "
  326. #: templates/mumble/mumble.html:89
  327. msgid "Server administration"
  328. msgstr "サーバ管理"
  329. #: templates/mumble/mumble.html:103
  330. msgid "Player"
  331. msgstr "プレーヤ"
  332. #: templates/mumble/mumble.html:105
  333. msgid "Online since"
  334. msgstr "接続開始時間"
  335. #: templates/mumble/mumble.html:106 templates/mumble/player.html:6
  336. msgid "Authenticated"
  337. msgstr "登録済み"
  338. #: templates/mumble/mumble.html:107 templates/mumble/mumble.html.py:119
  339. msgid "Admin"
  340. msgstr "管理者"
  341. #: templates/mumble/mumble.html:108 templates/mumble/player.html:9
  342. msgid "Muted"
  343. msgstr "発言禁止"
  344. #: templates/mumble/mumble.html:109 templates/mumble/player.html:15
  345. msgid "Deafened"
  346. msgstr "聴取禁止"
  347. #: templates/mumble/mumble.html:110 templates/mumble/player.html:18
  348. msgid "Muted by self"
  349. msgstr "自分で発言禁止"
  350. #: templates/mumble/mumble.html:111 templates/mumble/player.html:21
  351. msgid "Deafened by self"
  352. msgstr "自分で聴取禁止"
  353. #: templates/mumble/mumble.html:114
  354. msgid "User"
  355. msgstr "ユーザ"
  356. #: templates/mumble/mumble.html:117
  357. msgid "Full Name"
  358. msgstr "名前"
  359. #: templates/mumble/mumble.html:120
  360. msgid "Sign-up date"
  361. msgstr "登録日"
  362. #: templates/mumble/mumble.html:125
  363. #, fuzzy
  364. msgid "User Comment"
  365. msgstr "ユーザアカウント"
  366. #: templates/mumble/mumble.html:138
  367. msgid "Channel"
  368. msgstr "チャンネル"
  369. #: templates/mumble/mumble.html:140
  370. msgid "Channel ID"
  371. msgstr "チャンネルID"
  372. #: templates/mumble/mumble.html:142
  373. msgid "Connect"
  374. msgstr "接続"
  375. #: templates/mumble/mumble.html:145
  376. msgid "Channel description"
  377. msgstr "チャンネル説明"
  378. #: templates/mumble/mumble.html:192
  379. msgid "Delete"
  380. msgstr ""
  381. #: templates/mumble/mumble.html:228
  382. msgid "Server Info"
  383. msgstr "サーバ情報"
  384. #: templates/mumble/mumble.html:229
  385. msgid "Registration"
  386. msgstr "登録"
  387. #: templates/mumble/mumble.html:238
  388. msgid "Administration"
  389. msgstr "管理"
  390. #: templates/mumble/mumble.html:245
  391. msgid "User List"
  392. msgstr "ユーザ一覧"
  393. #: templates/mumble/mumble.html:249
  394. msgid "name"
  395. msgstr ""
  396. #: templates/mumble/mumble.html:269
  397. #, fuzzy
  398. msgid "Change password"
  399. msgstr "パスワード"
  400. #: templates/mumble/mumble.html:282
  401. msgid "Add"
  402. msgstr ""
  403. #: templates/mumble/mumble.html:294
  404. msgid "Save"
  405. msgstr ""
  406. #: templates/mumble/mumble.html:320
  407. msgid "Resync with Murmur"
  408. msgstr "Murmurと再同期"
  409. #: templates/mumble/player.html:12
  410. msgid "Suppressed"
  411. msgstr ""
  412. #: templates/mumble/player.html:24
  413. msgid "has a User Comment set"
  414. msgstr ""
  415. #~ msgid ""
  416. #~ "Enter the ID of the default channel here. The Channel viewer displays the "
  417. #~ "ID to server admins on the channel detail page."
  418. #~ msgstr ""
  419. #~ "接続開始時に利用されるデフォルトチャンネルIDを指定して下さい。チャンネル表"
  420. #~ "示一覧にて チャンネル詳細を確認すればチャンネルIDを調べられます。."
  421. #~ msgid "The admin group was not found in the ACL's groups list!"
  422. #~ msgstr "管理者グループが権限一覧に見当たりません."