diff --git a/ui/src/components/layout/app-sidebar.tsx b/ui/src/components/layout/app-sidebar.tsx index f4543e1a..a393ba06 100644 --- a/ui/src/components/layout/app-sidebar.tsx +++ b/ui/src/components/layout/app-sidebar.tsx @@ -102,7 +102,6 @@ function buildNavGroups(t: (key: string) => string): SidebarGroupDef[] { }, { path: '/copilot', icon: Github, label: t('nav.githubCopilot') }, { path: '/cursor', iconSrc: '/assets/sidebar/cursor.svg', label: t('nav.cursorIde') }, - { path: '/claude-extension', icon: Puzzle, label: t('nav.claudeExtension') }, { path: '/accounts', icon: Users, @@ -117,7 +116,10 @@ function buildNavGroups(t: (key: string) => string): SidebarGroupDef[] { }, { title: t('nav.compatibleClis'), - items: [{ path: '/droid', icon: TerminalSquare, label: t('nav.factoryDroid') }], + items: [ + { path: '/claude-extension', icon: Puzzle, label: t('nav.claudeExtension') }, + { path: '/droid', icon: TerminalSquare, label: t('nav.factoryDroid') }, + ], }, { title: t('nav.system'), diff --git a/ui/src/lib/i18n.ts b/ui/src/lib/i18n.ts index 893a5207..31f6d592 100644 --- a/ui/src/lib/i18n.ts +++ b/ui/src/lib/i18n.ts @@ -29,7 +29,7 @@ const resources = { accounts: 'Accounts', allAccounts: 'All Accounts', sharedData: 'Shared Data', - compatibleClis: 'Compatible CLIs', + compatibleClis: 'Compatible', factoryDroid: 'Factory Droid', system: 'System', health: 'Health', @@ -1200,7 +1200,7 @@ const resources = { accounts: '账号', allAccounts: '全部账号', sharedData: '共享数据', - compatibleClis: '兼容 CLI', + compatibleClis: '兼容', factoryDroid: 'Factory Droid', system: '系统', health: '健康', @@ -2330,7 +2330,7 @@ const resources = { accounts: 'Tài khoản', allAccounts: 'Tất cả tài khoản', sharedData: 'Dữ liệu dùng chung', - compatibleClis: 'CLI tương thích', + compatibleClis: 'Tương thích', factoryDroid: 'Factory Droid', system: 'Hệ thống', health: 'Sức khỏe', @@ -3520,7 +3520,7 @@ const resources = { accounts: 'アカウント', allAccounts: 'すべてのアカウント', sharedData: '共有データ', - compatibleClis: '対応 CLI', + compatibleClis: '互換', factoryDroid: 'Factory Droid', system: 'システム', health: 'ヘルス',