# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# LOCALIZATION NOTE (connection.*)
# These will be displayed in the account manager in order to show the progress
# of the connection.
# (These will be displayed in account.connection.progress from
# accounts.properties, which adds … at the end, so do not include
# periods at the end of these messages.)
connection.initializingStream =ストリームを開始します
connection.initializingEncryption =暗号化を開始します
connection.authenticating =認証中です
connection.gettingResource =リソースを取得しています
connection.downloadingRoster =連絡先リストをダウンロードしています
connection.srvLookup =SRV レコードを検索しています
# LOCALIZATION NOTE (connection.error.*)
# These will show in the account manager if an error occurs during the
# connection attempt.
connection.error.invalidUsername =ユーザー名が間違っています (ユーザー名には '@' が含まれているはずです)
connection.error.failedToCreateASocket =ソケットの生成に失敗しました (オフラインではありませんか?)
connection.error.serverClosedConnection =サーバーが接続を閉じました
connection.error.resetByPeer =接続先により接続がリセットされました
connection.error.timedOut =接続がタイムアウトしました
connection.error.receivedUnexpectedData =予期しないデータを受信しました
connection.error.incorrectResponse =不正な応答を受信しました
connection.error.startTLSRequired =サーバーが接続の暗号化を必要としていますがアカウント設定で無効になっています
connection.error.startTLSNotSupported =サーバーは接続の暗号化をサポートしていませんがアカウント設定で有効になっています
connection.error.failedToStartTLS =暗号化の開始に失敗しました
connection.error.noAuthMec =サーバーが認証機構を提供していません
connection.error.noCompatibleAuthMec =サーバーが提供する認証機構に対応していません
connection.error.notSendingPasswordInClear =サーバーがパスワードを平文で送信する認証しかサポートしていません
connection.error.authenticationFailure =認証失敗
connection.error.notAuthorized =認証されませんでした (入力したパスワードが間違っていませんか?)
connection.error.failedToGetAResource =リソースの取得に失敗しました
connection.error.failedMaxResourceLimit =このアカウントは同時に多くの場所から接続されています
connection.error.failedResourceNotValid =リソースが正しくありません
connection.error.XMPPNotSupported =このサーバーは XMPP をサポートしていません
# LOCALIZATION NOTE (conversation.error.notDelivered):
# This is displayed in a conversation as an error message when a message
# the user has sent wasn't delivered.
# %S is replaced by the text of the message that wasn't delivered.
conversation.error.notDelivered =このメッセージを送信できませんでした: %S
# This is displayed in a conversation as an error message when joining a MUC
# fails.
# %S is the name of the MUC.
conversation.error.joinFailed =参加できませんでした: %S
conversation.error.joinFailedNotAuthorized =要登録: この部屋に参加するには認証が必要です。
# This is displayed in a conversation as an error message when the user is
# banned from a room.
# %S is the name of the MUC room.
conversation.error.joinForbidden =この部屋 %S への立ち入りが禁止されているため参加できませんでした。
conversation.error.creationFailedNotAllowed =アクセス制限: 部屋の作成は許可されていません。
# This is displayed in a conversation as an error message when remote server
# is not found.
# %S is the name of MUC room.
conversation.error.joinFailedRemoteServerNotFound =%S の部屋をホストしているサーバーに到達できなかったため、参加できませんでした。
conversation.error.changeTopicFailedNotAuthorized =この部屋のトピックを設定する権限がありません。
# This is displayed in a conversation as an error message when the user sends
# a message to a room that he is not in.
# %1$S is the name of MUC room.
# %2$S is the text of the message that wasn't delivered.
conversation.error.sendFailedAsNotInRoom =メッセージを %1$S へ送信できませんでした。あなたは部屋に参加していません: %2$S
# This is displayed in a conversation as an error message when the user sends
# a message to a room that the recipient is not in.
# %1$S is the jid of the recipient.
# %2$S is the text of the message that wasn't delivered.
conversation.error.sendFailedAsRecipientNotInRoom =メッセージを %1$S へ送信できませんでした。受信者が部屋に参加していません: %2$S
# These are displayed in a conversation as a system error message.
conversation.error.remoteServerNotFound =送信先のサーバーに到達できませんでした。
conversation.error.unknownSendError =このメッセージの送信中に原因不明のエラーが発生しました。
# %S is the name of the message recipient.
conversation.error.sendServiceUnavailable =現在 %S さんにメッセージを送信できません。
# %S is the nick of participant that is not in room.
conversation.error.nickNotInRoom =%S さんはこの部屋にいません。
conversation.error.banCommandAnonymousRoom =匿名の部屋から参加者を立ち入り禁止にすることはできません。代わりに /kick を試してください。
conversation.error.banKickCommandNotAllowed =あなたには参加者をこの部屋から退室させる権限がありません。
conversation.error.banKickCommandConflict =自分を部屋から追い出すことはできませんよ。
conversation.error.changeNickFailedConflict =すでに使用されているため、あなたのニックネームを %S に変更できませんでした。
conversation.error.changeNickFailedNotAcceptable =この部屋では使用がロックされているため、あなたのニックネームを %S に変更できませんでした。
conversation.error.inviteFailedForbidden =ユーザーをこの部屋へ招待するのに必要な権限がありません。
# %S is the jid of user that is invited.
conversation.error.failedJIDNotFound =%S が見つかりませんでした。
# %S is the jid that is invalid.
conversation.error.invalidJID =%S は不正な jid です (Jabber ID は user@domain の形式でなければなりません)。
conversation.error.commandFailedNotInRoom =このコマンドを実行できるようにするには部屋に再入室してください。
# %S is the name of the recipient.
conversation.error.resourceNotAvailable =%S さんが複数のクライアントに接続できるように、あなたが最初に話してください。
# LOCALIZATION NOTE (conversation.error.version.*):
# %S is the name of the recipient.
conversation.error.version.unknown =%S さんが使用するクライアントのソフトウェアバージョンは、クエリーをサポートしていません。
# LOCALIZATION NOTE (tooltip.*):
# These are the titles of lines of information that will appear in
# the tooltip showing details about a contact or conversation.
# LOCALIZATION NOTE (tooltip.status):
# %S will be replaced by the XMPP resource identifier
tooltip.status =状態 (%S)
tooltip.statusNoResource =状態
tooltip.subscription =帰属関係
tooltip.fullName =フルネーム
tooltip.nickname =ニックネーム
tooltip.email =メールアドレス
tooltip.birthday =誕生日
tooltip.userName =ユーザー名
tooltip.title =役職
tooltip.organization =組織
tooltip.locality =場所
tooltip.country =国
tooltip.telephone =電話番号
# LOCALIZATION NOTE (chatRoomField.*):
# These are the name of fields displayed in the 'Join Chat' dialog
# for XMPP accounts.
# The _ character won't be displayed; it indicates the next
# character of the string should be used as the access key for this
# field.
chatRoomField.room =部屋(_R)
chatRoomField.server =サーバー(_S)
chatRoomField.nick =ニックネーム(_N)
chatRoomField.password =パスワード(_P)
# LOCALIZATION NOTE (conversation.muc.*):
# These are displayed as a system message when a chatroom invitation is
# received.
# %1$S is the inviter.
# %2$S is the room.
# %3$S is the reason which is a message provided by the person sending the
# invitation.
conversation.muc.invitationWithReason2 =%1$S さんから %2$S に招待されています: %3$S
# %3$S is the password of the room.
# %4$S is the reason which is a message provided by the person sending the
# invitation.
conversation.muc.invitationWithReason2.password =%1$S さんから %2$S に招待されています (パスワードは %3$S): %4$S
conversation.muc.invitationWithoutReason =%1$S さんから %2$S に招待されています
# %3$S is the password of the room.
conversation.muc.invitationWithoutReason.password =%1$S さんから %2$S に招待されています (パスワードは %3$S)
# LOCALIZATION NOTE (conversation.muc.join):
# This is displayed as a system message when a participant joins room.
# %S is the nick of the participant.
conversation.message.join =%S さんが部屋に参加しました。
# LOCALIZATION NOTE (conversation.muc.rejoined):
# This is displayed as a system message when a participant rejoins room after
# parting it.
conversation.message.rejoined =部屋に再参加しました。
# LOCALIZATION NOTE (conversation.message.parted.*):
# These are displayed as a system message when a participant parts a room.
# %S is the part message supplied by the user.
conversation.message.parted.you =退室しました。
conversation.message.parted.you.reason =退室しました: %S
# %1$S is the participant that is leaving.
# %2$S is the part message supplied by the participant.
conversation.message.parted =%1$S さんが退室しました。
conversation.message.parted.reason =%1$S さんが退室しました: %2$S
# LOCALIZATION NOTE (conversation.message.invitationDeclined*):
# %1$S is the invitee that declined the invitation.
# %2$S is the decline message supplied by the invitee.
conversation.message.invitationDeclined =%1$S さんが招待を拒否しました。
conversation.message.invitationDeclined.reason =%1$S さんがあなたの招待を拒否しました: %2$S
# LOCALIZATION NOTE (conversation.message.banned.*):
# These are displayed as a system message when a participant is banned from
# a room.
# %1$S is the participant that is banned.
# %2$S is the reason.
# %3$S is the person who is banning.
conversation.message.banned =%1$S さんがこの部屋への立ち入りを禁止されました。
conversation.message.banned.reason =%1$S さんがこの部屋への立ち入りを禁止されました: %2$S
# %1$S is the person who is banning.
# %2$S is the participant that is banned.
# %3$S is the reason.
conversation.message.banned.actor =%1$S さんにより %2$S さんがこの部屋への立ち入りを禁止されました。
conversation.message.banned.actor.reason =%1$S さんにより %2$S さんのこの部屋への立ち入りを禁止されました: %3$S
conversation.message.banned.you =あなたはこの部屋への立ち入りが禁止されました。
# %1$S is the reason.
conversation.message.banned.you.reason =あなたはこの部屋への立ち入りが禁止されました: %1$S
# %1$S is the person who is banning.
# %2$S is the reason.
conversation.message.banned.you.actor =あなたは %1$S さんによりこの部屋への立ち入りが禁止されました。
conversation.message.banned.you.actor.reason =あなたは %1$S さんによりこの部屋への立ち入りが禁止されました: %2$S
# LOCALIZATION NOTE (conversation.message.kicked.*):
# These are displayed as a system message when a participant is kicked from
# a room.
# %1$S is the participant that is kicked.
# %2$S is the reason.
conversation.message.kicked =%1$S さんが部屋から追い出されました。
conversation.message.kicked.reason =%1$S さんが部屋から追い出されました: %2$S
# %1$S is the person who is kicking.
# %2$S is the participant that is kicked.
# %3$S is the reason.
conversation.message.kicked.actor =%1$S さんにより %2$S さんが部屋から追い出されました。
conversation.message.kicked.actor.reason =%1$S さんにより %2$S さんが部屋から追い出されました: %3$S
conversation.message.kicked.you =あなたは部屋から追い出されました。
# %1$S is the reason.
conversation.message.kicked.you.reason =あなたは部屋から追い出されました: %1$S
# %1$S is the person who is kicking.
# %2$S is the reason.
conversation.message.kicked.you.actor =あなたは %1$S さんにより部屋から追い出されました。
conversation.message.kicked.you.actor.reason =あなたは %1$S さんにより部屋から追い出されました: %2$S
# LOCALIZATION NOTE (conversation.message.removedNonMember.*):
# These are displayed as a system message when a participant is removed from
# a room because the room has been changed to members-only.
# %1$S is the participant that is removed.
# %2$S is the person who changed the room configuration.
conversation.message.removedNonMember =部屋の設定がメンバーのみに変更されたため、%1$S さんが退室させられました。
conversation.message.removedNonMember.actor =%2$S さんにより部屋の設定がメンバーのみに変更されたため、%1$S さんが退室させられました。
conversation.message.removedNonMember.you =部屋の設定がメンバーのみに変更されたため、あなたは退室させられました。
# %1$S is the person who changed the room configuration.
conversation.message.removedNonMember.you.actor =%1$S さんにより部屋の設定がメンバーのみに変更されたため、あなたは退室させられました。
# LOCALIZATION NOTE (conversation.message.MUCShutdown):
# These are displayed as a system message when a participant is removed from
# a room because of a system shutdown.
conversation.message.mucShutdown =システムシャットダウンのため、あなたは退室させられました。
# LOCALIZATION NOTE (conversation.message.version*):
# %1$S is the name of the user whose version was requested.
# %2$S is the client name response from the client.
# %3$S is the client version response from the client.
# %4$S is the operating system(OS) response from the client.
conversation.message.version =%1$S さんは "%2$S %3$S" を使用しています。
conversation.message.versionWithOS =%1$S さんは %4$S で "%2$S %3$S" を使用しています。
# LOCALIZATION NOTE (options.*):
# These are the protocol specific options shown in the account manager and
# account wizard windows.
options.resource =リソース
options.priority =優先順位
options.connectionSecurity =接続の安全性
options.connectionSecurity.requireEncryption =暗号化が必要
options.connectionSecurity.opportunisticTLS =暗号化する (可能な場合)
options.connectionSecurity.allowUnencryptedAuth =平文のパスワード送信を許可
options.connectServer =サーバー名
options.connectPort =ポート番号
options.domain =ドメイン名
# LOCALIZATION NOTE (*.protocolName)
# This name is used whenever the name of the protocol is shown.
gtalk.protocolName =Google Talk
odnoklassniki.protocolName =Odnoklassniki
# LOCALIZATION NOTE (gtalk.usernameHint):
# This is displayed inside the accountUsernameInfoWithDescription
# string defined in imAccounts.properties when the user is
# configuring a Google Talk account.
gtalk.usernameHint =メールアドレス
# LOCALIZATION NOTE (gtalk.disabled):
# It is reported that Google Talk will be disabled on June 16, 2022. The message
# below is being pre-emptively included so a localized error message can be
# displayed to users if this happens.
gtalk.disabled =Google の XMPP ゲートウェイ無効化により Google Talk はサポートされません。
# LOCALIZATION NOTE (odnoklassniki.usernameHint):
# This is displayed inside the accountUsernameInfoWithDescription
# string defined in imAccounts.properties when the user is
# configuring a Odnoklassniki account.
odnoklassniki.usernameHint =プロファイル ID
# LOCALZIATION NOTE (command.*):
# These are the help messages for each command.
command.join3 =%S [<部屋>[@<サーバー>][/<ニックネーム>]] [<パスワード>]: 部屋に参加します。任意で別のサーバー、ニックネームを設定または部屋のパスワードを指定します。
command.part2 =%S part [<メッセージ>]: 現在の部屋から退室します。任意でメッセージを残せます。
command.topic =%S [<新規トピック>]: この部屋のトピックを設定します。
command.ban =%S <ニックネーム>[<メッセージ>]: 指定したニックネームのこの部屋への立ち入りを禁止します。このコマンドを実行するには部屋の管理者権限が必要です。
command.kick =%S <ニックネーム>[<メッセージ>]: 指定したニックネームをこの部屋から追い出します。このコマンドを実行するには部屋のモデレータ権限が必要です。
command.invite =%S <jid>[<メッセージ>]: ユーザーをこの部屋へ招待します。任意でメッセージを付けられます。
command.inviteto =%S <部屋 jid>[<パスワード>]: 会話の相手を指定した部屋へ招待します。必要に応じてパスワードを指定してください。
command.me =%S <実行するコマンド>: コマンドを実行します。
command.nick =%S <新規ニックネーム>: 自分のニックネームを変更します。
command.msg =%S <ニックネーム> <メッセージ>: この部屋の参加者にプライベートメッセージを送信します。
command.version =%S: 会話相手の使用しているクライアントについての情報を要求します。