Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
338 changes: 291 additions & 47 deletions src/dashboard/web/bot-defaults-page.tsx

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions src/dashboard/web/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1644,6 +1644,15 @@ const zh: DashboardMessages = {
'botDefaults.metaOnline': '在线 · daemon 正常',
'botDefaults.search': '搜索 bot 名 / app id',
'botDefaults.refresh': '刷新',
'botDefaults.rosterCount': '{count} 个机器人',
'botDefaults.rosterFiltered': '共 {total} 个',
'botDefaults.tabNavigation': 'Bot 配置分类',
'botDefaults.tabCommon': '常用',
'botDefaults.tabSessions': '会话',
'botDefaults.tabSecurity': '权限与安全',
'botDefaults.tabCards': '消息卡片',
'botDefaults.tabAdvanced': '高级',
'botDefaults.tabHint': '切换分类不会丢失未保存输入',
'botDefaults.sectionOncall': '新群 Oncall',
'botDefaults.sectionBrand': '卡片签名',
'botDefaults.renameTitle': '修改机器人名称',
Expand Down Expand Up @@ -3642,6 +3651,15 @@ const en: DashboardMessages = {
'botDefaults.metaOnline': 'Online · daemon healthy',
'botDefaults.search': 'Search bot name / app id',
'botDefaults.refresh': 'Refresh',
'botDefaults.rosterCount': '{count} bots',
'botDefaults.rosterFiltered': '{total} total',
'botDefaults.tabNavigation': 'Bot configuration categories',
'botDefaults.tabCommon': 'Common',
'botDefaults.tabSessions': 'Sessions',
'botDefaults.tabSecurity': 'Security',
'botDefaults.tabCards': 'Message cards',
'botDefaults.tabAdvanced': 'Advanced',
'botDefaults.tabHint': 'Switching categories keeps unsaved input',
'botDefaults.sectionOncall': 'New-chat Oncall',
'botDefaults.sectionBrand': 'Card Signature',
'botDefaults.renameTitle': 'Rename bot',
Expand Down
Loading
Loading