2026-04-17 09:09:50 +08:00
export default {
// ログイン
login : {
title : 'Hermes Web UI' ,
description : 'アクセストークンを入力して続行してください。サーバーの起動ログで確認できます。' ,
placeholder : 'アクセストークン' ,
submit : 'ログイン' ,
tokenRequired : 'アクセストークンを入力してください' ,
invalidToken : '無効なトークンです' ,
connectionFailed : 'サーバーに接続できません' ,
2026-04-22 20:27:33 +08:00
passwordLogin : 'パスワード' ,
tokenLogin : 'トークン' ,
usernamePlaceholder : 'ユーザー名' ,
passwordPlaceholder : 'パスワード' ,
credentialsRequired : 'ユーザー名とパスワードを入力してください' ,
invalidCredentials : 'ユーザー名またはパスワードが正しくありません' ,
2026-05-08 18:29:43 +08:00
tooManyAttempts : 'ログイン試行回数が多すぎます。しばらくしてからお試しください' ,
2026-04-22 20:27:33 +08:00
passwordMismatch : 'パスワードが一致しません' ,
passwordTooShort : 'パスワードは6文字以上必要です' ,
setupSuccess : 'パスワードログインが設定されました' ,
passwordChanged : 'パスワードが変更されました' ,
passwordRemoved : 'パスワードログインが削除されました' ,
setupPassword : 'パスワードログインを設定' ,
changePassword : 'パスワードを変更' ,
changeUsername : 'ユーザー名を変更' ,
removePasswordLogin : '削除' ,
username : 'ユーザー名' ,
currentPassword : '現在のパスワード' ,
newPassword : '新しいパスワード' ,
confirmPassword : 'パスワード確認' ,
newUsername : '新しいユーザー名' ,
usernameChanged : 'ユーザー名が変更されました' ,
usernameTooShort : 'ユーザー名は2文字以上必要です' ,
setupDescription : 'ユーザー名とパスワードを設定して、簡単にログインできるようにします。アクセストークンは引き続きバックアップとして使用できます。' ,
removeConfirm : 'パスワードログインを削除しますか?アクセストークンを使用してログインする必要があります。' ,
passwordLoginNotConfigured : 'パスワードログイン未設定' ,
passwordLoginConfigured : 'パスワードログイン有効({username}) ' ,
2026-04-17 09:09:50 +08:00
} ,
// 共通
common : {
loading : '読み込み中...' ,
cancel : 'キャンセル' ,
2026-04-17 23:11:57 +08:00
retry : '再試行' ,
2026-04-17 09:09:50 +08:00
delete : '削除' ,
edit : '編集' ,
save : '保存' ,
saved : '保存しました' ,
update : '更新' ,
create : '作成' ,
saveFailed : '保存に失敗しました' ,
2026-04-24 20:41:14 +08:00
deleteFailed : '削除に失敗しました' ,
2026-04-17 09:09:50 +08:00
ok : 'OK' ,
copied : 'コピーしました' ,
copy : 'コピー' ,
noData : 'データがありません' ,
fetch : '取得' ,
add : '追加' ,
enable : '有効化' ,
disable : '無効化' ,
configured : '設定済み' ,
notConfigured : '未設定' ,
confirm : '確認' ,
expand : '展開' ,
collapse : '折りたたむ' ,
} ,
// サイドバー
sidebar : {
chat : 'チャット' ,
2026-05-01 11:27:43 +08:00
search : '検索' ,
2026-05-07 22:16:52 +08:00
apiRelay : 'APIリレー' ,
2026-05-01 11:27:43 +08:00
history : '履歴' ,
2026-04-17 09:09:50 +08:00
jobs : 'ジョブ' ,
models : 'モデル' ,
profiles : 'プロファイル' ,
2026-05-10 13:50:39 +02:00
plugins : 'プラグイン' ,
2026-04-17 09:09:50 +08:00
skills : 'スキル' ,
memory : 'メモリ' ,
logs : 'ログ' ,
usage : '使用量' ,
2026-05-14 09:28:51 +08:00
skillsUsage : 'スキル使用状況' ,
2026-04-17 09:09:50 +08:00
channels : 'チャンネル' ,
terminal : 'ターミナル' ,
2026-04-23 14:10:14 +08:00
files : 'ファイル' ,
2026-04-24 20:41:14 +08:00
groupChat : 'グループチャット' ,
groupConversation : '会話' ,
2026-05-19 02:33:53 +02:00
groupConversationShort : '会話' ,
groupAgent : 'エージェント' ,
groupAgentShort : '代理' ,
groupSystem : 'システム' ,
groupSystemShort : 'シス' ,
groupMonitoring : '監視' ,
groupMonitoringShort : '監視' ,
2026-04-17 09:09:50 +08:00
settings : '設定' ,
connected : '接続済み' ,
disconnected : '未接続' ,
updateTip : 'ターミナルで "hermes-web-ui update" を実行して更新してください' ,
updateVersion : 'v{version} にアップグレード' ,
2026-05-12 03:03:07 +02:00
reloadClientVersion : 'v{version} に再読み込み' ,
2026-04-17 09:09:50 +08:00
updating : '更新中...' ,
2026-05-14 12:06:39 +08:00
updateSuccess : '更新が完了しました。しばらくしてからページを再読み込みしてください。長時間起動しない場合は手動で起動してください。' ,
2026-04-17 09:09:50 +08:00
updateFailed : '更新に失敗しました' ,
2026-04-22 20:27:33 +08:00
logout : 'ログアウト' ,
2026-04-24 02:31:42 +02:00
nodeVersionWarning : 'Node.js v{version} が検出されました。バージョン23以降にアップグレードしてください。' ,
2026-04-22 20:27:33 +08:00
changelog : '更新履歴' ,
noChangelog : '更新履歴はありません' ,
2026-04-17 09:09:50 +08:00
} ,
2026-05-03 22:10:40 +08:00
// ドロワー
drawer : {
terminal : 'ターミナル' ,
files : 'ワークスペース' ,
} ,
2026-04-17 09:09:50 +08:00
// チャット
chat : {
2026-04-22 16:14:50 +08:00
contextRemaining : '残り' ,
2026-05-06 15:05:44 +08:00
contextClickToEdit : 'クリックしてコンテキスト長を編集' ,
contextEditTitle : 'コンテキスト長を編集' ,
contextEditDesc : '現在のモデルのコンテキスト長制限を設定(トークン数)' ,
contextEditPlaceholder : 'コンテキスト長を入力' ,
contextEditHint : '一般的な値:200k (Claude), 128k (GPT-4), 32k (GPT-3.5)' ,
contextEditSave : '保存' ,
contextEditCancel : 'キャンセル' ,
contextEditInvalid : '有効なコンテキスト長を入力してください' ,
contextEditSuccess : 'コンテキスト長を更新しました' ,
contextEditFailed : '更新に失敗しました' ,
2026-04-17 09:09:50 +08:00
emptyState : 'Hermes Agent と会話を開始しましょう' ,
2026-05-19 08:25:01 +08:00
outlineTitle : '会話アウトライン' ,
outlineEmpty : '会話内容はありません' ,
outlineUserQuestion : 'ユーザーの質問' ,
2026-04-17 09:09:50 +08:00
inputPlaceholder : 'メッセージを入力... (Enter で送信、Shift+Enter で改行)' ,
2026-05-15 12:04:03 +08:00
slashCommandArgs : {
message : '<メッセージ>' ,
title : '<タイトル>' ,
text : '<テキスト>' ,
} ,
slashCommands : {
usage : '現在のセッション使用量を計算' ,
status : 'セッション状態とキューを表示' ,
abort : '実行中の Bridge を停止' ,
queue : '実行中の処理の後ろにメッセージをキュー追加' ,
clear : '現在の表示をクリア' ,
clearHistory : 'このセッションの保存済みメッセージ履歴を削除' ,
title : 'このセッション名を変更' ,
compress : 'アイドル時にコンテキスト圧縮を実行' ,
steer : '実行中の Bridge に誘導テキストを送信' ,
destroy : 'このセッションの Bridge Agent を解放' ,
} ,
2026-04-17 09:09:50 +08:00
attachFiles : 'ファイルを添付' ,
2026-05-17 09:01:59 +08:00
showToolCalls : 'ツール呼び出しを表示' ,
hideToolCalls : 'ツール呼び出しを非表示' ,
2026-05-07 10:34:58 +08:00
messageQueue : 'メッセージキュー' ,
removeQueuedMessage : 'キューのメッセージを削除' ,
2026-04-17 09:09:50 +08:00
stop : '停止' ,
send : '送信' ,
contextUsed : 'コンテキスト使用量:' ,
sessions : 'セッション' ,
2026-05-06 16:15:42 +08:00
webUiSessions : 'セッション' ,
2026-05-19 16:09:59 +08:00
allProfiles : 'すべてのプロファイル' ,
2026-05-02 03:00:47 +02:00
sessionScopeHint : 'チャットには Web UI/API Server セッションのみ表示されます。CLI、Telegram、Discord、Cron などのチャンネルセッションは履歴で読み取り専用として表示されます。' ,
openHistory : '履歴を開く' ,
hermesHistory : 'Hermes 履歴' ,
2026-05-19 16:09:59 +08:00
historyScopeHint : '現在の profile の Hermes 履歴セッションをソース別に読み取り専用で表示します。' ,
2026-04-17 09:09:50 +08:00
noSessions : 'セッションがありません' ,
newChat : '新しいチャット' ,
2026-05-16 00:11:51 +08:00
approvalKicker : 'ターミナル権限' ,
approvalTitle : '実行前にコマンドを確認' ,
approvalAllowOnce : '一度だけ許可' ,
approvalAllowSession : 'セッション中は許可' ,
approvalAlways : '常に許可' ,
approvalDeny : '拒否' ,
2026-04-17 09:09:50 +08:00
deleteSession : 'このセッションを削除しますか?' ,
2026-05-06 16:15:42 +08:00
toggleBatchMode : '一括選択' ,
selectAll : 'すべて選択' ,
confirmBatchDelete : '{count}件のセッションを削除しますか?' ,
batchDeleteSuccess : '{count}件のセッションを削除しました' ,
batchDeletePartial : '{failed}件の削除に失敗しました' ,
batchDeleteFailed : '一括削除に失敗しました' ,
2026-04-17 09:09:50 +08:00
sessionDeleted : 'セッションを削除しました' ,
rename : '名前変更' ,
2026-04-22 02:09:58 +02:00
pin : 'ピン留め' ,
unpin : 'ピン留め解除' ,
pinned : 'ピン留め' ,
chatMode : 'チャット' ,
liveMode : 'ライブ' ,
liveSessions : 'ライブセッション' ,
recentBadge : '最近' ,
linkedSessions : '{count} 件の関連' ,
noVisibleMessages : '人間向けに表示できるメッセージはありません。' ,
monitorRoleUser : 'ユーザー' ,
monitorRoleAssistant : 'アシスタント' ,
2026-04-17 09:09:50 +08:00
copySessionId : 'セッション ID をコピー' ,
2026-05-07 13:49:57 +08:00
export : 'エクスポート' ,
exportFull : 'フルエクスポート (JSON)' ,
exportCompressed : '圧縮エクスポート (TXT)' ,
exportCompressing : 'コンテキストを圧縮中、お待ちください...' ,
exportSuccess : 'セッションをエクスポートしました' ,
exportFailed : 'エクスポートに失敗しました' ,
2026-04-17 09:09:50 +08:00
renamed : '名前を変更しました' ,
renameFailed : '名前の変更に失敗しました' ,
renameSession : 'セッション名の変更' ,
2026-05-03 22:10:40 +08:00
sessionNotFound : 'セッションが見つかりません' ,
2026-04-17 09:09:50 +08:00
enterNewTitle : '新しいタイトルを入力' ,
other : 'その他' ,
runFailed : '実行に失敗しました' ,
error : 'エラー' ,
tool : 'ツール' ,
arguments : '引数' ,
result : '結果' ,
truncated : '... (省略)' ,
2026-04-30 16:40:37 +08:00
executionDuration : 'Execution time' , thinkingLabel : '思考過程' ,
2026-04-25 08:46:50 +08:00
thinkingInProgress : '思考中…' ,
thinkingShow : '思考過程を表示' ,
thinkingHide : '思考過程を隠す' ,
thinkingDuration : '観測 {duration}' ,
thinkingChars : '{count} 文字' ,
2026-04-26 22:59:43 +08:00
copyBubble : 'メッセージをコピー' ,
copiedBubble : 'コピーしました' ,
copyFailed : 'コピーに失敗しました' ,
2026-05-02 13:26:57 +08:00
playSpeech : '音声を読み上げ' ,
pauseSpeech : '一時停止' ,
resumeSpeech : '再開' ,
stopSpeech : '停止' ,
speechNotSupported : 'このブラウザは音声読み上げをサポートしていません' ,
2026-04-17 09:09:50 +08:00
} ,
// スケジュールジョブ
jobs : {
title : 'スケジュールジョブ' ,
createJob : 'ジョブを作成' ,
editJob : 'ジョブを編集' ,
noJobs : 'スケジュールジョブがありません。作成して始めましょう。' ,
name : '名前' ,
namePlaceholder : 'ジョブ名' ,
schedule : 'スケジュール (Cron 式)' ,
schedulePlaceholder : '例: 0 9 * * *' ,
quickPresets : 'クイックプリセット' ,
selectPreset : 'プリセットを選択...' ,
presetEveryMinute : '毎分' ,
presetEvery5Min : '5分ごと' ,
presetEveryHour : '毎時' ,
presetEveryDay : '毎日 00:00' ,
presetEveryDay9 : '毎日 09:00' ,
presetEveryMonday : '毎週月曜 09:00' ,
presetEveryMonth : '毎月1日 09:00' ,
prompt : 'プロンプト' ,
promptPlaceholder : '実行するプロンプト' ,
deliverTarget : '配信先' ,
origin : '配信元' ,
local : 'ローカル' ,
repeatCount : '繰り返し回数(任意)' ,
2026-04-30 10:17:25 +10:00
modelPlaceholder : 'Default model' ,
2026-04-17 09:09:50 +08:00
repeatPlaceholder : '空白の場合は無制限' ,
jobCreated : 'ジョブを作成しました' ,
jobUpdated : 'ジョブを更新しました' ,
nameRequired : '名前は必須です' ,
scheduleRequired : 'スケジュールは必須です' ,
loadFailed : 'ジョブの読み込みに失敗しました' ,
jobPaused : 'ジョブを一時停止しました' ,
jobResumed : 'ジョブを再開しました' ,
jobTriggered : 'ジョブをトリガーしました' ,
2026-04-30 10:17:25 +10:00
modelUpdated : 'Model updated' ,
2026-04-17 09:09:50 +08:00
jobDeleted : 'ジョブを削除しました' ,
status : {
running : '実行中' ,
paused : '一時停止' ,
disabled : '無効' ,
scheduled : 'スケジュール済み' ,
} ,
info : {
2026-04-30 10:17:25 +10:00
model : 'Model' ,
schedule : 'Schedule' ,
2026-04-17 09:09:50 +08:00
lastRun : '前回実行' ,
nextRun : '次回実行' ,
deliver : '配信' ,
repeat : '繰り返し' ,
} ,
action : {
pause : '一時停止' ,
pauseJob : 'ジョブを一時停止' ,
resume : '再開' ,
resumeJob : 'ジョブを再開' ,
runNow : '今すぐ実行' ,
triggerImmediately : 'すぐにトリガー' ,
} ,
2026-04-30 10:17:25 +10:00
runHistory : {
title : '実行履歴' ,
runs : '件' ,
noRuns : '実行履歴がありません。' ,
} ,
2026-04-17 09:09:50 +08:00
} ,
// スキル
skills : {
title : 'スキル' ,
searchPlaceholder : 'スキルを検索...' ,
noMatch : '検索に一致するスキルがありません' ,
noSkills : 'スキルがありません' ,
backTo : '戻る' ,
attachedFiles : '添付ファイル' ,
loadFailed : 'スキルの読み込みに失敗しました' ,
fileLoadFailed : 'ファイルの読み込みに失敗しました' ,
2026-05-02 10:56:58 +10:00
modified : 'ユーザー変更あり' ,
archived : 'アーカイブ済み' ,
pinned : 'ピン留め' ,
pin : 'スキルをピン留め' ,
unpin : 'ピン留めを解除' ,
pinFailed : 'ピン留め状態の変更に失敗しました' ,
2026-04-17 09:09:50 +08:00
toggleFailed : 'スキルの切り替えに失敗しました' ,
2026-05-02 10:56:58 +10:00
source : {
builtin : '組み込み' ,
hub : 'Hub' ,
local : 'ローカル' ,
} ,
2026-04-17 09:09:50 +08:00
} ,
2026-05-10 13:50:39 +02:00
// プラグイン
plugins : {
title : 'プラグイン' ,
refresh : '更新' ,
notice : '検出可能な Hermes プラグイン manifest の読み取り専用インベントリです。検出メタデータはプラグインコードを読み込まずに取得します。v1 の管理操作は CLI のままで、変更は新しい Hermes セッションで有効になります。' ,
loadFailed : 'プラグインの読み込みに失敗しました' ,
commandCopied : 'コマンドをコピーしました' ,
searchPlaceholder : 'key、名前、説明、パスを検索...' ,
source : 'ソース' ,
kind : '種類' ,
statusTitle : 'ステータス' ,
configStatus : 'config: {status}' ,
notAvailable : 'n/a' ,
copyCommand : 'コマンドをコピー' ,
managedElsewhere : '他で管理されています' ,
noMatch : '現在のフィルターに一致するプラグインはありません' ,
enabled : '有効' ,
disabled : '無効' ,
summary : {
total : '合計' ,
active : '有効 / 自動' ,
inactive : '非アクティブ' ,
disabled : '無効' ,
providerManaged : 'Provider 管理' ,
} ,
status : {
enabled : '有効' ,
'auto-active' : '自動有効' ,
inactive : '非アクティブ' ,
disabled : '無効' ,
'provider-managed' : 'Provider 管理' ,
} ,
statusLabel : {
enabled : '設定で有効' ,
'auto-active' : '自動有効' ,
inactive : '非アクティブ' ,
disabled : '無効' ,
'provider-managed' : 'Provider 管理' ,
} ,
configStatuses : {
enabled : '有効' ,
disabled : '無効' ,
'not-enabled' : '未有効' ,
auto : '自動' ,
'provider-managed' : 'Provider 管理' ,
} ,
table : {
plugin : 'プラグイン' ,
status : 'ステータス' ,
source : 'ソース' ,
kind : '種類' ,
capabilities : '機能' ,
path : 'パス / entrypoint' ,
cli : 'CLI' ,
} ,
capabilities : {
tools : '{count} tools' ,
hooks : '{count} hooks' ,
env : '{count} env' ,
} ,
metadata : {
agentRoot : 'Agent root' ,
python : 'Python' ,
scanCwd : 'Scan cwd' ,
projectPlugins : 'プロジェクトプラグイン' ,
} ,
} ,
2026-04-17 09:09:50 +08:00
// メモリ
memory : {
title : 'メモリ' ,
refresh : '更新' ,
loadFailed : 'メモリの読み込みに失敗しました' ,
myNotes : 'メモ' ,
noNotes : 'メモはまだありません。' ,
notesPlaceholder : 'メモを入力...' ,
userProfile : 'ユーザープロファイル' ,
noProfile : 'プロファイルはまだありません。' ,
profilePlaceholder : 'プロファイルを入力...' ,
soul : 'ソウル' ,
noSoul : 'ソウル設定はまだありません。' ,
soulPlaceholder : 'ソウル設定を入力...' ,
} ,
// モデル
models : {
title : 'モデル' ,
addProvider : 'プロバイダーを追加' ,
providerType : 'プロバイダー種別' ,
preset : 'プリセット' ,
custom : 'カスタム' ,
selectProvider : 'プロバイダーを選択' ,
chooseProvider : 'プロバイダーを選択...' ,
name : '名前' ,
autoGeneratedName : 'ベース URL から自動生成' ,
baseUrl : 'ベース URL' ,
2026-04-25 14:00:07 +08:00
region : 'リージョン' ,
regionIntl : 'インターナショナル' ,
regionCn : '中国本土' ,
2026-04-17 09:09:50 +08:00
baseUrlPlaceholder : '例: https://api.example.com/v1' ,
apiKey : 'API キー' ,
apiKeyPlaceholder : 'sk-...' ,
defaultModel : 'デフォルトモデル' ,
2026-04-17 22:05:06 +08:00
selectOrInput : 'モデルを選択または入力...' ,
2026-04-17 09:09:50 +08:00
selectModel : 'モデルを選択...' ,
providerAdded : 'プロバイダーを追加しました' ,
providerDeleted : 'プロバイダーを削除しました' ,
deleteProvider : 'プロバイダーを削除' ,
deleteConfirm : '「{name}」を削除しますか?' ,
2026-04-17 23:11:57 +08:00
codexLoginTitle : 'OpenAI Codex ログイン' ,
codexWaiting : '認証ページで以下のコードを入力してログインしてください:' ,
codexCopyCode : 'コードをコピーしました' ,
codexOpenLink : '認証ページを開く' ,
codexApproved : 'ログイン成功' ,
codexExpired : '認証の有効期限が切れました。もう一度お試しください。' ,
2026-04-23 08:39:19 +08:00
nousLoginTitle : 'Nous Portal ログイン' ,
nousWaiting : '認証ページでこのコードを入力してください:' ,
nousCopyCode : 'コードをコピーしました' ,
nousOpenLink : '認証ページを開く' ,
nousApproved : 'ログイン成功' ,
nousDenied : '認証が拒否されました' ,
nousExpired : '認証の有効期限が切れました' ,
2026-04-26 22:51:35 +08:00
copilotLoginTitle : 'GitHub Copilot ログイン' ,
copilotWaiting : 'GitHub を開き、以下のデバイスコードを入力して認証してください。承認後、ウィンドウは自動的に閉じます。' ,
copilotCopyCode : 'コードをコピーしました' ,
copilotOpenLink : 'GitHub 認証ページを開く' ,
copilotApproved : 'ログインに成功しました!' ,
copilotDenied : '認証が拒否されました。' ,
copilotExpired : '認証リンクの有効期限が切れました。もう一度お試しください。' ,
copilotAddDetectedTitle : 'GitHub Copilot を検出しました' ,
copilotAddDetected : 'このマシンで GitHub Copilot OAuth トークンを検出しました。「追加」をクリックして Hermes で Copilot を有効化します。' ,
copilotAddSourceEnv : 'ソース: ~/.hermes/.env (COPILOT_GITHUB_TOKEN)' ,
copilotAddSourceGhCli : 'ソース: gh CLI (gh auth token)' ,
copilotAddSourceAppsJson : 'ソース: VS Code Copilot 拡張機能 (apps.json)' ,
copilotDeleteHintEnv : 'この操作で ~/.hermes/.env の COPILOT_GITHUB_TOKEN を消去します。他のツールには影響しません。' ,
copilotDeleteHintGhCli : 'Copilot は Hermes 上で非表示になります。gh CLI のログインには影響しません — `gh auth status` は引き続きログイン状態を表示します。' ,
copilotDeleteHintAppsJson : 'Copilot は Hermes 上で非表示になります。VS Code Copilot 拡張機能のログインには影響しません。' ,
2026-04-24 08:49:45 +08:00
customBadge : 'カスタム' ,
2026-04-26 22:51:35 +08:00
previewBadge : 'プレビュー' ,
disabledBadge : '利用不可' ,
disabledTooltip : "このモデルは現在のアカウントでは利用できません。" ,
2026-05-11 16:18:13 +02:00
customModelPlaceholder : '未掲載のモデル ID' ,
customModelHint : 'プロバイダーは対応しているが API が返さないモデル用です。表示名の変更ではありません。Enter で読み込み。' ,
2026-04-17 09:09:50 +08:00
noProviders : 'プロバイダーがありません。カスタムプロバイダーを追加して始めましょう。' ,
2026-05-14 23:36:07 +08:00
clearVisibleModels : '選択をクリア' ,
2026-05-19 16:09:59 +08:00
currentDefault : '現在のデフォルト' ,
defaultShort : 'デフォルト' ,
2026-04-17 09:09:50 +08:00
builtIn : '組み込み' ,
customType : 'カスタム' ,
provider : 'プロバイダー' ,
2026-04-24 11:18:11 +08:00
contextLength : 'コンテキスト長' ,
contextLengthPlaceholder : '例: 200000(任意)' ,
2026-04-17 09:09:50 +08:00
local : 'ローカル ({host})' ,
selectProviderRequired : 'プロバイダーを選択してください' ,
baseUrlRequired : 'ベース URL は必須です' ,
apiKeyRequired : 'API キーは必須です' ,
modelRequired : 'デフォルトモデルは必須です' ,
enterBaseUrl : 'ベース URL を先に入力してください' ,
unexpectedFormat : '予期しないレスポンス形式です' ,
foundModels : '{count} 個のモデルが見つかりました' ,
fetchFailed : 'モデルの取得に失敗しました' ,
} ,
// プロファイル
profiles : {
title : 'プロファイル' ,
create : 'プロファイルを作成' ,
import : 'インポート' ,
export : 'エクスポート' ,
rename : '名前変更' ,
delete : '削除' ,
switchTo : '切り替え' ,
switchConfirm : 'プロファイル「{name}」に切り替えるとゲートウェイが再起動されます。続行しますか?' ,
switchSuccess : 'プロファイル「{name}」に切り替えました' ,
switchFailed : 'プロファイルの切り替えに失敗しました。ゲートウェイの手動再起動が必要な場合があります。' ,
createSuccess : 'プロファイル「{name}」を作成しました' ,
createFailed : 'プロファイルの作成に失敗しました' ,
renameSuccess : 'プロファイル名を変更しました' ,
renameFailed : 'プロファイル名の変更に失敗しました' ,
deleteConfirm : 'プロファイル「{name}」を削除しますか?' ,
deleteSuccess : 'プロファイルを削除しました' ,
deleteFailed : 'プロファイルの削除に失敗しました' ,
exportSuccess : 'プロファイルをエクスポートしました' ,
exportFailed : 'プロファイルのエクスポートに失敗しました' ,
importSuccess : 'プロファイルをインポートしました' ,
importFailed : 'プロファイルのインポートに失敗しました' ,
importSelectFile : 'アーカイブファイルを選択' ,
importInvalidFile : '有効なアーカイブファイルを選択してください (.tar.gz, .tgz, .gz, .zip)' ,
name : 'プロファイル名' ,
namePlaceholder : '英数字、ハイフンのみ' ,
2026-05-03 22:10:40 +08:00
nameValidation : 'プロファイル名には小文字、数字、アンダースコア、ハイフンのみ使用できます' ,
2026-04-17 09:09:50 +08:00
newName : '新しい名前' ,
newNamePlaceholder : '新しい名前を入力' ,
cloneFromCurrent : '現在のプロファイルから複製' ,
2026-04-29 20:31:24 +08:00
cloneCleanupNotice : '複製時、独占型プラットフォーム認証情報(Weixin / Telegram / Slack など)は自動的にスキップされ、ソースプロファイルとの競合を回避します' ,
cloneStrippedCredentials : '{count} 件の独占認証情報を削除しました:{list}' ,
cloneDisabledPlatforms : '{count} 個のプラットフォームを無効化しました:{list}' ,
cloneStrippedConfigCredentials : 'config.yaml から {count} 件の埋め込み認証情報を削除しました:{list}' ,
2026-04-17 09:09:50 +08:00
archivePath : 'アーカイブパス' ,
archivePathPlaceholder : 'アーカイブファイルのサーバーパス' ,
importName : 'プロファイル名(任意)' ,
importNamePlaceholder : '空白の場合はアーカイブ名を使用' ,
active : 'アクティブ' ,
model : 'モデル' ,
gateway : 'ゲートウェイ' ,
alias : 'エイリアス' ,
provider : 'プロバイダー' ,
path : 'パス' ,
skills : 'スキル' ,
hasEnv : '.env あり' ,
hasSoulMd : 'soul.md あり' ,
noProfiles : 'プロファイルがありません。作成して始めましょう。' ,
} ,
// ログ
logs : {
title : 'ログ' ,
all : 'すべて' ,
searchPlaceholder : '検索...' ,
refresh : '更新' ,
noEntries : 'ログエントリがありません' ,
} ,
// 設定
settings : {
title : '設定' ,
saved : '保存しました' ,
saveFailed : '保存に失敗しました' ,
tabs : {
display : '表示' ,
2026-04-22 20:27:33 +08:00
account : 'アカウント' ,
2026-04-17 09:09:50 +08:00
agent : 'エージェント' ,
memory : 'メモリ' ,
session : 'セッション' ,
privacy : 'プライバシー' ,
apiServer : 'API サーバー' ,
2026-05-10 20:08:38 +08:00
models : 'モデル' ,
voice : '音声' ,
2026-04-17 09:09:50 +08:00
} ,
display : {
streaming : 'ストリームレスポンス' ,
streamingHint : 'AI の返信をリアルタイムで表示' ,
compact : 'コンパクトモード' ,
compactHint : 'メッセージの間隔を狭める' ,
showReasoning : '推論過程を表示' ,
showReasoningHint : 'モデルの思考プロセスを表示' ,
showCost : 'コストを表示' ,
showCostHint : '返信にトークン使用量を表示' ,
inlineDiffs : 'インライン差分' ,
inlineDiffsHint : 'コード変更をインラインで表示' ,
bellOnComplete : '完了通知音' ,
bellOnCompleteHint : 'AI の応答完了時に通知音を再生' ,
busyInputMode : '処理中入力モード' ,
busyInputModeHint : 'AI 処理中でも入力を許可' ,
theme : 'テーマ' ,
themeHint : 'ライト、ダーク、またはシステム設定に従う' ,
themeLight : 'ライト' ,
themeDark : 'ダーク' ,
themeSystem : 'システム' ,
} ,
agent : {
maxTurns : '最大ターン数' ,
maxTurnsHint : '1回の会話の最大インタラクション回数' ,
gatewayTimeout : 'ゲートウェイタイムアウト' ,
gatewayTimeoutHint : 'リクエストタイムアウト(秒)' ,
restartDrainTimeout : '再起動ドレインタイムアウト' ,
restartDrainTimeoutHint : '再起動前のドレインタイムアウト(秒)' ,
toolEnforcement : 'ツール実行ポリシー' ,
toolEnforcementHint : 'ツール呼び出しの実行モードを制御' ,
auto : '自動' ,
always : '常に' ,
never : 'しない' ,
} ,
memory : {
enabled : 'メモリを有効化' ,
enabledHint : 'AI に会話コンテキストを記憶させる' ,
userProfile : 'ユーザープロファイル' ,
userProfileHint : 'AI にユーザーの設定を記憶させる' ,
charLimit : 'メモリ文字数上限' ,
charLimitHint : 'MEMORY.md の最大文字数' ,
userCharLimit : 'ユーザープロファイル文字数上限' ,
userCharLimitHint : 'USER.md の最大文字数' ,
} ,
session : {
mode : 'リセットモード' ,
modeHint : 'セッションリセットのトリガー条件' ,
modeBoth : 'アイドル + スケジュール' ,
modeIdle : 'アイドルのみ' ,
2026-05-16 21:18:59 +08:00
modeDaily : 'スケジュールのみ' ,
modeNone : '無し(手動のみ)' ,
2026-04-17 09:09:50 +08:00
idleMinutes : 'アイドルタイムアウト' ,
idleMinutesHint : '自動リセットまでの待機時間(分)' ,
atHour : 'スケジュールリセット時刻' ,
2026-04-22 02:09:58 +02:00
humanOnly : '人間のセッションのみ表示' ,
humanOnlyHint : 'サブエージェントやセッション監視ノイズを既定で隠します' ,
liveMonitorHumanOnly : 'ライブモニター: 人間のセッションのみ表示' ,
liveMonitorHumanOnlyHint : 'ライブモニターでサブエージェントやセッション監視ノイズを既定で隠します' ,
2026-04-17 09:09:50 +08:00
atHourHint : '毎日指定時刻にセッションをリセット' ,
2026-05-04 21:29:39 +08:00
requireAuth : 'セッション認証' ,
requireAuthHint : 'セッション操作に認証を必要とする' ,
2026-04-17 09:09:50 +08:00
} ,
privacy : {
redactPii : '個人情報のマスキング' ,
redactPiiHint : '機密情報を自動検出して隠す(パスワード、キーなど)' ,
} ,
apiServer : {
enable : '有効化' ,
enableHint : 'API サーバーを有効にする' ,
host : 'ホスト' ,
hostHint : 'リッスンアドレス' ,
port : 'ポート' ,
portHint : 'リッスンポート' ,
key : 'キー' ,
keyHint : 'API アクセスキー' ,
cors : 'CORS 許可元' ,
corsHint : '許可するクロスオリジン' ,
} ,
2026-05-10 20:08:38 +08:00
voice : {
ttsProvider : 'TTS プロバイダー' ,
ttsProviderHint : 'メッセージ読み上げに使用する音声合成エンジンを選択' ,
providerWebSpeech : 'WebSpeech API(ブラウザ)' ,
providerOpenai : 'OpenAI TTS' ,
providerCustom : 'カスタムエンドポイント(OpenAI 互換)' ,
providerEdge : 'Edge TTS(無料、API Key 不要)' ,
// WebSpeech
webspeechVoice : '音声' ,
webspeechVoiceHint : 'ブラウザまたは OS から音声を選択' ,
webspeechVoicePlaceholder : '自動(デフォルト音声)' ,
// OpenAI
openaiKey : 'API キー' ,
openaiKeyHint : 'TTS アクセス権のある OpenAI API キー' ,
openaiUrl : 'API ベース URL' ,
openaiUrlHint : '例: https://api.openai.com/v1/audio/speech' ,
openaiModel : 'モデル' ,
openaiModelHint : 'tts-1(高速)/ tts-1-hd(高音質)' ,
openaiVoice : '音色' ,
openaiVoiceHint : '合成に使用する音色' ,
// Custom endpoint
customHint : 'OpenAI 互換の TTS API を使用可能 — GPT-SoVITS、CosyVoice などに対応' ,
customUrl : 'API URL' ,
customUrlHint : 'TTS サービスのベース URL' ,
customUrlPlaceholder : 'ローカルアダプターで設定したアドレス(例:http://127.0.0.1:9880) ' ,
customApiKey : 'API キー(オプション)' ,
customApiKeyHint : '一部のカスタムエンドポイントは認証が必要' ,
customApiKeyPlaceholder : '不要な場合は空欄' ,
// Edge TTS
edgeHint : 'Microsoft Edge TTS を搭載(node-edge-tts)。' ,
edgeUrl : 'アダプター URL' ,
edgeUrlHint : 'Edge TTS アダプターのアドレス(例:http://127.0.0.1:9882) ' ,
edgeUrlPlaceholder : 'http://127.0.0.1:9882' ,
edgeVoice : '音色' ,
edgeVoiceHint : '音声合成に使用する音色を選択' ,
2026-05-11 21:56:11 +08:00
edgeRate : '速度' ,
edgeRateHint : '音声の速度を調整(0.5~ 2.0倍)' ,
edgePitch : 'ピッチ' ,
edgePitchHint : '音声のピッチを調整(-20~ +20 Hz) ' ,
2026-05-10 20:08:38 +08:00
// Test
testTitle : '音声テスト' ,
testText : 'テストテキスト' ,
testTextPlaceholder : 'テストするテキストを入力...' ,
testTextDefault : 'こんにちは、これは音声テストです。' ,
testButton : 'テスト' ,
testButtonPlaying : '再生中...' ,
testFailed : 'テスト失敗:{error}' ,
2026-05-16 08:55:23 +08:00
// MiMo TTS
providerMimo : 'MiMo TTS' ,
mimoHint : 'Xiaomi MiMo TTS — プリセット音声、音声デザイン、音声クローンの3つのモードをサポート' ,
mimoApiKey : 'API Key' ,
mimoApiKeyHint : 'platform.xiaomimimo.com で取得' ,
mimoApiKeyPlaceholder : 'MiMo API Key' ,
mimoBaseUrl : 'Base URL' ,
mimoBaseUrlHint : 'MiMo API エンドポイントURL' ,
mimoModel : 'モデル' ,
mimoModelHint : '音声合成モデルを選択' ,
mimoModelPreset : 'プリセット音声' ,
mimoModelVoiceDesign : '音声デザイン' ,
mimoModelVoiceClone : '音声クローン' ,
mimoVoice : '音声' ,
mimoVoiceHint : 'プリセット音声を選択' ,
mimoVoiceDesignPrompt : '音声の説明' ,
mimoVoiceDesignPromptHint : '希望する音声の特徴を説明してください' ,
mimoVoiceDesignPromptPlaceholder : '例:温かみのある若い女性の声、少しゆっくり、磁力的なトーン' ,
mimoCloneAudio : '音声アップロード' ,
mimoCloneAudioHint : '音声クローン用の音声サンプルをアップロード(mp3/wav、最大10MB) ' ,
mimoCloneAudioUpload : 'ファイルを選択' ,
mimoCloneAudioClear : 'クリア' ,
mimoStylePrompt : 'スタイルプロンプト' ,
mimoStylePromptHint : 'オプション — 自然言語で話すスタイルを説明' ,
mimoStylePromptPlaceholder : '例:明るく弾むようなトーン、速めのテンポ' ,
2026-05-10 20:08:38 +08:00
} ,
2026-05-08 18:29:43 +08:00
lockedIps : {
title : 'ロック済みIP管理' ,
count : '{count}件ロック中' ,
empty : 'ロック済みIPなし' ,
unlock : 'ロック解除' ,
unlockAll : '全て解除' ,
unlockAllConfirm : '全てのロック済みIPを解除しますか?' ,
unlocked : 'IPをロック解除しました' ,
allUnlocked : '{count}件のIPをロック解除しました' ,
} ,
2026-04-17 09:09:50 +08:00
} ,
// プラットフォームチャンネル設定
platform : {
requireMention : "メンションが必要" ,
requireMentionGroup : "グループで応答するには {'@'}メンションが必要" ,
requireMentionChannel : "チャンネルで応答するには {'@'}メンションが必要" ,
requireMentionRoom : "ルームで応答するには {'@'}メンションが必要" ,
reactions : 'リアクション' ,
reactionsHint : 'メッセージに絵文字でリアクションする' ,
freeResponseChats : '自由応答チャット' ,
freeResponseChatsHint : "{'@'}メンションなしで応答するチャット ID(カンマ区切り)" ,
freeResponseChannels : '自由応答チャンネル' ,
freeResponseChannelsHint : "{'@'}メンションなしで応答するチャンネル ID(カンマ区切り)" ,
freeResponseRooms : '自由応答ルーム' ,
freeResponseRoomsHint : "{'@'}メンションなしで応答するルーム ID(カンマ区切り)" ,
mentionPatterns : 'カスタムメンションパターン' ,
mentionPatternsHint : '追加のトリガーパターン' ,
autoThread : '自動スレッド' ,
autoThreadHint : "{'@'}メンション後に自動で返信スレッドを作成" ,
autoThreadHintRoom : 'ルームで自動的に返信スレッドを作成' ,
dmMentionThreads : 'DM メンションスレッド' ,
dmMentionThreadsHint : 'DM 内のメンションにスレッド返信を使用' ,
allowBots : 'ボットメッセージを許可' ,
allowBotsHint : '他のボットからのメッセージに応答する' ,
allowedChannels : '許可チャンネル' ,
allowedChannelsHint : 'ホワイトリストのチャンネル ID(カンマ区切り)' ,
ignoredChannels : '除外チャンネル' ,
ignoredChannelsHint : 'ボットが応答しないチャンネル ID(カンマ区切り)' ,
noThreadChannels : 'スレッドなしチャンネル' ,
noThreadChannelsHint : 'スレッドなしで応答するチャンネル ID(カンマ区切り)' ,
2026-04-29 20:31:24 +08:00
exclusiveTokenWarning : 'このプラットフォームは排他的トークンロックを使用します。各プロファイルは他のプロファイルと競合しないように、異なる ID トークンを使用する必要があります。' ,
2026-04-17 09:09:50 +08:00
botToken : 'ボットトークン' ,
botTokenHint : '開発者ポータルから取得したボットトークン' ,
accessToken : 'アクセストークン' ,
accessTokenHint : 'Matrix アクセストークン' ,
homeserver : 'Homeserver URL' ,
homeserverHint : 'Matrix ホームサーバー URL' ,
appId : 'App ID' ,
appIdHint : 'Feishu App ID' ,
appSecret : 'App Secret' ,
appSecretHint : 'Feishu App Secret' ,
clientId : 'Client ID' ,
clientIdHint : 'DingTalk Client ID' ,
clientSecret : 'Client Secret' ,
clientSecretHint : 'DingTalk Client Secret' ,
botId : 'Bot ID' ,
botIdHint : 'WeCom Bot ID' ,
wecomSecretHint : 'WeCom Bot Secret' ,
waEnabled : 'WhatsApp を有効化' ,
waEnabledHint : 'QR コードペアリングで WhatsApp を有効にする' ,
weixinToken : 'Weixin トークン' ,
weixinTokenHint : 'weixin CLI の QR ログインから取得 (hermes weixin)' ,
accountId : 'Account ID' ,
accountIdHint : 'Weixin アカウント ID' ,
qrLogin : 'QR ログイン' ,
qrRelogin : '再ログイン' ,
qrFetching : 'QR コードを取得中...' ,
qrScanHint : 'WeChat でスキャンしてログイン' ,
qrScanedHint : 'スキャン済み、スマートフォンで確認してください...' ,
} ,
// 言語
language : {
label : '言語' ,
zh : '中文' ,
en : 'English' ,
ja : '日本語' ,
} ,
// ターミナル
terminal : {
sessions : 'セッション' ,
newTab : '新しいターミナル' ,
closeSession : 'このセッションを閉じますか?' ,
sessionExited : '終了しました' ,
processExited : 'プロセスが終了しました(コード {code})' ,
} ,
// 使用統計
usage : {
title : '使用統計' ,
refresh : '更新' ,
totalTokens : '総トークン数' ,
inputTokens : '入力' ,
outputTokens : '出力' ,
totalSessions : '総セッション数' ,
avgPerDay : '1日平均 ~{n}' ,
estimatedCost : '推定コスト' ,
cacheHitRate : 'キャッシュヒット率' ,
modelBreakdown : 'モデル別内訳' ,
2026-05-13 01:41:49 +02:00
dailyTrend : '日別使用量' ,
2026-04-17 09:09:50 +08:00
date : '日付' ,
tokens : 'トークン' ,
cache : 'キャッシュ' ,
2026-05-02 10:36:33 +10:00
cacheRead : 'キャッシュ読み取り' ,
cacheWrite : 'キャッシュ書き込み' ,
2026-04-17 09:09:50 +08:00
sessions : 'セッション' ,
cost : 'コスト' ,
noData : '使用データがありません' ,
} ,
2026-04-22 20:27:33 +08:00
2026-05-14 09:28:51 +08:00
skillsUsage : {
title : 'スキル使用状況' ,
subtitle : 'Hermes セッションでのスキル読み込みと編集を追跡します' ,
refresh : '更新' ,
periodSelector : 'スキル使用期間' ,
periodLabel : '{days}日' ,
summary : '概要' ,
totalActions : '操作数' ,
loads : '読み込み' ,
edits : '編集' ,
distinctSkills : 'スキル数' ,
topSkills : '上位' ,
dailyTrend : '日別' ,
periodSummary : '過去 {days} 日' ,
skill : 'スキル' ,
share : '割合' ,
lastUsed : '最終' ,
noData : 'スキル使用データはありません' ,
loadFailed : 'スキル使用状況の読み込みに失敗しました' ,
otherSkills : 'その他' ,
} ,
2026-04-22 20:27:33 +08:00
// 更新履歴
changelog : {
2026-05-01 11:27:43 +08:00
2026-05-02 15:39:01 +08:00
new_0_5_6_1 : '音声再生機能:Web Speech API使用、手動再生ボタン、自動再生スイッチ、虹色ボーダーアニメーション、モバイル最適化' ,
new_0_5_6_2 : '堅牢なLLM JSONパーサー:Python形式対応、ストリーミングイベントからのテキスト抽出' ,
new_0_5_6_3 : 'Skills機能強化:使用統計、ソースフィルター、アーカイブ済みスキル、来歴、ピン留め切替' ,
new_0_5_6_4 : '日次使用統計の拡張:キャッシュ読み取り/書き込み分離を含む詳細なトークン内訳' ,
new_0_5_6_5 : 'セッション履歴範囲の明確化:チャットと履歴ビューの説明を改善' ,
new_0_5_6_6 : 'AnthropicスタイルのContentBlock配列形式(テキスト、画像、ファイル)を使用して添付ファイル処理を再設計' ,
new_0_5_6_7 : 'ContentBlockおよびMarkdown形式をサポートし、認証付きのフロントエンドファイルダウンロード機能を追加' ,
new_0_5_6_8 : '重複するnodemonインスタンスを削除し、SQLiteデータベースのリセットを引き起こすマルチプロセス競合を修正' ,
2026-05-05 11:45:24 +08:00
2026-05-07 22:25:59 +08:00
new_0_5_14_1 : 'Add session export with full and compressed modes (JSON or plain text)' ,
new_0_5_14_2 : 'Fix terminal PTY resource exhaustion, switch to lazy connect' ,
new_0_5_14_3 : 'Fix WSL2 health check failure caused by IPv6 dual-stack binding' ,
new_0_5_14_4 : 'Fix SQLite connection not released on shutdown causing database lock' ,
new_0_5_14_5 : 'Update FUN provider models, add builtin badge and API relay link' ,
2026-05-09 09:49:30 +08:00
new_0_5_15_1 : 'カンバンボードでタスクとセッションを視覚的に管理' ,
new_0_5_15_2 : '公式ランディングページとドキュメントサイトを追加' ,
new_0_5_15_3 : 'グループチャットエージェントクライアントがハードコード8648の代わりに動的ポートを使用' ,
new_0_5_15_4 : 'node-edge-tts 音声モジュールを追加' ,
new_0_5_15_5 : 'WSLデフォルトリッスンホストバインディングを修正' ,
new_0_5_15_6 : 'ウェブサイトホームページのSEOメタデータを追加' ,
new_0_5_15_7 : 'IPベースのログインブルートフォース保護を追加' ,
new_0_5_15_8 : 'MarkdownRendererのダウンロードURL二重ラップを修正' ,
new_0_5_15_9 : 'Hermes Markdownメディアレンダリングと同期リトライを修正' ,
new_0_5_15_10 : 'アップストリーム環境変数依存をリファクタリングで削除' ,
2026-05-09 12:18:26 +08:00
new_0_5_15_11 : 'カンバン機能が使用できない場合は、hermes-agent をアップグレードしてください' ,
2026-05-10 02:49:58 +08:00
new_0_5_16_1 : 'チャットストリーミングを /v1/runs から /v1/responses API に移行し、レイテンシを削減' ,
new_0_5_16_2 : '実際の API 使用量(トークン、キャッシュ、推論)を統計テーブルに保存' ,
new_0_5_16_3 : 'ウェブサイトのナビゲーションバーにQQグループのQRコードを追加' ,
new_0_5_16_4 : 'メッセージスキーマから未使用の codex_reasoning_items フィールドを削除' ,
2026-05-11 20:08:13 +08:00
new_0_5_17_1 : 'Windows完全対応:パス処理、プロセス管理、ターミナル、ログ解析' ,
new_0_5_17_2 : 'Gatewayプロセス管理をリファクタリング、クロスプラットフォームの起動/停止/ヘルスチェックに対応' ,
new_0_5_17_3 : 'Termuxでhermesのshebangを解析してPythonを見つけ、プラグイン検出を修正' ,
2026-05-11 22:15:41 +08:00
new_0_5_17_4 : '設定解析時のYAML重複キーを許容するように変更' ,
2026-05-11 20:08:13 +08:00
new_0_5_17_5 : '認証ロックウィンドウと開発環境のシャットダウンフローを改善' ,
new_0_5_17_6 : 'Comicテーマに中国語(ZCOOL KuaiLe)、日本語(Zen Maru Gothic)、韓国語(Gaegu)の手書きフォントを追加' ,
2026-05-11 22:15:41 +08:00
new_0_5_17_7 : 'Comic/ドゥードゥルテーマスタイルを追加' ,
new_0_5_17_8 : 'ライセンスをBSL-1.1に変更' ,
new_0_5_17_9 : '読み取り専用のHermesプラグインページを追加' ,
new_0_5_17_10 : '画像アップロードをBase64マルチモーダル形式に変換' ,
new_0_5_17_11 : 'カンバンボードの選択と分離を修正' ,
new_0_5_17_12 : '4プロバイダーTTS対応の音声再生設定を追加' ,
new_0_5_17_13 : 'コンテキスト圧縮のメッセージしきい値を200から150に引き下げ' ,
new_0_5_17_14 : 'Web UI自動更新の再起動ロジックを修正' ,
new_0_5_17_15 : 'opencode-zenとopencode-goの共有環境変数による設定連動を修正' ,
new_0_5_17_16 : '繁体字中国語(zh-TW)言語サポートを追加' ,
new_0_5_17_17 : 'Web UIで表示モデルを管理する機能を追加' ,
new_0_5_17_18 : 'カンバン:タスクの完全なアクションチェーン(コメント、ログ、割り当て、ディスパッチ)と能力境界を追加' ,
new_0_5_17_19 : 'プロバイダー削除時に認証エントリがクリアされない問題を修正' ,
new_0_5_17_20 : 'Codex credential-pool認証の認識を修正' ,
new_0_5_17_21 : '音声設定にEdge TTSの速度/ピッチスライダーを追加' ,
new_0_5_17_22 : '設定YAMLの重複キーが解析クラッシュを起こさないように修正' ,
new_0_5_17_23 : 'ゲートウェイポートの所有権をPIDファイルベースに変更し、プロファイル間のポート乗っ取りを防止' ,
new_0_5_17_24 : '履歴ページにCronセッションレコードを表示するように変更' ,
new_0_5_17_25 : '折りたたまれたサイドバーでの言語切替・テーマアイコンの圧縮表示を修正' ,
2026-05-14 10:32:24 +08:00
new_0_5_18_1 : 'Add Skills Usage monitoring page with daily trend chart and top skills statistics' ,
new_0_5_18_2 : 'Add CLI chat session bridge with Python agent bridge for WebSocket-based sessions' ,
new_0_5_18_3 : 'Add Ollama Cloud provider preset with dynamic model catalog' ,
new_0_5_18_4 : 'Support model display name renaming (aliases)' ,
new_0_5_18_5 : 'Support model visibility management in Web UI' ,
new_0_5_18_6 : 'Enhance usage analytics dashboard' ,
new_0_5_18_7 : 'Docker single-container deployment with docker-compose and gateway startup fixes' ,
new_0_5_18_8 : 'Fix plugins page HERMES_HOME fallback warning for non-default profiles' ,
new_0_5_18_9 : 'Fix gateway stability across dev restarts and improve Windows compatibility' ,
2026-05-14 15:23:19 +08:00
new_0_5_22_1 : 'Fix Hermes session list API reading the Web UI local session store instead of the Hermes profile database' ,
2026-05-15 13:03:03 +08:00
new_0_5_23_1 : 'Add bridge-only chat slash commands with localized command suggestions' ,
new_0_5_23_2 : 'Persist command history for session replay without polluting model context, usage, or compression' ,
new_0_5_23_3 : 'Isolate gateway profile environment variables to prevent credentials leaking across profiles' ,
new_0_5_23_4 : 'Reserve the Web UI port during gateway allocation to avoid startup conflicts' ,
new_0_5_23_5 : 'Fix self-update restart handling so successful helper exits are not reported as failures' ,
2026-05-15 14:47:29 +08:00
new_0_5_24_1 : 'Align Bridge chat with API Server handling for multimodal input, system prompt, and workspace context' ,
2026-05-16 09:40:25 +08:00
new_0_5_25_1 : 'Add group chat room reset and clone actions' ,
new_0_5_25_2 : 'Make the Web UI state directory configurable for custom deployment layouts' ,
new_0_5_25_3 : 'Add MiMo as a TTS provider in voice settings' ,
new_0_5_25_4 : 'Fetch custom provider model lists through the backend to avoid browser CORS failures' ,
new_0_5_25_5 : 'Fix tool approval flow for bridge sessions' ,
new_0_5_25_6 : 'Remove the forced CLI platform hint from bridge prompts so custom media/file instructions are preserved' ,
new_0_5_25_7 : 'Show base64 image content correctly in user message history' ,
new_0_5_25_8 : 'Add Playwright browser tests, chat streaming contract coverage, provider model coverage, and coverage baseline' ,
2026-05-17 10:09:25 +08:00
new_0_5_26_1 : 'Support Windows and local Markdown media paths in chat history and rendered messages' ,
new_0_5_26_2 : 'Filter empty assistant history and clear stale compression status when a new run starts' ,
new_0_5_26_3 : 'Add locked file writes for config and profile updates to reduce concurrent write corruption' ,
new_0_5_26_4 : 'Add QQBot and DingTalk channel settings' ,
new_0_5_26_5 : 'Make CLI port detection portable and improve mobile terminal drawer sizing' ,
new_0_5_26_6 : 'Isolate Bridge profile environments and fix Hermes plugin discovery across Python environments' ,
new_0_5_26_7 : 'Explain stopped gateway states with Web UI diagnostics and keep log loading state stable' ,
new_0_5_26_8 : 'Fix session reset mode options, custom provider base URL handling, and dynamic deliver targets' ,
new_0_5_26_9 : 'Add a local tool-call trace visibility toggle in the chat input bar' ,
new_0_5_26_10 : 'Support Hermes Agent package installs when no source checkout is available' ,
new_0_5_26_11 : 'Add xAI Grok OAuth login for SuperGrok subscription users and update Grok model presets' ,
new_0_5_26_12 : 'Expand browser, chat streaming, provider, gateway, config, plugin, and Bridge test coverage' ,
2026-05-17 12:20:53 +08:00
new_0_5_27_1 : 'Add session-level model settings for Bridge chats, with independent provider and model saved per session' ,
new_0_5_27_2 : 'Right-click a Bridge session and choose Set Model to switch the model for that session' ,
new_0_5_27_3 : 'Runs now validate the session model and fall back to the current default model when the saved model is unavailable' ,
new_0_5_27_4 : 'Context compression now follows the current Profile default selected model by default' ,
2026-05-19 16:19:56 +08:00
new_0_5_30_1 : 'Bridge chat now preserves structured history, fixing intermittent no-response and skipped tool execution caused by text-flattened tool history' ,
new_0_5_30_2 : 'Group chat mention routing is more reliable for multiple agents, removes each agent’ s own @ mention before delivery, and keeps user display names bound after refresh' ,
new_0_5_30_3 : 'Model pages, chat model dropdowns, and session model selection now scope providers and models to the active Profile with accurate default markers' ,
new_0_5_30_4 : 'Gateway management is simplified: the standalone Gateway page is removed, each Profile is checked for platform configuration before starting the needed gateway, and a lightweight gateway runner handles starts and restarts' ,
new_0_5_30_5 : 'Improve Gateway startup across Docker, Termux, and Windows with runtime-lock handling, port-conflict cleanup, background execution, and restart support' ,
new_0_5_30_6 : 'Harden Windows compatibility for path detection, file downloads, and job/update subprocesses so they no longer flash terminal windows' ,
new_0_5_30_7 : 'Fix config writes and provider presets: validate .env keys, route FUN-Codex through the Responses API, and refresh Z.AI/GLM model lists' ,
new_0_5_30_8 : 'Polish frontend details including collapsed sidebar layout, short group labels, sidebar divider, and conversation outline styling' ,
2026-05-01 11:27:43 +08:00
new_0_5_5_1 : '🎉 労働者の日!今日はお休みです、何卒ご理解ください' ,
new_0_5_5_2 : 'Hermesセッション履歴ページを追加' ,
new_0_5_5_3 : '履歴ページはアクティブチャットに干渉せずにセッション管理' ,
new_0_5_5_4 : '履歴ページは最初のCLIセッションを自動選択' ,
new_0_5_5_5 : 'HistoryMessageListコンポーネントを追加' ,
new_0_5_5_6 : '空のメッセージとtoolNameなしのtoolメッセージをフィルタリング' ,
new_0_5_5_7 : 'localStorageセッションキャッシュを削除、バックエンドから直接取得' ,
new_0_5_5_8 : 'プロフィール切り替えを最適化' ,
2026-05-01 08:29:06 +08:00
new_0_5_4_2 : 'Fix concurrent chat sessions event cross-talk with WebSocket event routing refactoring' ,
new_0_5_4_3 : 'Fix cron job edit payloads with partial PATCH to support long prompt name-only edits' ,
new_0_5_4_4 : 'Fix web terminal Hermes CLI availability after Docker deployment' ,
new_0_5_4_5 : 'Add workspace dialog i18n translations for title and improve session persistence' ,
new_0_5_4_6 : 'Support code block copy feedback with user notifications' ,
new_0_5_4_7 : 'Align usage analytics with Hermes state DB schema' ,
2026-04-26 13:28:08 +08:00
new_0_4_8_2 : 'Fix nested markdown fence rendering truncation' ,
new_0_4_8_3 : 'Fix compressed session lineage projection and search' ,
new_0_4_8_4 : 'Optimize session list N+1 queries and fix search 500 on non-CJK input' ,
new_0_4_8_5 : 'Fix forced scroll to bottom when switching back from other tabs' ,
new_0_4_8_6 : 'Smooth session switch with loading transition overlay' ,
new_0_4_8_7 : 'Fix login token validation using Hermes session endpoint' ,
new_0_4_8_8 : 'Fix image attachments broken after page refresh (blob URL persistence)' ,
new_0_4_8_9 : 'Click image attachments to preview in fullscreen overlay' ,
new_0_4_8_10 : 'Move upload directory from temp to ~/.hermes-web-ui/upload' ,
2026-04-25 20:39:53 +08:00
new_0_4_7_1 : '思考/推論ブロックのリアルタイムストリーミング表示' ,
new_0_4_7_2 : 'Dockerビルド時にprepareスクリプトをスキップ' ,
new_0_4_7_3 : 'グループチャットのモバイルUX改善とUIのブラッシュアップ' ,
new_0_4_7_4 : 'コンテキスト残りトークン数をマイナスではなく0に制限' ,
new_0_4_7_5 : 'Alibaba Coding Planビルトインプロバイダーを追加(.env base_urlオーバーライド対応)' ,
new_0_4_7_6 : '起動時にリモートプロファイルをスキップしてハングを防止' ,
new_0_4_7_7 : '黙って飲み込まれた実行エラーを検出して表示' ,
new_0_4_7_8 : 'プロバイダー対応のコンテキスト長さルックアップ' ,
new_0_4_7_9 : '切り替え時にconfig.modelをリセットしCLIカスタムプロバイダーを解決' ,
new_0_4_7_10 : 'ビルトインプロバイダー削除時に.envからbase_url_envをクリア' ,
new_0_4_7_11 : 'グループチャットルームのサイドバー背景をセッションリストに合わせる' ,
2026-05-06 16:42:29 +08:00
new_0_4_5_1 : 'Add group chat with multi-agent rooms, mention routing, and typing status recovery' ,
2026-04-24 20:54:06 +08:00
new_0_4_5_2 : 'Rewrite model-context config to use YAML with context_length setting' ,
new_0_4_5_3 : 'Add gpt-5.5 to OpenAI Codex model list' ,
new_0_4_5_4 : 'Replace jobs proxy with local controller and optimize model loading' ,
new_0_4_5_5 : 'Add i18n support for custom model feature in ModelSelector' ,
new_0_4_5_6 : 'Fix sidebar i18n missing key warnings' ,
new_0_4_5_7 : 'Clear all localStorage on logout' ,
new_0_4_5_8 : 'Add periodic log rotation to prevent unbounded log growth' ,
2026-04-22 20:27:33 +08:00
new_0_4_2_1 : 'トークン使用量追跡と動的コンテキスト長を追加' ,
new_0_4_2_2 : 'セッション検索モーダルを追加' ,
new_0_4_2_3 : 'Socket.IOとSQLiteによるグループチャットシステムを復元' ,
new_0_4_2_4 : 'チャットページにピン留めセッションとライブモニターを追加' ,
new_0_4_2_5 : '組み込みプロバイダー検出とモデルマッチングを修正' ,
} ,
2026-04-23 14:10:14 +08:00
// ファイル
files : {
title : 'ファイル' ,
tree : 'ディレクトリツリー' ,
list : 'ファイル一覧' ,
breadcrumbRoot : 'ホーム' ,
newFile : '新規ファイル' ,
newFolder : '新規フォルダ' ,
upload : 'アップロード' ,
refresh : '更新' ,
open : '開く' ,
edit : '編集' ,
preview : 'プレビュー' ,
download : 'ダウンロード' ,
copyPath : 'パスをコピー' ,
rename : '名前の変更' ,
delete : '削除' ,
name : '名前' ,
size : 'サイズ' ,
modified : '更新日時' ,
actions : '操作' ,
emptyDir : '空のディレクトリ' ,
loading : '読み込み中...' ,
confirmDelete : '「{name}」を削除してもよろしいですか?' ,
confirmDeleteDir : 'ディレクトリ「{name}」とそのすべての内容を削除してもよろしいですか?' ,
deleteFailed : '削除に失敗しました' ,
deleted : '削除しました' ,
renameTo : '名前を変更' ,
newFileName : 'ファイル名' ,
newFolderName : 'フォルダ名' ,
created : '作成しました' ,
createFailed : '作成に失敗しました' ,
renamed : '名前を変更しました' ,
renameFailed : '名前の変更に失敗しました' ,
uploadSuccess : '{count} 個のファイルをアップロードしました' ,
uploadFailed : 'アップロードに失敗しました' ,
saveFailed : '保存に失敗しました' ,
saved : '保存しました' ,
unsavedChanges : '未保存の変更があります。破棄しますか?' ,
pathCopied : 'パスをコピーしました' ,
fileTooLarge : 'ファイルが大きすぎます(最大10MB)' ,
permissionDenied : '保護されたファイルは変更できません' ,
notFound : 'ファイルまたはディレクトリが見つかりません' ,
backendError : 'ファイル操作に失敗しました' ,
dragDropHint : 'ここにファイルをドラッグしてアップロード' ,
closeEditor : 'エディタを閉じる' ,
closePreview : '閉じる' ,
saveFile : '保存' ,
} ,
2026-04-24 20:41:14 +08:00
// グループチャット
groupChat : {
title : 'グループチャット' ,
createRoom : 'ルームを作成' ,
joinByCode : 'コードで参加' ,
roomName : 'ルーム名' ,
roomNamePlaceholder : 'ルーム名を入力' ,
inviteCode : '招待コード' ,
autoGenerate : '自動生成' ,
noRooms : 'ルームがありません' ,
selectOrCreate : 'ルームを選択または作成してチャットを開始' ,
agents : 'エージェント' ,
addAgent : 'エージェントを追加' ,
selectProfile : 'プロファイルを選択' ,
agentAdded : 'エージェントが追加されました' ,
agentAlreadyInRoom : 'このエージェントは既にルームにいます' ,
noAgents : 'このルームにエージェントはいません' ,
members : 'メンバー' ,
roomCreated : 'ルームが作成されました' ,
roomDeleted : 'ルームを削除しました' ,
2026-05-15 15:52:16 +08:00
roomCloned : 'ルームを複製しました' ,
cloneRoom : 'ルームを複製' ,
2026-04-24 20:41:14 +08:00
deleteRoomConfirm : 'このルームを削除しますか?' ,
2026-05-15 15:52:16 +08:00
clearContext : 'コンテキストを削除' ,
clearContextConfirm : 'このルームのコンテキストを削除しますか?メッセージと圧縮スナップショットは削除されますが、エージェントとメンバーは残ります。' ,
contextCleared : 'コンテキストを削除しました' ,
2026-04-24 20:41:14 +08:00
you : 'あなた' ,
joined : 'ルームに参加しました' ,
joinFailed : 'ルームへの参加に失敗しました' ,
inputPlaceholder : 'メッセージを入力... (Enterで送信)' ,
enterCode : '招待コードを入力' ,
yourName : 'あなたの名前' ,
yourNamePlaceholder : '表示名を入力' ,
yourDescription : '自己紹介(任意)' ,
yourDescriptionPlaceholder : '自分について教えてください...' ,
agentName : 'エージェント名' ,
agentNamePlaceholder : 'カスタム名(空欄ならプロファイル名)' ,
agentDesc : 'エージェントの説明' ,
agentDescPlaceholder : 'このエージェントの役割を説明...' ,
agentReplying : 'が返信中...' ,
agentCompressing : 'がコンテキストを圧縮中...' ,
compressionSettings : '圧縮設定' ,
triggerTokens : '圧縮トリガートークン数' ,
triggerTokensDesc : 'このトークン数を超えるとコンテキスト圧縮がトリガーされます' ,
maxHistoryTokens : '最大履歴トークン数' ,
maxHistoryTokensDesc : '圧縮後のLLM送信最大トークン数' ,
tailMessageCount : '末尾メッセージ数' ,
tailMessageCountDesc : '圧縮後にそのまま保持する最近のメッセージ数' ,
compressionConfig : '圧縮設定' ,
compressNow : '今すぐ圧縮' ,
compressingInProgress : '圧縮中です、お待ちください' ,
compressionSaved : '圧縮設定を保存しました' ,
} ,
2026-04-23 14:10:14 +08:00
// ダウンロード
download : {
downloading : 'ダウンロード中...' ,
downloadFailed : 'ダウンロードに失敗しました' ,
fileNotFound : 'ファイルが見つからないか削除されています' ,
fileTooLarge : 'ファイルが大きすぎます(制限超過)' ,
backendError : 'ファイルの読み取りに失敗しました。リモート環境が利用できない可能性があります' ,
backendTimeout : 'ファイルの読み取りがタイムアウトしました' ,
unsupportedBackend : '現在のターミナルバックエンドはファイルのダウンロードに対応していません' ,
invalidPath : '無効なファイルパス' ,
download : 'ダウンロード' ,
2026-04-24 02:31:42 +02:00
downloadFile : 'ファイルをダウンロード' ,
2026-04-23 14:10:14 +08:00
} ,
2026-04-17 09:09:50 +08:00
}