mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
Render Codex review messages
This commit is contained in:
@@ -163,6 +163,12 @@ export default {
|
||||
'chat.terminal': 'Terminal',
|
||||
'chat.switchRemote': 'Switch to remote mode',
|
||||
|
||||
// Codex review
|
||||
'codexReview.title': 'Codex review',
|
||||
'codexReview.findings': '{count} findings',
|
||||
'codexReview.confidence': 'Confidence {value}',
|
||||
'codexReview.location.missing': 'No location',
|
||||
|
||||
// Terminal
|
||||
'terminal.commandName': 'Command',
|
||||
'terminal.commandMessage': 'Command message',
|
||||
|
||||
@@ -165,6 +165,12 @@ export default {
|
||||
'chat.terminal': '终端',
|
||||
'chat.switchRemote': '切换到远程模式',
|
||||
|
||||
// Codex review
|
||||
'codexReview.title': 'Codex review',
|
||||
'codexReview.findings': '{count} 条发现',
|
||||
'codexReview.confidence': '置信度 {value}',
|
||||
'codexReview.location.missing': '无位置',
|
||||
|
||||
// Terminal
|
||||
'terminal.commandName': '命令',
|
||||
'terminal.commandMessage': '命令消息',
|
||||
|
||||
Reference in New Issue
Block a user