nanobot/webui/src/i18n/locales/ja/common.json
2026-04-21 14:33:44 +00:00

84 lines
2.7 KiB
JSON
Raw 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.

{
"app": {
"brand": "nanobot",
"loading": {
"connecting": "nanobot に接続中…",
"boot": "nanobot を読み込み中…"
},
"error": {
"title": "nanobot に接続できませんでした",
"gatewayHint": "gateway`nanobot gateway`)が起動しており、このページが同じマシン上で開かれていることを確認してください。"
},
"documentTitle": {
"base": "nanobot",
"chat": "{{title}} · nanobot"
},
"meta": {
"description": "nanobot Web UI — nanobot ワークスペースと会話します。"
}
},
"sidebar": {
"collapse": "サイドバーを閉じる",
"toggleTheme": "テーマを切り替える",
"newChat": "新しいチャット",
"recent": "最近のチャット",
"refreshSessions": "セッションを更新",
"language": {
"label": "言語",
"ariaLabel": "言語を変更"
}
},
"chat": {
"fallbackTitle": "チャット {{id}}",
"loading": "読み込み中…",
"noSessions": "まだセッションがありません。",
"actions": "「{{title}}」のチャット操作",
"delete": "削除",
"newChat": "新しいチャット"
},
"deleteConfirm": {
"title": "「{{title}}」を削除しますか?",
"description": "セッションファイルはディスクから削除されます。この操作は元に戻せません。",
"cancel": "キャンセル",
"confirm": "削除"
},
"connection": {
"idle": "待機中",
"connecting": "接続中…",
"open": "接続済み",
"reconnecting": "再接続中…",
"closed": "切断済み",
"error": "接続エラー"
},
"thread": {
"loadingConversation": "会話を読み込み中…",
"empty": {
"description": "質問したり、ローカル作業を続けたり、新しいスレッドを始めたりできます。"
},
"header": {
"toggleSidebar": "サイドバーを切り替える"
},
"composer": {
"placeholderThread": "メッセージを入力…",
"placeholderHero": "何を考えていますか?",
"placeholderOpening": "新しいチャットを開いています…",
"inputAria": "メッセージ入力欄",
"sendHint": "Enter で送信 · Shift+Enter で改行",
"send": "メッセージを送信"
},
"scrollToBottom": "一番下へスクロール"
},
"message": {
"streaming": "生成中",
"assistantTyping": "アシスタントが入力中",
"toolSingle": "ツールを使用中",
"toolMany": "{{count}} 個のツールを使用"
},
"code": {
"fallbackLanguage": "コード",
"copyAria": "コードをコピー",
"copy": "コピー",
"copied": "コピーしました"
}
}