refactor: update UI text and error messages to English for better accessibility

This commit is contained in:
Laisky.Cai
2025-01-19 12:59:58 +00:00
parent 76ba80d406
commit 13b1b165bd
62 changed files with 805 additions and 805 deletions

View File

@@ -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: 'ProxyOpenRouter', value: 20, color: 'black' },
{ key: 2, text: 'ProxyAPI2D', value: 2, color: 'blue' },
{ key: 5, text: 'ProxyOpenAI-SB', value: 5, color: 'brown' },
{ key: 7, text: 'ProxyOhMyGPT', value: 7, color: 'purple' },
{ key: 10, text: 'ProxyAI Proxy', value: 10, color: 'purple' },
{ key: 4, text: 'ProxyCloseAI', value: 4, color: 'teal' },
{ key: 6, text: 'ProxyOpenAI Max', value: 6, color: 'violet' },
{ key: 9, text: 'ProxyAI.LS', value: 9, color: 'yellow' },
{ key: 12, text: 'ProxyAPI2GPT', value: 12, color: 'blue' },
{ key: 13, text: 'ProxyAIGC2D', value: 13, color: 'purple' }
];