@kotori-bot/kotori-plugin-core
Version:
core plugin
59 lines • 5.6 kB
JSON
{
"corei18n.template.args_error": "パラメータ「{0}」の型が誤っています。期待する型:{1}、実際の型:{2}",
"corei18n.template.args_few": "期待される引数の数が不足しています。期待される数:{0}、実際の数:{1}",
"corei18n.template.args_many": "引数の数が多すぎます。期待される数:{0}、実際の数:{1}",
"corei18n.template.option_error": "オプション「{0}」の型が誤っています。期待する型:{1}、実際の型:{2}",
"corei18n.template.syntax": "コマンドの構文エラー、{0}の位置で予期しない文字「{1}」",
"corei18n.template.unknown": "未知のコマンド「{0}」、コマンドの入力を確認してください",
"corei18n.template.error": "予期しないエラーが発生しました!\n捕捉された情報:{0}",
"corei18n.template.res_error": "レスポンスデータの形式が誤っています!\nエラーメッセージ:{0}",
"corei18n.template.num_error": "番号が誤っています、再度送信してください",
"corei18n.template.exists": "対象のパラメータ「{0}」はすでに存在しています、繰り返し実行しないでください",
"corei18n.template.no_exists": "対象のパラメータ「{0}」は存在していません、確認後、再度送信してください",
"corei18n.template.data_error.args": "パラメータ「{0}」に誤ったデータが渡されました",
"corei18n.template.data_error.options": "オプション「{0}」に誤ったデータが渡されました",
"corei18n.template.scope": "このコマンドはグループチャットまたはプライベートチャットでのみ使用できます!",
"corei18n.template.no_access_manger": "このコマンドはグループ管理者およびBOT管理者のみ使用できます!",
"corei18n.template.no_access_admin": "このコマンドはBOTの最高管理者のみ使用できます!",
"corei18n.template.empty": "なし",
"corei18n.template.unsupported": "現在のプラットフォームではこのメッセージ要素はサポートされていません",
"corei18n.template": "現在のプラットフォームではこのメッセージ要素はサポートされていません",
"corei18n.template.prompt": "値を入力してください:",
"corei18n.template.confirm": "確認しますか?(はい/いいえ)",
"corei18n.template.confirm.sure": "はい",
"core.descr.core": "インスタンスの統計情報を表示します",
"core.descr.bot": "現在のBOTの情報と動作状況を表示します",
"core.descr.bots": "すべてのBOTの情報と動作状況を表示します",
"core.descr.about": "について情報を表示します",
"core.descr.locale": "表示言語を設定します",
"core.descr.module": "モジュールを表示します",
"core.msg.bot": "ID:%identity%\n言語:%lang%\nプラットフォーム:%platform%\nID:%self_id%\n接続時間:%create_time%\n受信メッセージ数:%received_msg%\n送信メッセージ数:%sent_msg%\nインスタンスオフライン回数:%offline_times%\n最後のメッセージ時間:%last_msg_time%",
"core.msg.core": "グローバル言語:%lang%\nインスタンスディレクトリ:%root%\n動作モード:%mode%\nモジュール数:%modules%\nサービス数:%services%\nBOTインスタンス数:%bots%\nミドルウェア数:%midwares%\nコマンド数:%commands%\n正規表現数:%regexps%",
"core.msg.bots": "インスタンスリスト:%list%",
"core.msg.bots.list": "\n----------\nID:%identity%\n言語:%lang%\nプラットフォーム:%platform%\n状態:%status%",
"core.msg.about": "Kotori バージョン:%version%\nライセンス:%license%\nNodeJS バージョン:%node_version%",
"core.msg.locale": "現在のインスタンスの表示言語を %lang% に設定しました",
"core.msg.locale.global": "グローバル表示言語を %lang% に設定しました",
"core.msg.locale.invalid": "パラメータが無効です。以下の値のいずれかでなければなりません:en_US、ja_JP、zh_CN、zh_TW",
"core.msg.module": "モジュールリスト:%list%",
"core.msg.module.list": "\n----------\n名前:%name%\n説明:%description%\nバージョン:%version%",
"core.msg.module.not_found": "%name% モジュールが見つかりませんでした",
"core.descr.help": "コマンドのヘルプ情報を表示",
"core.descr.menu": "ロボットのメニューを見る",
"core.msg.help": "関連コマンドが見つかりました:%content%",
"core.msg.descr.fail": "関連コマンドが見つかりませんでした",
"core.msg.descr.command": "\n%root%%args%%description%",
"core.msg.descr.command2": "%root%%args%%description%%options%%help%%alias%%shortcuts%",
"core.template.help": "\n %content%",
"core.template.alias": "\n 別名:%content%",
"core.template.shortcuts": "\n 短縮コマンド:%content%",
"core.template.alias.delimiter": "、",
"core.template.arg.required": " <%name%%type%%default%>",
"core.template.arg.optional": " [%name%%type%%default%]",
"core.template.arg.type": "::%content%",
"core.template.default": " = %content%",
"core.template.description": " - %content%",
"core.template.options": "\n 引数の説明:%content%",
"core.template.option": "\n -%name%, --%realname%%type%%description%",
"core.template.option.type": " タイプ:%type%"
}