Files
Rdmclin2 913ee4210d feat: page/agent/agentGroup/task edit lock (#15786)
* feat: support page editor lock

Squashed page-lock feature work:
- support page editor lock
- support agent group / agent / task edit
- add edit lock to agent/agentgroup/task
- refactor page lock
- fix workspaceId for edit objects
- align with agent/group/task

* fix: collaborative edit lock

* chore: update i18n

* fix: redis acquire

* fix: release lock

* fix: test case

* chore: complement page lock test cases
2026-06-14 01:40:36 +08:00

2067 lines
196 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_cloud.officialProvider": "{{name}} 公式モデルサービス",
"about.title": "について",
"accountDeletion.cancelButton": "削除をキャンセル",
"accountDeletion.cancelConfirmTitle": "アカウント削除のリクエストをキャンセルしますか?",
"accountDeletion.cancelFailed": "削除リクエストのキャンセルに失敗しました",
"accountDeletion.cancelSuccess": "削除リクエストをキャンセルしました",
"accountDeletion.confirmCheckbox": "上記の内容を読み、理解したうえでアカウント削除に進むことを確認します",
"accountDeletion.confirmContent": "送信後、<0>72時間</0>の冷却期間に入ります。この期間中はいつでもキャンセル可能です。期間終了後は、アカウントデータが完全に削除され、未払いの請求は即時キャンセルされ、支払済みの料金は返金されません。登録および削除の記録は、法令遵守のために保持されます。",
"accountDeletion.confirmOk": "アカウントを削除",
"accountDeletion.confirmRequired": "影響を理解したことを確認してください",
"accountDeletion.confirmTitle": "アカウントを削除しますか?",
"accountDeletion.desc": "アカウントおよび関連データを完全に削除します。この操作は元に戻せません。",
"accountDeletion.pendingDesc": "アカウントは削除予定です",
"accountDeletion.pendingMessage": "アカウントは{{hours}}時間後に削除されます",
"accountDeletion.reasonPlaceholder": "アカウントを削除したい理由をお聞かせください...",
"accountDeletion.reasonRequired": "削除理由を入力してください",
"accountDeletion.requestButton": "アカウント削除をリクエスト",
"accountDeletion.requestFailed": "アカウント削除のリクエストに失敗しました",
"accountDeletion.requestSuccess": "削除リクエストを送信しました",
"accountDeletion.sectionTitle": "アカウント削除",
"accountDeletion.title": "アカウントを削除",
"advancedSettings": "詳細設定",
"agentCronJobs.addJob": "スケジュールタスクを追加",
"agentCronJobs.clearTopics": "Clear Topics",
"agentCronJobs.clearTopicsFailed": "Failed to clear topics",
"agentCronJobs.confirmClearTopics": "Are you sure you want to clear {{count}} topics?",
"agentCronJobs.confirmDelete": "このスケジュールタスクを削除してもよろしいですか?",
"agentCronJobs.confirmDeleteCronJob": "Are you sure you want to delete this scheduled task? All associated topics will also be deleted.",
"agentCronJobs.content": "タスク内容",
"agentCronJobs.create": "作成",
"agentCronJobs.createSuccess": "スケジュールタスクが正常に作成されました",
"agentCronJobs.deleteCronJob": "Delete Scheduled Task",
"agentCronJobs.deleteFailed": "Failed to delete scheduled task",
"agentCronJobs.deleteJob": "タスクを削除",
"agentCronJobs.deleteSuccess": "スケジュールタスクが正常に削除されました",
"agentCronJobs.description": "スケジュール実行でエージェントを自動化します",
"agentCronJobs.disable": "無効化",
"agentCronJobs.editJob": "スケジュールタスクを編集",
"agentCronJobs.empty.description": "最初のスケジュールタスクを作成してエージェントを自動化しましょう",
"agentCronJobs.empty.title": "スケジュールタスクがありません",
"agentCronJobs.enable": "有効化",
"agentCronJobs.form.at": "指定時刻",
"agentCronJobs.form.content.placeholder": "エージェントへのプロンプトまたは指示を入力してください",
"agentCronJobs.form.every": "毎",
"agentCronJobs.form.frequency": "頻度",
"agentCronJobs.form.hours": "時間ごと",
"agentCronJobs.form.maxExecutions": "最大実行回数",
"agentCronJobs.form.maxExecutions.placeholder": "無制限にするには空欄のままにしてください",
"agentCronJobs.form.name.placeholder": "タスク名を入力してください",
"agentCronJobs.form.time": "時刻",
"agentCronJobs.form.timeRange.end": "終了時間",
"agentCronJobs.form.timeRange.start": "開始時間",
"agentCronJobs.form.times": "回",
"agentCronJobs.form.timezone": "タイムゾーン",
"agentCronJobs.form.unlimited": "継続的に実行",
"agentCronJobs.form.validation.contentRequired": "タスク内容は必須です",
"agentCronJobs.form.validation.invalidTimeRange": "開始時間は終了時間より前でなければなりません",
"agentCronJobs.form.validation.nameRequired": "タスク名は必須です",
"agentCronJobs.interval.12hours": "12時間ごと",
"agentCronJobs.interval.1hour": "1時間ごと",
"agentCronJobs.interval.30min": "30分ごと",
"agentCronJobs.interval.6hours": "6時間ごと",
"agentCronJobs.interval.daily": "毎日",
"agentCronJobs.interval.weekly": "毎週",
"agentCronJobs.lastExecuted": "最終実行",
"agentCronJobs.maxExecutions": "最大実行回数",
"agentCronJobs.name": "タスク名",
"agentCronJobs.never": "未実行",
"agentCronJobs.noExecutionResults": "実行結果がありません",
"agentCronJobs.remainingExecutions": "残り:{{count}}",
"agentCronJobs.save": "保存",
"agentCronJobs.saveAsNew": "新規保存",
"agentCronJobs.schedule": "スケジュール",
"agentCronJobs.scheduleType.daily": "毎日",
"agentCronJobs.scheduleType.hourly": "毎時",
"agentCronJobs.scheduleType.weekly": "毎週",
"agentCronJobs.status.depleted": "上限到達",
"agentCronJobs.status.disabled": "無効",
"agentCronJobs.status.enabled": "有効",
"agentCronJobs.timeRange": "時間範囲",
"agentCronJobs.title": "スケジュールタスク",
"agentCronJobs.unlimited": "無制限",
"agentCronJobs.unnamedTask": "名前のないタスク",
"agentCronJobs.updateSuccess": "スケジュールタスクが正常に更新されました",
"agentCronJobs.weekday.friday": "金曜日",
"agentCronJobs.weekday.monday": "月曜日",
"agentCronJobs.weekday.saturday": "土曜日",
"agentCronJobs.weekday.short.friday": "金",
"agentCronJobs.weekday.short.monday": "月",
"agentCronJobs.weekday.short.saturday": "土",
"agentCronJobs.weekday.short.sunday": "日",
"agentCronJobs.weekday.short.thursday": "木",
"agentCronJobs.weekday.short.tuesday": "火",
"agentCronJobs.weekday.short.wednesday": "水",
"agentCronJobs.weekday.sunday": "日曜日",
"agentCronJobs.weekday.thursday": "木曜日",
"agentCronJobs.weekday.tuesday": "火曜日",
"agentCronJobs.weekday.wednesday": "水曜日",
"agentCronJobs.weekdays": "平日",
"agentCronJobs.weekdays.fri": "金",
"agentCronJobs.weekdays.mon": "月",
"agentCronJobs.weekdays.sat": "土",
"agentCronJobs.weekdays.sun": "日",
"agentCronJobs.weekdays.thu": "木",
"agentCronJobs.weekdays.tue": "火",
"agentCronJobs.weekdays.wed": "水",
"agentDocuments.columns.actions": "操作",
"agentDocuments.columns.document": "ドキュメント",
"agentDocuments.columns.template": "テンプレート",
"agentDocuments.createSuccess": "テンプレートからドキュメントを作成しました",
"agentDocuments.createWithTemplate": "このテンプレートで作成",
"agentDocuments.deleteConfirm": "このドキュメントを削除しますか?",
"agentDocuments.deleteSuccess": "ドキュメントを削除しました",
"agentDocuments.desc": "このエージェントのドキュメントを管理し、テンプレートからスターターファイルを作成します。",
"agentDocuments.empty": "まだドキュメントがありません",
"agentDocuments.overwriteConfirm.confirm": "上書きして適用",
"agentDocuments.overwriteConfirm.more": "他{{count}}件",
"agentDocuments.overwriteConfirm.summary": "{{templateName}}を適用すると、{{createCount}}件の新しいドキュメントが作成され、{{overwriteCount}}件の既存ドキュメントが上書きされます。",
"agentDocuments.overwriteConfirm.title": "既存のドキュメントを上書きしますか?",
"agentDocuments.overwriteConfirm.warning": "同じファイル名の既存ドキュメントは置き換えられます。",
"agentDocuments.title": "エージェントドキュメント",
"agentImport.action": "ワークスペースにインポート…",
"agentImport.description": "このエージェントのコピーをあなたのワークスペースの1つにフォークします。元のエージェントは個人スペースに残ります—インポート後の同期はありません。",
"agentImport.failed": "エージェントのインポートに失敗しました。",
"agentImport.modal.configIncluded": "エージェントの構成はデフォルトでコピーされます。",
"agentImport.modal.confirm": "インポート",
"agentImport.modal.includeHistory": "トピックとメッセージをコピー",
"agentImport.modal.includeHistoryDesc": "オプション。このエージェントの会話履歴を新しいエージェントにコピーします。",
"agentImport.modal.knowledgeNotice": "知識バインディングとファイルはまだコピーされません。",
"agentImport.success": "エージェントが{{name}}にインポートされました。",
"agentImport.title": "ワークスペースにインポート",
"agentInfoDescription.basic.avatar": "アバター",
"agentInfoDescription.basic.description": "説明",
"agentInfoDescription.basic.name": "名前",
"agentInfoDescription.basic.tags": "タグ",
"agentInfoDescription.basic.title": "アシスタント情報",
"agentInfoDescription.chat.enableHistoryCount": "履歴メッセージ数を有効にする",
"agentInfoDescription.chat.historyCount": "履歴メッセージ数",
"agentInfoDescription.chat.no": "いいえ",
"agentInfoDescription.chat.searchMode": "検索モード",
"agentInfoDescription.chat.title": "チャット設定",
"agentInfoDescription.chat.yes": "はい",
"agentInfoDescription.model.maxTokens": "最大トークン数",
"agentInfoDescription.model.model": "モデル",
"agentInfoDescription.model.provider": "プロバイダー",
"agentInfoDescription.model.temperature": "温度",
"agentInfoDescription.model.title": "モデル設定",
"agentInfoDescription.model.topP": "Top P 値",
"agentInfoDescription.plugins.count": "スキル設定({{count}}",
"agentInfoDescription.plugins.empty": "スキルがまだインストールされていません",
"agentInfoDescription.plugins.title": "インストール済みスキル",
"agentInfoDescription.role.systemRole": "システムプロンプト",
"agentInfoDescription.role.title": "ロール設定",
"agentInfoDescription.value.unset": "未設定",
"agentInfoDescription.value.untitled": "無題のアシスタント",
"agentSkillDetail.addedAt": "追加日",
"agentSkillDetail.publishedAt": "公開日",
"agentSkillDetail.repository": "GitHubリポジトリ",
"agentSkillDetail.skillContent": "スキル内容",
"agentSkillDetail.sourceUrl": "スキルインポート元",
"agentSkillDetail.updatedAt": "更新日",
"agentSkillEdit.descriptionDesc": "スキルの概要を簡潔に説明し、エージェントが使用するタイミングを理解できるようにします",
"agentSkillEdit.fileReadonly": "このファイルは読み取り専用です。スキルの説明と指示のみ編集可能です。",
"agentSkillEdit.instructions": "指示",
"agentSkillEdit.instructionsDesc": "スキルの動作とワークフローを定義するMarkdown形式の基本指示",
"agentSkillEdit.instructionsPlaceholder": "Markdown形式でスキルの指示を入力してください...",
"agentSkillEdit.nameDesc": "このスキルの一意の識別子。作成後は編集できません。",
"agentSkillEdit.saveSuccess": "スキルが正常に更新されました",
"agentSkillEdit.title": "スキル設定",
"agentSkillItem.deleteConfirm.desc": "エージェントスキル「{{name}}」を削除してもよろしいですか?この操作は元に戻せません。",
"agentSkillItem.deleteConfirm.title": "エージェントスキルの削除",
"agentSkillModal.content": "スキル内容",
"agentSkillModal.contentPlaceholder": "Markdown形式でスキル内容を入力してください...",
"agentSkillModal.description": "説明",
"agentSkillModal.descriptionPlaceholder": "このスキルを簡潔に説明してください",
"agentSkillModal.github.desc": "公開GitHubリポジトリから直接スキルをインポートします。",
"agentSkillModal.github.title": "GitHubからインポート",
"agentSkillModal.github.urlPlaceholder": "https://github.com/username/repo",
"agentSkillModal.importError": "インポートに失敗しました: {{error}}",
"agentSkillModal.importSuccess": "エージェントスキルが正常にインポートされました",
"agentSkillModal.upload.desc": "ローカルの.zipまたは.skillファイルをアップロードしてインストールします。",
"agentSkillModal.upload.dragText": "ドラッグ&ドロップまたはクリックしてアップロード",
"agentSkillModal.upload.requirementSkillMd": "SKILL.mdにはYAML形式でスキル名と説明が含まれています",
"agentSkillModal.upload.requirementZip": "SKILL.mdがルートディレクトリに含まれる.zipまたは.skillファイル",
"agentSkillModal.upload.requirements": "ファイル要件",
"agentSkillModal.upload.title": "スキルをアップロード",
"agentSkillModal.upload.uploading": "アップロード中...",
"agentSkillModal.url.desc": "SKILL.mdファイルへの直接リンクを提供してスキルをインポートします。",
"agentSkillModal.url.title": "URLからインポート",
"agentSkillModal.url.urlPlaceholder": "https://example.com/path/to/SKILL.md",
"agentSkillTag": "エージェントスキル",
"agentTab.opening": "オープニング設定",
"agentTab.plugin": "スキル設定",
"agentTab.prompt": "プロンプト設定",
"agentTab.selfIteration": "自己反復",
"agentTab.tts": "音声サービス",
"analytics.telemetry.desc": "{{appName}} の改善のために匿名の使用データの提供にご協力ください",
"analytics.telemetry.title": "匿名使用データの送信",
"analytics.title": "データ分析",
"checking": "確認中...",
"checkingPermissions": "権限を確認中...",
"creds.actions.delete": "削除",
"creds.actions.deleteConfirm.cancel": "キャンセル",
"creds.actions.deleteConfirm.content": "この資格情報は完全に削除されます。この操作は元に戻せません。",
"creds.actions.deleteConfirm.ok": "削除",
"creds.actions.deleteConfirm.title": "資格情報を削除しますか?",
"creds.actions.edit": "編集",
"creds.actions.view": "表示",
"creds.create": "新しい資格情報",
"creds.createModal.fillForm": "詳細を入力",
"creds.createModal.selectType": "タイプを選択",
"creds.createModal.title": "資格情報を作成",
"creds.edit.title": "資格情報を編集",
"creds.empty": "まだ資格情報が設定されていません",
"creds.file.authRequired": "まずマーケットにサインインしてください",
"creds.file.uploadFailed": "ファイルのアップロードに失敗しました",
"creds.file.uploadSuccess": "ファイルが正常にアップロードされました",
"creds.file.uploading": "アップロード中...",
"creds.form.addPair": "キーと値のペアを追加",
"creds.form.back": "戻る",
"creds.form.cancel": "キャンセル",
"creds.form.connectionRequired": "OAuth接続を選択してください",
"creds.form.description": "説明",
"creds.form.descriptionPlaceholder": "この資格情報のオプションの説明",
"creds.form.file": "資格情報ファイル",
"creds.form.fileRequired": "ファイルをアップロードしてください",
"creds.form.key": "識別子",
"creds.form.keyPattern": "識別子には文字、数字、アンダースコア、ハイフンのみ使用できます",
"creds.form.keyRequired": "識別子は必須です",
"creds.form.name": "表示名",
"creds.form.nameRequired": "表示名は必須です",
"creds.form.save": "保存",
"creds.form.selectConnection": "OAuth接続を選択",
"creds.form.selectConnectionPlaceholder": "接続済みのアカウントを選択",
"creds.form.selectedFile": "選択されたファイル",
"creds.form.submit": "作成",
"creds.form.uploadDesc": "JSON、PEM、その他の資格情報ファイル形式をサポート",
"creds.form.uploadHint": "クリックまたはドラッグしてファイルをアップロード",
"creds.form.valuePlaceholder": "値を入力",
"creds.form.values": "キーと値のペア",
"creds.oauth.noConnections": "利用可能なOAuth接続がありません。まずアカウントを接続してください。",
"creds.signIn": "マーケットにサインイン",
"creds.signInRequired": "資格情報を管理するにはマーケットにサインインしてください",
"creds.table.actions": "操作",
"creds.table.key": "識別子",
"creds.table.lastUsed": "最終使用日",
"creds.table.name": "名前",
"creds.table.neverUsed": "未使用",
"creds.table.preview": "プレビュー",
"creds.table.type": "タイプ",
"creds.typeDesc.file": "サービスアカウントや証明書などの資格情報ファイルをアップロード",
"creds.typeDesc.kv-env": "APIキーやトークンを環境変数として保存",
"creds.typeDesc.kv-header": "認証値をHTTPヘッダーとして保存",
"creds.typeDesc.oauth": "既存のOAuth接続にリンク",
"creds.types.all": "すべて",
"creds.types.file": "ファイル",
"creds.types.kv-env": "環境",
"creds.types.kv-header": "ヘッダー",
"creds.types.oauth": "OAuth",
"creds.view.error": "資格情報の読み込みに失敗しました",
"creds.view.noValues": "値がありません",
"creds.view.oauthNote": "OAuth資格情報は接続されたサービスによって管理されます。",
"creds.view.title": "資格情報を表示: {{name}}",
"creds.view.values": "資格情報の値",
"creds.view.warning": "これらの値は機密情報です。他人と共有しないでください。",
"danger.clear.action": "すぐにクリア",
"danger.clear.confirm": "すべてのチャットデータを削除しますか?この操作は元に戻せません。",
"danger.clear.desc": "エージェント、ファイル、メッセージ、スキルを含むすべてのデータを削除します。アカウントは削除されません。",
"danger.clear.success": "すべてのセッションメッセージが削除されました",
"danger.clear.title": "データを消去",
"danger.reset.action": "すぐにリセット",
"danger.reset.confirm": "すべての設定をリセットしますか?",
"danger.reset.currentVersion": "現在のバージョン",
"danger.reset.desc": "すべての設定を初期状態に戻します。データは削除されません。",
"danger.reset.success": "すべての設定がリセットされました",
"danger.reset.title": "すべての設定をリセット",
"defaultAgent.model.desc": "新しいアシスタントを作成する際に使用されるデフォルトモデル",
"defaultAgent.model.title": "モデル",
"defaultAgent.title": "デフォルトアシスタント設定",
"devices.actions.edit": "編集",
"devices.actions.remove": "削除",
"devices.capabilities.commands.desc": "環境内でターミナルコマンドを安全に実行します。",
"devices.capabilities.commands.title": "コマンドを実行",
"devices.capabilities.files.desc": "エージェントがコンピュータ上のファイルに直接アクセスし、整理できるようにします。",
"devices.capabilities.files.title": "ローカルファイルの読み書き",
"devices.capabilities.title": "接続後にできること",
"devices.capabilities.tools.desc": "ローカルツールを接続して、エージェントの機能を拡張します。",
"devices.capabilities.tools.title": "システムツールを呼び出す",
"devices.channel.connected": "{{time}}に接続済み",
"devices.connectWizard.button": "デバイスを接続",
"devices.connectWizard.cli.connectDesc": "バックグラウンドデーモンを起動して、デバイスをオンライン状態に保ち、リモート操作を待機します。",
"devices.connectWizard.cli.connectTitle": "デーモンを起動",
"devices.connectWizard.cli.installDesc": "お好みのパッケージマネージャーを使用して、LobeHub CLIをグローバルにインストールし、デバイス接続と管理を有効にします。",
"devices.connectWizard.cli.installTitle": "CLIをインストール",
"devices.connectWizard.cli.loginDesc": "ブラウザでOAuth認証を完了し、CLIをアカウントにリンクします。",
"devices.connectWizard.cli.loginTitle": "サインイン",
"devices.connectWizard.desktop.downloadLink": "LobeHubデスクトップをダウンロード",
"devices.connectWizard.desktop.step1": "デスクトップアプリをダウンロード",
"devices.connectWizard.desktop.step1Desc": "LobeHubのダウンロードページにアクセスし、オペレーティングシステム用のアプリを取得します。",
"devices.connectWizard.desktop.step2": "サインインしてデバイスゲートウェイを開く",
"devices.connectWizard.desktop.step2Desc": "サインイン後、右上のデバイスゲートウェイアイコンをクリックし、オンになっていることを確認します。",
"devices.connectWizard.desktop.step3": "デバイスが自動的に表示されます",
"devices.connectWizard.desktop.step3Desc": "デスクトップアプリは起動時にデバイスとして登録されます — 接続されるとリストに表示されます。",
"devices.connectWizard.footer": "登録されるのはデバイスのメタデータのみです — データにアクセスすることはありません。",
"devices.connectWizard.method.cli": "CLI経由",
"devices.connectWizard.method.desktop": "デスクトップ経由",
"devices.connectWizard.subtitle": "コンピュータをLobeHubに接続する方法を選択してください。",
"devices.connectWizard.title": "デバイスを接続",
"devices.currentBadge": "このデバイス",
"devices.detail.addDir": "ディレクトリを追加",
"devices.detail.connections": "接続",
"devices.detail.noRecent": "最近のディレクトリはありません",
"devices.detail.recentDirs": "最近のディレクトリ",
"devices.edit.browse": "参照…",
"devices.edit.cancel": "キャンセル",
"devices.edit.defaultCwd": "デフォルトの作業ディレクトリ",
"devices.edit.defaultCwdPlaceholder": "例: /Users/me/projects",
"devices.edit.friendlyName": "名前",
"devices.edit.friendlyNamePlaceholder": "このデバイスを認識するための名前",
"devices.edit.save": "保存",
"devices.edit.title": "デバイスを編集",
"devices.empty.desc": "接続後、LobeHubエージェントはファイルの読み書き、コマンドの実行、システムツールの呼び出しを直接コンピュータ上で行えます。",
"devices.empty.methodCli.desc": "ターミナルでCLIをインストール — サーバーやヘッドレスマシンに最適です。",
"devices.empty.methodCli.title": "CLI経由で接続",
"devices.empty.methodDesktop.badge": "おすすめ",
"devices.empty.methodDesktop.desc": "デスクトップアプリをダウンロードしてサインインすると、デバイスが自動的に接続されます。",
"devices.empty.methodDesktop.title": "デスクトップ経由で接続",
"devices.empty.title": "最初のデバイスを接続",
"devices.fallbackBadge": "不安定なアイデンティティ",
"devices.fallbackTooltip": "このデバイスはマシンIDで識別できなかったため、アプリを再インストールすると重複エントリが作成される可能性があります。",
"devices.lastSeen": "最終アクティブ {{time}}",
"devices.remove.confirm": "このデバイスを削除しますか?",
"devices.remove.confirmDesc": "このデバイスをアカウントから切断します。デバイスのサインアウトは行われず、次回接続時に再登録できます。",
"devices.status.offline": "オフライン",
"devices.status.online": "オンライン",
"devices.title": "私のデバイス",
"devices.workingDirectory": "作業ディレクトリ: {{path}}",
"group.aiConfig": "エージェント",
"group.common": "共通",
"group.profile": "アカウント",
"group.subscription": "サブスクリプション",
"group.system": "システム",
"groupTab.chat": "チャット",
"groupTab.members": "メンバー",
"groupTab.meta": "基本情報",
"header.desc": "設定優先順位和模型設置。",
"header.global": "グローバル設定",
"header.group": "チーム設定",
"header.groupDesc": "グループとチャットの設定を管理",
"header.session": "セッション設定",
"header.sessionDesc": "キャラクター設定とセッションの好み。",
"header.sessionWithName": "セッション設定 · {{name}}",
"header.title": "設定",
"heterogeneousStatus.account.label": "アカウント",
"heterogeneousStatus.auth.api": "API",
"heterogeneousStatus.auth.label": "認証方法",
"heterogeneousStatus.auth.subscription": "サブスクリプション",
"heterogeneousStatus.cloud.githubDesc": "サンドボックスがプライベートリポジトリをクローンできるようにするため、GitHub OAuth資格情報を選択してください。",
"heterogeneousStatus.cloud.githubLabel": "GitHub接続",
"heterogeneousStatus.cloud.githubNoCreds": "GitHub資格情報が見つかりません。",
"heterogeneousStatus.cloud.githubPlaceholder": "GitHub資格情報を選択...",
"heterogeneousStatus.cloud.manageCredentials": "資格情報を管理 →",
"heterogeneousStatus.cloud.repoAdd": "追加",
"heterogeneousStatus.cloud.repoDesc": "リポジトリをリストに追加します。チャットビューの下部バーからアクティブなリポジトリを切り替えられます。",
"heterogeneousStatus.cloud.repoLabel": "リポジトリ",
"heterogeneousStatus.cloud.repoPlaceholder": "owner/repo または https://github.com/owner/repo",
"heterogeneousStatus.cloud.tabLabel": "クラウド",
"heterogeneousStatus.cloud.tokenCancel": "キャンセル",
"heterogeneousStatus.cloud.tokenChange": "変更",
"heterogeneousStatus.cloud.tokenDesc": "Claude Code OAuthトークンです。送信後、資格情報に安全に保存されます。ターミナルで`claude setup-token`を実行して生成してください。",
"heterogeneousStatus.cloud.tokenLabel": "Claude Codeトークン",
"heterogeneousStatus.cloud.tokenPlaceholder": "ここにOAuthトークンを貼り付けてください",
"heterogeneousStatus.cloud.tokenSave": "保存",
"heterogeneousStatus.command.edit": "コマンドを編集",
"heterogeneousStatus.command.label": "起動コマンド",
"heterogeneousStatus.command.placeholder": "コマンド名または絶対パス",
"heterogeneousStatus.desktop.tabLabel": "デスクトップ",
"heterogeneousStatus.detecting": "{{name}} CLI を検出しています…",
"heterogeneousStatus.plan.label": "プラン",
"heterogeneousStatus.redetect": "再検出",
"heterogeneousStatus.unavailable": "{{name}} CLI が見つかりません。インストールまたは設定してください。",
"hotkey.clearBinding": "バインディングをクリア",
"hotkey.conflicts": "既存のショートカットキーと衝突しています",
"hotkey.errors.CONFLICT": "ホットキーの競合:このホットキーは他の機能で既に使用されています",
"hotkey.errors.INVALID_FORMAT": "ホットキーの形式が無効です:正しい形式を使用してください(例:CommandOrControl+E",
"hotkey.errors.INVALID_ID": "無効なホットキーIDです",
"hotkey.errors.NO_MODIFIER": "ホットキーには修飾キー(Ctrl、Alt、Shiftなど)が含まれている必要があります",
"hotkey.errors.SYSTEM_OCCUPIED": "ホットキーはシステムまたは他のアプリケーションで使用されています",
"hotkey.errors.UNKNOWN": "更新に失敗しました:不明なエラー",
"hotkey.group.conversation": "会話",
"hotkey.group.desktop": "デスクトップ",
"hotkey.group.essential": "基本",
"hotkey.invalidCombination": "ショートカットキーには少なくとも1つの修飾キー(Ctrl、Alt、Shift)と1つの通常のキーが必要です",
"hotkey.record": "ショートカットキーを録音するにはキーを押してください",
"hotkey.reset": "デフォルトのショートカットキーにリセット",
"hotkey.title": "ショートカットキー",
"hotkey.updateError": "ホットキーの更新に失敗しました:ネットワークまたはシステムエラー",
"hotkey.updateSuccess": "ホットキーが正常に更新されました",
"llm.aesGcm": "キーとプロキシアドレスなどは <1>AES-GCM</1> 暗号化アルゴリズムを使用して暗号化されます",
"llm.apiKey.desc": "あなたの {{name}} API キーを入力してください",
"llm.apiKey.placeholder": "{{name}} API キー",
"llm.apiKey.title": "API キー",
"llm.checker.button": "チェック",
"llm.checker.desc": "APIキーとプロキシアドレスが正しく記入されているかをテスト",
"llm.checker.pass": "チェック合格",
"llm.checker.title": "接続性チェック",
"llm.customModelCards.addNew": "{{id}} モデルを作成して追加する",
"llm.customModelCards.config": "モデルの設定",
"llm.customModelCards.confirmDelete": "このカスタムモデルを削除しようとしています。削除した後は元に戻すことはできませんので、慎重に操作してください。",
"llm.customModelCards.modelConfig.azureDeployName.extra": "Azure OpenAI で実際にリクエストされるフィールド",
"llm.customModelCards.modelConfig.azureDeployName.placeholder": "Azure でのモデル展開名を入力してください",
"llm.customModelCards.modelConfig.azureDeployName.title": "モデル展開名",
"llm.customModelCards.modelConfig.displayName.placeholder": "ChatGPT、GPT-4 などのモデルの表示名を入力してください",
"llm.customModelCards.modelConfig.displayName.title": "モデル表示名",
"llm.customModelCards.modelConfig.files.extra": "現在のファイルアップロード機能は一時的なハック手法であり、自己責任での試行に限られています。完全なファイルアップロード機能は今後の実装をお待ちください。",
"llm.customModelCards.modelConfig.files.title": "ファイルアップロードのサポート",
"llm.customModelCards.modelConfig.functionCall.extra": "この設定はアプリ内の関数呼び出し機能のみを有効にします。関数呼び出しのサポートはモデル自体に依存するため、モデルの関数呼び出し機能の有効性を自分でテストしてください。",
"llm.customModelCards.modelConfig.functionCall.title": "関数呼び出しのサポート",
"llm.customModelCards.modelConfig.id.extra": "モデルのラベルとして表示されます",
"llm.customModelCards.modelConfig.id.placeholder": "gpt-4-turbo-preview または claude-2.1 などのモデルIDを入力してください",
"llm.customModelCards.modelConfig.id.title": "モデルID",
"llm.customModelCards.modelConfig.modalTitle": "カスタムモデルの設定",
"llm.customModelCards.modelConfig.tokens.title": "最大トークン数",
"llm.customModelCards.modelConfig.vision.extra": "この設定はアプリ内の画像アップロード機能のみを有効にします。認識のサポートはモデル自体に依存するため、モデルの視覚認識機能の有効性を自分でテストしてください。",
"llm.customModelCards.modelConfig.vision.title": "視覚認識のサポート",
"llm.fetchOnClient.desc": "ブラウザから直接セッションリクエストを開始するクライアントサイドリクエストモードは、応答速度を向上させることができます。",
"llm.fetchOnClient.title": "クライアントサイドリクエストモードの使用",
"llm.fetcher.clear": "取得したモデルをクリア",
"llm.fetcher.fetch": "モデルリストを取得する",
"llm.fetcher.fetching": "モデルリストを取得中...",
"llm.fetcher.latestTime": "最終更新時間:{{time}}",
"llm.fetcher.noLatestTime": "リストを取得していません",
"llm.helpDoc": "設定ガイド",
"llm.modelList.desc": "セッションで表示するモデルを選択します。選択したモデルはモデルリストに表示されます",
"llm.modelList.placeholder": "モデルをリストから選択してください",
"llm.modelList.title": "モデルリスト",
"llm.modelList.total": "合計 {{count}} 個のモデルが利用可能です",
"llm.proxyUrl.desc": "デフォルトのアドレスに加えて、http(s)://を含める必要があります",
"llm.proxyUrl.title": "APIプロキシアドレス",
"llm.waitingForMore": "さらに多くのモデルが <1>計画されています</1>。お楽しみに",
"llm.waitingForMoreLinkAriaLabel": "モデルプロバイダー接続リクエストフォームを開く",
"marketPublish.forkConfirm.by": "{{author}} による",
"marketPublish.forkConfirm.confirm": "公開を確認",
"marketPublish.forkConfirm.confirmGroup": "公開を確認",
"marketPublish.forkConfirm.description": "コミュニティ内の既存エージェントを元にした派生バージョンを公開しようとしています。新しいエージェントはマーケットプレイスに別のエントリとして作成されます。",
"marketPublish.forkConfirm.descriptionGroup": "コミュニティ内の既存グループを元に派生バージョンを公開しようとしています。新しいグループはマーケットプレイスに別のエントリとして作成されます。",
"marketPublish.forkConfirm.title": "派生エージェントの公開",
"marketPublish.forkConfirm.titleGroup": "派生グループの公開",
"marketPublish.modal.changelog.extra": "このバージョンの主な変更点と改善点を記述してください",
"marketPublish.modal.changelog.label": "変更ログ",
"marketPublish.modal.changelog.maxLengthError": "変更ログは500文字以内で入力してください",
"marketPublish.modal.changelog.placeholder": "変更ログを入力してください",
"marketPublish.modal.changelog.required": "変更ログを入力してください",
"marketPublish.modal.comparison.local": "ローカルの現在のバージョン",
"marketPublish.modal.comparison.remote": "公開中のバージョン",
"marketPublish.modal.identifier.extra": "識別子はアシスタントの一意なIDとして使用されます。小文字、数字、ハイフンの使用を推奨します",
"marketPublish.modal.identifier.label": "アシスタント識別子",
"marketPublish.modal.identifier.lengthError": "識別子の長さは3〜50文字である必要があります",
"marketPublish.modal.identifier.patternError": "識別子には小文字、数字、ハイフンのみ使用できます",
"marketPublish.modal.identifier.placeholder": "例: web-development のように一意な識別子を入力してください",
"marketPublish.modal.identifier.required": "アシスタント識別子を入力してください",
"marketPublish.modal.loading.fetchingRemote": "リモートデータを読み込み中...",
"marketPublish.modal.loading.submit": "アシスタントを公開中...",
"marketPublish.modal.loading.submitGroup": "グループを送信中...",
"marketPublish.modal.loading.upload": "新しいバージョンを公開中...",
"marketPublish.modal.loading.uploadGroup": "新しいグループバージョンを公開中...",
"marketPublish.modal.messages.createVersionFailed": "バージョンの作成に失敗しました: {{message}}",
"marketPublish.modal.messages.fetchRemoteFailed": "リモートアシスタントデータの取得に失敗しました",
"marketPublish.modal.messages.missingIdentifier": "このアシスタントにはまだコミュニティ識別子がありません",
"marketPublish.modal.messages.noGroup": "グループが選択されていません",
"marketPublish.modal.messages.notAuthenticated": "まずはコミュニティアカウントにログインしてください",
"marketPublish.modal.messages.publishFailed": "公開に失敗しました: {{message}}",
"marketPublish.modal.submitButton": "公開",
"marketPublish.modal.title.submit": "アシスタントコミュニティに共有",
"marketPublish.modal.title.upload": "新しいバージョンを公開",
"marketPublish.resultModal.message": "作成したアシスタントは審査に提出されました。審査に通過すると自動的に公開されます。",
"marketPublish.resultModal.messageGroup": "グループは審査のために送信されました。承認されると自動的に公開されます。",
"marketPublish.resultModal.title": "送信成功",
"marketPublish.resultModal.view": "コミュニティで確認",
"marketPublish.status.underReview": "審査中",
"marketPublish.submit.button": "コミュニティに共有",
"marketPublish.submit.tooltip": "アシスタントをコミュニティに共有する",
"marketPublish.submitGroup.tooltip": "このグループをコミュニティに共有",
"marketPublish.upload.button": "新しいバージョンを公開",
"marketPublish.upload.tooltip": "新しいバージョンをアシスタントコミュニティに公開",
"marketPublish.uploadGroup.tooltip": "グループコミュニティに新しいバージョンを公開",
"marketPublish.validation.communitySetupRequired.action": "今すぐ設定",
"marketPublish.validation.communitySetupRequired.desc": "このワークスペースはまだコミュニティプロファイルを設定していません。コミュニティに公開する前に設定してください。",
"marketPublish.validation.communitySetupRequired.memberHint": "このワークスペースはまだコミュニティプロファイルを設定していません。ワークスペースの所有者に設定を依頼してください。",
"marketPublish.validation.communitySetupRequired.title": "まずコミュニティプロファイルを設定",
"marketPublish.validation.confirmPublish": "マーケットに公開しますか?",
"marketPublish.validation.confirmPublishDesc": "公開されると、このコンテンツはマーケットで公開され、誰でも発見して使用できるようになります。",
"marketPublish.validation.emptyName": "公開できません:名前は必須です",
"marketPublish.validation.emptySystemRole": "公開できません:システムロールは必須です",
"marketPublish.validation.underReview": "新しいバージョンは現在審査中です。承認されるまでお待ちください。",
"memory.effort.desc": "AIが記憶を取得および更新する積極性を制御します。",
"memory.effort.high": "高 — 積極的な取得と更新",
"memory.effort.level.high": "高",
"memory.effort.level.low": "低",
"memory.effort.level.medium": "中",
"memory.effort.low": "低 — 最小限の記憶操作",
"memory.effort.medium": "中 — バランスの取れた動作",
"memory.effort.title": "積極性",
"memory.enabled.desc": "LobeHub が会話から好みや情報を抽出し、後で使用できるようにします。メモリはいつでも表示、編集、または消去できます。",
"memory.enabled.title": "記憶機能を有効にする",
"memory.title": "記憶設定",
"message.success": "更新に成功しました",
"myAgents.actions.cancel": "キャンセル",
"myAgents.actions.confirmDeprecate": "廃止を確認",
"myAgents.actions.deprecate": "永久に廃止",
"myAgents.actions.deprecateConfirmContent": "廃止後、このアシスタントはマーケットから永久に削除され、再掲載はできません。この操作は元に戻せませんので、慎重に行ってください。",
"myAgents.actions.deprecateConfirmTitle": "アシスタントを廃止しますか?",
"myAgents.actions.deprecateError": "アシスタントの廃止に失敗しました",
"myAgents.actions.deprecateLoading": "アシスタントを廃止中...",
"myAgents.actions.deprecateSuccess": "アシスタントが廃止されました",
"myAgents.actions.edit": "アシスタントを編集",
"myAgents.actions.publish": "アシスタントを公開",
"myAgents.actions.publishError": "アシスタントの公開に失敗しました",
"myAgents.actions.publishLoading": "アシスタントを公開中...",
"myAgents.actions.publishSuccess": "アシスタントが公開されました",
"myAgents.actions.unpublish": "アシスタントを非公開",
"myAgents.actions.unpublishError": "アシスタントの非公開に失敗しました",
"myAgents.actions.unpublishLoading": "アシスタントを非公開にしています...",
"myAgents.actions.unpublishSuccess": "アシスタントが非公開になりました",
"myAgents.actions.viewDetail": "詳細を見る",
"myAgents.detail.category": "カテゴリ",
"myAgents.detail.description": "説明",
"myAgents.detail.identifier": "識別子",
"myAgents.detail.title": "アシスタントの詳細",
"myAgents.empty.description": "まだマーケットにアシスタントを公開していません",
"myAgents.empty.title": "公開中のアシスタントはありません",
"myAgents.errors.editFailed": "アシスタントの編集に失敗しました。しばらくしてから再試行してください。",
"myAgents.errors.fetchFailed": "アシスタントの詳細取得に失敗しました",
"myAgents.errors.notAuthenticated": "まずマーケットアカウントにログインしてください",
"myAgents.loginRequired.button": "マーケットアカウントにログイン",
"myAgents.loginRequired.description": "公開したアシスタントを見るには、まずマーケットアカウントにログインしてください",
"myAgents.loginRequired.title": "ログインが必要です",
"myAgents.status.archived": "アーカイブ済み",
"myAgents.status.deprecated": "廃止済み",
"myAgents.status.published": "公開中",
"myAgents.status.unpublished": "非公開",
"myAgents.title": "自分の公開アシスタント",
"notification.category.billing.title": "請求",
"notification.category.generation.title": "生成",
"notification.category.schedule.title": "スケジュールされたタスク",
"notification.category.workspace.title": "ワークスペース",
"notification.email.desc": "重要なイベントが発生した際にメール通知を受け取る",
"notification.email.title": "メール通知",
"notification.enabled": "有効",
"notification.inbox.desc": "アプリ内の受信ボックスに通知を表示する",
"notification.inbox.title": "受信ボックス通知",
"notification.item.agent_cron_job_failed": "スケジュールされたタスクが失敗しました",
"notification.item.image_generation_completed": "画像生成が完了しました",
"notification.item.storage_overage_cap_reached": "ストレージの従量課金上限に到達しました",
"notification.item.video_generation_completed": "動画生成が完了しました",
"notification.item.workspace_member_invited": "ワークスペースへの招待",
"notification.item.workspace_member_joined": "新しいメンバーが参加しました",
"notification.item.workspace_member_removed": "ワークスペースから削除されました",
"notification.item.workspace_payment_failed": "更新支払いに失敗しました",
"notification.item.workspace_payment_method_removed": "支払い方法が削除されました",
"notification.item.workspace_primary_ownership_transferred": "主要所有権が移転されました",
"notification.item.workspace_subscription_expired": "サブスクリプションが終了しました",
"notification.push.desc": "モバイルデバイスにプッシュ通知を送信します(LobeHubモバイルアプリが必要です)",
"notification.push.title": "モバイルプッシュ通知",
"notification.title": "通知チャンネル",
"platformAgentConfig.availability.available": "利用可能",
"platformAgentConfig.availability.checking": "確認中...",
"platformAgentConfig.availability.label": "可用性",
"platformAgentConfig.availability.noDevice": "デバイスがバインドされていません",
"platformAgentConfig.availability.notInstalled": "未インストール",
"platformAgentConfig.changeDevice": "デバイスを変更",
"platformAgentConfig.device.label": "バインドされたデバイス",
"platformAgentConfig.device.none": "なし",
"platformAgentConfig.device.offline": "オフライン",
"platformAgentConfig.device.online": "オンライン",
"platformAgentConfig.platform.label": "接続先",
"platformAgentConfig.redetect": "再検出",
"platformAgentConfig.selectDevice": "デバイスを選択",
"platformAgentConfig.title": "接続",
"plugin.addMCPPlugin": "MCPスキルを追加",
"plugin.addTooltip": "カスタムスキル",
"plugin.clearDeprecated": "無効なスキルをクリア",
"plugin.empty": "インストールされたスキルはありません。 <1>スキルストア</1> で探索してください",
"plugin.installStatus.deprecated": "アンインストール済み",
"plugin.settings.hint": "説明に従って以下の設定を入力してください",
"plugin.settings.title": "{{id}} スキル設定",
"plugin.settings.tooltip": "スキル設定",
"plugin.store": "スキルストア",
"publishToCommunity": "コミュニティに公開",
"serviceModel.contextLimit.placeholder": "コンテキスト制限",
"serviceModel.memoryModels.title": "メモリーモデル",
"serviceModel.modelAssignments.title": "モデル割り当て",
"serviceModel.optionalFeatures.title": "オプション機能",
"settingAgent.avatar.sizeExceeded": "画像のサイズが1MBの制限を超えています。より小さい画像を選択してください。",
"settingAgent.avatar.title": "アバター",
"settingAgent.backgroundColor.title": "背景色",
"settingAgent.description.desc": "あなたのアシスタントを簡単に紹介します。キャラクター設定ではありません",
"settingAgent.description.placeholder": "アシスタントの説明を入力してください",
"settingAgent.description.title": "説明",
"settingAgent.export.dialogTitle": "エージェントプロファイルをエクスポート",
"settingAgent.export.enabledPlugins": "有効なスキル",
"settingAgent.export.error": "エージェントプロファイルのエクスポートに失敗しました",
"settingAgent.export.metadata": "メタデータ",
"settingAgent.export.model": "モデル",
"settingAgent.export.provider": "プロバイダー",
"settingAgent.export.success": "エージェントプロファイルが正常にエクスポートされました",
"settingAgent.export.tags": "タグ",
"settingAgent.export.untitled": "無題のエージェント",
"settingAgent.export.untitledFileName": "agent-profile",
"settingAgent.name.placeholder": "アシスタントの名前を入力してください",
"settingAgent.name.title": "名前",
"settingAgent.prompt.placeholder": "アシスタントの設定を入力し、「/」でコマンドメニューを開く",
"settingAgent.prompt.templatePlaceholder": "#### 目的\nこのエージェントの主な目的と目標を記述してください。\n\n#### スキル\n- 主要な能力を列挙\n- 専門的な知識分野も含めてください\n\n#### ワークフロー\n1. ステップごとのプロセス\n2. タスクへの取り組み方\n3. ユーザーとの想定されるやり取り\n\n#### 制約\n- 守るべき重要な制限事項\n- 行動に関するガイドライン",
"settingAgent.prompt.title": "アシスタント設定",
"settingAgent.submit": "アシスタント情報を更新",
"settingAgent.tag.desc": "アシスタントのタグはコミュニティ内で表示されます",
"settingAgent.tag.placeholder": "タグを入力してください",
"settingAgent.tag.title": "タグ",
"settingAgent.title": "アシスタント情報",
"settingAppearance.animationMode.agile": "敏捷",
"settingAppearance.animationMode.desc": "アプリケーションの操作応答のアニメーション速度を選択します",
"settingAppearance.animationMode.disabled": "オフ",
"settingAppearance.animationMode.elegant": "エレガント",
"settingAppearance.animationMode.title": "応答アニメーション",
"settingAppearance.appTray.desc": "LobeHubアイコンをシステムトレイまたはmacOSメニューバーに表示します。無効にすると、トレイメニューへのアクセスも削除されます。",
"settingAppearance.appTray.title": "アプリトレイを表示",
"settingAppearance.contextMenuMode.default": "デフォルト",
"settingAppearance.contextMenuMode.desc": "一部のリスト項目に右クリックメニューを有効にします。",
"settingAppearance.contextMenuMode.disabled": "使用しない",
"settingAppearance.contextMenuMode.title": "右クリックメニューの設定",
"settingAppearance.desktop.title": "デスクトップ",
"settingAppearance.neutralColor.desc": "異なる色彩傾向のグレースケールカスタマイズ",
"settingAppearance.neutralColor.title": "ニュートラルカラー",
"settingAppearance.noAnimation.desc": "アプリ内のすべてのアニメーション効果を無効にします",
"settingAppearance.noAnimation.title": "アニメーションなしモード",
"settingAppearance.preview.title": "カラーパレット",
"settingAppearance.primaryColor.desc": "テーマカラーのカスタマイズ",
"settingAppearance.primaryColor.title": "テーマカラー",
"settingAppearance.title": "アプリの外観",
"settingChat.chatStyleType.title": "チャットウィンドウのスタイル",
"settingChat.chatStyleType.type.chat": "チャットモード",
"settingChat.chatStyleType.type.docs": "ドキュメントモード",
"settingChat.compressThreshold.desc": "圧縮されていない過去のメッセージがこの値を超えると、圧縮されます",
"settingChat.compressThreshold.title": "過去メッセージの長さの圧縮閾値",
"settingChat.enableAutoScrollOnStreaming.desc": "このアシスタントに対してグローバル設定を上書きします",
"settingChat.enableAutoScrollOnStreaming.title": "AI応答中の自動スクロール",
"settingChat.enableCompressHistory.title": "履歴メッセージの自動要約を有効にする",
"settingChat.enableFollowUpChips.desc": "各返信の後に、メッセージの下にワンクリックで返信できるフォローアップチップを表示します。グローバルフォローアップモデルの設定が必要です。",
"settingChat.enableFollowUpChips.notConfiguredHint": "まずグローバルフォローアップモデルを設定してください。",
"settingChat.enableFollowUpChips.title": "フォローアップ提案",
"settingChat.enableHistoryCount.alias": "制限なし",
"settingChat.enableHistoryCount.limited": "{{number}}件の会話メッセージのみ含む",
"settingChat.enableHistoryCount.setlimited": "使用履歴メッセージ数",
"settingChat.enableHistoryCount.title": "過去メッセージ数を制限する",
"settingChat.enableHistoryCount.unlimited": "過去メッセージ数を制限しない",
"settingChat.enableStreaming.desc": "リアルタイムで応答を表示するためにストリーミング出力を有効にします。無効にすると、完全な応答のみが表示されます。",
"settingChat.enableStreaming.title": "ストリーミング出力を有効にする",
"settingChat.historyCount.desc": "リクエストごとに含まれる過去メッセージの数",
"settingChat.historyCount.title": "過去メッセージ数",
"settingChat.inputTemplate.desc": "ユーザーの最新メッセージがこのテンプレートに埋め込まれます",
"settingChat.inputTemplate.placeholder": "入力テンプレート {{text}} はリアルタイムの入力情報に置き換えられます",
"settingChat.inputTemplate.title": "ユーザー入力のプリプロセス",
"settingChat.submit": "チャットの好みを更新",
"settingChat.title": "チャット設定",
"settingChatAppearance.autoScrollOnStreaming.desc": "AIが応答を生成している間、自動的に最下部までスクロールします",
"settingChatAppearance.autoScrollOnStreaming.title": "AI応答中の自動スクロール",
"settingChatAppearance.fontSize.desc": "メッセージのフォントサイズ",
"settingChatAppearance.fontSize.marks.normal": "標準",
"settingChatAppearance.fontSize.title": "フォントサイズ",
"settingChatAppearance.highlighterTheme.title": "コードハイライトテーマ",
"settingChatAppearance.mermaidTheme.title": "マーメイドテーマ",
"settingChatAppearance.title": "チャットの外観",
"settingChatAppearance.transitionMode.desc": "チャットメッセージの表示方法を選択",
"settingChatAppearance.transitionMode.options.fadeIn": "フェードイン",
"settingChatAppearance.transitionMode.options.none.desc": "これはモデルの応答出力方法によりますので、ご自身でテストしてください。",
"settingChatAppearance.transitionMode.options.none.value": "なし",
"settingChatAppearance.transitionMode.options.smooth": "スムーズ",
"settingChatAppearance.transitionMode.title": "遷移アニメーション",
"settingCommon.devMode.desc": "有効にすると、開発者向けの機能とオプションが表示されます",
"settingCommon.devMode.title": "開発者モード",
"settingCommon.lang.autoMode": "システムに従う",
"settingCommon.lang.title": "言語",
"settingCommon.liteMode.desc": "インターフェースを簡素化し、高度な機能を非表示にします",
"settingCommon.liteMode.title": "簡易モード",
"settingCommon.responseLanguage.auto": "システムに従う",
"settingCommon.responseLanguage.desc": "AIの返信に使用する言語を設定します",
"settingCommon.responseLanguage.placeholder": "返信言語を選択",
"settingCommon.responseLanguage.title": "返信言語",
"settingCommon.themeMode.auto": "自動",
"settingCommon.themeMode.dark": "ダーク",
"settingCommon.themeMode.light": "ライト",
"settingCommon.themeMode.title": "テーマ",
"settingCommon.title": "一般設定",
"settingGroup.description.placeholder": "チームの説明を入力してください",
"settingGroup.description.title": "チームの説明",
"settingGroup.name.placeholder": "チーム名を入力してください",
"settingGroup.name.title": "チーム名",
"settingGroup.scene.desc": "チームのシナリオを選択",
"settingGroup.scene.options.casual": "カジュアル",
"settingGroup.scene.options.productive": "生産性",
"settingGroup.scene.title": "チームシナリオ",
"settingGroup.submit": "チームを更新",
"settingGroup.systemPrompt.placeholder": "ホストのシステムプロンプトを入力してください",
"settingGroup.systemPrompt.title": "ホストのシステムプロンプト",
"settingGroup.title": "グループ情報",
"settingGroupChat.allowDM.desc": "オフにしても、あなたからアシスタントへのダイレクトメッセージは可能です",
"settingGroupChat.allowDM.title": "アシスタントからのダイレクトメッセージを許可",
"settingGroupChat.enableSupervisor.desc": "グループモデレーター機能を有効にすると、モデレーターがチームの会話の進行を管理します",
"settingGroupChat.enableSupervisor.title": "司会者を有効にする",
"settingGroupChat.maxResponseInRow.desc": "メンバーが連続して返信できるメッセージ数を選択します。0に設定すると制限が無効になります。",
"settingGroupChat.maxResponseInRow.title": "連続返信メッセージ数",
"settingGroupChat.model.desc": "グループメンバーの発言には影響しません。一部のモデルは司会者として使用できません。",
"settingGroupChat.model.title": "ホストモデル",
"settingGroupChat.orchestratorTitle": "ホスト設定",
"settingGroupChat.responseOrder.desc": "チャット内で設定された順番に従ってアシスタントが応答します",
"settingGroupChat.responseOrder.options.natural": "自然",
"settingGroupChat.responseOrder.options.sequential": "順序通り",
"settingGroupChat.responseOrder.placeholder": "返信順序を選択してください",
"settingGroupChat.responseOrder.title": "返信順序",
"settingGroupChat.responseSpeed.desc": "チャット全体の進行速度を調整します",
"settingGroupChat.responseSpeed.options.fast": "速い",
"settingGroupChat.responseSpeed.options.medium": "中程度",
"settingGroupChat.responseSpeed.options.slow": "遅い",
"settingGroupChat.responseSpeed.placeholder": "返信速度を選択してください",
"settingGroupChat.responseSpeed.title": "返信速度",
"settingGroupChat.revealDM.desc": "他のメンバーに送信されたプライベートメッセージの内容をあなたに表示します。",
"settingGroupChat.revealDM.title": "プライベートメッセージを表示",
"settingGroupChat.submit": "設定を更新",
"settingGroupChat.systemPrompt.desc": "グループチャットホストのカスタムシステムプロンプト。デフォルトのホスト動作に影響を与える可能性があります。",
"settingGroupChat.systemPrompt.placeholder": "カスタムホストシステムプロンプトを入力してください...",
"settingGroupChat.systemPrompt.title": "ホストのシステムプロンプト",
"settingGroupChat.title": "チャット設定",
"settingGroupMembers.addToGroup": "グループに参加",
"settingGroupMembers.availableAgents": "利用可能なアシスタント",
"settingGroupMembers.createMember": "メンバーを作成",
"settingGroupMembers.defaultAgent": "カスタムアシスタント",
"settingGroupMembers.disableHost": "ホストアシスタントを無効にする",
"settingGroupMembers.edit": "メンバーを編集",
"settingGroupMembers.empty": "このチームにはまだメンバーがいません。「+」ボタンをクリックしてメンバーを追加してください。",
"settingGroupMembers.enableHost": "ホストアシスタントを有効にする",
"settingGroupMembers.groupHost": "グループホスト",
"settingGroupMembers.groupMembers": "グループメンバー",
"settingGroupMembers.host.description": "ホストがグループにいるとき、グループチャットは自動化され、発散的なタスクに適しています。",
"settingGroupMembers.host.title": "ホスト",
"settingGroupMembers.noAvailableAgents": "利用可能なアシスタントがいません",
"settingGroupMembers.noDescription": "説明なし",
"settingGroupMembers.noMembersInGroup": "グループにメンバーがいません",
"settingGroupMembers.owner": "あなた(所有者)",
"settingGroupMembers.remove": "メンバーを削除",
"settingGroupMembers.removeFromGroup": "グループから削除",
"settingGroupMembers.you": "あなた",
"settingImage.defaultCount.desc": "新しいタスクを作成する際に、画像生成パネルでのデフォルト画像数を設定します。",
"settingImage.defaultCount.label": "デフォルト画像数",
"settingImage.defaultCount.title": "AI画像設定",
"settingModel.enableContextCompression.desc": "会話が64,000トークンを超えた場合に、過去のメッセージを自動的に要約して圧縮し、トークン使用量を60〜80%節約します",
"settingModel.enableContextCompression.title": "自動コンテキスト圧縮を有効にする",
"settingModel.enableMaxTokens.title": "単一応答制限を有効にする",
"settingModel.enableReasoningEffort.title": "推論強度の調整を有効にする",
"settingModel.frequencyPenalty.desc": "値が大きいほど、言葉がより豊かで多様になります。値が小さいほど、言葉はより素朴でシンプルになります。",
"settingModel.frequencyPenalty.title": "語彙の豊かさ",
"settingModel.maxTokens.desc": "1 回の対話で使用される最大トークン数",
"settingModel.maxTokens.title": "単一応答制限",
"settingModel.model.desc": "{{provider}}モデル",
"settingModel.model.title": "モデル",
"settingModel.params.panel.advanced": "詳細設定",
"settingModel.params.panel.agentTitle": "エージェント詳細設定",
"settingModel.params.panel.contextCompression": "コンテキストの自動圧縮",
"settingModel.params.panel.creativity": "創造性",
"settingModel.params.panel.historyLimit": "履歴メッセージの制限",
"settingModel.params.panel.openness": "開放性",
"settingModel.params.panel.responseLength": "応答長の制限",
"settingModel.params.panel.tab": "パラメータ",
"settingModel.params.panel.title": "チャットパラメータ設定",
"settingModel.params.panel.topicDivergence": "トピックの分岐",
"settingModel.params.panel.vocabularyRichness": "語彙の豊かさ",
"settingModel.params.title": "高度なパラメータ",
"settingModel.presencePenalty.desc": "値が大きいほど、異なる表現方法を好み、概念の繰り返しを避けます。値が小さいほど、繰り返しの概念や表現を使用する傾向が強く、一貫性のある表現になります。",
"settingModel.presencePenalty.title": "表現の多様性",
"settingModel.reasoningEffort.desc": "値が大きいほど推論能力が高くなりますが、応答時間とトークン消費が増加する可能性があります",
"settingModel.reasoningEffort.options.high": "高い",
"settingModel.reasoningEffort.options.low": "低い",
"settingModel.reasoningEffort.options.medium": "中程度",
"settingModel.reasoningEffort.title": "推論強度",
"settingModel.submit": "モデル設定を更新",
"settingModel.temperature.desc": "数値が大きいほど、回答はより創造的で想像力に富む;数値が小さいほど、回答はより厳密になる",
"settingModel.temperature.title": "創造性の活性度",
"settingModel.temperature.warning": "創造性の活性度が高すぎると、出力に乱れが生じる可能性があります",
"settingModel.title": "モデル設定",
"settingModel.topP.desc": "どれだけの可能性を考慮するか。値が大きいほど、より多くの可能な回答を受け入れる;値が小さいほど、最も可能性の高い回答を選ぶ傾向がある。創造性の活性度と一緒に変更することは推奨しません",
"settingModel.topP.title": "思考の開放度",
"settingOpening.openingMessage.desc": "会話を開始する際のオープニングメッセージで、アシスタントの機能を紹介します",
"settingOpening.openingMessage.placeholder": "こんにちは、私はカスタムアシスタントです。すぐに私と会話を始めることも、アシスタント設定に進んで私の情報を充実させることもできます。",
"settingOpening.openingMessage.title": "オープニングメッセージ",
"settingOpening.openingQuestions.desc": "会話開始時に表示されるガイド質問",
"settingOpening.openingQuestions.empty": "開始用の質問を追加して、ユーザーがスムーズに会話を始められるようにしましょう",
"settingOpening.openingQuestions.placeholder": "質問を入力してください",
"settingOpening.openingQuestions.repeat": "質問は既に存在します",
"settingOpening.openingQuestions.title": "オープニング質問",
"settingOpening.title": "オープニング設定",
"settingPlugin.title": "スキルリスト",
"settingSelfIteration.enabled.desc": "このアシスタントが最近のシグナルをレビューし、自己反復ワークフローが実行される際に自身のスキルを向上させることを許可します。",
"settingSelfIteration.enabled.managedDesc": "自己反復が利用可能な場合、Lobe AIでは常に有効です。",
"settingSelfIteration.enabled.title": "自己反復を有効にする",
"settingSelfIteration.title": "自己反復",
"settingSystem.oauth.info.desc": "ログイン済み",
"settingSystem.oauth.info.title": "アカウント情報",
"settingSystem.oauth.signin.action": "ログイン",
"settingSystem.oauth.signin.desc": "SSO ログインを使用してアプリをロック解除",
"settingSystem.oauth.signin.title": "アカウントにログイン",
"settingSystem.oauth.signout.action": "ログアウト",
"settingSystem.oauth.signout.confirm": "ログアウトしますか?",
"settingSystem.oauth.signout.success": "ログアウトに成功しました",
"settingSystem.title": "システム設定",
"settingSystemTools.appEnvironment.chromium.desc": "Chromium ブラウザーエンジンのバージョン",
"settingSystemTools.appEnvironment.desc": "デスクトップアプリに組み込まれたランタイムのバージョン",
"settingSystemTools.appEnvironment.electron.desc": "Electron フレームワークのバージョン",
"settingSystemTools.appEnvironment.node.desc": "同梱 Node.js のバージョン",
"settingSystemTools.appEnvironment.title": "アプリ環境",
"settingSystemTools.category.browserAutomation": "ブラウザー自動化",
"settingSystemTools.category.browserAutomation.desc": "ヘッドレスブラウザーの自動化とウェブ操作のためのツール",
"settingSystemTools.category.cliAgents": "CLI エージェント",
"settingSystemTools.category.cliAgents.desc": "Claude Code、Codex、Kimi など、システム上で検出されたエージェント型コーディング CLI",
"settingSystemTools.category.contentSearch": "コンテンツ検索",
"settingSystemTools.category.contentSearch.desc": "ファイル内のテキストコンテンツを検索するためのツール",
"settingSystemTools.category.fileSearch": "ファイル検索",
"settingSystemTools.category.fileSearch.desc": "名前やパターンでファイルを検索するためのツール",
"settingSystemTools.category.runtimeEnvironment": "ランタイム環境",
"settingSystemTools.category.runtimeEnvironment.desc": "スクリプトやパッケージを実行するための開発ランタイム環境",
"settingSystemTools.detecting": "検出中...",
"settingSystemTools.redetect": "再検出",
"settingSystemTools.status.available": "利用可能",
"settingSystemTools.status.notDetected": "未検出",
"settingSystemTools.status.unavailable": "利用不可",
"settingSystemTools.title": "システムツール",
"settingSystemTools.tools.ag.desc": "The Silver Searcher - 高速なコード検索ツール",
"settingSystemTools.tools.agentBrowser.desc": "Agent-browser - AIエージェント向けヘッドレスブラウザー自動化CLI",
"settingSystemTools.tools.aider.desc": "Aider - ターミナルで使える AI ペアプログラミング",
"settingSystemTools.tools.bun.desc": "Bun - 高速な JavaScript ランタイム兼パッケージマネージャー",
"settingSystemTools.tools.bunx.desc": "bunx - npm パッケージを実行するための Bun パッケージランナー",
"settingSystemTools.tools.claude.desc": "Claude Code - Anthropic 公式エージェント型コーディング CLI",
"settingSystemTools.tools.codex.desc": "Codex - OpenAI エージェント型コーディング CLI",
"settingSystemTools.tools.fd.desc": "fd - 高速で使いやすい find の代替ツール",
"settingSystemTools.tools.find.desc": "Unix find - 標準的なファイル検索コマンド",
"settingSystemTools.tools.gemini.desc": "Gemini CLI - Google エージェント型コーディング CLI",
"settingSystemTools.tools.grep.desc": "GNU grep - 標準的なテキスト検索ツール",
"settingSystemTools.tools.kimi.desc": "Kimi CLI - Moonshot AI エージェント型コーディング CLI",
"settingSystemTools.tools.lobehub.desc": "LobeHub CLI - LobeHub サービスの管理と接続を行うツール",
"settingSystemTools.tools.mdfind.desc": "macOS Spotlight 検索(高速なインデックス検索)",
"settingSystemTools.tools.node.desc": "Node.js - JavaScript/TypeScript を実行するランタイム",
"settingSystemTools.tools.npm.desc": "npm - Node.js パッケージマネージャー、依存関係のインストール用",
"settingSystemTools.tools.pnpm.desc": "pnpm - 高速でディスク効率の良いパッケージマネージャー",
"settingSystemTools.tools.python.desc": "Python - プログラミング言語ランタイム",
"settingSystemTools.tools.qwen.desc": "Qwen Code - Alibaba Qwen エージェント型コーディング CLI",
"settingSystemTools.tools.rg.desc": "ripgrep - 非常に高速なテキスト検索ツール",
"settingSystemTools.tools.uv.desc": "uv - 非常に高速な Python パッケージマネージャー",
"settingTTS.openai.sttModel": "OpenAI 音声認識モデル",
"settingTTS.openai.title": "OpenAI",
"settingTTS.openai.ttsModel": "OpenAI 音声合成モデル",
"settingTTS.showAllLocaleVoice.desc": "無効にすると、現在の言語の音声のみが表示されます",
"settingTTS.showAllLocaleVoice.title": "すべての言語の音声を表示",
"settingTTS.stt": "音声認識設定",
"settingTTS.sttAutoStop.desc": "無効にすると、音声認識は自動的に停止せず、手動で停止する必要があります",
"settingTTS.sttAutoStop.title": "音声認識の自動停止",
"settingTTS.sttLocale.desc": "音声入力の言語、このオプションを選択すると音声認識の精度が向上します",
"settingTTS.sttLocale.title": "音声認識言語",
"settingTTS.sttService.desc": "ブラウザはネイティブの音声認識サービスです",
"settingTTS.sttService.title": "音声認識サービス",
"settingTTS.submit": "音声サービスを更新",
"settingTTS.title": "音声サービス",
"settingTTS.tts": "音声合成設定",
"settingTTS.ttsService.desc": "OpenAI 音声合成サービスを使用する場合、OpenAI モデルサービスが有効になっている必要があります",
"settingTTS.ttsService.title": "音声合成サービス",
"settingTTS.voice.desc": "現在のアシスタントに適した音声を選択します。異なる TTS サービスは異なる音声をサポートしています",
"settingTTS.voice.preview": "音声を試聴",
"settingTTS.voice.title": "音声合成音声",
"skillStore.button": "スキルストア",
"skillStore.empty": "スキルストアを閲覧して、最初のスキルをインストールしましょう。後から追加も可能です。",
"skillStore.emptySearch": "一致するスキルが見つかりません",
"skillStore.networkError": "ネットワークエラーが発生しました。もう一度お試しください。",
"skillStore.search": "スキル名またはキーワードで検索し、Enterキーで検索を実行…",
"skillStore.tabs.community": "コミュニティ",
"skillStore.tabs.custom": "カスタム",
"skillStore.tabs.lobehub": "LobeHub",
"skillStore.tabs.mcp": "MCP",
"skillStore.tabs.skills": "スキル",
"skillStore.title": "スキルストア",
"skillStore.wantMore.action": "リクエストを送信 →",
"skillStore.wantMore.feedback.message": "## スキル名\n[ご記入ください]\n\n## 使用シーン\n私が___するとき、___が必要です\n\n## 期待する機能\n1.\n2.\n3.\n\n## 参考例\n(任意)参考になる類似ツールや機能はありますか?\n\n---\n💡 ヒント:具体的に記載いただくほど、ご要望に沿った対応が可能になります",
"skillStore.wantMore.feedback.title": "【スキルリクエスト】必要なスキルを一文で要約してください",
"skillStore.wantMore.reachedEnd": "これ以上表示できません。お探しのものが見つかりませんか?",
"startConversation": "会話を開始する",
"storage.actions.copyAgentGroups.button": "コピー先",
"storage.actions.copyAgentGroups.desc": "エージェントグループとそのメンバーエージェントを別のワークスペースまたは個人アカウントにコピーします。",
"storage.actions.copyAgentGroups.title": "エージェントグループのコピー",
"storage.actions.copyLobeAI.button": "コピー先",
"storage.actions.copyLobeAI.desc": "エージェント(LobeAIを含む)を別のワークスペースまたは個人アカウントにコピーします。トピックとメッセージはオプションです。",
"storage.actions.copyLobeAI.title": "エージェントのコピー",
"storage.actions.export.button": "エクスポート",
"storage.actions.export.exportType.agent": "アシスタント設定をエクスポート",
"storage.actions.export.exportType.agentWithMessage": "アシスタントとメッセージをエクスポート",
"storage.actions.export.exportType.all": "全体設定とすべてのアシスタントデータをエクスポート",
"storage.actions.export.exportType.allAgent": "すべてのアシスタント設定をエクスポート",
"storage.actions.export.exportType.allAgentWithMessage": "すべてのアシスタントとメッセージをエクスポート",
"storage.actions.export.exportType.globalSetting": "全体設定をエクスポート",
"storage.actions.export.title": "データをエクスポート",
"storage.actions.import.button": "インポート",
"storage.actions.import.title": "データをインポート",
"storage.actions.title": "高度な操作",
"storage.actions.transfer.button": "移動先",
"storage.actions.transfer.desc": "エージェントとそのデータをアクセス可能なワークスペースに移動します。LobeAI(デフォルトの受信トレイエージェント)は移動できません。コピーエージェントを使用してワークスペースまたは個人アカウントにコピーしてください。",
"storage.actions.transfer.title": "エージェントの移行",
"storage.actions.transferAgentGroups.button": "移動先",
"storage.actions.transferAgentGroups.desc": "エージェントグループ、そのメンバー、およびグループ会話データをアクセス可能なワークスペースに移動します。",
"storage.actions.transferAgentGroups.title": "エージェントグループの移行",
"storage.desc": "現在のブラウザのストレージ使用量",
"storage.embeddings.used": "ベクトルストレージ",
"storage.migration.title": "データ移行",
"storage.title": "データストレージ",
"storage.used": "ストレージ使用量",
"storageOverage.addPaymentMethod": "支払い方法を追加",
"storageOverage.capUpdateFailed": "月間上限の更新に失敗しました。",
"storageOverage.capUpdated": "月間上限が更新されました。",
"storageOverage.capped": "月間支出上限に到達しました。超過アップロードは一時停止されています。",
"storageOverage.consent.billedMonthlyForYearly": "ストレージ超過は年間プランの更新とは別に月ごとに請求されます",
"storageOverage.consent.billedTogether": "サブスクリプションと一緒に請求されます",
"storageOverage.consent.canDisable": "いつでも無効にできます",
"storageOverage.consent.description": "プランのクォータを超えるストレージは以下の料金で請求されます:",
"storageOverage.consent.enable": "同意して有効化",
"storageOverage.consent.onlyOverage": "超過分のみ請求されます",
"storageOverage.consent.rate": "期間限定で{{limitedMonthlyRate}}/GB/月(通常{{regularMonthlyRate}})。",
"storageOverage.consent.title": "ストレージ従量課金を有効化",
"storageOverage.currentPlanLocked.desc": "現在のプランではストレージ従量課金をサポートしていません。終了後にプランを購読して有効化してください。",
"storageOverage.desc": "サブスクリプションプランは含まれるクォータを超えるストレージの従量課金を有効にできます。",
"storageOverage.disableConfirm.blockUploads": "ストレージが含まれるクォータを超えている場合、新しいアップロードはブロックされます。",
"storageOverage.disableConfirm.canEnableAgain": "後でストレージ従量課金を再度有効化できます。",
"storageOverage.disableConfirm.confirm": "無効化",
"storageOverage.disableConfirm.description": "無効化後、ストレージ超過は請求されなくなります。",
"storageOverage.disableConfirm.existingCharges": "この請求サイクルで既に発生した料金はサブスクリプション請求書に含まれます。",
"storageOverage.disableConfirm.title": "ストレージ従量課金を無効化しますか?",
"storageOverage.disableFailed": "ストレージ従量課金の無効化に失敗しました。",
"storageOverage.disabled": "ストレージ従量課金が無効化されました。",
"storageOverage.enableFailed": "ストレージ従量課金の有効化に失敗しました。",
"storageOverage.enabled": "ストレージ従量課金が有効化されました。",
"storageOverage.monthlyCap": "月間支出上限",
"storageOverage.monthlyCapDesc": "無制限の場合は空白のままにします。上限に達するとアップロードがブロックされます。",
"storageOverage.noPaymentMethod": "ストレージ従量課金を有効化するには支払い方法を追加してください。",
"storageOverage.rate": "期間限定で{{limitedMonthlyRate}}/GB/月(通常{{regularMonthlyRate}})。",
"storageOverage.subscriptionRequired.action": "プランを見る",
"storageOverage.subscriptionRequired.desc": "超過使用のためにストレージ従量課金を有効化するにはプランを購読してください。",
"storageOverage.title": "ファイルストレージ従量課金",
"storageOverage.toggle": "超過請求を有効化",
"storageOverage.unlimited": "無制限",
"storageOverage.usage.current": "使用量",
"storageOverage.usage.estimatedCharge": "推定サイクル料金",
"storageOverage.usage.incurredCharge": "このサイクルで発生した料金",
"storageOverage.usage.overage": "超過",
"submitAgentModal.button": "アシスタントを提出",
"submitAgentModal.identifier": "アシスタント識別子(identifier",
"submitAgentModal.metaMiss": "アシスタント情報を入力してから提出してください。名前、説明、タグが必要です。",
"submitAgentModal.placeholder": "アシスタントの識別子を入力してください。一意である必要があります。例:web-development",
"submitAgentModal.success": "アシスタントの送信が成功しました",
"submitAgentModal.tooltips": "アシスタントコミュニティに共有",
"submitGroupModal.tooltips": "グループコミュニティに共有",
"sync.device.deviceName.hint": "識別のために名前を追加",
"sync.device.deviceName.placeholder": "デバイス名を入力",
"sync.device.deviceName.title": "デバイス名",
"sync.device.title": "デバイス情報",
"sync.device.unknownBrowser": "不明なブラウザ",
"sync.device.unknownOS": "不明なOS",
"sync.warning.tip": "コミュニティの長期にわたる公開テストの結果、WebRTC 同期は一般的なデータ同期要求を安定して満たすことができない可能性があります。 <1>シグナリングサーバーをデプロイ</1> してからご使用ください。",
"sync.webrtc.channelName.desc": "WebRTC はこの名前で同期チャネルを作成し、チャネル名が一意であることを確認します",
"sync.webrtc.channelName.placeholder": "同期チャネル名を入力してください",
"sync.webrtc.channelName.shuffle": "ランダム生成",
"sync.webrtc.channelName.title": "同期チャネル名",
"sync.webrtc.channelPassword.desc": "パスワードを追加してチャネルをプライベートに保ち、パスワードが正しい場合のみデバイスがチャネルに参加できます",
"sync.webrtc.channelPassword.placeholder": "同期チャネルのパスワードを入力してください",
"sync.webrtc.channelPassword.title": "同期チャネルのパスワード",
"sync.webrtc.desc": "リアルタイムでピアツーピアのデータ通信を行い、デバイスが同時にオンラインである必要があります",
"sync.webrtc.enabled.invalid": "シグナリングサーバーと同期チャネル名を入力してから有効にしてください",
"sync.webrtc.enabled.title": "同期を有効にする",
"sync.webrtc.signaling.desc": "WebRTC はこのアドレスを使用して同期します",
"sync.webrtc.signaling.placeholder": "シグナリングサーバーのアドレスを入力してください",
"sync.webrtc.signaling.title": "シグナリングサーバー",
"sync.webrtc.title": "WebRTC 同期",
"systemAgent.agentMeta.label": "モデル",
"systemAgent.agentMeta.modelDesc": "アシスタントの名前、説明、アバター、ラベルを生成するために指定されたモデル",
"systemAgent.agentMeta.title": "アシスタント情報生成アシスタント",
"systemAgent.customPrompt.addPrompt": "カスタムプロンプトを追加",
"systemAgent.customPrompt.desc": "入力後、システムアシスタントは生成するコンテンツにカスタムプロンプトを使用します",
"systemAgent.customPrompt.placeholder": "カスタムプロンプトを入力してください",
"systemAgent.customPrompt.title": "カスタムプロンプト",
"systemAgent.followUpAction.label": "フォローアップ提案モデル",
"systemAgent.followUpAction.modelDesc": "各アシスタントメッセージの下にワンクリックで返信できるフォローアップを提案するためのモデル",
"systemAgent.followUpAction.title": "フォローアップ提案",
"systemAgent.generationTopic.label": "モデル",
"systemAgent.generationTopic.modelDesc": "AI絵画の自動トピック命名に使用されるモデルを指定します",
"systemAgent.generationTopic.title": "AIイラスト用トピック命名アシスタント",
"systemAgent.helpInfo": "新しいアシスタントを作成するとき、デフォルトのアシスタント設定がプリセット値として使用されます。",
"systemAgent.historyCompress.label": "モデル",
"systemAgent.historyCompress.modelDesc": "会話履歴を圧縮するために指定されたモデル",
"systemAgent.historyCompress.title": "会話履歴圧縮アシスタント",
"systemAgent.inputCompletion.label": "モデル",
"systemAgent.inputCompletion.modelDesc": "入力の自動補完候補(GitHub Copilotのゴーストテキストのようなもの)に使用されるモデル",
"systemAgent.inputCompletion.title": "入力自動補完エージェント",
"systemAgent.memoryAnalysisAgentConfig.label": "モデル",
"systemAgent.memoryAnalysisAgentConfig.modelDesc": "会話に記憶が含まれているかを判断し、アイデンティティ、好み、コンテキスト、活動、経験を抽出するためのモデル。",
"systemAgent.memoryAnalysisAgentConfig.title": "記憶分析",
"systemAgent.promptRewrite.label": "モデル",
"systemAgent.promptRewrite.modelDesc": "プロンプトを書き換える際に使用するモデルを指定します",
"systemAgent.promptRewrite.title": "プロンプトリライトエージェント",
"systemAgent.thread.label": "モデル",
"systemAgent.thread.modelDesc": "サブトピックの自動命名に使用されるモデルを指定します",
"systemAgent.thread.title": "サブトピック自動命名アシスタント",
"systemAgent.title": "システムアシスタント",
"systemAgent.topic.label": "モデル",
"systemAgent.topic.modelDesc": "トピックの自動リネームに使用されるモデルを指定します",
"systemAgent.topic.title": "トピック自動命名アシスタント",
"systemAgent.translation.label": "モデル",
"systemAgent.translation.modelDesc": "翻訳に使用するモデルを指定します",
"systemAgent.translation.title": "メッセージ内容翻訳アシスタント",
"systemAgent.userMemoryEmbedding.label": "モデル",
"systemAgent.userMemoryEmbedding.modelDesc": "記憶内容を検索用に埋め込むためのモデル。コンテキスト制限は各埋め込み入力を制限します。",
"systemAgent.userMemoryEmbedding.title": "記憶埋め込み",
"systemAgent.userMemoryPersonaWriter.label": "モデル",
"systemAgent.userMemoryPersonaWriter.modelDesc": "パーソナリティ指向の記憶要約を作成するためのモデル。",
"systemAgent.userMemoryPersonaWriter.title": "記憶パーソナライタ",
"tab.about": "について",
"tab.addAgentSkill": "エージェントスキルを追加",
"tab.addCustomMcp": "カスタムMCPスキルを追加",
"tab.addCustomMcp.desc": "カスタムMCPサーバーを手動で設定",
"tab.addCustomSkill": "カスタムスキルを追加",
"tab.advanced": "高度な設定",
"tab.advanced.appUpdates.title": "アプリの更新",
"tab.advanced.toolsAndDiagnostics.title": "ツールと診断",
"tab.advanced.updateChannel.canary": "カナリア",
"tab.advanced.updateChannel.canaryDesc": "すべてのPRマージでトリガーされ、1日に複数回ビルドされます。最も不安定です。",
"tab.advanced.updateChannel.desc": "デフォルトでは、安定版の更新通知を受け取ります。Canaryチャンネルでは、本番作業には不安定な場合があるプレリリース版を受け取ります。",
"tab.advanced.updateChannel.nightly": "ナイトリー",
"tab.advanced.updateChannel.nightlyDesc": "最新の変更を含む自動日次ビルド。",
"tab.advanced.updateChannel.stable": "安定版",
"tab.advanced.updateChannel.stableDesc": "プロダクション対応のリリース。",
"tab.advanced.updateChannel.title": "更新チャンネル",
"tab.agent": "デフォルトアシスタント",
"tab.all": "すべて",
"tab.apikey": "APIキー管理",
"tab.appearance": "外観",
"tab.chatAppearance": "チャットの外観",
"tab.common": "外観",
"tab.creds": "資格情報",
"tab.devices": "デバイス",
"tab.experiment": "実験",
"tab.hotkey": "ショートカットキー",
"tab.image": "画像生成サービス",
"tab.importFromGithub": "GitHubからインポート",
"tab.importFromGithub.desc": "公開GitHubリポジトリからインポート",
"tab.importFromUrl": "URLからインポート",
"tab.importFromUrl.desc": "SKILL.mdへの直接リンクを介してインポート",
"tab.llm": "言語モデル",
"tab.manualFill": "手動入力",
"tab.manualFill.desc": "カスタムMCPスキルを手動で設定",
"tab.memory": "記憶設定",
"tab.messenger": "メッセンジャー",
"tab.notification": "通知",
"tab.profile": "マイアカウント",
"tab.provider": "AIサービスプロバイダー",
"tab.proxy": "ネットワークプロキシ",
"tab.security": "セキュリティ",
"tab.serviceModel": "サービスモデル",
"tab.skill": "スキル管理",
"tab.skillDesc": "接続されたスキルと統合を管理します",
"tab.skillDetail": "スキルの詳細",
"tab.skillEmpty": "まだスキルが接続されていません",
"tab.skillInstalled": "インストール済みスキル",
"tab.skillIntegration": "統合",
"tab.stats": "データ統計",
"tab.storage": "データストレージ",
"tab.sync": "クラウド同期",
"tab.systemTools": "システムツール",
"tab.tts": "音声サービス",
"tab.uploadZip": "Zipをアップロード",
"tab.uploadZip.desc": "ローカルの.zipまたは.skillファイルをアップロード",
"tab.usage": "使用状況",
"tools.activation.auto": "自動",
"tools.activation.auto.desc": "スマート",
"tools.activation.fixed.hint": "常にオン—アプリによって管理され、オフにすることはできません",
"tools.activation.pinned": "固定",
"tools.activation.pinned.desc": "常にオン",
"tools.add": "スキルを統合",
"tools.addSkillOrConnector": "スキル/コネクタを追加",
"tools.builtins.configure": "設定",
"tools.builtins.find-skills.description": "ユーザーが「X をどうやるの?」や「X のスキルを探して」などと尋ねた際に、エージェントスキルを発見・インストールするのを支援します",
"tools.builtins.find-skills.title": "スキル検索",
"tools.builtins.groupName": "組み込み",
"tools.builtins.install": "インストール",
"tools.builtins.installed": "インストール済み",
"tools.builtins.lobe-activator.description": "ツールとスキルを発見して有効化します",
"tools.builtins.lobe-activator.title": "ツール & スキルアクティベーター",
"tools.builtins.lobe-agent-browser.description": "AI エージェント向けのブラウザ自動化 CLI。ナビゲーション、フォーム入力、クリック、スクリーンショット、データ取得、ログインフロー、E2E テストなど、Web や Electron 操作が必要なタスクに使用します。",
"tools.builtins.lobe-agent-browser.title": "エージェントブラウザー",
"tools.builtins.lobe-agent-builder.description": "エージェントのメタデータ、モデル設定、プラグイン、システムプロンプトを構成します",
"tools.builtins.lobe-agent-builder.title": "エージェントビルダー",
"tools.builtins.lobe-agent-documents.description": "エージェントスコープのドキュメントを管理(一覧、作成、読み取り、編集、削除、名称変更)し、読み込みルールを設定します",
"tools.builtins.lobe-agent-documents.title": "ドキュメント",
"tools.builtins.lobe-agent-management.description": "AI エージェントの作成、管理、オーケストレーションを行います",
"tools.builtins.lobe-agent-management.title": "エージェント管理",
"tools.builtins.lobe-agent.description": "組み込みのLobeエージェント機能: 計画とTODO管理、サブエージェントのディスパッチ、視覚メディア分析",
"tools.builtins.lobe-agent.title": "Lobeエージェント",
"tools.builtins.lobe-artifacts.description": "インタラクティブなUIコンポーネント、データ可視化、チャート、SVGグラフィック、Webアプリケーションを生成し、リアルタイムでプレビューします。ユーザーが直接操作できるリッチなビジュアルコンテンツを作成します。",
"tools.builtins.lobe-artifacts.readme": "インタラクティブなUIコンポーネント、データビジュアライゼーション、チャート、SVGグラフィック、Webアプリケーションを生成し、リアルタイムでプレビューできます。ユーザーが直接操作できるリッチなビジュアルコンテンツを作成しましょう。",
"tools.builtins.lobe-artifacts.title": "アーティファクト",
"tools.builtins.lobe-brief.description": "進捗を報告し、結果を提示し、ユーザーの意思決定を求めます",
"tools.builtins.lobe-brief.title": "ブリーフツール",
"tools.builtins.lobe-calculator.description": "数学計算を行い、方程式を解き、記号式を扱います",
"tools.builtins.lobe-calculator.readme": "基本的な算術、代数方程式、微積分操作、記号数学をサポートする高度な数学計算機。基数変換、方程式の解法、微分、積分などを含みます。",
"tools.builtins.lobe-calculator.title": "計算機",
"tools.builtins.lobe-cloud-sandbox.description": "クラウド上の隔離環境でPython、JavaScript、TypeScriptのコードを実行します。シェルコマンドの実行、ファイル管理、正規表現によるコンテンツ検索、結果の安全なエクスポートが可能です。",
"tools.builtins.lobe-cloud-sandbox.readme": "Python、JavaScript、TypeScriptのコードを隔離されたクラウド環境で実行します。シェルコマンドの実行、ファイル管理、正規表現によるコンテンツ検索、結果の安全なエクスポートが可能です。",
"tools.builtins.lobe-cloud-sandbox.title": "クラウドサンドボックス",
"tools.builtins.lobe-creds.description": "認証、環境変数の注入、API 検証のためにユーザー認証情報を管理します。API キー、OAuth トークン、サードパーティ連携用の秘密情報などを扱います。",
"tools.builtins.lobe-creds.title": "認証情報",
"tools.builtins.lobe-cron.description": "指定時間に自動で実行されるスケジュールタスクを管理します。定期タスクの作成、更新、オン/オフ切替、監視を行います。",
"tools.builtins.lobe-cron.title": "スケジュールタスク",
"tools.builtins.lobe-group-agent-builder.description": "マルチエージェントグループのメタデータ、メンバー、共有コンテンツを構成します",
"tools.builtins.lobe-group-agent-builder.title": "グループエージェントビルダー",
"tools.builtins.lobe-group-management.description": "マルチエージェントグループの会話をオーケストレーションおよび管理します",
"tools.builtins.lobe-group-management.title": "グループ管理",
"tools.builtins.lobe-knowledge-base.description": "アップロードしたドキュメントやドメイン知識を、セマンティックベクター検索を通じて検索します。永続的で再利用可能なリファレンスとして利用できます。",
"tools.builtins.lobe-knowledge-base.title": "ナレッジベース",
"tools.builtins.lobe-local-system.description": "デスクトップ上のローカルファイルシステムにアクセスします。ファイルの読み書き、検索、整理が可能です。バックグラウンドタスク対応のシェルコマンド実行や、正規表現によるコンテンツ検索も行えます。",
"tools.builtins.lobe-local-system.readme": "デスクトップ上のローカルファイルシステムにアクセスします。ファイルの読み書き、検索、整理が可能です。バックグラウンドタスク対応のシェルコマンド実行や、正規表現によるコンテンツのgrepも行えます。",
"tools.builtins.lobe-local-system.title": "ローカルシステム",
"tools.builtins.lobe-message.description": "複数のメッセージングプラットフォームにおいて、統一されたインターフェースでメッセージの送信、読み取り、編集、管理を行います",
"tools.builtins.lobe-message.readme": "Discord、Telegram、Slack、Google Chat、IRC をサポートするクロスプラットフォームのメッセージングツール。メッセージ操作、リアクション、ピン留め、スレッド、チャンネル管理、投票などプラットフォーム固有機能を統合 API で提供します。",
"tools.builtins.lobe-message.title": "メッセージ",
"tools.builtins.lobe-notebook.description": "会話トピック内で永続的なドキュメントを作成・管理します。ノート、レポート、記事、Markdownコンテンツを保存し、セッションをまたいでアクセス可能にします。",
"tools.builtins.lobe-notebook.readme": "会話トピックごとに永続的なドキュメントを作成・管理します。メモ、レポート、記事、Markdownコンテンツを保存し、セッションをまたいでアクセス可能にします。",
"tools.builtins.lobe-notebook.title": "ノートブック",
"tools.builtins.lobe-page-agent.description": "XML 構造のドキュメント内のノードを作成、読み取り、更新、削除します",
"tools.builtins.lobe-page-agent.readme": "ノードレベルで精密な制御を行いながら、構造化ドキュメントを作成・編集できます。Markdown からの初期化、バッチ挿入/修正/削除、全文置換などをサポートします。",
"tools.builtins.lobe-page-agent.title": "ドキュメント編集",
"tools.builtins.lobe-remote-device.description": "リモートデスクトップデバイスの接続を検出および管理します",
"tools.builtins.lobe-remote-device.readme": "デスクトップデバイスへの接続を管理します。オンラインデバイスの一覧表示、リモート操作のためのデバイス有効化、接続状態の確認が可能です。",
"tools.builtins.lobe-remote-device.title": "リモートデバイス",
"tools.builtins.lobe-skill-store.description": "LobeHub マーケットプレイスからエージェントスキルを閲覧・インストールします。機能拡張や特定スキルの導入が必要な時に使用します。",
"tools.builtins.lobe-skill-store.title": "スキルストア",
"tools.builtins.lobe-skills.description": "再利用可能なスキルパッケージを有効化し、使用します",
"tools.builtins.lobe-skills.title": "スキル",
"tools.builtins.lobe-task.description": "依存関係とレビュー設定を備えたタスクの作成、一覧、編集、削除を行います",
"tools.builtins.lobe-task.title": "タスクツール",
"tools.builtins.lobe-topic-reference.description": "参照されたトピック会話からコンテキストを取得します",
"tools.builtins.lobe-topic-reference.title": "トピック参照",
"tools.builtins.lobe-user-interaction.description": "UI を通じてユーザーへ質問し、そのライフサイクル結果を観察します",
"tools.builtins.lobe-user-interaction.title": "ユーザーインタラクション",
"tools.builtins.lobe-user-memory.description": "あなたに関するパーソナライズされたナレッジベースを構築します。好みを記憶し、活動や体験を追跡し、個人情報を保存して、将来の会話で関連するコンテキストを呼び出します。",
"tools.builtins.lobe-user-memory.readme": "あなたに関するパーソナライズされたナレッジベースを構築します。好みを記憶し、活動や体験を追跡し、個人情報を保存し、将来の会話で関連するコンテキストを呼び出せます。",
"tools.builtins.lobe-user-memory.title": "メモリー",
"tools.builtins.lobe-web-browsing.description": "最新情報の Web 検索や Web ページのクロールを行い、コンテンツを抽出します。複数の検索エンジン、カテゴリ、期間をサポートします。",
"tools.builtins.lobe-web-browsing.readme": "最新情報の Web 検索や Web ページのクロールを実行します。複数検索エンジン、カテゴリ、期間指定をサポートし、包括的なリサーチが可能です。",
"tools.builtins.lobe-web-browsing.title": "Web ブラウジング",
"tools.builtins.lobe-web-onboarding.description": "制御されたエージェントランタイムにより Web オンボーディングフローを実行します",
"tools.builtins.lobe-web-onboarding.title": "Web オンボーディング",
"tools.builtins.lobehub.description": "CLI を通じて LobeHub プラットフォームを管理します — ナレッジベース、メモリ、エージェント、ファイル、検索、生成など。",
"tools.builtins.lobehub.title": "LobeHub",
"tools.builtins.notInstalled": "未インストール",
"tools.builtins.task.description": "タスク管理と実行を行います — CLI でタスクの作成、追跡、レビュー、完了が可能です。",
"tools.builtins.task.title": "タスク",
"tools.builtins.uninstall": "アンインストール",
"tools.builtins.uninstallConfirm.desc": "{{name}} をアンインストールしてもよろしいですか?このスキルは現在のエージェントから削除されます。",
"tools.builtins.uninstallConfirm.title": "{{name}} のアンインストール",
"tools.builtins.uninstalled": "アンインストール済み",
"tools.disabled": "現在のモデルは関数呼び出しをサポートしていません。スキルを使用できません",
"tools.klavis.addServer": "サーバーを追加",
"tools.klavis.authCompleted": "認証完了",
"tools.klavis.authFailed": "認証に失敗しました",
"tools.klavis.authRequired": "認証が必要です",
"tools.klavis.connect": "接続",
"tools.klavis.connected": "接続済み",
"tools.klavis.disconnect": "切断する",
"tools.klavis.disconnected": "未接続",
"tools.klavis.error": "エラー",
"tools.klavis.groupName": "Klavis ツール",
"tools.klavis.manage": "Klavis を管理",
"tools.klavis.manageTitle": "Klavis 統合を管理",
"tools.klavis.noServers": "接続されているサーバーはありません",
"tools.klavis.notEnabled": "Klavis サービスは有効化されていません",
"tools.klavis.oauthRequired": "新しいウィンドウで OAuth 認証を完了してください",
"tools.klavis.pendingAuth": "認証待ち",
"tools.klavis.remove": "削除",
"tools.klavis.removeConfirm.desc": "{{name}}は接続されたサービスから永久に削除されます。この操作は元に戻すことができません。",
"tools.klavis.removeConfirm.title": "{{name}}を削除しますか?",
"tools.klavis.serverCreated": "サーバーが正常に作成されました",
"tools.klavis.serverCreatedFailed": "サーバーの作成に失敗しました",
"tools.klavis.serverRemoved": "サーバーが削除されました",
"tools.klavis.servers": "台のサーバー",
"tools.klavis.servers.airtable.description": "Airtableは、スプレッドシートの柔軟性とデータベースの強力さを兼ね備えたクラウドベースのデータベース&スプレッドシートプラットフォームで、チームがプロジェクトを整理・追跡・共同作業できるようにします。",
"tools.klavis.servers.airtable.readme": "Airtableと連携してデータベースやワークフローを管理します。レコードの検索、エントリの作成、データの更新、カスタマイズ可能なビューと強力なトラッキング機能による自動化が可能です。",
"tools.klavis.servers.cal-com.description": "Cal.comは、メールのやり取りなしでミーティングのスケジュールを調整できるオープンソースのスケジューリングプラットフォームです。イベントタイプ、予約、空き状況の管理やカレンダーとの連携が可能です。",
"tools.klavis.servers.cal-com.readme": "Cal.comと接続してスケジュールや予定を管理します。空き状況の確認、会議の予約、イベントタイプの管理、自然な会話を通じたカレンダーの自動化が可能です。",
"tools.klavis.servers.clickup.description": "ClickUpは、タスクの整理、プロジェクト管理、チームの効果的なコラボレーションを支援する包括的なプロジェクト管理・生産性向上プラットフォームです。",
"tools.klavis.servers.clickup.readme": "ClickUpと連携してタスク管理、プロジェクトの進捗追跡、作業の整理を行います。タスクの作成、ステータスの更新、カスタムワークフローの管理、チームとの自然言語によるコラボレーションが可能です。",
"tools.klavis.servers.confluence.description": "Confluenceは、知識とコラボレーションが融合するチームワークスペースです。",
"tools.klavis.servers.confluence.readme": "Confluenceと接続してチームドキュメントにアクセス・管理します。ページの検索、コンテンツの作成、スペースの整理、会話型AIによるナレッジベースの構築が可能です。",
"tools.klavis.servers.dropbox.description": "Dropboxのクラウドストレージにおける完全なファイル管理ソリューション。ファイルやフォルダのアップロード、ダウンロード、整理、共有管理、バージョン管理、ファイルリクエストの作成、バッチ操作が可能です。",
"tools.klavis.servers.dropbox.readme": "Dropboxと連携してファイルにアクセス・管理します。ファイルのアップロード、ダウンロード、共有、フォルダ管理、バージョン管理、クラウドストレージの整理を会話型AIで行えます。",
"tools.klavis.servers.figma.description": "Figmaは、Webおよびモバイルアプリ向けの共同インターフェースデザインツールです。",
"tools.klavis.servers.figma.readme": "Figmaと接続してデザインファイルにアクセスし、プロジェクトで共同作業を行います。デザインの閲覧、アセットのエクスポート、コンポーネントの閲覧、自然な会話によるデザインワークフローの管理が可能です。",
"tools.klavis.servers.github.description": "強化されたGitHub MCPサーバー",
"tools.klavis.servers.github.readme": "GitHubと連携してリポジトリ、イシュー、プルリクエスト、コードを管理します。コードの検索、変更のレビュー、ブランチの作成、会話型AIによるソフトウェア開発の共同作業が可能です。",
"tools.klavis.servers.gmail.description": "GmailはGoogleが提供する無料の電子メールサービスです。",
"tools.klavis.servers.gmail.readme": "Gmailの機能をAIアシスタントに統合します。メールの読み取り、作成、送信、受信トレイの検索、ラベルの管理、自然な会話によるコミュニケーションの整理が可能です。",
"tools.klavis.servers.google-calendar.description": "Google カレンダーは、時間管理とスケジューリングのためのカレンダーサービスです。",
"tools.klavis.servers.google-calendar.readme": "Googleカレンダーと連携してイベントの表示、作成、管理をシームレスに行います。会議のスケジューリング、リマインダーの設定、空き時間の確認、自然言語による時間調整が可能です。",
"tools.klavis.servers.google-docs.description": "Google ドキュメントは、Google ドキュメント エディタ スイートの一部である無料のWebベースのワープロです。",
"tools.klavis.servers.google-docs.readme": "Googleドキュメントと連携して文書の作成、編集、管理を行います。コンテンツの執筆、テキストの整形、リアルタイムでの共同作業、自然な会話によるドキュメントアクセスが可能です。",
"tools.klavis.servers.google-drive.description": "Google ドライブはクラウドストレージサービスです。",
"tools.klavis.servers.google-drive.readme": "Googleドライブと接続してファイルにアクセス、整理、管理します。ドキュメントの検索、ファイルのアップロード、コンテンツの共有、AIによるクラウドストレージの効率的な操作が可能です。",
"tools.klavis.servers.google-sheets.description": "Google スプレッドシートは、オンラインでスプレッドシートを作成・編集・共同作業できるWebベースのアプリケーションです。",
"tools.klavis.servers.google-sheets.readme": "Googleスプレッドシートと連携して表計算データの読み取り、書き込み、分析を行います。計算の実行、レポートの作成、チャートの生成、AIによる共同作業が可能です。",
"tools.klavis.servers.hubspot.description": "HubSpotは、インバウンドマーケティング、営業、カスタマーサービス向けのソフトウェアを開発・提供する企業です。",
"tools.klavis.servers.hubspot.readme": "HubSpotと連携してコンタクト、商談、マーケティングキャンペーンを管理します。CRMデータへのアクセス、パイプラインの追跡、ワークフローの自動化、営業・マーケティング業務の効率化が可能です。",
"tools.klavis.servers.jira.description": "Jiraは、Atlassianが開発したプロジェクト管理および課題追跡ツールです。",
"tools.klavis.servers.jira.readme": "Jiraと連携してイシューの管理、進捗の追跡、スプリントの整理を行います。チケットの作成、ステータスの更新、プロジェクトデータの検索、自然な会話による開発ワークフローの最適化が可能です。",
"tools.klavis.servers.notion.description": "Notionは、共同作業とメモ作成のための生産性アプリケーションです。",
"tools.klavis.servers.notion.readme": "Notionと接続してワークスペースにアクセス・管理します。ページの作成、コンテンツの検索、データベースの更新、AIアシスタントとの自然な会話によるナレッジベースの整理が可能です。",
"tools.klavis.servers.onedrive.description": "OneDriveは、Microsoftが提供するファイルホスティングおよび同期サービスです。",
"tools.klavis.servers.onedrive.readme": "OneDriveと連携してMicrosoftクラウドファイルにアクセス・管理します。ファイルのアップロード、ダウンロード、共有、フォルダの整理、AIによるドキュメントの共同作業が可能です。",
"tools.klavis.servers.outlook-mail.description": "Outlook Mailは、Microsoftが提供するWebメール、連絡先、タスク、カレンダーサービスの統合スイートです。",
"tools.klavis.servers.outlook-mail.readme": "Outlookメールと連携してMicrosoftのメールを読み取り、送信、管理します。メッセージの検索、メールの作成、フォルダの管理、自然な会話による受信トレイの整理が可能です。",
"tools.klavis.servers.salesforce.description": "Salesforceは、世界をリードする顧客関係管理(CRM)プラットフォームで、企業が顧客、パートナー、見込み客とつながるのを支援します。",
"tools.klavis.servers.salesforce.readme": "Salesforceと接続して顧客関係と営業データを管理します。レコードの検索、商談の更新、リードの追跡、CRMワークフローの自然言語による自動化が可能です。",
"tools.klavis.servers.slack.description": "Slackは、必要な情報に人々をつなぐビジネス向けメッセージングアプリです。",
"tools.klavis.servers.slack.readme": "Slackと連携してメッセージの送信、会話の検索、チャンネルの管理を行います。チームとの連携、コミュニケーションワークフローの自動化、ワークスペース情報へのアクセスが可能です。",
"tools.klavis.servers.supabase.description": "Supabase公式MCPサーバー",
"tools.klavis.servers.supabase.readme": "Supabaseと連携してデータベースやバックエンドサービスを管理します。データのクエリ、認証の管理、ストレージの操作、自然な会話によるアプリケーションバックエンドとの連携が可能です。",
"tools.klavis.servers.whatsapp.description": "WhatsApp Business APIとの統合により、テキストメッセージやメディアの送信、顧客との会話管理が可能になります。カスタマーサポート、マーケティングキャンペーン、自動メッセージングワークフローに最適です。",
"tools.klavis.servers.whatsapp.readme": "WhatsApp Businessと連携してメッセージの送信、会話の管理、顧客とのやり取りを行います。メッセージングワークフローの自動化、会話型AIによるコミュニケーションの処理が可能です。",
"tools.klavis.servers.youtube.description": "YouTubeは、ユーザーが動画をアップロード、共有、発見できる動画共有プラットフォームです。動画情報、字幕、メタデータにプログラム的にアクセスできます。",
"tools.klavis.servers.youtube.readme": "YouTubeと接続して動画の検索、トランスクリプトの取得、動画情報へのアクセスを行います。コンテンツの分析、メタデータの抽出、自然な会話による動画の発見が可能です。",
"tools.klavis.servers.zendesk.description": "Zendeskはカスタマーサービス向けのソフトウェア企業です。",
"tools.klavis.servers.zendesk.readme": "Zendeskと連携してサポートチケットや顧客対応を管理します。サポートリクエストの作成、更新、追跡、顧客データへのアクセス、サポート業務の効率化が可能です。",
"tools.klavis.tools": "個のツール",
"tools.klavis.verifyAuth": "認証を完了しました",
"tools.lobehubSkill.authorize": "認証する",
"tools.lobehubSkill.connect": "接続する",
"tools.lobehubSkill.connected": "接続済み",
"tools.lobehubSkill.disconnect": "切断する",
"tools.lobehubSkill.disconnectConfirm.desc": "{{name}}のコンテンツを参照する以前のチャットは引き続き利用できますが、新しいコンテンツへのアクセスやタスクの実行はできなくなります。",
"tools.lobehubSkill.disconnectConfirm.title": "{{name}}を切断しますか?",
"tools.lobehubSkill.disconnected": "未接続",
"tools.lobehubSkill.error": "エラー",
"tools.lobehubSkill.providers.github.description": "GitHub は、バージョン管理とコラボレーションのためのプラットフォームで、開発者がコードリポジトリをホスト、レビュー、管理できます。",
"tools.lobehubSkill.providers.github.readme": "GitHub に接続して、リポジトリへのアクセス、Issue の作成と管理、プルリクエストのレビュー、コードコラボレーションを AI アシスタントとの自然な対話で行えます。",
"tools.lobehubSkill.providers.linear.description": "Linearは、高性能なチーム向けに設計された、モダンな課題追跡およびプロジェクト管理ツールです。より良いソフトウェアをより速く構築できます。",
"tools.lobehubSkill.providers.linear.readme": "Linearの機能をAIアシスタントに統合します。イシューの作成・更新、スプリントの管理、プロジェクト進捗の追跡、自然な会話による開発ワークフローの最適化が可能です。",
"tools.lobehubSkill.providers.microsoft.description": "Outlook カレンダーは、Microsoft Outlookに統合されたスケジューリングツールで、予定の作成、他者との会議の調整、時間とイベントの効果的な管理が可能です。",
"tools.lobehubSkill.providers.microsoft.readme": "Outlookカレンダーと連携してイベントの表示、作成、管理をシームレスに行います。会議のスケジューリング、空き時間の確認、リマインダーの設定、自然言語による時間調整が可能です。",
"tools.lobehubSkill.providers.notion.description": "Notionは、共同作業型の生産性向上およびメモ作成アプリケーションです。",
"tools.lobehubSkill.providers.notion.readme": "Notionに接続してワークスペースにアクセスし、管理します。ページの作成、コンテンツの検索、データベースの更新、ナレッジベースの整理を、AIアシスタントとの自然な会話を通じて行えます。",
"tools.lobehubSkill.providers.twitter.description": "X(旧Twitter)は、リアルタイムの更新、ニュースの共有、投稿・返信・DMを通じてオーディエンスと交流できるソーシャルメディアプラットフォームです。",
"tools.lobehubSkill.providers.twitter.readme": "X(旧Twitter)と接続してツイートの投稿、タイムラインの管理、オーディエンスとの交流を行います。コンテンツの作成、投稿のスケジューリング、メンションの監視、会話型AIによるSNS運用が可能です。",
"tools.lobehubSkill.providers.vercel.description": "Vercel はフロントエンド開発者向けのクラウドプラットフォームで、Web アプリケーションを簡単にデプロイできるホスティングやサーバーレス機能を提供します。",
"tools.lobehubSkill.providers.vercel.readme": "Vercel に接続して、デプロイ管理、プロジェクト状況の監視、インフラ制御を行います。アプリのデプロイ、ビルドログの確認、環境変数の管理、スケール調整を会話形式で実行できます。",
"tools.notInstalled": "未インストール",
"tools.notInstalledWarning": "このスキルはまだインストールされておらず、アシスタントの使用に影響する可能性があります",
"tools.plugins.enabled": "{{num}} が有効",
"tools.plugins.groupName": "スキル",
"tools.plugins.management": "スキル管理",
"tools.plugins.noEnabled": "有効なスキルはありません",
"tools.plugins.store": "スキルを追加",
"tools.search": "スキルを検索...",
"tools.skillActivateMode.auto.desc": "AIは自律的にツールを有効化し、スキルを実行し、ストアから新しいスキルをインストールできます",
"tools.skillActivateMode.auto.title": "自動",
"tools.skillActivateMode.manual.desc": "ユーザーが選択したツールとスキルのみがAIで利用可能です",
"tools.skillActivateMode.manual.title": "手動",
"tools.skillActivateMode.title": "有効化モード",
"tools.tabs.all": "すべて",
"tools.tabs.installed": "有効化済み",
"tools.title": "拡張ツール",
"workspace.billing.credits.label": "今月のクレジット",
"workspace.billing.hobbyHint": "無料ワークスペース·共有月間プール",
"workspace.billing.paymentMethods.addCta": "支払い方法を追加",
"workspace.billing.paymentMethods.defaultBadge": "デフォルト",
"workspace.billing.paymentMethods.empty": "まだ支払い方法がありません。Stripeポータルを介して追加してください—このワークスペースはカードがデフォルトとして設定されると請求されます。",
"workspace.billing.paymentMethods.expires": "{{date}}に期限切れ",
"workspace.billing.paymentMethods.managePortalCta": "Stripeポータルで管理",
"workspace.billing.paymentMethods.portalFailed": "請求ポータルの開封に失敗しました",
"workspace.billing.paymentMethods.remove": "削除",
"workspace.billing.paymentMethods.removeConfirmContent": "このカードはこのワークスペースの支払いに使用されなくなります。",
"workspace.billing.paymentMethods.removeConfirmTitle": "このカードを削除しますか?",
"workspace.billing.paymentMethods.removeDefaultWarning": "これはデフォルトのカードです。他のカードを設定せずに削除すると、次回の更新が失敗します。",
"workspace.billing.paymentMethods.removeFailed": "支払い方法の削除に失敗しました",
"workspace.billing.paymentMethods.setDefault": "デフォルトとして設定",
"workspace.billing.paymentMethods.setDefaultFailed": "デフォルトの設定に失敗しました",
"workspace.billing.paymentMethods.setDefaultSuccess": "デフォルトが更新されました",
"workspace.billing.paymentMethods.subtitle": "このワークスペースのファイル上のカード。",
"workspace.billing.paymentMethods.title": "支払い方法",
"workspace.billing.plan.enterprise": "エンタープライズ",
"workspace.billing.plan.hobby": "ホビー",
"workspace.billing.plan.pro": "プロ",
"workspace.billing.platformLine": "プロプラットフォーム·月間",
"workspace.billing.seatLine": "追加席×{{count}}",
"workspace.billing.seats.cancel": "キャンセル",
"workspace.billing.seats.confirmContent": "席数は{{previousSeats}}から{{newSeats}}に変更されます。Stripeはこの請求サイクルの残りの期間に対して比例配分された金額を請求または返金します。",
"workspace.billing.seats.confirmTitle": "席数を更新しますか?",
"workspace.billing.seats.editCta": "席数を管理",
"workspace.billing.seats.editorLabel": "合計席数(所有者を含む)",
"workspace.billing.seats.failedToast": "席数の更新に失敗しました。",
"workspace.billing.seats.save": "保存",
"workspace.billing.seats.successToast": "席数が{{seats}}に更新されました。",
"workspace.billing.title": "請求",
"workspace.billing.totalHint": "月間請求·いつでもキャンセル可能",
"workspace.billing.totalLabel": "合計/月",
"workspace.billingPage.billing.activeHint": "いつでもキャンセル可能—サイクル終了までアクセスを保持します。",
"workspace.billingPage.billing.autoRenewOff": "自動更新オフ",
"workspace.billingPage.billing.autoRenewOffOnDate": "{{date}}に終了",
"workspace.billingPage.billing.autoRenewOn": "自動更新オン",
"workspace.billingPage.billing.autoRenewOnDate": "{{date}}に更新",
"workspace.billingPage.billing.banner.cancelledDesc": "キャンセルが予定されています。サブスクリプションは現在の請求サイクルの終了時に更新を停止します—その後、ワークスペースはホビーに戻ります。",
"workspace.billingPage.billing.banner.cancelledTitle": "サブスクリプションのキャンセルが保留中",
"workspace.billingPage.billing.banner.expiredDesc": "サブスクリプションが終了しました。プロ機能を復元するには再購読するか、ソロにダウングレードしてください。",
"workspace.billingPage.billing.banner.expiredTitle": "サブスクリプションがキャンセルされました",
"workspace.billingPage.billing.banner.inactiveDesc": "サブスクリプションが非アクティブです—再購読するまでクレジットはリフレッシュされません。",
"workspace.billingPage.billing.banner.inactiveTitle": "サブスクリプションが非アクティブ",
"workspace.billingPage.billing.banner.resumeCta": "再開",
"workspace.billingPage.billing.banner.subscribeCta": "購読",
"workspace.billingPage.billing.breakdown.creditsLine_one": "{{seats}}席·{{credits}}クレジット/月",
"workspace.billingPage.billing.breakdown.creditsLine_other": "{{seats}}席·{{credits}}クレジット/月",
"workspace.billingPage.billing.breakdown.extraSeats": "追加席",
"workspace.billingPage.billing.breakdown.platform": "プラットフォーム料金",
"workspace.billingPage.billing.breakdown.product": "製品",
"workspace.billingPage.billing.breakdown.quantity": "数量",
"workspace.billingPage.billing.breakdown.seatCount_one": "{{count}}席",
"workspace.billingPage.billing.breakdown.seatCount_other": "{{count}}席",
"workspace.billingPage.billing.breakdown.totalCost": "合計費用",
"workspace.billingPage.billing.cancelConfirm": "サブスクリプションは現在の請求サイクルの終了まで継続し、その後更新を停止します。サイクル終了前にいつでも再開できます。",
"workspace.billingPage.billing.cancelCta": "サブスクリプションをキャンセル",
"workspace.billingPage.billing.cancelSuccess": "キャンセルが予定されました。",
"workspace.billingPage.billing.cancelTitle": "サブスクリプションをキャンセルしますか?",
"workspace.billingPage.billing.currentPlan.descHobby": "ソロワークスペース·使用した分だけ支払い",
"workspace.billingPage.billing.currentPlan.descPro": "月間クレジット許容量付きのチームワークスペース",
"workspace.billingPage.billing.currentPlan.title": "現在のプラン",
"workspace.billingPage.billing.downgrade.confirmBody": "これによりワークスペースは即座にソロにダウングレードされます。現在の請求期間は返金不可であり、主要所有者以外のすべてのメンバーがこのワークスペースから削除されます。",
"workspace.billingPage.billing.downgrade.confirmCta": "今すぐダウングレード",
"workspace.billingPage.billing.downgrade.confirmInputLabel": "ワークスペース名「{{name}}」を入力して確認:",
"workspace.billingPage.billing.downgrade.confirmInputPlaceholder": "ワークスペース名",
"workspace.billingPage.billing.downgrade.confirmTitle": "ソロにダウングレードしますか?",
"workspace.billingPage.billing.downgrade.failedToast": "ダウングレードに失敗しました。",
"workspace.billingPage.billing.downgrade.successToast": "ワークスペースがソロにダウングレードされました。",
"workspace.billingPage.billing.hobby.subtitle": "ホビーワークスペース·共有月間プール·チーム席なし",
"workspace.billingPage.billing.hobby.title": "無料ワークスペース",
"workspace.billingPage.billing.hobby.upgradeCta": "プロにアップグレード",
"workspace.billingPage.billing.invoice.empty": "まだ請求書はありません。次回の更新後に最初の請求書が表示されます。",
"workspace.billingPage.billing.invoice.emptyHint": "{{date}}に作成されたワークスペース。",
"workspace.billingPage.billing.invoice.nonOwner": "ワークスペース所有者のみが請求履歴を表示できます。",
"workspace.billingPage.billing.invoice.subtitle": "このワークスペースの請求書を表示およびダウンロード",
"workspace.billingPage.billing.invoice.tab.all": "すべて",
"workspace.billingPage.billing.invoice.tab.failed": "閉じられた",
"workspace.billingPage.billing.invoice.tab.open": "未払い",
"workspace.billingPage.billing.invoice.tab.paid": "支払い済み",
"workspace.billingPage.billing.invoice.title": "請求履歴",
"workspace.billingPage.billing.manage.cancelItem": "サブスクリプションをキャンセル",
"workspace.billingPage.billing.manage.cta": "管理",
"workspace.billingPage.billing.manage.downgradeItem": "ダウングレード",
"workspace.billingPage.billing.manage.resumeItem": "サブスクリプションを再開",
"workspace.billingPage.billing.monthlyFeeLabel": "/月",
"workspace.billingPage.billing.planBadge.active": "アクティブ",
"workspace.billingPage.billing.planBadge.cancelled": "キャンセル済み",
"workspace.billingPage.billing.planBadge.cancelling": "キャンセル中",
"workspace.billingPage.billing.planBadge.inactive": "非アクティブ",
"workspace.billingPage.billing.resumeCta": "サブスクリプションを再開",
"workspace.billingPage.billing.resumeSuccess": "キャンセルが取り消されました。サブスクリプションは通常通り更新されます。",
"workspace.billingPage.billing.scheduledHint": "サブスクリプションは現在の請求サイクルの終了時に終了します。",
"workspace.billingPage.billing.seats.deltaDown": "Δ -${{amount}} /月",
"workspace.billingPage.billing.seats.deltaUp": "Δ +${{amount}} /月",
"workspace.billingPage.billing.seats.editCta": "編集",
"workspace.billingPage.billing.seats.from": "{{previous}}席→{{next}}席",
"workspace.billingPage.billing.seats.previewLabel": "価格プレビュー(概算)",
"workspace.billingPage.billing.seats.priceDelta": "${{previous}} /月→${{next}} /月",
"workspace.billingPage.billing.seats.proration": "席数の変更は次回の月間請求書で決済されます—即時の請求や返金はありません。",
"workspace.billingPage.billing.seats.subtitle_one": "現在{{count}}席·追加席ごとに${{seatFee}} /月",
"workspace.billingPage.billing.seats.subtitle_other": "現在{{count}}席·追加席ごとに${{seatFee}} /月",
"workspace.billingPage.billing.seats.title": "席数",
"workspace.billingPage.billing.subscriptionTitle": "サブスクリプションコントロール",
"workspace.billingPage.billing.summarySubtitle": "ワークスペースのサブスクリプションと請求の内訳",
"workspace.billingPage.billing.summaryTitle": "サブスクリプション",
"workspace.billingPage.billing.totalLabel": "合計",
"workspace.billingPage.billing.upgradeFailedToast": "チェックアウトの開始に失敗しました。",
"workspace.billingPage.credits.autoTopUp.enable": "自動トップアップを有効化",
"workspace.billingPage.credits.autoTopUp.monthlyCap": "月間上限",
"workspace.billingPage.credits.autoTopUp.monthlyLimitReached": "今月の自動トップアップが上限に達しました。来月に再開されます。",
"workspace.billingPage.credits.autoTopUp.noCustomerHint": "クレジットを一度購入し、支払い方法を保存して自動トップアップを有効化してください。",
"workspace.billingPage.credits.autoTopUp.noPaymentMethodHint": "保存された支払い方法がありません。設定して自動トップアップを有効化してください。",
"workspace.billingPage.credits.autoTopUp.pausedReason.manual": "自動トップアップが手動で一時停止されました。",
"workspace.billingPage.credits.autoTopUp.pausedReason.monthly_cap": "月間上限に達しました。自動トップアップは次回の請求サイクルで再開されます。または上限を引き上げて再有効化できます。",
"workspace.billingPage.credits.autoTopUp.pausedReason.payment_failed": "最近の請求が失敗しました。支払い方法を更新して再有効化してください。",
"workspace.billingPage.credits.autoTopUp.pausedTitle": "自動トップアップが一時停止されました",
"workspace.billingPage.credits.autoTopUp.purchaseCredits": "クレジットを購入",
"workspace.billingPage.credits.autoTopUp.save": "保存",
"workspace.billingPage.credits.autoTopUp.saveSuccess": "自動トップアップ設定が更新されました。",
"workspace.billingPage.credits.autoTopUp.setupPaymentMethod": "支払い方法を設定",
"workspace.billingPage.credits.autoTopUp.subtitle": "クレジットを自動的に補充して、チームがブロックされないようにします。",
"workspace.billingPage.credits.autoTopUp.target": "目標残高",
"workspace.billingPage.credits.autoTopUp.threshold": "トリガー閾値",
"workspace.billingPage.credits.autoTopUp.title": "自動トップアップ",
"workspace.billingPage.credits.autoTopUp.validation.targetMustExceedThreshold": "目標残高はトリガー閾値を超える必要があります。",
"workspace.billingPage.credits.balance.creditBalance": "トップアップクレジット残高",
"workspace.billingPage.credits.balance.hobbyDesc": "ホビーワークスペースにはサブスクリプションクレジットが含まれていません—以下でトップアップするか、プロにアップグレードしてください。",
"workspace.billingPage.credits.balance.link.history": "トップアップ履歴",
"workspace.billingPage.credits.balance.link.usage": "使用状況を表示",
"workspace.billingPage.credits.balance.plansUsage": "サブスクリプションクレジット",
"workspace.billingPage.credits.balance.plansUsageDesc": "サブスクリプションクレジットが最初に使用され、その後トップアップクレジットが使用されます",
"workspace.billingPage.credits.balance.sharedHint": "すべてのワークスペースメンバーで共有",
"workspace.billingPage.credits.balance.sharedTag": "ワークスペース共有",
"workspace.billingPage.credits.balance.title": "残高",
"workspace.billingPage.credits.breakdownCount": "操作",
"workspace.billingPage.credits.breakdownSpend": "支出",
"workspace.billingPage.credits.breakdownTitle": "カテゴリ別支出",
"workspace.billingPage.credits.breakdownType": "カテゴリ",
"workspace.billingPage.credits.empty": "まだクレジットデータはありません",
"workspace.billingPage.credits.hero.cycleHint": "{{from}} → {{to}}",
"workspace.billingPage.credits.hero.percentOfTotal": "{{percent}}% / {{total}}",
"workspace.billingPage.credits.hero.planHobby": "ホビー·ソロワークスペース",
"workspace.billingPage.credits.hero.planPro_one": "プロ·{{count}}席",
"workspace.billingPage.credits.hero.planPro_other": "プロ·{{count}}席",
"workspace.billingPage.credits.hero.poolDesc": "すべての席で共有。各請求サイクルでリセットされます。",
"workspace.billingPage.credits.hero.remainingLine": "残り{{amount}}クレジット",
"workspace.billingPage.credits.hero.resetsIn_one": "{{count}}日後にリセット",
"workspace.billingPage.credits.hero.resetsIn_other": "{{count}}日後にリセット",
"workspace.billingPage.credits.hero.resetsToday": "今日リセット",
"workspace.billingPage.credits.hero.seePlans": "プランを見る",
"workspace.billingPage.credits.hero.title": "クレジットプール",
"workspace.billingPage.credits.hero.usedLabel": "使用済み",
"workspace.billingPage.credits.hero.viewUsage": "詳細な使用状況を表示",
"workspace.billingPage.credits.monthly": "月間許容量",
"workspace.billingPage.credits.packageExpiry": "有効期限",
"workspace.billingPage.credits.packageId": "パッケージ",
"workspace.billingPage.credits.packageLimit": "許容量",
"workspace.billingPage.credits.packageSpend": "使用済み",
"workspace.billingPage.credits.packages.empty.cta": "プランを見る",
"workspace.billingPage.credits.packages.empty.title": "まだアドオンパッケージはありません。プランを通じてアップグレードするか、追加容量について営業にお問い合わせください。",
"workspace.billingPage.credits.packages.expired": "期限切れ",
"workspace.billingPage.credits.packages.expiringIn_one": "{{count}}日後に期限切れ",
"workspace.billingPage.credits.packages.expiringIn_other": "{{count}}日後に期限切れ",
"workspace.billingPage.credits.packages.fallback": "パッケージ#{{index}}",
"workspace.billingPage.credits.packages.remaining": "残り",
"workspace.billingPage.credits.packages.source": "ソース",
"workspace.billingPage.credits.packages.sourceLabel.autoTopUp": "自動トップアップ",
"workspace.billingPage.credits.packages.sourceLabel.systemGift": "システムギフト",
"workspace.billingPage.credits.packages.sourceLabel.userPurchase": "営業アドオン",
"workspace.billingPage.credits.packages.subtitle": "このワークスペースが所有するすべてのクレジットパッケージ",
"workspace.billingPage.credits.packages.title": "ワークスペースクレジットパッケージ",
"workspace.billingPage.credits.packages.usedPercent": "使用済み",
"workspace.billingPage.credits.poolDesc": "すべての席で共有。各請求サイクルでリセットされます。",
"workspace.billingPage.credits.poolTitle": "ワークスペースクレジットプール",
"workspace.billingPage.credits.resetAt": "次回リセット: {{date}}",
"workspace.billingPage.credits.status.cancelledCta": "サブスクリプションを再開",
"workspace.billingPage.credits.status.cancelledDesc": "サブスクリプションは{{date}}に終了する予定です。その後、クレジットはリフレッシュを停止します。",
"workspace.billingPage.credits.title": "クレジット",
"workspace.billingPage.credits.topUp.custom": "カスタム",
"workspace.billingPage.credits.topUp.maxAmountError": "購入金額は1回の取引で${{max}}を超えることはできません。",
"workspace.billingPage.credits.topUp.purchaseNow": "今すぐ購入",
"workspace.billingPage.credits.topUp.purchaseSuccess": "購入が成功しました。",
"workspace.billingPage.credits.topUp.selectPackage": "クレジットパックを選択",
"workspace.billingPage.credits.topUp.subtitle": "このワークスペースにクレジットを一度購入で追加",
"workspace.billingPage.credits.topUp.title": "クレジットを購入",
"workspace.billingPage.credits.topUp.total": "合計",
"workspace.billingPage.credits.topUp.unitPriceFormat": "100万計算クレジットあたり${{price}}",
"workspace.billingPage.credits.topUp.upgradePlanName": "プロ",
"workspace.billingPage.credits.topUp.upgradePrefix": "アップグレード",
"workspace.billingPage.credits.topUp.upgradeSuffix": "で${{savings}}を節約",
"workspace.billingPage.credits.topUp.validityInfo": "{{months}}ヶ月間有効",
"workspace.billingPage.plans.cancelled": "キャンセル予定",
"workspace.billingPage.plans.creditsHint": "共有月間プール·すべての席が同じ残高から引き出します",
"workspace.billingPage.plans.creditsTitle": "ワークスペースクレジット",
"workspace.billingPage.plans.creditsTooltip": "ワークスペース全体の月間クレジット。席を追加してもプールは増えません—超過分はAutoTopUpを通じて流れます。",
"workspace.billingPage.plans.currentTag": "現在のプラン",
"workspace.billingPage.plans.currentTitle": "現在のプラン",
"workspace.billingPage.plans.enterprise.contactCta": "お問い合わせ",
"workspace.billingPage.plans.enterprise.features.brandTheming": "ブランドテーマ",
"workspace.billingPage.plans.enterprise.features.commercialLicense": "商業ライセンス",
"workspace.billingPage.plans.enterprise.features.customIntegration": "カスタム統合とサポート",
"workspace.billingPage.plans.enterprise.features.privateModels": "プライベートモデル",
"workspace.billingPage.plans.enterprise.features.selfHostedProvider": "セルフホスト型プロバイダー",
"workspace.billingPage.plans.enterprise.features.userManagement": "ユーザー管理",
"workspace.billingPage.plans.enterprise.priceCaption": "ニーズに合わせた料金",
"workspace.billingPage.plans.enterprise.priceText": "カスタム",
"workspace.billingPage.plans.enterprise.tagline": "プライベートデプロイメントやカスタムソリューションが必要なチーム向け",
"workspace.billingPage.plans.enterprise.title": "エンタープライズエディション",
"workspace.billingPage.plans.headline": "プランを選択",
"workspace.billingPage.plans.hobbyCapacity": "1席·ソロワークスペース",
"workspace.billingPage.plans.hobbyCreditsHint": "デフォルトでは月間クレジットは含まれていません",
"workspace.billingPage.plans.hobbyCreditsTooltip": "ホビーワークスペースには月間クレジットが含まれていません。独自のモデルAPIを構成するか、必要に応じてクレジットをトップアップしてください。",
"workspace.billingPage.plans.hobbyCta": "永遠に無料",
"workspace.billingPage.plans.manageSeatsLink": "席を管理",
"workspace.billingPage.plans.modelsHint": "共有プールからの推定メッセージ",
"workspace.billingPage.plans.modelsTitle": "注目のモデル",
"workspace.billingPage.plans.perMonth": "/月",
"workspace.billingPage.plans.popularTag": "人気",
"workspace.billingPage.plans.priceProCaption": "プラットフォーム料金·月間請求",
"workspace.billingPage.plans.priceProHeadline": "${{fee}} /月",
"workspace.billingPage.plans.pricingBannerCta": "価格を見る",
"workspace.billingPage.plans.pricingBannerDesc": "サポートされているすべてのモデルの詳細な入力/出力料金とメッセージ推定値を確認してください。",
"workspace.billingPage.plans.pricingBannerTitle": "モデルごとの価格をお探しですか?",
"workspace.billingPage.plans.pricingNote": "モデルごとの価格については、{{url}}をご覧ください",
"workspace.billingPage.plans.proCapacity": "最大{{max}}席·${{seatFee}}/席/月",
"workspace.billingPage.plans.upgradeCta": "プロにアップグレード",
"workspace.billingPage.plans.upgradeFailed": "チェックアウトの開始に失敗しました",
"workspace.billingPage.summary.cancelling": "キャンセル中",
"workspace.billingPage.summary.upgradeCta": "プランを見る",
"workspace.billingPage.summary.viewFullCta": "完全な請求を表示",
"workspace.billingPage.usage.activity.filterByMember": "メンバーでフィルタ",
"workspace.billingPage.usage.activity.filterByModel": "モデルでフィルタ",
"workspace.billingPage.usage.activity.filterByType": "タイプでフィルタ",
"workspace.billingPage.usage.activity.model": "モデル",
"workspace.billingPage.usage.activity.viewAll": "すべて表示",
"workspace.billingPage.usage.activity.viewAllTitle": "すべての最近のアクティビティ",
"workspace.billingPage.usage.at": "日時",
"workspace.billingPage.usage.byMemberDesc": "ワークスペースメンバー間の支出分布",
"workspace.billingPage.usage.byMemberTitle": "メンバー別支出",
"workspace.billingPage.usage.byModelDesc": "モデル間の支出分布",
"workspace.billingPage.usage.byModelTitle": "モデル別支出",
"workspace.billingPage.usage.byTypeDesc": "クレジットカテゴリ間の支出分布",
"workspace.billingPage.usage.byTypeTitle": "カテゴリ別支出",
"workspace.billingPage.usage.categories.chat": "チャット",
"workspace.billingPage.usage.categories.embedding": "埋め込み",
"workspace.billingPage.usage.categories.imageGeneration": "画像生成",
"workspace.billingPage.usage.categories.tts": "テキスト読み上げ",
"workspace.billingPage.usage.categories.videoGeneration": "動画生成",
"workspace.billingPage.usage.creditUsage.desc": "AIチャット、画像生成、音声合成のクレジット使用量",
"workspace.billingPage.usage.creditUsage.resetDesc": "クォータは{{time}}後にリセットされます",
"workspace.billingPage.usage.creditUsage.title": "計算クレジット使用量",
"workspace.billingPage.usage.cycleHint": "{{from}} → {{to}}",
"workspace.billingPage.usage.empty": "まだ支出はありません",
"workspace.billingPage.usage.hero.percentOfBudget": "{{percent}}% / {{total}}",
"workspace.billingPage.usage.hero.resetsIn_one": "{{count}}日後にリセット",
"workspace.billingPage.usage.hero.resetsIn_other": "{{count}}日後にリセット",
"workspace.billingPage.usage.hero.resetsToday": "今日リセット",
"workspace.billingPage.usage.hero.usedLabel": "使用済み",
"workspace.billingPage.usage.last30": "過去30日間",
"workspace.billingPage.usage.logsTitle": "最近のアクティビティ",
"workspace.billingPage.usage.member": "メンバー",
"workspace.billingPage.usage.messages": "メッセージ",
"workspace.billingPage.usage.model.moreModels_one": "{{count}}モデル追加",
"workspace.billingPage.usage.model.moreModels_other": "{{count}}モデル追加",
"workspace.billingPage.usage.model.showLess": "少なく表示",
"workspace.billingPage.usage.model.unknown": "不明なモデル",
"workspace.billingPage.usage.ops": "操作",
"workspace.billingPage.usage.range.30d": "過去30日間",
"workspace.billingPage.usage.range.all": "すべての期間",
"workspace.billingPage.usage.range.cycle": "このサイクル",
"workspace.billingPage.usage.rank": "ランク",
"workspace.billingPage.usage.remaining": "残り: {{amount}}",
"workspace.billingPage.usage.selfTitle": "あなたの使用量",
"workspace.billingPage.usage.spend": "支出",
"workspace.billingPage.usage.summaryCardTitle": "クレジット使用統計",
"workspace.billingPage.usage.summaryTitle": "ワークスペースクレジット使用量",
"workspace.billingPage.usage.topSpender": "トップ支出者: {{name}} ({{amount}})",
"workspace.billingPage.usage.trendTitle": "日次支出トレンド",
"workspace.billingPage.usage.trendTooltip": "{{date}}: {{value}}",
"workspace.billingPage.usage.type": "タイプ",
"workspace.create.descPlaceholder": "このワークスペースの目的を説明してください(オプション)",
"workspace.create.namePlaceholder": "例: Acme Team",
"workspace.create.submit": "ワークスペースを作成",
"workspace.create.title": "新しいワークスペースを作成",
"workspace.description.title": "説明",
"workspace.general.avatar.description": "これはあなたのワークスペースのアバターです。",
"workspace.general.avatar.hint": "アバターはオプションですが、強く推奨されます。",
"workspace.general.avatar.title": "ワークスペースアバター",
"workspace.general.avatar.tooLarge": "アバターファイルは5MB以下である必要があります。",
"workspace.general.avatar.uploadFailed": "アバターのアップロードに失敗しました",
"workspace.general.copyAgentGroups.modal.back": "戻る",
"workspace.general.copyAgentGroups.modal.continue": "続行",
"workspace.general.copyAgentGroups.modal.copyOptions.config.desc": "必須。グループのメタデータ、メンバー、メンバーの役割、およびエージェントプロファイルをコピーします。",
"workspace.general.copyAgentGroups.modal.copyOptions.config.title": "エージェントグループ構成",
"workspace.general.copyAgentGroups.modal.copyOptions.history.desc": "オプション。選択したグループのトピックとメッセージを新しいグループにコピーします。",
"workspace.general.copyAgentGroups.modal.copyOptions.history.title": "トピックとメッセージ",
"workspace.general.copyAgentGroups.modal.copyOptions.knowledgeBase.reason": "まだサポートされていません。コピー後にターゲットワークスペースまたは個人アカウントで再接続してください。",
"workspace.general.copyAgentGroups.modal.copyOptions.knowledgeBase.title": "知識ベースとファイル",
"workspace.general.copyAgentGroups.modal.copyOptions.optional": "オプション",
"workspace.general.copyAgentGroups.modal.copyOptions.required": "デフォルトで選択済み",
"workspace.general.copyAgentGroups.modal.copyOptions.title": "コピーオプション",
"workspace.general.copyAgentGroups.modal.copyOptions.unsupported": "利用不可",
"workspace.general.copyAgentGroups.modal.create": "{{count}}エージェントグループをコピー",
"workspace.general.copyAgentGroups.modal.failed": "エージェントグループのコピーに失敗しました",
"workspace.general.copyAgentGroups.modal.loadFailed": "エージェントグループの読み込みに失敗しました",
"workspace.general.copyAgentGroups.modal.noGroups": "コピー可能なエージェントグループはありません",
"workspace.general.copyAgentGroups.modal.selectGroups": "コピーするエージェントグループを選択してください。",
"workspace.general.copyAgentGroups.modal.selectPlaceholder": "ワークスペースまたは個人アカウントを選択...",
"workspace.general.copyAgentGroups.modal.selectTarget": "ターゲットワークスペースまたは個人アカウントを選択してください。グループ構成とメンバーがコピーされます。",
"workspace.general.copyAgentGroups.modal.selected": "選択済み",
"workspace.general.copyAgentGroups.modal.selectedGroup": "コピーするエージェントグループ。",
"workspace.general.copyAgentGroups.modal.success": "{{count}}エージェントグループがコピーされました",
"workspace.general.copyAgentGroups.modal.title": "エージェントグループをコピー",
"workspace.general.copyAgentGroups.modal.untitledGroup": "無題のエージェントグループ",
"workspace.general.copyLobeAI.modal.back": "戻る",
"workspace.general.copyLobeAI.modal.continue": "続行",
"workspace.general.copyLobeAI.modal.copyOptions.config.desc": "必須。モデル、プロンプト、ツール、およびエージェントプロファイルをコピーします。",
"workspace.general.copyLobeAI.modal.copyOptions.config.title": "エージェント構成",
"workspace.general.copyLobeAI.modal.copyOptions.history.desc": "オプション。選択したエージェントのトピックとメッセージを新しいエージェントにコピーします。",
"workspace.general.copyLobeAI.modal.copyOptions.history.title": "トピックとメッセージ",
"workspace.general.copyLobeAI.modal.copyOptions.knowledgeBase.reason": "まだサポートされていません。コピー後にターゲットワークスペースまたは個人アカウントで再接続してください。",
"workspace.general.copyLobeAI.modal.copyOptions.knowledgeBase.title": "知識ベースとファイル",
"workspace.general.copyLobeAI.modal.copyOptions.optional": "オプション",
"workspace.general.copyLobeAI.modal.copyOptions.required": "デフォルトで選択済み",
"workspace.general.copyLobeAI.modal.copyOptions.title": "コピーオプション",
"workspace.general.copyLobeAI.modal.copyOptions.unsupported": "利用不可",
"workspace.general.copyLobeAI.modal.create": "{{count}}エージェントをコピー",
"workspace.general.copyLobeAI.modal.defaultInboxTitle": "LobeAI",
"workspace.general.copyLobeAI.modal.failed": "エージェントのコピーに失敗しました",
"workspace.general.copyLobeAI.modal.includeHistory": "トピックとメッセージをコピー",
"workspace.general.copyLobeAI.modal.includeHistoryDesc": "オプション。選択したエージェントの会話履歴を新しいエージェントにコピーします。",
"workspace.general.copyLobeAI.modal.loadFailed": "エージェントの読み込みに失敗しました",
"workspace.general.copyLobeAI.modal.noAgents": "コピー可能なエージェントはありません",
"workspace.general.copyLobeAI.modal.selectAgents": "コピーするエージェントを選択してください。",
"workspace.general.copyLobeAI.modal.selectPlaceholder": "ワークスペースまたは個人アカウントを選択...",
"workspace.general.copyLobeAI.modal.selectTarget": "ターゲットワークスペースまたは個人アカウントを選択してください。エージェント構成はデフォルトでコピーされます。",
"workspace.general.copyLobeAI.modal.selected": "選択済み",
"workspace.general.copyLobeAI.modal.selectedAgent": "コピーするエージェント。",
"workspace.general.copyLobeAI.modal.success": "{{count}}エージェントがコピーされました",
"workspace.general.copyLobeAI.modal.title": "エージェントをコピー",
"workspace.general.copyLobeAI.modal.untitledAgent": "無題のエージェント",
"workspace.general.delete.confirm.content": "この操作は元に戻せません。ワークスペース名「{{name}}」を入力して確認してください。",
"workspace.general.delete.confirm.continue": "続行",
"workspace.general.delete.confirm.mismatch": "名前が一致しません。削除が中止されました。",
"workspace.general.delete.confirm.namePrompt": "確認するには「{{name}}」と入力してください",
"workspace.general.delete.confirm.ok": "ワークスペースを削除",
"workspace.general.delete.confirm.phrase": "私のワークスペースを削除",
"workspace.general.delete.confirm.phrasePrompt": "確認するには「{{phrase}}」と入力してください",
"workspace.general.delete.confirm.preparation": "削除する前に、アクティブなサブスクリプションをキャンセルしてください。請求および支出履歴は監査のために保持されます。",
"workspace.general.delete.confirm.title": "ワークスペースを削除",
"workspace.general.delete.confirm.warning.items.agents": "すべてのエージェント、スキル、およびその構成",
"workspace.general.delete.confirm.warning.items.billing": "サブスクリプション、予算設定、および自動トップアップ",
"workspace.general.delete.confirm.warning.items.conversations": "すべてのセッション、メッセージ、トピック、およびタスク",
"workspace.general.delete.confirm.warning.items.files": "アップロードされたファイル、生成物、および知識ベースデータ",
"workspace.general.delete.confirm.warning.items.members": "メンバー、保留中の招待、および監査ログ",
"workspace.general.delete.confirm.warning.lead": "{{name}}ワークスペースは永久に削除され、以下が含まれます:",
"workspace.general.delete.confirm.warning.tail": "これは元に戻せません。支出およびトップアップ履歴は監査のためにのみ保持されます。",
"workspace.general.delete.cta": "ワークスペースを削除",
"workspace.general.delete.description": "このワークスペースとその中のすべて—エージェント、セッション、メッセージ、ファイル、メンバー、および招待を永久に削除します。この操作は元に戻せません。",
"workspace.general.delete.failed": "ワークスペースの削除に失敗しました",
"workspace.general.delete.hint": "削除する前にアクティブなサブスクリプションをキャンセルしてください。請求履歴は監査のために保持されます。",
"workspace.general.delete.notOwner": "ワークスペース所有者のみがこのワークスペースを削除できます。",
"workspace.general.delete.title": "ワークスペースを削除",
"workspace.general.devReset.confirm.cancel": "キャンセル",
"workspace.general.devReset.confirm.description": "finishedAt / skippedAt / step / scenariosをクリアし、ウィザードを再開します。",
"workspace.general.devReset.confirm.ok": "リセット",
"workspace.general.devReset.confirm.title": "ワークスペースのオンボーディングをリセットしますか?",
"workspace.general.devReset.cta": "オンボーディングをリセット",
"workspace.general.devReset.description": "オンボーディングゲート(finishedAt / skippedAt / step / scenarios)をクリアし、ウィザードを再開します。開発専用—本番環境では表示されません。",
"workspace.general.devReset.failed": "オンボーディングのリセットに失敗しました",
"workspace.general.devReset.hint": "開発専用",
"workspace.general.devReset.success": "ワークスペースのオンボーディングがリセットされました",
"workspace.general.devReset.title": "ワークスペースのオンボーディングをリセット",
"workspace.general.id.copied": "ワークスペースIDがコピーされました",
"workspace.general.id.description": "これはあなたのワークスペースの一意のIDです。",
"workspace.general.id.hint": "APIと対話する際に使用されます。",
"workspace.general.id.title": "ワークスペースID",
"workspace.general.leave.confirm.content": "「{{name}}」へのアクセスを即座に失います。再度招待されない限り再参加することはできません。",
"workspace.general.leave.confirm.ok": "ワークスペースを離れる",
"workspace.general.leave.confirm.title": "このワークスペースを離れますか?",
"workspace.general.leave.cta": "ワークスペースを離れる",
"workspace.general.leave.description": "このワークスペースへのアクセスを取り消します。追加したリソースは残ります。",
"workspace.general.leave.failed": "ワークスペースを離れることに失敗しました",
"workspace.general.leave.hint": "後で再参加するには、別のメンバーが再度招待する必要があります。",
"workspace.general.leave.ownerHint": "ワークスペースを離れる前に所有権を別のメンバーに移転してください。",
"workspace.general.leave.title": "ワークスペースを離れる",
"workspace.general.name.description": "これはあなたのワークスペースの表示名です。例えば、会社や部門の名前です。",
"workspace.general.name.hint": "最大{{max}}文字を使用してください。",
"workspace.general.name.title": "ワークスペース名",
"workspace.general.noPermissionHint": "この設定を管理するには追加の権限が必要です。",
"workspace.general.role.label": "あなたの役割",
"workspace.general.save": "保存",
"workspace.general.scenarios.description": "このワークスペースが主に使用される領域を選択してください。選択に基づいて関連するエージェントを推奨します。",
"workspace.general.scenarios.hint": "これらはいつでも調整できます。",
"workspace.general.scenarios.title": "シナリオ",
"workspace.general.subtitle": "ワークスペース名、URL、アバター、その他の設定を管理",
"workspace.general.title": "一般",
"workspace.general.transferAgentGroups.modal.back": "戻る",
"workspace.general.transferAgentGroups.modal.continue": "続行",
"workspace.general.transferAgentGroups.modal.failed": "エージェントグループの移転に失敗しました",
"workspace.general.transferAgentGroups.modal.loadFailed": "エージェントグループの読み込みに失敗しました",
"workspace.general.transferAgentGroups.modal.noGroups": "このワークスペースにはエージェントグループがありません",
"workspace.general.transferAgentGroups.modal.selectGroups": "移転するエージェントグループを選択してください。",
"workspace.general.transferAgentGroups.modal.selectPlaceholder": "ワークスペースまたは個人アカウントを選択...",
"workspace.general.transferAgentGroups.modal.selectTarget": "エージェントグループを移転するワークスペースまたは個人アカウントを選択してください。",
"workspace.general.transferAgentGroups.modal.selected": "選択済み",
"workspace.general.transferAgentGroups.modal.selectedGroup": "移転するエージェントグループ。",
"workspace.general.transferAgentGroups.modal.success": "{{count}}エージェントグループが正常に移転されました",
"workspace.general.transferAgentGroups.modal.title": "エージェントグループを移転",
"workspace.general.transferAgentGroups.modal.transfer": "{{count}}エージェントグループを移転",
"workspace.general.transferAgentGroups.modal.untitledGroup": "無題のエージェントグループ",
"workspace.general.transferAgents.modal.back": "戻る",
"workspace.general.transferAgents.modal.continue": "続行",
"workspace.general.transferAgents.modal.failed": "エージェントの移転に失敗しました",
"workspace.general.transferAgents.modal.loadFailed": "エージェントの読み込みに失敗しました",
"workspace.general.transferAgents.modal.noAgents": "このワークスペースにはエージェントがありません",
"workspace.general.transferAgents.modal.selectAgents": "{{target}}に移転するエージェントを選択してください。",
"workspace.general.transferAgents.modal.selectPlaceholder": "ワークスペースまたは個人アカウントを選択...",
"workspace.general.transferAgents.modal.selectTarget": "エージェントを移転するワークスペースまたは個人アカウントを選択してください。",
"workspace.general.transferAgents.modal.selected": "選択済み",
"workspace.general.transferAgents.modal.selectedAgent": "{{target}}に移転するエージェント。",
"workspace.general.transferAgents.modal.success": "{{count}}エージェントが正常に移転されました",
"workspace.general.transferAgents.modal.title": "エージェントを移転",
"workspace.general.transferAgents.modal.transfer": "{{count}}エージェントを移転",
"workspace.general.transferAgents.modal.warning": "カスタムプラグインは利用できない可能性があり、マルチエージェントグループの関連付けは削除されます。",
"workspace.general.transferAgents.personalAccount": "個人アカウント",
"workspace.general.transferPrimary.cta": "主要所有者を移転",
"workspace.general.transferPrimary.description": "主要所有権を別の所有者に移転します。新しい主要所有者はこのワークスペースの請求および主要特権を引き継ぎます。",
"workspace.general.transferPrimary.hint": "所有者として残りますが、主要特権を失います。",
"workspace.general.transferPrimary.title": "主要所有権を移転",
"workspace.general.updateFailed": "ワークスペースの更新に失敗しました",
"workspace.general.updateSuccess": "ワークスペースが更新されました",
"workspace.general.url.confirm.content": "「/{{old}}」への既存リンクは即座に機能しなくなります。このワークスペースへのリンクを共有した人は新しいリンクが必要になります。この変更は元に戻せません。",
"workspace.general.url.confirm.ok": "はい、URLを変更",
"workspace.general.url.confirm.title": "ワークスペースURLを「{{next}}」に変更しますか?",
"workspace.general.url.description": "これはあなたのワークスペースのURL名前空間です。メンバーはこれを使用して共有リソースにアクセスできます。",
"workspace.general.url.hint": "最大{{max}}文字を使用してください。",
"workspace.general.url.invalidBrandProtected": "このワークスペースURLは保護されたブランドに関連付けられています。組織のメールから申請してください。",
"workspace.general.url.invalidConsecutive": "スラッグには連続するダッシュを含めることはできません。",
"workspace.general.url.invalidLength": "スラッグは3〜32文字である必要があります。",
"workspace.general.url.invalidPattern": "スラッグは文字または数字で始まり終わる必要があります。小文字の文字、数字、および単一のダッシュのみが許可されます。",
"workspace.general.url.invalidReserved": "そのスラッグは予約されています。別のものを選択してください。",
"workspace.general.url.renameWarning": "名前変更により、このワークスペースへの既存リンクが壊れます。",
"workspace.general.url.taken": "このURLは既に使用されています。",
"workspace.general.url.title": "ワークスペースURL",
"workspace.invitePage.accept": "招待を受け入れる",
"workspace.invitePage.acceptedSubtitle": "あなたはワークスペースに追加されました。",
"workspace.invitePage.acceptedTitle": "招待が受け入れられました",
"workspace.invitePage.alreadyAcceptedSubtitle": "この招待は既に使用されています。あなたはすでにワークスペースのメンバーであるはずです。",
"workspace.invitePage.alreadyAcceptedTitle": "招待はすでに受け入れられています",
"workspace.invitePage.decline": "辞退",
"workspace.invitePage.declineSubtitle": "このウィンドウを閉じることができます。",
"workspace.invitePage.declineTitle": "招待を辞退しました",
"workspace.invitePage.differentEmailNotice": "あなたは{{currentEmail}}としてサインインしていますが、この招待は{{inviteEmail}}に送信されました。",
"workspace.invitePage.expiredSubtitle": "この招待は期限切れです。チーム所有者に新しい招待を送るよう依頼してください。",
"workspace.invitePage.expiredTitle": "招待が期限切れ",
"workspace.invitePage.expiresLabel": "有効期限",
"workspace.invitePage.goHome": "ホームに戻る",
"workspace.invitePage.goToWorkspace": "ワークスペースに移動",
"workspace.invitePage.invitedAs": "招待された役割",
"workspace.invitePage.invitedBy": "招待者",
"workspace.invitePage.invitedEmail": "招待されたメール",
"workspace.invitePage.invitedTo": "{{inviter}}があなたをワークスペースに招待しました",
"workspace.invitePage.memberLimitSubtitle": "このワークスペースにはすでに{{limit}}人のメンバーがいます。参加する前に所有者にメンバーを削除するよう依頼してください。",
"workspace.invitePage.memberLimitTitle": "ワークスペースが満員",
"workspace.invitePage.notFoundSubtitle": "この招待リンクは無効です。URLを再確認するか、チーム所有者に新しい招待を送るよう依頼してください。",
"workspace.invitePage.notFoundTitle": "招待が見つかりません",
"workspace.invitePage.revokedSubtitle": "この招待はワークスペース所有者によって取り消されました。",
"workspace.invitePage.revokedTitle": "招待が取り消されました",
"workspace.invitePage.signInToAccept": "サインインして受け入れる",
"workspace.invitePage.signUpToJoin": "アカウントを作成して参加",
"workspace.invitePage.switchAccountToAccept": "{{email}}としてサインインして受け入れる",
"workspace.invitePage.title": "ワークスペース招待",
"workspace.invitePage.workspaceLimitSubtitle": "あなたはすでに{{limit}}ワークスペースの最大数に達しています。別のワークスペースを離れてから参加してください。",
"workspace.invitePage.workspaceLimitTitle": "ワークスペース制限に達しました",
"workspace.member.demote": "メンバーに降格",
"workspace.member.demoteConfirm.content": "このメンバーは所有者特権を失います。",
"workspace.member.demoteConfirm.title": "所有者を降格しますか?",
"workspace.member.invite": "メンバーを招待",
"workspace.member.manageAccess": "アクセスを管理",
"workspace.member.manageAccessModal.current": "現在",
"workspace.member.manageAccessModal.failed": "アクセスの更新に失敗しました",
"workspace.member.manageAccessModal.save": "変更を保存",
"workspace.member.manageAccessModal.sectionLabel": "役割を選択",
"workspace.member.manageAccessModal.subtitleMiddle": "が持つ",
"workspace.member.manageAccessModal.subtitlePrefix": "役割を管理",
"workspace.member.manageAccessModal.subtitleSuffix": "",
"workspace.member.manageAccessModal.success": "アクセスが更新されました",
"workspace.member.manageAccessModal.title": "チームアクセスを管理",
"workspace.member.primaryOwner": "主要",
"workspace.member.promote": "所有者に昇格",
"workspace.member.promoteConfirm.content": "このメンバーは完全な所有者特権を取得します—請求、メンバー管理、およびワークスペース削除。",
"workspace.member.promoteConfirm.title": "所有者に昇格しますか?",
"workspace.member.remove": "ワークスペースから削除",
"workspace.member.removeConfirm.confirm": "確認",
"workspace.member.removeConfirm.content": "このメンバーをワークスペースから削除しようとしています。続行してもよろしいですか?",
"workspace.member.removeConfirm.title": "ワークスペースメンバーを削除",
"workspace.member.removeSuccess": "メンバーがワークスペースから正常に削除されました。",
"workspace.member.roles.freeBadge": "無料",
"workspace.member.roles.member": "メンバー",
"workspace.member.roles.memberDescription": "AI生成を実行し、会話を管理し、ワークスペース資産でコラボレーションします。",
"workspace.member.roles.owner": "所有者",
"workspace.member.roles.ownerDescription": "完全なチームアクセス—請求、メンバー管理、およびワークスペース削除。信頼できる人だけを招待してください。",
"workspace.member.roles.viewer": "閲覧者",
"workspace.member.roles.viewerDescription": "ワークスペースを閲覧できますが、AI生成を実行することはできません—請求可能な席にはカウントされません。",
"workspace.member.transferPrimaryConfirm.billingNotice.acknowledge": "保存された支払い方法は、新しい主要所有者がそれを置き換えるまで請求され続けることを理解しています。",
"workspace.member.transferPrimaryConfirm.billingNotice.description": "サブスクリプション料金は、保存された支払い方法({{email}})を使用して請求され続けます。新しい主要所有者が請求方法を更新するまで、移転後にそれを更新するようにリマインドするか、このアカウントが支払いを続けることに同意してください。",
"workspace.member.transferPrimaryConfirm.billingNotice.title": "支払い方法は以前の所有者のカードに残ります",
"workspace.member.transferPrimaryConfirm.failed": "主要所有権の移転に失敗しました",
"workspace.member.transferPrimaryConfirm.noOwners": "このワークスペースには他の所有者がいません。主要所有権を移転する前にメンバーを所有者に昇格してください。",
"workspace.member.transferPrimaryConfirm.ok": "所有権を移転",
"workspace.member.transferPrimaryConfirm.selectOwner": "新しい主要所有者となり、このワークスペースの請求を引き継ぐ所有者を選択してください。",
"workspace.member.transferPrimaryConfirm.success": "主要所有権が移転されました",
"workspace.member.transferPrimaryConfirm.title": "主要所有権を移転",
"workspace.members.empty": "まだメンバーがいません",
"workspace.members.invite.addAnother": "もう一人追加",
"workspace.members.invite.button": "招待",
"workspace.members.invite.emailLabel": "メールアドレス",
"workspace.members.invite.emailPlaceholder": "jane@example.com",
"workspace.members.invite.errors.alreadyInvited": "{{email}}はすでに保留中の招待があります。以下のリストから再送または取り消してください。",
"workspace.members.invite.errors.alreadyMember": "{{email}}はすでにこのワークスペースのメンバーです。",
"workspace.members.invite.failed": "招待の送信に失敗しました",
"workspace.members.invite.limitReached": "このワークスペースには最大{{limit}}人のメンバーを追加できます。さらに招待する前にメンバーを削除してください。",
"workspace.members.invite.modal.billIncrease": "請求額が${{amount}}/月増加します。",
"workspace.members.invite.modal.cancel": "キャンセル",
"workspace.members.invite.modal.confirm": "確認",
"workspace.members.invite.modal.description_one": "チームが拡大しています!確認すると、このワークスペースに1人の新しいチームメンバーを招待します。",
"workspace.members.invite.modal.description_other": "チームが拡大しています!確認すると、このワークスペースに{{count}}人の新しいチームメンバーを招待します。",
"workspace.members.invite.modal.expiryWarning": "チーム招待は1週間後に期限切れになります。",
"workspace.members.invite.modal.title": "チームメンバーを招待",
"workspace.members.invite.noPermissionHint": "チームメンバーを管理するには追加の権限が必要です",
"workspace.members.invite.partialSuccess": "{{success}}人が招待され、{{failed}}人が失敗しました。アドレスを確認して再試行してください。",
"workspace.members.invite.roleLabel": "役割",
"workspace.members.invite.submit": "招待",
"workspace.members.invite.subtitle": "メールアドレスを入力して役割を割り当てることで新しいメンバーを追加",
"workspace.members.invite.success": "チームメンバーが正常に招待されました。",
"workspace.members.invite.title": "メンバーを招待",
"workspace.members.invite.upgradeCta": "アップグレード",
"workspace.members.invite.upgradeHint": "この機能はプロプランで利用可能です。",
"workspace.members.pending.empty": "保留中の招待はありません",
"workspace.members.pending.expiresAt": "{{date}}に期限切れ",
"workspace.members.pending.resend": "再送",
"workspace.members.pending.resendFailed": "招待の再送に失敗しました",
"workspace.members.pending.resendSuccess": "招待メールが再送されました",
"workspace.members.pending.revoke": "取り消し",
"workspace.members.pending.revokeConfirm.content": "招待リンクはもう有効ではなくなります。",
"workspace.members.pending.revokeConfirm.title": "この招待を取り消しますか?",
"workspace.members.subtitle": "ワークスペースメンバーと招待を管理",
"workspace.members.tabs.members": "チームメンバー",
"workspace.members.tabs.pending": "保留中の招待",
"workspace.members.title": "メンバー",
"workspace.name.placeholder": "ワークスペース名",
"workspace.name.title": "名前",
"workspace.newWorkspace": "新しいワークスペース",
"workspace.onboarding.finish": "完了",
"workspace.onboarding.next": "次へ",
"workspace.onboarding.prev": "戻る",
"workspace.onboarding.skip": "スキップ",
"workspace.onboarding.skipConfirm.cancel": "セットアップを続行",
"workspace.onboarding.skipConfirm.description": "LobeAIをカスタマイズし、後でワークスペース設定でエージェントを追加できます。",
"workspace.onboarding.skipConfirm.ok": "スキップ",
"workspace.onboarding.skipConfirm.title": "ワークスペースセットアップをスキップしますか?",
"workspace.onboarding.step1.avatarHint": "絵文字を選択するか画像をアップロードしてください。",
"workspace.onboarding.step1.avatarLabel": "アバター",
"workspace.onboarding.step1.avatarTooLarge": "アバターファイルは5MB以下である必要があります。",
"workspace.onboarding.step1.avatarUploadFailed": "アバターのアップロードに失敗しました",
"workspace.onboarding.step1.footer": "ワークスペースのLobeAIアシスタントを設定してください—すべての会話から学び、チームの頼れる仲間になります。",
"workspace.onboarding.step1.guide.growTogether.desc": "すべての会話がチームの雰囲気を教えてくれます—一緒に働く時間が長いほど、より良い結果が得られます。",
"workspace.onboarding.step1.guide.growTogether.title": "チームと一緒に成長",
"workspace.onboarding.step1.guide.knowYou.desc": "あなたが取り組んでいることを共有してください—より多くのコンテキストがより良い助けを意味します。",
"workspace.onboarding.step1.guide.knowYou.title": "チームを知る",
"workspace.onboarding.step1.guide.name.desc": "チームメイトがすぐに認識できる名前は、コラボレーションをスムーズに保ちます。",
"workspace.onboarding.step1.guide.name.title": "名前を付ける",
"workspace.onboarding.step1.heading": "LobeAIをパーソナライズ",
"workspace.onboarding.step1.nameLabel": "LobeAIの名前",
"workspace.onboarding.step1.namePlaceholder": "例: LobeAI",
"workspace.onboarding.step1.sentence.1": "準備はできましたか?私をチームの頼れる仲間にしてください。",
"workspace.onboarding.step1.sentence.2": "このワークスペースで私にどんな役割を果たしてほしいですか?",
"workspace.onboarding.step1.sentence.3": "まず、チームが気に入る名前を付けてください :)",
"workspace.onboarding.step1.subtitle": "チームが認識できるアイデンティティをワークスペースアシスタントに与えてください。",
"workspace.onboarding.step1.suggestion.switch": "別のセットを試す",
"workspace.onboarding.step1.suggestion.title": "アイデアが必要ですか?始めるために1つ選んでください。",
"workspace.onboarding.step2.heading": "このワークスペースは主に何のためですか?",
"workspace.onboarding.step2.scenario.business": "ビジネスと戦略",
"workspace.onboarding.step2.scenario.coding": "プログラミングと開発",
"workspace.onboarding.step2.scenario.creator": "クリエイターエコノミー",
"workspace.onboarding.step2.scenario.design": "デザインと創造性",
"workspace.onboarding.step2.scenario.education": "学習と研究",
"workspace.onboarding.step2.scenario.finance-legal": "金融と法務",
"workspace.onboarding.step2.scenario.health": "健康と習慣",
"workspace.onboarding.step2.scenario.hobbies": "趣味と文化",
"workspace.onboarding.step2.scenario.hr": "人事とHR",
"workspace.onboarding.step2.scenario.investing": "投資と金融",
"workspace.onboarding.step2.scenario.marketing": "マーケティングとプロモーション",
"workspace.onboarding.step2.scenario.operations": "運用と管理",
"workspace.onboarding.step2.scenario.parenting": "家族と育児",
"workspace.onboarding.step2.scenario.personal": "",
"workspace.onboarding.step2.scenario.product": "製品と管理",
"workspace.onboarding.step2.scenario.sales": "営業と顧客関係",
"workspace.onboarding.step2.scenario.writing": "コンテンツ作成",
"workspace.onboarding.step2.sentence.1": "このワークスペースは主に何のために使いますか?",
"workspace.onboarding.step2.sentence.2": "チームのどの分野を優先すべきですか?",
"workspace.onboarding.step2.sentence.3": "いくつか選んでください。適したチームメイトをおすすめします :)",
"workspace.onboarding.step2.subtitle": "1つ以上選んでください。初期エージェントを提案します。後で変更可能です。",
"workspace.onboarding.step3.categoryAll": "すべて",
"workspace.onboarding.step3.empty": "現在、推奨事項はありません。",
"workspace.onboarding.step3.heading": "ワークスペースにエージェントを追加",
"workspace.onboarding.step3.installed": "{{count}} エージェントをワークスペースに追加しました",
"workspace.onboarding.step3.skipInstall": "インストールしない",
"workspace.onboarding.step3.subtitle": "いくつか選んで始めましょう。いつでもさらに探索できます。",
"workspace.onboarding.stepLabel": "ステップ {{current}} / {{total}}",
"workspace.onboarding.title": "ワークスペースを設定",
"workspace.onboarding.toast.failed": "保存できませんでした。もう一度お試しください。",
"workspace.onboarding.toast.saved": "保存しました",
"workspace.permission.requiresMember": "これを行う権限がありません。ワークスペースのオーナーにメンバー以上の権限を付与するよう依頼してください。",
"workspace.permission.requiresOwner": "ワークスペースのオーナーのみがこれを行うことができます。必要に応じてオーナーに依頼してください。",
"workspace.permission.requiresPrimaryOwner": "プライマリオーナーのみがこのワークスペースを削除できます。必要に応じてプライマリオーナーシップを移譲してください。",
"workspace.personalTag": "個人用",
"workspace.slugBrandApply.button": "申請",
"workspace.slugBrandApply.mailBody": "LobeHubチームの皆様\n\nワークスペースURL「{{slug}}」(https://lobehub.com/{{slug}})をリクエストしたいです。\n\n- 代表するブランド/組織:\n- 公式ウェブサイト/ドメイン:\n- 組織内での役割:\n- 組織のメールアドレス(このアドレスから返信してください):\n\nよろしくお願いします!",
"workspace.slugBrandApply.mailButton": "メールで申請",
"workspace.slugBrandApply.mailSubject": "ワークスペースURLブランドリクエスト: {{slug}}",
"workspace.slugBrandApply.modalCreateTip": "別のURLでワークスペースを作成し、後で組織のメールアドレスから{{email}}にメールを送信してこのURLをリクエストすることもできます。",
"workspace.slugBrandApply.modalDesc": "このURLは保護されたブランド用に予約されています。このブランドを所有している場合は、組織のメールアドレスから申請してください。すぐにリクエストを確認します。",
"workspace.slugBrandApply.modalTitle": "保護されたブランドURLをリクエスト",
"workspace.switchWorkspace": "ワークスペースを切り替える",
"workspace.upgradeModal.alreadyUpgraded": "すでにアップグレード済み",
"workspace.upgradeModal.changeWorkspace": "戻る",
"workspace.upgradeModal.chargeDisclosure": "「アップグレード」をクリックすると、${{fee}}(適用される税金および手数料を含む)が即時に請求され、その後毎月請求されます。シート料金およびオンデマンド使用料は月末に精算されます。請求サイクル中に使用量が請求閾値を超えた場合、サイクル終了前に登録済みの支払い方法に請求される場合があります。",
"workspace.upgradeModal.continueCta": "続行",
"workspace.upgradeModal.createTeam": "ワークスペースを作成",
"workspace.upgradeModal.formDescription": "以下の詳細を確認し、アップグレードを確定してください。",
"workspace.upgradeModal.formSubtitle": "本日はプラットフォーム料金のみが請求されます。シート料金は月末に精算されます。",
"workspace.upgradeModal.formTitle": "{{name}}をProにアップグレード",
"workspace.upgradeModal.heading": "ワークスペースをProにアップグレード",
"workspace.upgradeModal.hobbyTag": "趣味",
"workspace.upgradeModal.inviteLaterHint": "次のステップでチームメンバーを招待できます。",
"workspace.upgradeModal.memberCount_one": "{{count}} メンバー",
"workspace.upgradeModal.memberCount_other": "{{count}} メンバー",
"workspace.upgradeModal.memberIncluded": "含まれる",
"workspace.upgradeModal.noHobbyHint": "アップグレード可能な趣味用ワークスペースを所有していません。",
"workspace.upgradeModal.ownerTag": "オーナー",
"workspace.upgradeModal.payFailed": "チェックアウトの開始に失敗しました",
"workspace.upgradeModal.pickerLabel": "ワークスペースを選択",
"workspace.upgradeModal.proTag": "Pro",
"workspace.upgradeModal.subtitle": "コラボレーション、より多くのクレジット、高いレート制限をアンロック。",
"workspace.upgradeModal.successPage.activating": "サブスクリプションを有効化中です。通常数秒かかります…",
"workspace.upgradeModal.successPage.amountLabel": "支払総額",
"workspace.upgradeModal.successPage.continueCta": "招待して続行",
"workspace.upgradeModal.successPage.desc": "{{name}}は現在Proです。チームメイトを招待してコラボレーションを開始しましょう。",
"workspace.upgradeModal.successPage.inviteDesc": "メールで招待を送信します。リンクを受け取り、ワークスペースに参加できます。",
"workspace.upgradeModal.successPage.inviteTitle": "{{name}}にチームメイトを招待",
"workspace.upgradeModal.successPage.paidAtLabel": "支払日時",
"workspace.upgradeModal.successPage.planTag": "ワークスペースPro",
"workspace.upgradeModal.successPage.processingDesc": "少々お待ちください。Stripeでの支払い確認中です。通常数秒かかります。",
"workspace.upgradeModal.successPage.processingTitle": "支払いを処理中…",
"workspace.upgradeModal.successPage.recurring.monthly": "月額",
"workspace.upgradeModal.successPage.recurring.yearly": "年額",
"workspace.upgradeModal.successPage.recurringLabel": "請求サイクル",
"workspace.upgradeModal.successPage.seatsSummary": "{{count}} シートが含まれています",
"workspace.upgradeModal.successPage.seatsSummary_other": "{{count}} シートが含まれています",
"workspace.upgradeModal.successPage.skipCta": "今はスキップ",
"workspace.upgradeModal.successPage.title": "アップグレード完了",
"workspace.upgradeModal.successToast": "アップグレード完了 — プランを更新中…",
"workspace.upgradeModal.title": "Proにアップグレード",
"workspace.upgradeModal.totalPerMonth": "${{amount}} / 月",
"workspace.upgradeModal.upgradeButton": "アップグレード",
"workspace.upgradeModal.youLabel": "あなた",
"workspace.wizard.back": "戻る",
"workspace.wizard.cancel": "キャンセル",
"workspace.wizard.closeConfirm.cancel": "編集を続ける",
"workspace.wizard.closeConfirm.content": "ワークスペースの詳細は保存されていません。今閉じると破棄されます。",
"workspace.wizard.closeConfirm.ok": "破棄",
"workspace.wizard.closeConfirm.title": "ワークスペース設定を破棄しますか?",
"workspace.wizard.next": "次へ",
"workspace.wizard.step1.avatar.hint": "アバターを追加して、チームがこのワークスペースを認識しやすくします。",
"workspace.wizard.step1.avatar.tooLarge": "アバターファイルは5MB以下である必要があります。",
"workspace.wizard.step1.avatar.uploadFailed": "アバターのアップロードに失敗しました",
"workspace.wizard.step1.avatar.uploading": "アバターをアップロード中…",
"workspace.wizard.step1.cardNamePlaceholder": "あなたのワークスペース",
"workspace.wizard.step1.description.label": "説明",
"workspace.wizard.step1.description.placeholder": "このワークスペースは何のためですか?(任意)",
"workspace.wizard.step1.features.admin": "集中管理の請求と管理コントロール",
"workspace.wizard.step1.features.collaboration": "メンバーを1つの共有ワークスペースに招待",
"workspace.wizard.step1.features.roles": "役割と権限",
"workspace.wizard.step1.features.sharedAssets": "共有エージェント、ファイル、ナレッジベース",
"workspace.wizard.step1.features.sharedCredits": "共有チームクレジットプール",
"workspace.wizard.step1.formSubtitle": "ワークスペースに名前とURLを付けてください。",
"workspace.wizard.step1.formTitle": "ワークスペースを設定",
"workspace.wizard.step1.name.label": "ワークスペース名",
"workspace.wizard.step1.name.placeholder": "例: チーム名",
"workspace.wizard.step1.name.required": "ワークスペース名は必須です",
"workspace.wizard.step1.slug.available": "このURLは利用可能です",
"workspace.wizard.step1.slug.checking": "利用可能性を確認中…",
"workspace.wizard.step1.slug.invalidBrandProtected": "このワークスペースURLは保護されたブランドに関連付けられています。組織のメールアドレスから申請してください。",
"workspace.wizard.step1.slug.invalidConsecutive": "スラッグには連続するダッシュを含めることはできません。",
"workspace.wizard.step1.slug.invalidLength": "ワークスペースURLは{{min}}~{{max}}文字である必要があります。",
"workspace.wizard.step1.slug.invalidPattern": "スラッグは文字または数字で始まり、終わる必要があります。小文字、数字、単一のダッシュのみが許可されます。",
"workspace.wizard.step1.slug.invalidReserved": "そのスラッグは予約されています。別のものを選んでください。",
"workspace.wizard.step1.slug.label": "ワークスペースURL",
"workspace.wizard.step1.slug.placeholder": "例: チーム名",
"workspace.wizard.step1.slug.prefix": "lobehub.com/",
"workspace.wizard.step1.slug.required": "ワークスペースURLは必須です",
"workspace.wizard.step1.slug.taken": "このURLはすでに使用されています",
"workspace.wizard.step1.subtitle": "チームメイトとエージェントのコラボレーションをアンロック",
"workspace.wizard.step1.title": "ワークスペースの詳細",
"workspace.wizard.step2.billing.freeSummary": "ソロワークスペース · 無料",
"workspace.wizard.step2.billing.inviteAfterCreateHint": "このワークスペースを作成した後にチームメンバーを招待してください。",
"workspace.wizard.step2.billing.platformLine": "Proプラットフォーム · 月額",
"workspace.wizard.step2.billing.seatLine": "追加シート × {{count}}",
"workspace.wizard.step2.billing.seatPostpaidNote": "シートは月末に請求されます: ${{seatFee}}/シート/月、実際の使用量に基づきます。",
"workspace.wizard.step2.billing.title": "コストの詳細",
"workspace.wizard.step2.billing.total": "合計",
"workspace.wizard.step2.billing.totalFreeHint": "ソロワークスペースは無料です。",
"workspace.wizard.step2.billing.totalMonthHint": "本日のプラットフォーム料金 · シートは月末に請求",
"workspace.wizard.step2.chargeDisclosure": "確認すると、このワークスペースがProで作成され、${{fee}}が即時に請求されます(適用される税金を含む)。サブスクリプションはキャンセルするまで毎月更新されます。シートとオンデマンド使用料は月末に請求されます。",
"workspace.wizard.step2.confirmPurchase": "購入を確認",
"workspace.wizard.step2.createFailed": "ワークスペースの作成に失敗しました",
"workspace.wizard.step2.createFree": "ワークスペースを作成",
"workspace.wizard.step2.createdToast": "ワークスペース{{name}}が作成されました。",
"workspace.wizard.step2.details.description": "選択したプランに含まれる内容を確認してください。",
"workspace.wizard.step2.details.title": "プランの詳細",
"workspace.wizard.step2.features.hobby.onDemand": "オンデマンド使用 · 自動チャージ (${{price}}/M)",
"workspace.wizard.step2.features.hobby.share": "単一オーナーワークスペース",
"workspace.wizard.step2.features.hobby.solo": "ソロワークスペース、メンバーシートなし",
"workspace.wizard.step2.features.hobby.upgradable": "メンバーを招待するためにいつでもアップグレード可能",
"workspace.wizard.step2.features.pro.adminControls": "集中管理の請求、役割、監査ログ",
"workspace.wizard.step2.features.pro.collaboration": "メンバーを招待 · エージェントとファイルを共有",
"workspace.wizard.step2.features.pro.onDemand": "オンデマンド使用 · 自動チャージ (${{price}}/M)",
"workspace.wizard.step2.features.pro.priorityModels": "優先プレミアムモデル",
"workspace.wizard.step2.features.pro.support": "優先メールサポート",
"workspace.wizard.step2.freeLimitReached": "無料ワークスペースの上限に達しました ({{limit}})。Proにアップグレードしてさらに作成してください。",
"workspace.wizard.step2.header.description": "各ワークスペースは個別に請求されます。",
"workspace.wizard.step2.header.title": "プランを選択",
"workspace.wizard.step2.hobbyAgreement": "趣味用プランは無料で作成でき、月額クレジットはありません。チャージまたは自動チャージは確認後にのみ請求されます。",
"workspace.wizard.step2.left.creditsHobbyHint": "月額クレジットなし · 使用量に応じて支払い",
"workspace.wizard.step2.left.creditsLabel": "月額クレジット",
"workspace.wizard.step2.left.creditsProHint": "共有ワークスペースプール · シートはクレジットを追加しません",
"workspace.wizard.step2.left.freeHeadline": "ソロワークスペース",
"workspace.wizard.step2.left.freeTagline": "個人利用向け。後でアップグレードしてメンバーを招待できます。",
"workspace.wizard.step2.left.headline": "チームワークスペース",
"workspace.wizard.step2.left.hobbyTopUpHint": "いつでもチャージ可能: ${{price}}/M (基本料金の{{percent}}%上乗せ、サブスクリプション料金なし)",
"workspace.wizard.step2.left.proTagline": "${{fee}}/シート/月。追加使用量はオンデマンドで請求。",
"workspace.wizard.step2.left.proTopUpHint": "クレジットが少なくなったらチャージ: ${{price}}/M (標準料金の{{percent}}%割引)",
"workspace.wizard.step2.payFailed": "チェックアウトの開始に失敗しました",
"workspace.wizard.step2.pill.free": "無料",
"workspace.wizard.step2.pill.freeUsed": "{{used}}/{{limit}} 使用済み",
"workspace.wizard.step2.pill.proPerSeat": "${{fee}} / シート / 月",
"workspace.wizard.step2.plans.hobby": "趣味",
"workspace.wizard.step2.plans.pro": "Pro",
"workspace.wizard.step2.seats.hint": "{{min}}から{{max}}シートの間で選択してください。",
"workspace.wizard.step2.seats.label": "シート",
"workspace.wizard.step2.subtitle": "各ワークスペースは個別に請求されます。プランを選択して完了してください。",
"workspace.wizard.step2.title": "プランを選択",
"workspace.wizard.step2.totalLimitReached": "最大{{limit}}ワークスペースに達しました。新しいものを作成する前に1つ削除してください。",
"workspace.wizard.step3.addMore": "さらに追加",
"workspace.wizard.step3.allFailed": "招待を送信できませんでした",
"workspace.wizard.step3.emailPlaceholder": "name@company.com",
"workspace.wizard.step3.inviteAndContinue": "招待して続行",
"workspace.wizard.step3.invitedCount": "{{count}} メンバーを招待しました",
"workspace.wizard.step3.noEmails": "有効なメールアドレスが入力されていません。招待をスキップします。",
"workspace.wizard.step3.skip": "今はスキップ",
"workspace.wizard.step3.subtitle": "チームメンバーをメールで追加します。後で招待することもできます。",
"workspace.wizard.step3.title": "ようこそ、{{name}}",
"workspace.wizard.title": "ワークスペースを作成",
"workspaceSetting.breadcrumb.settings": "設定",
"workspaceSetting.group.admin": "管理",
"workspaceSetting.group.agent": "エージェント",
"workspaceSetting.group.general": "一般",
"workspaceSetting.group.subscription": "プラン",
"workspaceSetting.storage.comingSoon": "ワークスペース単位のデータインポートとエクスポートが近日中に利用可能になります。",
"workspaceSetting.storage.danger.clear.desc": "このワークスペース内のすべてのデータ(エージェント、ファイル、メッセージ、スキルを含む)を削除します。ただし、ワークスペース自体は削除されません。",
"workspaceSetting.storage.danger.clear.title": "ワークスペースデータを消去",
"workspaceSetting.storage.danger.reset.desc": "すべてのワークスペース設定をデフォルトに戻します。ワークスペースデータは削除されません。",
"workspaceSetting.storage.danger.reset.title": "ワークスペース設定をリセット",
"workspaceSetting.storage.telemetry.desc": "匿名のワークスペース使用データで{{appName}}の改善を支援してください",
"workspaceSetting.storage.telemetry.title": "匿名のワークスペース使用データを送信",
"workspaceSetting.tab.billing": "請求",
"workspaceSetting.tab.credits": "クレジット",
"workspaceSetting.tab.general": "一般",
"workspaceSetting.tab.members": "メンバー",
"workspaceSetting.tab.plans": "プラン",
"workspaceSetting.tab.skill": "スキル",
"workspaceSetting.tab.usage": "使用状況"
}