codexmate 0.0.54 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/README.vi.md +172 -0
- package/README.zh.md +2 -0
- package/cli/local-bridge.js +221 -22
- package/cli.js +666 -6
- package/package.json +1 -1
- package/web-ui/app.js +40 -0
- package/web-ui/logic.claude.mjs +8 -0
- package/web-ui/modules/app.computed.session.mjs +210 -0
- package/web-ui/modules/app.methods.claude-config.mjs +196 -13
- package/web-ui/modules/app.methods.codex-config.mjs +294 -65
- package/web-ui/modules/app.methods.index.mjs +4 -0
- package/web-ui/modules/app.methods.navigation.mjs +7 -1
- package/web-ui/modules/app.methods.provider-cache.mjs +223 -0
- package/web-ui/modules/app.methods.providers.mjs +15 -1
- package/web-ui/modules/app.methods.runtime.mjs +7 -2
- package/web-ui/modules/app.methods.session-actions.mjs +36 -0
- package/web-ui/modules/app.methods.session-browser.mjs +3 -0
- package/web-ui/modules/app.methods.session-trash.mjs +3 -0
- package/web-ui/modules/app.methods.startup-claude.mjs +47 -4
- package/web-ui/modules/app.methods.web-ui-preferences.mjs +161 -0
- package/web-ui/modules/i18n/locales/en.mjs +106 -3
- package/web-ui/modules/i18n/locales/ja.mjs +103 -3
- package/web-ui/modules/i18n/locales/vi.mjs +950 -0
- package/web-ui/modules/i18n/locales/zh-tw.mjs +103 -3
- package/web-ui/modules/i18n/locales/zh.mjs +103 -3
- package/web-ui/modules/provider-default-names.mjs +25 -0
- package/web-ui/partials/index/layout-header.html +18 -5
- package/web-ui/partials/index/modal-health-check.html +69 -5
- package/web-ui/partials/index/modals-basic.html +182 -0
- package/web-ui/partials/index/panel-config-codex.html +2 -2
- package/web-ui/partials/index/panel-sessions.html +99 -19
- package/web-ui/partials/index/panel-settings.html +20 -0
- package/web-ui/res/web-ui-render.precompiled.js +742 -113
- package/web-ui/session-helpers.mjs +4 -1
- package/web-ui/styles/layout-shell.css +51 -1
- package/web-ui/styles/responsive.css +98 -0
- package/web-ui/styles/sessions-preview.css +212 -2
- package/web-ui/styles/sessions-toolbar-trash.css +61 -18
- package/web-ui/styles/settings-panel.css +398 -0
- package/web-ui/styles/skills-list.css +122 -0
- package/web-ui/styles/titles-cards.css +52 -0
|
@@ -432,6 +432,8 @@ const en = Object.freeze({
|
|
|
432
432
|
'toast.apply.fail': 'Failed to apply configuration',
|
|
433
433
|
'toast.check.success': 'Check passed',
|
|
434
434
|
'toast.check.fail': 'Check failed',
|
|
435
|
+
'toast.health.noFailedProviderSelection': 'Select at least one failed provider first',
|
|
436
|
+
'toast.health.deleteFailedProvidersDone': 'Deleted {count} failed provider(s)',
|
|
435
437
|
'toast.noChanges': 'No changes detected',
|
|
436
438
|
'toast.template.loadFail': 'Failed to load template',
|
|
437
439
|
'toast.template.empty': 'Template cannot be empty',
|
|
@@ -660,6 +662,32 @@ const en = Object.freeze({
|
|
|
660
662
|
'sessions.preview.rerender': 'Re-render',
|
|
661
663
|
'sessions.preview.preparing': 'Preparing session content...',
|
|
662
664
|
'sessions.preview.clipped': 'Showing the latest {count} messages only.',
|
|
665
|
+
'sessions.workspace.kicker': 'Work memory',
|
|
666
|
+
'sessions.workspace.title': 'Session reuse summary',
|
|
667
|
+
'sessions.workspace.subtitle': 'Extracted signals, commands, files, links, and risks from {count} loaded messages.',
|
|
668
|
+
'sessions.workspace.copy': 'Copy brief',
|
|
669
|
+
'sessions.workspace.copy.title': 'Session workspace brief',
|
|
670
|
+
'sessions.workspace.copy.source': 'Source',
|
|
671
|
+
'sessions.workspace.copy.path': 'Path',
|
|
672
|
+
'sessions.workspace.copy.empty': 'No session brief to copy yet',
|
|
673
|
+
'sessions.workspace.copy.success': 'Workspace brief copied',
|
|
674
|
+
'sessions.workspace.metric.messages': 'Messages',
|
|
675
|
+
'sessions.workspace.metric.user': 'User',
|
|
676
|
+
'sessions.workspace.metric.assistant': 'Assistant',
|
|
677
|
+
'sessions.workspace.metric.commands': 'Commands',
|
|
678
|
+
'sessions.workspace.metric.artifacts': 'Artifacts',
|
|
679
|
+
'sessions.workspace.metric.risks': 'Risks / todos',
|
|
680
|
+
'sessions.workspace.signals': 'Task signals',
|
|
681
|
+
'sessions.workspace.commands': 'Reusable commands',
|
|
682
|
+
'sessions.workspace.files': 'Related files',
|
|
683
|
+
'sessions.workspace.links': 'Related links',
|
|
684
|
+
'sessions.workspace.risks': 'Risks and todos',
|
|
685
|
+
'sessions.workspace.nextSteps': 'Next steps',
|
|
686
|
+
'sessions.workspace.empty': 'No strong signals yet. Continue with the raw messages below.',
|
|
687
|
+
'sessions.workspace.noneCommands': 'No command signals',
|
|
688
|
+
'sessions.workspace.noneFiles': 'No file signals',
|
|
689
|
+
'sessions.workspace.noneLinks': 'No link signals',
|
|
690
|
+
'sessions.workspace.noneRisks': 'No risks or todos detected',
|
|
663
691
|
'sessions.preview.shownCount': 'Shown {shown} / {total}',
|
|
664
692
|
'sessions.preview.loadMore': 'Load more (remaining {remain})',
|
|
665
693
|
'sessions.preview.loadingMore': 'Loading older messages...',
|
|
@@ -895,7 +923,18 @@ const en = Object.freeze({
|
|
|
895
923
|
'config.health.title': 'Config health check',
|
|
896
924
|
'config.health.run': 'Run check',
|
|
897
925
|
'config.health.running': 'Checking...',
|
|
898
|
-
'config.health.hint': '
|
|
926
|
+
'config.health.hint': 'Checks only the currently selected provider; unselected providers do not count as this check\'s errors.',
|
|
927
|
+
'config.health.codexHint': 'Checks the current Codex route provider, endpoint, auth, and model through the local bridge.',
|
|
928
|
+
'config.health.providersSummary': 'Providers: {total} total · {green} ok · {yellow} config issues · {red} failed',
|
|
929
|
+
'config.health.failedProviders.title': 'Failed providers to delete',
|
|
930
|
+
'config.health.failedProviders.selectAria': 'Select failed provider {name} for deletion',
|
|
931
|
+
'config.health.failedProviders.clearSelection': 'Clear',
|
|
932
|
+
'config.health.failedProviders.selectAll': 'Select all',
|
|
933
|
+
'config.health.failedProviders.selectAllAria': 'Select all deletable failed providers',
|
|
934
|
+
'config.health.failedProviders.notDeletable': 'Reserved/system provider; cannot be deleted here.',
|
|
935
|
+
'config.health.failedProviders.writeRequired': 'Enable provider writes in this tab before deleting.',
|
|
936
|
+
'config.health.failedProviders.deleteSelected': 'Remove selected configs',
|
|
937
|
+
'config.health.failedProviders.deleting': 'Deleting...',
|
|
899
938
|
'config.health.progress': '{done}/{total} done · {failed} failed',
|
|
900
939
|
'config.health.ok': 'Passed',
|
|
901
940
|
'config.health.fail': 'Failed',
|
|
@@ -1089,6 +1128,39 @@ const en = Object.freeze({
|
|
|
1089
1128
|
'settings.tabs.aria': 'Settings categories',
|
|
1090
1129
|
'settings.quickSettings.title': 'Quick Settings',
|
|
1091
1130
|
'settings.language.sideLabel': 'Language: {language}',
|
|
1131
|
+
'announcement.providerCache.open': 'Feature announcement',
|
|
1132
|
+
'announcement.project.eyebrow': 'Start here',
|
|
1133
|
+
'announcement.project.closeAria': 'Close feature announcement',
|
|
1134
|
+
'announcement.project.primaryAction': 'Enter workspace',
|
|
1135
|
+
'announcement.project.title': 'Your AI tool hub starts here',
|
|
1136
|
+
'announcement.project.subtitle': 'Connect models, find conversations, review usage, and keep common maintenance actions in one workspace.',
|
|
1137
|
+
'announcement.project.features.aria': 'Codex Mate feature overview',
|
|
1138
|
+
'announcement.project.feature.config.title': 'Connect models',
|
|
1139
|
+
'announcement.project.feature.config.meta': 'Set models and service endpoints for your AI tools.',
|
|
1140
|
+
'announcement.project.feature.sessions.title': 'Find conversations',
|
|
1141
|
+
'announcement.project.feature.sessions.meta': 'Search, export, or clean past sessions by source.',
|
|
1142
|
+
'announcement.project.feature.usage.title': 'Check usage',
|
|
1143
|
+
'announcement.project.feature.usage.meta': 'Review recent and long-term local usage trends.',
|
|
1144
|
+
'announcement.project.feature.tasks.title': 'Track tasks',
|
|
1145
|
+
'announcement.project.feature.tasks.meta': 'Inspect plans, queues, and run history.',
|
|
1146
|
+
'announcement.project.feature.skills.title': 'Reuse workflows',
|
|
1147
|
+
'announcement.project.feature.skills.meta': 'Manage Skills and prompt templates.',
|
|
1148
|
+
'announcement.project.feature.data.title': 'Maintain data',
|
|
1149
|
+
'announcement.project.feature.data.meta': 'Handle backups, imports, trash, and caches.',
|
|
1150
|
+
'announcement.project.status.aria': 'Current workspace status',
|
|
1151
|
+
'announcement.project.status.provider': 'Provider',
|
|
1152
|
+
'announcement.project.status.model': 'Current model',
|
|
1153
|
+
'announcement.project.status.cacheFiles': 'Cache files',
|
|
1154
|
+
'announcement.project.cache.title': 'Advanced maintenance status',
|
|
1155
|
+
'announcement.project.cache.meta': 'Open only when you need troubleshooting or sync; you can ignore it for everyday use.',
|
|
1156
|
+
'announcement.project.cache.files': 'Cache files',
|
|
1157
|
+
'announcement.project.cache.providers': 'Provider summaries',
|
|
1158
|
+
'announcement.project.cache.groups': 'Cache groups',
|
|
1159
|
+
'announcement.project.cache.groupList': 'Provider cache group summary',
|
|
1160
|
+
'announcement.project.cache.groupSummary': '{files} files · {providers} providers',
|
|
1161
|
+
'announcement.project.cache.sync': 'Sync cache',
|
|
1162
|
+
'announcement.project.cache.refresh': 'Refresh summary',
|
|
1163
|
+
'announcement.project.cache.details': 'View cache details',
|
|
1092
1164
|
'settings.language.title': 'Language',
|
|
1093
1165
|
'settings.language.meta': 'Choose the Web UI display language',
|
|
1094
1166
|
'settings.language.label': 'Interface language',
|
|
@@ -1096,7 +1168,7 @@ const en = Object.freeze({
|
|
|
1096
1168
|
'settings.sharePrefix.title': 'Share command prefix',
|
|
1097
1169
|
'settings.sharePrefix.meta': 'Used as the prefix for “Copy share command” in the Web UI',
|
|
1098
1170
|
'settings.sharePrefix.label': 'Prefix',
|
|
1099
|
-
'settings.sharePrefix.hint': 'Defaults to npm start (project-local). You can switch to global codexmate. This setting is stored in
|
|
1171
|
+
'settings.sharePrefix.hint': 'Defaults to npm start (project-local). You can switch to global codexmate. This setting is stored in ~/.codexmate/preferences.json.',
|
|
1100
1172
|
'settings.claude.title': 'Claude config',
|
|
1101
1173
|
'settings.claude.meta': 'Backup / import ~/.claude',
|
|
1102
1174
|
'settings.codex.title': 'Codex config',
|
|
@@ -1108,6 +1180,37 @@ const en = Object.freeze({
|
|
|
1108
1180
|
'settings.backup.importCodex': 'Import ~/.codex backup',
|
|
1109
1181
|
'settings.importing': 'Importing...',
|
|
1110
1182
|
|
|
1183
|
+
'settings.providerCache.title': 'Provider cache records',
|
|
1184
|
+
'settings.providerCache.meta': 'Inspect Claude / Codex / OpenCode caches under ~/.codexmate',
|
|
1185
|
+
'settings.providerCache.open': 'View cache records',
|
|
1186
|
+
'settings.providerCache.sync': 'Sync cache records',
|
|
1187
|
+
'settings.providerCache.syncing': 'Syncing...',
|
|
1188
|
+
'settings.providerCache.loading': 'Loading...',
|
|
1189
|
+
'settings.providerCache.hint': 'Read-only view of cache files. Sensitive fields are redacted automatically. Sync writes the current provider configuration to ~/.codexmate cache files.',
|
|
1190
|
+
'modal.providerCache.title': 'Provider cache records',
|
|
1191
|
+
'modal.providerCache.root': 'Cache directory',
|
|
1192
|
+
'modal.providerCache.refresh': 'Refresh',
|
|
1193
|
+
'modal.providerCache.refreshing': 'Refreshing...',
|
|
1194
|
+
'modal.providerCache.sync': 'Sync',
|
|
1195
|
+
'modal.providerCache.syncing': 'Syncing...',
|
|
1196
|
+
'modal.providerCache.syncSucceeded': 'Synced {count} providers to {fileCount} cache files',
|
|
1197
|
+
'modal.providerCache.syncFailed': 'Failed to sync cache records',
|
|
1198
|
+
'modal.providerCache.noSyncableProviders': 'No syncable providers found',
|
|
1199
|
+
'modal.providerCache.loading': 'Loading cache records...',
|
|
1200
|
+
'modal.providerCache.loadedAt': 'Loaded at',
|
|
1201
|
+
'modal.providerCache.groupMeta': '{count} cache files found',
|
|
1202
|
+
'modal.providerCache.empty': 'No cache files found',
|
|
1203
|
+
'modal.providerCache.providerCount': '{count} providers',
|
|
1204
|
+
'modal.providerCache.rawJsonOnly': 'No provider summary detected; showing raw JSON',
|
|
1205
|
+
'modal.providerCache.tooLarge': 'File is too large; JSON read skipped',
|
|
1206
|
+
'modal.providerCache.parseFailed': 'JSON parse failed',
|
|
1207
|
+
'modal.providerCache.rawJson': 'Raw JSON',
|
|
1208
|
+
'modal.providerCache.errorDetails': 'Error details',
|
|
1209
|
+
'modal.providerCache.loadFailed': 'Failed to load cache records',
|
|
1210
|
+
|
|
1211
|
+
'settings.trashConfig.title': 'Trash configuration',
|
|
1212
|
+
'settings.trashConfig.meta': 'Trash toggle and automatic cleanup retention',
|
|
1213
|
+
|
|
1111
1214
|
'settings.deleteBehavior.title': 'Session deletion behavior',
|
|
1112
1215
|
'settings.deleteBehavior.meta': 'Whether “Delete” moves to trash first',
|
|
1113
1216
|
'settings.deleteBehavior.toggle': 'Move deleted sessions to trash first',
|
|
@@ -1237,7 +1340,7 @@ const en = Object.freeze({
|
|
|
1237
1340
|
'claude.health.title': 'Config health check',
|
|
1238
1341
|
'claude.health.run': 'Run check',
|
|
1239
1342
|
'claude.health.running': 'Checking...',
|
|
1240
|
-
'claude.health.hint': '
|
|
1343
|
+
'claude.health.hint': 'Checks only the currently selected Claude config; unselected configs do not count as this check\'s errors.',
|
|
1241
1344
|
'claude.health.progress': '{done}/{total} done · {failed} failed',
|
|
1242
1345
|
'claude.md.title': 'CLAUDE.md',
|
|
1243
1346
|
'claude.md.open': 'Open CLAUDE.md',
|
|
@@ -438,6 +438,8 @@ const ja = Object.freeze({
|
|
|
438
438
|
'toast.apply.fail': '設定の適用に失敗しました',
|
|
439
439
|
'toast.check.success': 'チェック成功',
|
|
440
440
|
'toast.check.fail': 'チェック失敗',
|
|
441
|
+
'toast.health.noFailedProviderSelection': '先に失敗プロバイダーを選択してください',
|
|
442
|
+
'toast.health.deleteFailedProvidersDone': '失敗プロバイダー {count} 件を削除しました',
|
|
441
443
|
'toast.noChanges': '変更が検出されませんでした',
|
|
442
444
|
'toast.template.loadFail': 'テンプレートの読み込みに失敗しました',
|
|
443
445
|
'toast.template.empty': 'テンプレートは空にできません',
|
|
@@ -649,6 +651,32 @@ const ja = Object.freeze({
|
|
|
649
651
|
'sessions.preview.rerender': '再レンダリング',
|
|
650
652
|
'sessions.preview.preparing': '準備中...',
|
|
651
653
|
'sessions.preview.clipped': 'プレビューは一部のみ表示されています',
|
|
654
|
+
'sessions.workspace.kicker': '作業メモリ',
|
|
655
|
+
'sessions.workspace.title': 'セッション再利用サマリー',
|
|
656
|
+
'sessions.workspace.subtitle': '読み込まれた {count} 件のメッセージから手掛かり、コマンド、ファイル、リンク、リスクを抽出しました。',
|
|
657
|
+
'sessions.workspace.copy': 'ブリーフをコピー',
|
|
658
|
+
'sessions.workspace.copy.title': 'セッション作業ブリーフ',
|
|
659
|
+
'sessions.workspace.copy.source': 'ソース',
|
|
660
|
+
'sessions.workspace.copy.path': 'パス',
|
|
661
|
+
'sessions.workspace.copy.empty': 'コピーできるセッション要約はまだありません',
|
|
662
|
+
'sessions.workspace.copy.success': '作業ブリーフをコピーしました',
|
|
663
|
+
'sessions.workspace.metric.messages': 'メッセージ',
|
|
664
|
+
'sessions.workspace.metric.user': 'ユーザー',
|
|
665
|
+
'sessions.workspace.metric.assistant': 'アシスタント',
|
|
666
|
+
'sessions.workspace.metric.commands': 'コマンド',
|
|
667
|
+
'sessions.workspace.metric.artifacts': '成果物',
|
|
668
|
+
'sessions.workspace.metric.risks': 'リスク / TODO',
|
|
669
|
+
'sessions.workspace.signals': 'タスクの手掛かり',
|
|
670
|
+
'sessions.workspace.commands': '再利用可能なコマンド',
|
|
671
|
+
'sessions.workspace.files': '関連ファイル',
|
|
672
|
+
'sessions.workspace.links': '関連リンク',
|
|
673
|
+
'sessions.workspace.risks': 'リスクとTODO',
|
|
674
|
+
'sessions.workspace.nextSteps': '次のステップ',
|
|
675
|
+
'sessions.workspace.empty': '明確な手掛かりはまだありません。下の元メッセージを確認してください。',
|
|
676
|
+
'sessions.workspace.noneCommands': 'コマンドの手掛かりはありません',
|
|
677
|
+
'sessions.workspace.noneFiles': 'ファイルの手掛かりはありません',
|
|
678
|
+
'sessions.workspace.noneLinks': 'リンクの手掛かりはありません',
|
|
679
|
+
'sessions.workspace.noneRisks': 'リスクやTODOは検出されていません',
|
|
652
680
|
'sessions.preview.shownCount': '{shown} / {total} 件表示',
|
|
653
681
|
'sessions.preview.loadMore': 'さらに読み込む',
|
|
654
682
|
'sessions.preview.loadingMore': 'さらに読み込み中...',
|
|
@@ -884,7 +912,18 @@ const ja = Object.freeze({
|
|
|
884
912
|
'config.health.title': '設定ヘルスチェック',
|
|
885
913
|
'config.health.run': 'チェック実行',
|
|
886
914
|
'config.health.running': 'チェック中...',
|
|
887
|
-
'config.health.hint': '
|
|
915
|
+
'config.health.hint': '現在選択中のプロバイダーのみをチェックします。未選択のプロバイダーのリモート異常は今回のエラーに含めません。',
|
|
916
|
+
'config.health.codexHint': '現在の Codex ルートプロバイダー、endpoint、認証、モデルをローカルブリッジ経由でチェックします。',
|
|
917
|
+
'config.health.providersSummary': 'プロバイダー: 合計 {total} · 正常 {green} · 設定問題 {yellow} · 失敗 {red}',
|
|
918
|
+
'config.health.failedProviders.title': '削除対象の失敗プロバイダー',
|
|
919
|
+
'config.health.failedProviders.selectAria': '失敗プロバイダー {name} を削除対象に選択',
|
|
920
|
+
'config.health.failedProviders.clearSelection': '選択解除',
|
|
921
|
+
'config.health.failedProviders.selectAll': 'すべて選択',
|
|
922
|
+
'config.health.failedProviders.selectAllAria': '削除可能な失敗プロバイダーをすべて選択',
|
|
923
|
+
'config.health.failedProviders.notDeletable': '予約済み/システムプロバイダーのため、ここでは削除できません。',
|
|
924
|
+
'config.health.failedProviders.writeRequired': '削除するには、このタブのプロバイダー書き込みを有効化してください。',
|
|
925
|
+
'config.health.failedProviders.deleteSelected': '選択した設定を削除',
|
|
926
|
+
'config.health.failedProviders.deleting': '削除中...',
|
|
888
927
|
'config.health.progress': '完了 {done}/{total} · 失敗 {failed}',
|
|
889
928
|
'config.health.ok': 'チェック通過',
|
|
890
929
|
'config.health.fail': 'チェック失敗',
|
|
@@ -1078,6 +1117,39 @@ const ja = Object.freeze({
|
|
|
1078
1117
|
'settings.tabs.aria': '設定カテゴリ',
|
|
1079
1118
|
'settings.quickSettings.title': 'クイック設定',
|
|
1080
1119
|
'settings.language.sideLabel': '言語:{language}',
|
|
1120
|
+
'announcement.providerCache.open': '機能のお知らせ',
|
|
1121
|
+
'announcement.project.eyebrow': 'ここから開始',
|
|
1122
|
+
'announcement.project.closeAria': '機能のお知らせを閉じる',
|
|
1123
|
+
'announcement.project.primaryAction': 'ワークスペースへ',
|
|
1124
|
+
'announcement.project.title': 'AI ツール入口はここです',
|
|
1125
|
+
'announcement.project.subtitle': 'モデル接続、会話検索、使用量確認、保守操作をひとつのワークスペースにまとめます。',
|
|
1126
|
+
'announcement.project.features.aria': 'Codex Mate 機能概要',
|
|
1127
|
+
'announcement.project.feature.config.title': 'モデルを接続',
|
|
1128
|
+
'announcement.project.feature.config.meta': 'AI ツールのモデルと接続先を設定します。',
|
|
1129
|
+
'announcement.project.feature.sessions.title': '会話を探す',
|
|
1130
|
+
'announcement.project.feature.sessions.meta': '過去のセッションを検索、エクスポート、整理します。',
|
|
1131
|
+
'announcement.project.feature.usage.title': '使用量を見る',
|
|
1132
|
+
'announcement.project.feature.usage.meta': '最近と長期のローカル使用量を確認します。',
|
|
1133
|
+
'announcement.project.feature.tasks.title': 'タスクを追跡',
|
|
1134
|
+
'announcement.project.feature.tasks.meta': '計画、キュー、実行履歴を確認します。',
|
|
1135
|
+
'announcement.project.feature.skills.title': 'ワークフロー再利用',
|
|
1136
|
+
'announcement.project.feature.skills.meta': 'Skills とプロンプトテンプレートを管理します。',
|
|
1137
|
+
'announcement.project.feature.data.title': 'データ保守',
|
|
1138
|
+
'announcement.project.feature.data.meta': 'バックアップ、インポート、ゴミ箱、キャッシュを扱います。',
|
|
1139
|
+
'announcement.project.status.aria': '現在のワークスペース状態',
|
|
1140
|
+
'announcement.project.status.provider': 'Provider',
|
|
1141
|
+
'announcement.project.status.model': '現在のモデル',
|
|
1142
|
+
'announcement.project.status.cacheFiles': 'キャッシュファイル',
|
|
1143
|
+
'announcement.project.cache.title': '高度な保守状態',
|
|
1144
|
+
'announcement.project.cache.meta': '同期や調査が必要なときだけ展開します。普段は無視してかまいません。',
|
|
1145
|
+
'announcement.project.cache.files': 'キャッシュファイル',
|
|
1146
|
+
'announcement.project.cache.providers': 'Provider 概要',
|
|
1147
|
+
'announcement.project.cache.groups': 'キャッシュグループ',
|
|
1148
|
+
'announcement.project.cache.groupList': 'Provider キャッシュグループ概要',
|
|
1149
|
+
'announcement.project.cache.groupSummary': '{files} ファイル · {providers} provider',
|
|
1150
|
+
'announcement.project.cache.sync': 'キャッシュ同期',
|
|
1151
|
+
'announcement.project.cache.refresh': '概要を更新',
|
|
1152
|
+
'announcement.project.cache.details': 'キャッシュ詳細を見る',
|
|
1081
1153
|
'settings.language.title': '言語',
|
|
1082
1154
|
'settings.language.meta': 'Web UI の表示言語を選択',
|
|
1083
1155
|
'settings.language.label': 'インターフェース言語',
|
|
@@ -1085,7 +1157,7 @@ const ja = Object.freeze({
|
|
|
1085
1157
|
'settings.sharePrefix.title': '共有コマンドプレフィックス',
|
|
1086
1158
|
'settings.sharePrefix.meta': 'Web UI の「共有コマンドをコピー」のプレフィックスに影響',
|
|
1087
1159
|
'settings.sharePrefix.label': 'プレフィックス',
|
|
1088
|
-
'settings.sharePrefix.hint': 'デフォルトはプロジェクト内の npm start を使用します。グローバル codexmate
|
|
1160
|
+
'settings.sharePrefix.hint': 'デフォルトはプロジェクト内の npm start を使用します。グローバル codexmate に切り替えることもできます。この設定は ~/.codexmate/preferences.json に保存されます。',
|
|
1089
1161
|
'settings.backup.title': 'データバックアップ',
|
|
1090
1162
|
'settings.backup.meta': 'Claude と Codex 設定のエクスポート / インポート',
|
|
1091
1163
|
'settings.claude.title': 'Claude 設定',
|
|
@@ -1099,6 +1171,34 @@ const ja = Object.freeze({
|
|
|
1099
1171
|
'settings.backup.importCodex': '~/.codex バックアップをインポート',
|
|
1100
1172
|
'settings.importing': 'インポート中...',
|
|
1101
1173
|
|
|
1174
|
+
'settings.providerCache.title': 'Provider キャッシュ記録',
|
|
1175
|
+
'settings.providerCache.meta': '~/.codexmate 内の Claude / Codex / OpenCode キャッシュを確認',
|
|
1176
|
+
'settings.providerCache.open': 'キャッシュ記録を表示',
|
|
1177
|
+
'settings.providerCache.sync': 'キャッシュ記録を同期',
|
|
1178
|
+
'settings.providerCache.syncing': '同期中...',
|
|
1179
|
+
'settings.providerCache.loading': '読み込み中...',
|
|
1180
|
+
'settings.providerCache.hint': 'キャッシュファイルの読み取り専用表示です。機密フィールドは自動的にマスクされます。同期すると現在の provider 設定を ~/.codexmate キャッシュファイルへ書き込みます。',
|
|
1181
|
+
'modal.providerCache.title': 'Provider キャッシュ記録',
|
|
1182
|
+
'modal.providerCache.root': 'キャッシュディレクトリ',
|
|
1183
|
+
'modal.providerCache.refresh': '更新',
|
|
1184
|
+
'modal.providerCache.refreshing': '更新中...',
|
|
1185
|
+
'modal.providerCache.sync': '同期',
|
|
1186
|
+
'modal.providerCache.syncing': '同期中...',
|
|
1187
|
+
'modal.providerCache.syncSucceeded': '{count} 個の provider を {fileCount} 個のキャッシュファイルへ同期しました',
|
|
1188
|
+
'modal.providerCache.syncFailed': 'キャッシュ記録の同期に失敗しました',
|
|
1189
|
+
'modal.providerCache.noSyncableProviders': '同期できる provider がありません',
|
|
1190
|
+
'modal.providerCache.loading': 'キャッシュ記録を読み込み中...',
|
|
1191
|
+
'modal.providerCache.loadedAt': '読み込み時刻',
|
|
1192
|
+
'modal.providerCache.groupMeta': '{count} 個のキャッシュファイル',
|
|
1193
|
+
'modal.providerCache.empty': 'キャッシュファイルは見つかりません',
|
|
1194
|
+
'modal.providerCache.providerCount': '{count} 個の provider',
|
|
1195
|
+
'modal.providerCache.rawJsonOnly': 'provider の概要を検出できないため、Raw JSON を表示します',
|
|
1196
|
+
'modal.providerCache.tooLarge': 'ファイルが大きすぎるため JSON 読み取りをスキップしました',
|
|
1197
|
+
'modal.providerCache.parseFailed': 'JSON 解析に失敗しました',
|
|
1198
|
+
'modal.providerCache.rawJson': 'Raw JSON',
|
|
1199
|
+
'modal.providerCache.errorDetails': 'エラー詳細',
|
|
1200
|
+
'modal.providerCache.loadFailed': 'キャッシュ記録の読み込みに失敗しました',
|
|
1201
|
+
|
|
1102
1202
|
'settings.trashConfig.title': 'ゴミ箱設定',
|
|
1103
1203
|
'settings.trashConfig.meta': 'ゴミ箱の有効/無効と自動クリーンアップ日数',
|
|
1104
1204
|
'settings.deleteBehavior.title': 'セッション削除動作',
|
|
@@ -1230,7 +1330,7 @@ const ja = Object.freeze({
|
|
|
1230
1330
|
'claude.health.title': '設定ヘルスチェック',
|
|
1231
1331
|
'claude.health.run': 'チェック実行',
|
|
1232
1332
|
'claude.health.running': 'チェック中...',
|
|
1233
|
-
'claude.health.hint': '
|
|
1333
|
+
'claude.health.hint': '現在選択中の Claude 設定のみをチェックします。未選択の設定のリモート異常は今回のエラーに含めません。',
|
|
1234
1334
|
'claude.health.progress': '完了 {done}/{total} · 失敗 {failed}',
|
|
1235
1335
|
'claude.md.title': 'CLAUDE.md',
|
|
1236
1336
|
'claude.md.open': 'CLAUDE.md を開く',
|