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.
352 lines
8.8 KiB
352 lines
8.8 KiB
# Japanese translation file for Mumble-Django.
|
|
#
|
|
# Copyright (C) 2009, withgod <withgod@sourceforge.net>
|
|
# Michael "Svedrin" Ziegler <diese-addy@funzt-halt.net>
|
|
#
|
|
# Mumble-Django is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This package is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Mumble-Django v0.8\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2009-07-21 01:20+0900\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: withgod <withgod@sourceforge.net\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: admin.py:30
|
|
msgid "Registered users"
|
|
msgstr "ユーザ登録"
|
|
|
|
#: admin.py:34
|
|
msgid "Online users"
|
|
msgstr "オンラインのユーザ"
|
|
|
|
#: admin.py:38
|
|
msgid "Channel count"
|
|
msgstr "チャンネル数"
|
|
|
|
#: admin.py:42
|
|
msgid "Yes"
|
|
msgstr "はい"
|
|
|
|
#: admin.py:43
|
|
msgid "No"
|
|
msgstr "いいえ"
|
|
|
|
#: admin.py:44
|
|
msgid "Public"
|
|
msgstr "公開"
|
|
|
|
#: models.py:47
|
|
msgid "Server Name"
|
|
msgstr "サーバ名"
|
|
|
|
#: models.py:48
|
|
msgid "DBus or ICE base"
|
|
msgstr "DBusもしくはICE"
|
|
|
|
#: models.py:48
|
|
msgid ""
|
|
"Examples: 'net.sourceforge.mumble.murmur' for DBus or 'Meta:tcp -h 127.0.0.1 "
|
|
"-p 6502' for Ice."
|
|
msgstr ""
|
|
"例: DBusなら'net.sourceforge.mumble.murmur' Iceなら'Meta:tcp -h 127.0.0.1 "
|
|
"-p 6502'"
|
|
|
|
#: models.py:49
|
|
msgid "Server ID"
|
|
msgstr "サーバID"
|
|
|
|
#: models.py:50
|
|
msgid "Server Address"
|
|
msgstr "サーバアドレス"
|
|
|
|
#: models.py:50
|
|
msgid ""
|
|
"Hostname or IP address to bind to. You should use a hostname here, because "
|
|
"it will appear on the global server list."
|
|
msgstr ""
|
|
"利用するホスト名もしくはIPアドレス. ホスト名も利用することが出来ます。 "
|
|
"サーバ一覧に表示されます。."
|
|
|
|
#: models.py:51
|
|
msgid "Server Port"
|
|
msgstr "サーバポート"
|
|
|
|
#: models.py:51
|
|
msgid "Port number to bind to. Use -1 to auto assign one."
|
|
msgstr "利用するポート番号を指定します、-1を指定すると空いているポートを利用します。"
|
|
|
|
#: models.py:52
|
|
msgid "Website URL"
|
|
msgstr "ウェブサイトのURL"
|
|
|
|
#: models.py:53
|
|
msgid "Welcome Message"
|
|
msgstr "サーバメッセージ"
|
|
|
|
#: models.py:54
|
|
msgid "Server Password"
|
|
msgstr "サーバパスワード"
|
|
|
|
#: models.py:54
|
|
msgid "Password required to join. Leave empty for public servers."
|
|
msgstr "サーバに参加するにはパスワードが必要。空白にすると公開サーバになります。"
|
|
|
|
#: models.py:55
|
|
msgid "Superuser Password"
|
|
msgstr "管理者パスワード"
|
|
|
|
#: models.py:56
|
|
msgid "Max. Users"
|
|
msgstr "最大ユーザ数"
|
|
|
|
#: models.py:57
|
|
msgid "Bandwidth [Bps]"
|
|
msgstr "帯域制限 [Bps]"
|
|
|
|
#: models.py:58
|
|
msgid "SSL Certificate"
|
|
msgstr "SSL認証"
|
|
|
|
#: models.py:59
|
|
msgid "SSL Key"
|
|
msgstr "SSL認証鍵"
|
|
|
|
#: models.py:60
|
|
msgid "IP Obfuscation"
|
|
msgstr "IPアドレス隠蔽"
|
|
|
|
#: models.py:60
|
|
msgid "If on, IP adresses of the clients are not logged."
|
|
msgstr "If on, IP adresses of the clients are not logged."
|
|
|
|
#: models.py:61
|
|
msgid "Player name regex"
|
|
msgstr "ユーザ名の正規表現制限"
|
|
|
|
#: models.py:62
|
|
msgid "Channel name regex"
|
|
msgstr "チャンネル名の正規表現制限"
|
|
|
|
#: models.py:63
|
|
msgid "Default channel"
|
|
msgstr "デフォルトチャンネル"
|
|
|
|
#: models.py:63
|
|
msgid ""
|
|
"Enter the ID of the default channel here. The Channel viewer displays the ID "
|
|
"to server admins on the channel detail page."
|
|
msgstr ""
|
|
"接続開始時に利用されるデフォルトチャンネルIDを指定して下さい。チャンネル表示一覧にて "
|
|
"チャンネル詳細を確認すればチャンネルIDを調べられます。."
|
|
|
|
#: models.py:64
|
|
msgid "Boot Server"
|
|
msgstr "サーバ起動"
|
|
|
|
#: models.py:68 models.py:287
|
|
msgid "Server instance"
|
|
msgstr "サーバインスタンス"
|
|
|
|
#: models.py:69
|
|
msgid "Server instances"
|
|
msgstr "全サーバインスタンス"
|
|
|
|
#: models.py:124
|
|
#, python-format
|
|
msgid ""
|
|
"Port number %(portno)d is not within the allowed range %(minrange)d - %"
|
|
"(maxrange)d"
|
|
msgstr ""
|
|
"ポート番号 %(portno)d は許可されていません、次の範囲が許可されています %(minrange)d - %"
|
|
"(maxrange)d"
|
|
|
|
#: models.py:284
|
|
msgid "Mumble player_id"
|
|
msgstr "マンブルユーザID"
|
|
|
|
#: models.py:285
|
|
msgid "User name and Login"
|
|
msgstr "ユーザID"
|
|
|
|
#: models.py:286
|
|
msgid "Login password"
|
|
msgstr "パスワード"
|
|
|
|
#: models.py:288
|
|
msgid "Account owner"
|
|
msgstr "アカウントの所有者"
|
|
|
|
#: models.py:289
|
|
msgid "Admin on root channel"
|
|
msgstr "管理者権限を与える"
|
|
|
|
#: models.py:293
|
|
msgid "User account"
|
|
msgstr "ユーザアカウント"
|
|
|
|
#: models.py:294
|
|
msgid "User accounts"
|
|
msgstr "全ユーザアカウント"
|
|
|
|
#: models.py:301
|
|
#, python-format
|
|
msgid "Mumble user %(mu)s on %(srv)s owned by Django user %(du)s"
|
|
msgstr "マンブルユーザ %(mu)s は %(srv)s のDjangoユーザ %(du)s です"
|
|
|
|
#: models.py:320
|
|
msgid "Another player already registered that name."
|
|
msgstr "その名前は既に使われています."
|
|
|
|
#: models.py:322
|
|
msgid "Cannot register player without a password!"
|
|
msgstr "パスワードは必須です"
|
|
|
|
#: models.py:352 models.py:361
|
|
msgid "The admin group was not found in the ACL's groups list!"
|
|
msgstr "管理者グループが権限一覧に見当たりません."
|
|
|
|
#: models.py:401
|
|
msgid "This field must not be updated once the record has been saved."
|
|
msgstr "この項目はアップデート出来ません."
|
|
|
|
msgid ""
|
|
"\n"
|
|
" <b>Hint:</b><br />\n"
|
|
" This area is used to display additional information for each "
|
|
"channel and player, but requires JavaScript to be\n"
|
|
" displayed correctly. You will not see the detail pages, but you can "
|
|
"use all links and forms\n"
|
|
" that are displayed.\n"
|
|
" "
|
|
msgstr ""
|
|
"\n"
|
|
" <b>ヒント:</b><br />\n"
|
|
" このエリアはチャンネル情報をやプレーヤー情報を表示するのにjavascript"
|
|
"が必要です\n"
|
|
" javascriptをオンにしないと、すべての情報を閲覧することは出来ません。"
|
|
" "
|
|
|
|
msgid "Website"
|
|
msgstr "ウェブサイト"
|
|
|
|
msgid "Server version"
|
|
msgstr "サーババージョン"
|
|
|
|
msgid "Welcome message"
|
|
msgstr "サーバメッセージ"
|
|
|
|
msgid "Server registration"
|
|
msgstr "サーバ登録"
|
|
|
|
msgid "You are registered on this server"
|
|
msgstr "アカウントは既に登録されています"
|
|
|
|
msgid "You do not have an account on this server"
|
|
msgstr "アカウントは登録されていません"
|
|
|
|
msgid "\n"
|
|
" <p>You need to be <a href=\"%(login_url)s\">logged in</a> to be able to register an account on this Mumble server.</p>\n"
|
|
" "
|
|
msgstr "\n"
|
|
" <p>You need to be <a href=\"%(login_url)s\">logged in</a> to be able to register an account on this Mumble server.</p>\n"
|
|
" "
|
|
|
|
msgid "User Texture"
|
|
msgstr "ユーザ画像"
|
|
|
|
msgid ""
|
|
"\n"
|
|
" You can upload an image that you would like to use as your user texture here.<br />\n"
|
|
" Your current texture is:<br />\n"
|
|
" "
|
|
msgstr ""
|
|
"\n"
|
|
" 任意のユーザ画像をここから登録することがきます。<br />\n"
|
|
" 現在の画像:<br />\n"
|
|
" "
|
|
|
|
msgid "\n"
|
|
" Hint: The texture image <b>needs</b> to be 600x60 in size. If "
|
|
"you upload an image with\n"
|
|
" a different size, it will be resized accordingly.<br />\n"
|
|
" "
|
|
msgstr "\n"
|
|
" ヒント: 画像は600x60である<b>必要</b>があります。そのサイズを超"
|
|
"えたり収まらない 場合は、リサイズが行われます。 <br />\n"
|
|
" "
|
|
|
|
msgid "Server administration"
|
|
msgstr "サーバ管理"
|
|
|
|
msgid "Player"
|
|
msgstr "プレーヤ"
|
|
|
|
msgid "Online since"
|
|
msgstr "接続開始時間"
|
|
|
|
msgid "yes,no"
|
|
msgstr "yes,no"
|
|
|
|
msgid "Authenticated: %(authed)s"
|
|
msgstr "登録済み: %(authed)s"
|
|
|
|
msgid "Admin: %(admin)s"
|
|
msgstr "管理者: %(admin)s"
|
|
|
|
msgid "Muted: %(muted)s"
|
|
msgstr "発言禁止: %(muted)s"
|
|
|
|
msgid "Deafened: %(deafened)s"
|
|
msgstr "聴取禁止: %(deafened)s"
|
|
|
|
msgid "Muted by self: %(selfmuted)s"
|
|
msgstr "自分で発言禁止: %(selfmuted)s"
|
|
|
|
msgid "Deafened by self: %(selfdeafened)s"
|
|
msgstr "自分で聴取禁止: %(selfdeafened)s"
|
|
|
|
msgid "User"
|
|
msgstr "ユーザ"
|
|
|
|
msgid "Full Name"
|
|
msgstr "名前"
|
|
|
|
msgid "Admin"
|
|
msgstr "管理者"
|
|
|
|
msgid "Sign-up date"
|
|
msgstr "登録日"
|
|
|
|
msgid "Channel"
|
|
msgstr "チャンネル"
|
|
|
|
msgid "Channel ID"
|
|
msgstr "チャンネルID"
|
|
|
|
msgid "Connect"
|
|
msgstr "接続"
|
|
|
|
msgid "Channel description"
|
|
msgstr "チャンネル説明"
|
|
|
|
msgid "Server Info"
|
|
msgstr "サーバ情報"
|
|
|
|
msgid "Registration"
|
|
msgstr "登録"
|
|
|
|
msgid "Administration"
|
|
msgstr "管理"
|