Skip to content

Commit c64b1e7

Browse files
committed
add:添加提供商proxy的i18n
1 parent 80fd511 commit c64b1e7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

dashboard/src/i18n/locales/en-US/features/config-metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,10 @@
11301130
"description": "Service subscription key",
11311131
"hint": "Azure TTS subscription key (not a token)."
11321132
},
1133+
"proxy": {
1134+
"description": "Proxy Address",
1135+
"hint": "HTTP/HTTPS proxy address, format: http://127.0.0.1:7890. Only takes effect for API requests to this provider and does not affect Docker internal network communication."
1136+
},
11331137
"dashscope_tts_voice": {
11341138
"description": "Voice"
11351139
},

dashboard/src/i18n/locales/zh-CN/features/config-metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,10 @@
11331133
"description": "服务订阅密钥",
11341134
"hint": "Azure_TTS 服务的订阅密钥(注意不是令牌)"
11351135
},
1136+
"proxy": {
1137+
"description": "代理地址",
1138+
"hint": "HTTP/HTTPS 代理地址,格式如 http://127.0.0.1:7890。仅对该提供商的 API 请求生效,不影响 Docker 内网通信。"
1139+
},
11361140
"dashscope_tts_voice": {
11371141
"description": "音色"
11381142
},

0 commit comments

Comments
 (0)