v0.2 hardware backend
This commit is contained in:
@@ -2,14 +2,14 @@ export const DEFAULT_LANG = 'en_US'
|
||||
|
||||
const dict = {
|
||||
// main.ts
|
||||
'Starting Recap...': 0,
|
||||
'Web Interface': 1,
|
||||
'Recap is ready': 2,
|
||||
'Recap is not responding': 3,
|
||||
'Starting Recap Relay...': 0,
|
||||
'Relay Endpoint': 1,
|
||||
'Relay is accepting connections': 2,
|
||||
'Relay is not responding': 3,
|
||||
|
||||
// interfaces.ts
|
||||
'Web UI': 4,
|
||||
'The web interface for Recap — browse, search, and manage your transcript library': 5,
|
||||
'HTTP endpoint for Recap clients to relay transcribe + analyze calls. Also serves the operator admin dashboard at /admin/.':
|
||||
4,
|
||||
} as const
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user