mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
feat(cli-stream): add search functionality and improve validation in CLI Stream Viewer
This commit is contained in:
@@ -55,6 +55,8 @@ const i18n = {
|
||||
'cliStream.close': 'Close',
|
||||
'cliStream.cannotCloseRunning': 'Cannot close running execution',
|
||||
'cliStream.lines': 'lines',
|
||||
'cliStream.searchPlaceholder': 'Search output...',
|
||||
'cliStream.filterResults': 'results',
|
||||
|
||||
// Sidebar - Project section
|
||||
'nav.project': 'Project',
|
||||
@@ -1975,6 +1977,8 @@ const i18n = {
|
||||
'cliStream.close': '关闭',
|
||||
'cliStream.cannotCloseRunning': '无法关闭运行中的执行',
|
||||
'cliStream.lines': '行',
|
||||
'cliStream.searchPlaceholder': '搜索输出...',
|
||||
'cliStream.filterResults': '条结果',
|
||||
|
||||
// Sidebar - Project section
|
||||
'nav.project': '项目',
|
||||
|
||||
Reference in New Issue
Block a user