mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-12-28 18:55:59 +08:00
refactor: update UI text and error messages to English for better accessibility
This commit is contained in:
@@ -15,7 +15,7 @@ export const CHANNEL_OPTIONS = [
|
||||
{ key: 19, text: '360 智脑', value: 19, color: 'blue' },
|
||||
{ key: 25, text: 'Moonshot AI', value: 25, color: 'black' },
|
||||
{ key: 23, text: '腾讯混元', value: 23, color: 'teal' },
|
||||
{ key: 26, text: '百川大模型', value: 26, color: 'orange' },
|
||||
{ key: 26, text: '百川大Model', value: 26, color: 'orange' },
|
||||
{ key: 27, text: 'MiniMax', value: 27, color: 'red' },
|
||||
{ key: 29, text: 'Groq', value: 29, color: 'orange' },
|
||||
{ key: 30, text: 'Ollama', value: 30, color: 'black' },
|
||||
@@ -32,17 +32,17 @@ export const CHANNEL_OPTIONS = [
|
||||
{ key: 44, text: 'SiliconFlow', value: 44, color: 'blue' },
|
||||
{ key: 45, text: 'xAI', value: 45, color: 'blue' },
|
||||
{ key: 46, text: 'Replicate', value: 46, color: 'blue' },
|
||||
{ key: 8, text: '自定义渠道', value: 8, color: 'pink' },
|
||||
{ key: 8, text: 'CustomChannel', value: 8, color: 'pink' },
|
||||
{ key: 22, text: '知识库:FastGPT', value: 22, color: 'blue' },
|
||||
{ key: 21, text: '知识库:AI Proxy', value: 21, color: 'purple' },
|
||||
{ key: 20, text: '代理:OpenRouter', value: 20, color: 'black' },
|
||||
{ key: 2, text: '代理:API2D', value: 2, color: 'blue' },
|
||||
{ key: 5, text: '代理:OpenAI-SB', value: 5, color: 'brown' },
|
||||
{ key: 7, text: '代理:OhMyGPT', value: 7, color: 'purple' },
|
||||
{ key: 10, text: '代理:AI Proxy', value: 10, color: 'purple' },
|
||||
{ key: 4, text: '代理:CloseAI', value: 4, color: 'teal' },
|
||||
{ key: 6, text: '代理:OpenAI Max', value: 6, color: 'violet' },
|
||||
{ key: 9, text: '代理:AI.LS', value: 9, color: 'yellow' },
|
||||
{ key: 12, text: '代理:API2GPT', value: 12, color: 'blue' },
|
||||
{ key: 13, text: '代理:AIGC2D', value: 13, color: 'purple' }
|
||||
{ key: 20, text: 'Proxy:OpenRouter', value: 20, color: 'black' },
|
||||
{ key: 2, text: 'Proxy:API2D', value: 2, color: 'blue' },
|
||||
{ key: 5, text: 'Proxy:OpenAI-SB', value: 5, color: 'brown' },
|
||||
{ key: 7, text: 'Proxy:OhMyGPT', value: 7, color: 'purple' },
|
||||
{ key: 10, text: 'Proxy:AI Proxy', value: 10, color: 'purple' },
|
||||
{ key: 4, text: 'Proxy:CloseAI', value: 4, color: 'teal' },
|
||||
{ key: 6, text: 'Proxy:OpenAI Max', value: 6, color: 'violet' },
|
||||
{ key: 9, text: 'Proxy:AI.LS', value: 9, color: 'yellow' },
|
||||
{ key: 12, text: 'Proxy:API2GPT', value: 12, color: 'blue' },
|
||||
{ key: 13, text: 'Proxy:AIGC2D', value: 13, color: 'purple' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user