Files
NodeBB/public/language/ja/error.json

270 lines
25 KiB
JSON
Raw Permalink Normal View History

2014-04-25 14:36:57 +09:00
{
"invalid-data": "無効なデータ",
2026-03-26 09:07:47 +00:00
"invalid-config-field-value": "設定フィールド \\\"%1\\\" の値が無効です: %2",
2017-08-26 09:23:18 +00:00
"invalid-json": "無効なJSON",
2026-03-26 09:07:47 +00:00
"wrong-parameter-type": "プロパティ `%1` には型 %3 の値が期待されますが、%2 が渡されました",
"required-parameters-missing": "このAPI呼び出しに必要なパラメータが不足しています: %1",
"reserved-ip-address": "予約済みIPレンジへのネットワークリクエストは許可されていません。",
2016-02-22 09:52:51 -05:00
"not-logged-in": "ログインしていません。",
"account-locked": "あなたのアカウントは一時的にロックされています",
"search-requires-login": "検索するにはアカウントが必要です - ログインするかアカウントを作成してください。",
2019-06-29 09:25:57 +00:00
"goback": "戻るを押すと、前のページに戻ります",
2016-02-22 09:52:51 -05:00
"invalid-cid": "無効なカテゴリID",
2017-02-06 09:21:40 +00:00
"invalid-tid": "無効なスレッドID",
2016-11-08 09:02:24 -05:00
"invalid-pid": "無効な投稿ID",
2014-04-25 14:36:57 +09:00
"invalid-uid": "無効なユーザーID",
2026-03-26 09:07:47 +00:00
"invalid-mid": "無効なチャットメッセージID",
"invalid-date": "有効な日付を指定してください",
2014-04-25 14:36:57 +09:00
"invalid-username": "無効なユーザー名",
"invalid-email": "無効なメール",
2026-03-26 09:07:47 +00:00
"invalid-fullname": "無効なフルネーム",
"invalid-location": "無効なロケーション",
"invalid-birthday": "無効な誕生日",
2019-06-29 09:25:57 +00:00
"invalid-title": "無効なタイトル",
2014-04-25 14:36:57 +09:00
"invalid-user-data": "無効なユーザーデータ",
"invalid-password": "無効なパスワード",
2017-08-26 09:23:18 +00:00
"invalid-login-credentials": "ログイン資格情報が無効です",
2016-02-22 09:52:51 -05:00
"invalid-username-or-password": "ユーザー名とパスワードの両方を指定してください",
"invalid-search-term": "無効な検索ワード",
2019-06-29 09:25:57 +00:00
"invalid-url": "無効なURL",
2026-03-26 09:07:47 +00:00
"invalid-event": "無効なイベント: %1",
2019-06-29 09:25:57 +00:00
"local-login-disabled": "ローカルログインシステムは、非特権アカウントに対して無効になっています",
2016-11-07 09:04:26 -05:00
"csrf-invalid": "セッションの期限切れと思われるため、私達はあなたのログイン状態を確認できませんでした。もう一度お試しください。",
2026-03-26 09:07:47 +00:00
"invalid-path": "無効なパス",
"folder-exists": "フォルダが既に存在します",
"invalid-pagination-value": "無効なページネーション値です。%1以上%2以下で指定してください。",
"invalid-unread-cutoff": "未読カットオフ値が無効です。1以上%1以下で指定してください。",
"username-taken": "ユーザー名はすでに使われています",
"email-taken": "このメールアドレスはすでに使用されています。",
"email-nochange": "入力されたメールアドレスは既存のものと同じです。",
"email-invited": "このメールアドレスはすでに招待済みです",
"email-not-confirmed": "一部のカテゴリやスレッドへの投稿はメール確認後に有効になります。確認メールを送信するにはここをクリックしてください。",
2016-02-22 09:52:51 -05:00
"email-not-confirmed-chat": "チャットを行うにはメールアドレスの確認を行う必要があります。メールアドレスを確認するためにはここをクリックしてください。",
2026-03-26 09:07:47 +00:00
"email-not-confirmed-email-sent": "メールアドレスはまだ確認されていません。確認メールをご確認ください。確認するまで一部のカテゴリへの投稿やチャットができません。",
"no-email-to-confirm": "アカウントにメールアドレスが設定されていません。アカウント復旧に必要です。メールアドレスを入力するにはここをクリックしてください。",
"user-doesnt-have-email": "ユーザー「%1」にメールアドレスが設定されていません。",
2016-02-22 09:52:51 -05:00
"email-confirm-failed": "メールアドレスの確認が出来ませんでした。再度お試しください。",
2026-03-26 09:07:47 +00:00
"confirm-email-already-sent": "確認のメールはすでに送信されています。再度送信するには、%1分後に再度お試しください。",
"confirm-email-expired": "確認メールの有効期限が切れました",
2016-11-08 09:02:24 -05:00
"sendmail-not-found": "Sendmailの実行ファイルが見つかりませんでした。インストールされ、ユーザーによってNodeBBが実行されていることを確認してください。",
2026-03-26 09:07:47 +00:00
"digest-not-enabled": "このユーザーはダイジェストが有効になっていないか、システムのデフォルトでダイジェスト送信が設定されていません",
2016-02-22 09:52:51 -05:00
"username-too-short": "ユーザー名が短すぎます",
"username-too-long": "ユーザー名が長すぎます",
"password-too-long": "パスワードが長すぎます",
2026-03-26 09:07:47 +00:00
"reset-rate-limited": "パスワードのリセット要求が多すぎます。(レート制限に達しました)",
"reset-same-password": "現在のパスワードとは異なるパスワードを使用してください",
2016-02-22 09:52:51 -05:00
"user-banned": "ユーザーは停止されています",
2016-11-10 09:02:23 -05:00
"user-banned-reason": "申し訳ありませんが、このアカウントは停止されています。 (理由: %1)",
2026-03-26 09:07:47 +00:00
"user-banned-reason-until": "申し訳ありませんが、このアカウントは%1まで停止されています。理由: %2",
2016-02-22 09:52:51 -05:00
"user-too-new": "申し訳ありません。登録後に投稿を行うには%1秒お待ち下さい。",
2016-11-05 09:02:20 -04:00
"blacklisted-ip": "申し訳ありませんがあなたのIPアドレスは当コミュニティで停止されています。もし誤ったエラーだと思われる場合は管理者にお問い合わせください。",
2026-03-26 09:07:47 +00:00
"cant-blacklist-self-ip": "自分のIPアドレスをブラックリストに追加することはできません",
2016-11-08 09:02:24 -05:00
"ban-expiry-missing": "この停止の終了日を入力してください。",
2016-02-22 09:52:51 -05:00
"no-category": "カテゴリは存在しません",
2017-02-06 09:21:40 +00:00
"no-topic": "スレッドは存在しません",
2016-02-22 09:52:51 -05:00
"no-post": "投稿は存在しません",
"no-group": "グループは存在しません",
"no-user": "ユーザーは存在しません",
"no-teaser": "ティーザーが存在しません",
2026-03-26 09:07:47 +00:00
"no-flag": "フラグは存在しません",
"no-chat-room": "チャットルームは存在しません",
"no-privileges": "この操作を行う権限がありません。",
"category-disabled": "カテゴリは無効になっています",
"post-deleted": "投稿は削除されました",
"topic-locked": "スレッドはロックされています",
"post-edit-duration-expired": "投稿後%1秒間だけ投稿を編集できます。",
"post-edit-duration-expired-minutes": "投稿後%1分間だけ投稿を編集できます。",
"post-edit-duration-expired-minutes-seconds": "投稿後%1分%2秒間だけ投稿を編集できます。",
"post-edit-duration-expired-hours": "投稿後%1時間だけ投稿を編集できます。",
"post-edit-duration-expired-hours-minutes": "投稿後%1時間%2分間だけ投稿を編集できます。",
"post-edit-duration-expired-days": "投稿後%1日間だけ投稿を編集できます。",
"post-edit-duration-expired-days-hours": "投稿後%1日%2時間だけ投稿を編集できます。",
2026-03-27 09:12:32 +00:00
"post-delete-duration-expired": "投稿後%1秒間だけ投稿を削除できます。",
"post-delete-duration-expired-minutes": "投稿後%1分間だけ投稿を削除できます。",
"post-delete-duration-expired-minutes-seconds": "投稿後%1分%2秒間だけ投稿を削除できます。",
"post-delete-duration-expired-hours": "投稿後%1時間だけ投稿を削除できます。",
"post-delete-duration-expired-hours-minutes": "投稿後%1時間%2分間だけ投稿を削除できます。",
"post-delete-duration-expired-days": "投稿後%1日間だけ投稿を削除できます。",
"post-delete-duration-expired-days-hours": "投稿後%1日%2時間だけ投稿を削除できます。",
"cant-delete-topic-has-reply": "返信があるため、このスレッドは削除できません。",
"cant-delete-topic-has-replies": "%1件の返信があるため、このスレッドは削除できません。",
"content-too-short": "もっと長い投稿を入力してください。投稿には少なくとも%1文字必要です。",
"content-too-long": "もっと短い投稿を入力してください。投稿は%1文字以下で入力してください。",
"title-too-short": "もっと長いタイトルを入力してください。タイトルには少なくとも%1文字必要です。",
"title-too-long": "もっと短いタイトルを入力してください。タイトルは%1文字以下で入力してください。",
2017-02-06 09:21:40 +00:00
"category-not-selected": "カテゴリが選択されていません。",
2026-03-27 09:12:32 +00:00
"too-many-posts": "投稿は%1秒に1回までです。再度投稿する前にしばらくお待ちください。",
"too-many-posts-newbie": "新規ユーザーは評価が%2に達するまで、%1秒に1回しか投稿できません。再度投稿する前にしばらくお待ちください。",
"too-many-posts-newbie-minutes": "新規ユーザーは%2の評価を得るまで%1分に1回しか投稿できません。再度投稿する前にしばらくお待ちください。",
"already-posting": "すでに投稿中です",
"tag-too-short": "%1文字以上でタグを入力してください。",
"tag-too-long": "%1文字以内でタグを入力してください。",
"tag-not-allowed": "このタグは使用できません",
"not-enough-tags": "タグが不足しています。スレッドには少なくとも%1個のタグが必要です。",
"too-many-tags": "タグが多すぎます。スレッドに設定できるタグは最大%1個です。",
"cant-use-system-tag": "このシステムタグは使用できません。",
"cant-remove-system-tag": "このシステムタグは削除できません。",
2016-01-04 11:24:53 -05:00
"still-uploading": "アップロードが完成するまでお待ちください。",
2026-03-27 09:12:32 +00:00
"file-too-big": "許可される最大ファイルサイズは%1kBです。より小さいファイルをアップロードしてください。",
2016-02-22 09:52:51 -05:00
"guest-upload-disabled": "ゲストさんからのアップを無効にしています",
2019-06-29 09:25:57 +00:00
"cors-error": "CORSの設定が誤っているため、画像をアップロードできません",
2026-03-27 09:12:32 +00:00
"upload-ratelimit-reached": "一度にアップロードしたファイルが多すぎます。しばらくしてから再度お試しください。",
"upload-error-fallback": "画像をアップロードできません — %1",
"scheduling-to-past": "将来の日付を選択してください。",
"invalid-schedule-date": "有効な日付と時刻を入力してください。",
"cant-pin-scheduled": "予約スレッドは固定/固定解除できません。",
"cant-merge-scheduled": "予約スレッドはマージできません。",
"cant-move-posts-to-scheduled": "予約スレッドに投稿を移動できません。",
"cant-move-from-scheduled-to-existing": "予約スレッドから既存のスレッドに投稿を移動できません。",
2016-11-08 09:02:24 -05:00
"already-bookmarked": "あなたは、この投稿をすでにブックマークしています",
2026-03-27 09:12:32 +00:00
"already-unbookmarked": "この投稿のブックマークはすでに解除されています",
2014-04-25 14:36:57 +09:00
"cant-ban-other-admins": "ほかの管理者を停止することはできません!",
2026-03-27 09:12:32 +00:00
"cant-mute-other-admins": "他の管理者をミュートすることはできません!",
"user-muted-for-hours": "ミュートされました。%1時間後に投稿できるようになります。",
"user-muted-for-minutes": "ミュートされました。%1分後に投稿できるようになります。",
"cant-make-banned-users-admin": "BANされたユーザーを管理者にすることはできません。",
"cant-remove-last-admin": "あなたが唯一の管理者です。自分の管理者権限を外す前に、別のユーザーを管理者に追加してください。",
"account-deletion-disabled": "アカウント削除は無効になっています",
2016-11-08 09:02:24 -05:00
"cant-delete-admin": "削除する前に、このアカウントから管理者権限を削除してください。",
2026-03-27 09:12:32 +00:00
"already-deleting": "削除処理中です",
2019-06-29 09:25:57 +00:00
"invalid-image": "無効な画像",
2016-02-22 09:52:51 -05:00
"invalid-image-type": "無効なイメージタイプです。許可された種類は: %1",
"invalid-image-extension": "無効なイメージのエクステンション",
"invalid-file-type": "無効なファイルタイプです。許可された種類は: %1",
2019-06-29 09:25:57 +00:00
"invalid-image-dimensions": "画像が大きすぎます",
2014-04-25 14:36:57 +09:00
"group-name-too-short": "グループ名は短すぎます。",
2016-11-08 09:02:24 -05:00
"group-name-too-long": "グループ名が長すぎます",
2014-04-25 14:36:57 +09:00
"group-already-exists": "グループ名はすでに存在しています",
"group-name-change-not-allowed": "グループ名の修正はできません",
2026-03-27 09:12:32 +00:00
"group-already-member": "すでにこのグループのメンバーです",
"group-not-member": "このグループのメンバーではありません",
2016-02-22 09:52:51 -05:00
"group-needs-owner": "このグループには少なくとも一人のオーナーが必要です",
2026-03-27 09:12:32 +00:00
"group-already-invited": "このユーザーがすでに招待されました",
"group-already-requested": "あなたのメンバーシップの要求がすでに提出されました",
"group-join-disabled": "現在このグループに参加できません",
"group-leave-disabled": "現在このグループを退会できません",
"group-user-not-pending": "このユーザーはこのグループへの参加リクエストを保留していません。",
"gorup-user-not-invited": "このユーザーはこのグループへの招待を受けていません。",
"post-already-deleted": "この投稿がすでに削除されました",
"post-already-restored": "この投稿がすでに復元されました",
"topic-already-deleted": "このスレッドはすでに削除されました",
"topic-already-restored": "このスレッドはすでに復元されました",
"topic-already-crossposted": "このスレッドはすでにそこにクロスポストされています。",
"cant-purge-main-post": "メインの投稿を削除することはできません。代わりにスレッドを削除してください。",
"topic-thumbnails-are-disabled": "スレッドのサムネイルは無効になっています",
2014-04-25 14:36:57 +09:00
"invalid-file": "無効なファイル",
2026-03-27 09:12:32 +00:00
"uploads-are-disabled": "アップロードは無効になっています",
"signature-too-long": "署名は%1文字以下で入力してください。",
"about-me-too-long": "「自己紹介」は%1文字以下で入力してください。",
2014-07-02 12:24:52 -04:00
"cant-chat-with-yourself": "自分にチャットすることはできません!",
2026-03-27 09:12:32 +00:00
"chat-restricted": "このユーザーはチャットを制限しています。チャットするにはフォローしてもらう必要があります。",
"chat-allow-list-user-already-added": "このユーザーはすでに許可リストに追加されています",
"chat-deny-list-user-already-added": "このユーザーはすでに拒否リストに追加されています",
"chat-user-blocked": "このユーザーにブロックされています。",
"chat-disabled": "チャットシステムは無効です",
"too-many-messages": "メッセージを送りすぎました。しばらくお待ちください。",
"invalid-chat-message": "無効なチャットメッセージ",
"chat-message-too-long": "チャットメッセージは%1文字以下で入力してください。",
"cant-edit-chat-message": "このメッセージを編集する権限がありません",
2016-11-08 09:02:24 -05:00
"cant-delete-chat-message": "あなたはこのメッセージを削除する権限を持っていません。",
2026-03-27 09:12:32 +00:00
"chat-edit-duration-expired": "投稿後%1秒間だけチャットメッセージを編集できます",
"chat-delete-duration-expired": "投稿後%1秒間だけチャットメッセージを削除できます",
"chat-deleted-already": "このチャットメッセージはすでに削除されています",
"chat-restored-already": "このチャットメッセージはすでに復元されています",
2021-01-09 09:07:47 +00:00
"chat-room-does-not-exist": "Chat room does not exist.",
"cant-add-users-to-chat-room": "Can't add users to chat room.",
"cant-remove-users-from-chat-room": "Can't remove users from chat room.",
"chat-room-name-too-long": "Chat room name too long. Names can't be longer than %1 characters.",
"remote-chat-received-too-long": "You received a chat message from %1, but it was too long and was rejected.",
2016-11-08 09:02:24 -05:00
"already-voting-for-this-post": "あなたはすでにこの投稿を評価しました。",
"reputation-system-disabled": "Reputation system is disabled.",
"downvoting-disabled": "Downvoting is disabled",
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
"not-enough-reputation-to-post-links": "You need %1 reputation to post links",
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
"not-enough-reputation-min-rep-website": "You need %1 reputation to add a website",
"not-enough-reputation-min-rep-aboutme": "You need %1 reputation to add an about me",
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
"not-enough-reputation-custom-field": "You need %1 reputation for %2",
"custom-user-field-value-too-long": "Custom field value too long, %1",
"custom-user-field-select-value-invalid": "Custom field selected option is invalid, %1",
"custom-user-field-invalid-text": "Custom field text is invalid, %1",
"custom-user-field-invalid-link": "Custom field link is invalid, %1",
"custom-user-field-invalid-number": "Custom field number is invalid, %1",
"custom-user-field-invalid-date": "Custom field date is invalid, %1",
"invalid-custom-user-field": "Invalid custom user field, \"%1\" is already used by NodeBB",
2020-07-27 17:18:47 +00:00
"post-already-flagged": "You have already flagged this post",
"user-already-flagged": "You have already flagged this user",
"post-flagged-too-many-times": "This post has been flagged by others already",
"user-flagged-too-many-times": "This user has been flagged by others already",
"too-many-post-flags-per-day": "You can only flag %1 post(s) per day",
"too-many-user-flags-per-day": "You can only flag %1 user(s) per day",
2020-11-27 11:58:05 -05:00
"cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)",
"cant-locate-flag-report": "Cannot locate flag report",
2019-06-29 09:25:57 +00:00
"self-vote": "自分のポストに評価することはできません。",
"too-many-upvotes-today": "You can only upvote %1 times a day",
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
2020-07-27 17:18:47 +00:00
"too-many-downvotes-today": "You can only downvote %1 times a day",
"too-many-downvotes-today-user": "You can only downvote a user %1 times a day",
2014-11-14 20:02:04 -05:00
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.",
2015-01-29 17:45:42 -05:00
"registration-error": "Registration Error",
2015-02-26 08:43:42 -05:00
"parse-error": "Something went wrong while parsing server response",
"wrong-login-type-email": "Please use your email to login",
2015-12-30 09:40:42 -05:00
"wrong-login-type-username": "Please use your username to login",
2019-06-29 09:25:57 +00:00
"sso-registration-disabled": "1アカウントの登録が無効になっています。最初にメールアドレスで登録してください",
"sso-multiple-association": "このサービスから複数のアカウントをNodeBBアカウントに関連付けることはできません。 既存のアカウントの関連付けを解除してからもう一度お試しください。",
2015-12-30 09:40:42 -05:00
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
2016-02-23 14:11:11 -05:00
"no-session-found": "No login session found!",
2016-11-06 09:02:23 -05:00
"not-in-room": "ユーザーが部屋にいません",
2016-11-08 09:02:24 -05:00
"cant-kick-self": "あなたは、グループから自分自身をキックすることが出来ません",
2016-11-07 09:04:26 -05:00
"no-users-selected": "ユーザー(s)が選択されていません",
"no-groups-selected": "No group(s) selected",
2016-11-07 09:04:26 -05:00
"invalid-home-page-route": "ホームページのルートが無効",
2021-05-11 09:09:16 +00:00
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
2019-06-29 09:25:57 +00:00
"no-topics-selected": "スレッドが選択されていません!!",
"cant-move-to-same-topic": "同じスレッドに投稿を移動することはできません!",
2020-08-26 09:05:41 +00:00
"cant-move-topic-to-same-category": "Can't move topic to the same category!",
2026-01-14 12:46:14 -05:00
"cant-move-topic-to-from-remote-categories": "You cannot move topics in or out of remote categories; consider cross-posting instead.",
2019-06-29 09:25:57 +00:00
"cannot-block-self": "自分をブロックすることは出来ません!",
2018-10-31 11:58:52 -04:00
"cannot-block-privileged": "管理者またはグローバルモデレーターはブロックできません",
2019-06-29 09:25:57 +00:00
"cannot-block-guest": "ゲストは他のユーザーをブロックできません",
"already-blocked": "このユーザーは既にブロックされています",
"already-unblocked": "このユーザーは既にブロック解除されています",
2020-09-25 09:08:39 +00:00
"no-connection": "インターネット接続に問題があるようです",
2020-12-31 09:09:40 +00:00
"socket-reconnect-failed": "Unable to reach the server at this time. Click here to try again, or try again later",
"invalid-plugin-id": "Invalid plugin ID",
2021-01-28 09:10:07 +00:00
"plugin-not-whitelisted": "Unable to install plugin – only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"cannot-toggle-system-plugin": "You cannot toggle the state of a system plugin",
"plugin-installation-via-acp-disabled": "Plugin installation via ACP is disabled",
2022-07-26 18:34:44 +00:00
"plugins-set-in-configuration": "You are not allowed to change plugin state as they are defined at runtime (config.json, environmental variables or terminal arguments), please modify the configuration instead.",
"theme-not-set-in-configuration": "When defining active plugins in configuration, changing themes requires adding the new theme to the list of active plugins before updating it in the ACP",
2021-02-08 09:08:48 +00:00
"topic-event-unrecognized": "Topic event '%1' unrecognized",
2025-01-08 09:19:29 +00:00
"category.handle-taken": "Category handle is already taken, please choose another.",
2021-02-08 09:08:48 +00:00
"cant-set-child-as-parent": "Can't set child as parent category",
2021-07-10 09:05:51 +00:00
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.413": "The request payload is too large",
2021-07-10 09:05:51 +00:00
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
2023-03-18 09:17:54 +00:00
"api.503": "The route you are trying to call is not currently available due to a server configuration",
2025-01-08 09:19:29 +00:00
"api.reauth-required": "The resource you are trying to access requires (re-)authentication.",
2026-03-26 09:07:47 +00:00
"activitypub.not-enabled": "このサーバーではフェデレーションは有効になっていません",
"activitypub.invalid-id": "入力IDを解決できません。形式が正しくない可能性があります。",
"activitypub.get-failed": "指定されたリソースを取得できません。",
"activitypub.pubKey-not-found": "公開鍵を解決できないため、ペイロードの検証ができません。",
"activitypub.origin-mismatch": "受信したオブジェクトのオリジンが送信者のオリジンと一致しません",
"activitypub.not-implemented": "リクエストまたはその一部が受信サーバーで実装されていないため、拒否されました"
2014-05-02 23:53:30 -04:00
}