mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-27 16:26:16 +08:00
feat(i18n): add format transform translations
Add translations for format transform configuration UI in Chinese, English, and Japanese.
This commit is contained in:
@@ -480,7 +480,13 @@
|
||||
"useCustomProxy": "Use separate proxy",
|
||||
"proxyConfigDesc": "Configure separate network proxy for this provider. Uses system proxy or global settings when disabled.",
|
||||
"proxyUsername": "Username (optional)",
|
||||
"proxyPassword": "Password (optional)"
|
||||
"proxyPassword": "Password (optional)",
|
||||
"formatTransform": "Format Transform",
|
||||
"enableFormatTransform": "Enable Transform",
|
||||
"formatTransformDesc": "Transform requests and responses between different API formats. Useful for providers using OpenAI-compatible interfaces.",
|
||||
"sourceFormat": "Source Format (Client)",
|
||||
"targetFormat": "Target Format (Upstream)",
|
||||
"transformStreaming": "Transform Streaming Responses"
|
||||
},
|
||||
"codexConfig": {
|
||||
"authJson": "auth.json (JSON) *",
|
||||
|
||||
@@ -480,7 +480,13 @@
|
||||
"useCustomProxy": "個別プロキシを使用",
|
||||
"proxyConfigDesc": "このプロバイダーに個別のネットワークプロキシを設定します。無効の場合はシステムプロキシまたはグローバル設定を使用します。",
|
||||
"proxyUsername": "ユーザー名(任意)",
|
||||
"proxyPassword": "パスワード(任意)"
|
||||
"proxyPassword": "パスワード(任意)",
|
||||
"formatTransform": "フォーマット変換",
|
||||
"enableFormatTransform": "変換を有効化",
|
||||
"formatTransformDesc": "リクエストとレスポンスを異なる API フォーマット間で変換します。OpenAI 互換インターフェースを使用するプロバイダーに適しています。",
|
||||
"sourceFormat": "ソースフォーマット(クライアント)",
|
||||
"targetFormat": "ターゲットフォーマット(上流)",
|
||||
"transformStreaming": "ストリーミングレスポンスを変換"
|
||||
},
|
||||
"codexConfig": {
|
||||
"authJson": "auth.json (JSON) *",
|
||||
|
||||
@@ -480,7 +480,13 @@
|
||||
"useCustomProxy": "使用单独代理",
|
||||
"proxyConfigDesc": "为此供应商配置单独的网络代理,不启用时使用系统代理或全局设置。",
|
||||
"proxyUsername": "用户名(可选)",
|
||||
"proxyPassword": "密码(可选)"
|
||||
"proxyPassword": "密码(可选)",
|
||||
"formatTransform": "格式转换",
|
||||
"enableFormatTransform": "启用转换",
|
||||
"formatTransformDesc": "将请求和响应在不同 API 格式之间转换。适用于使用 OpenAI 兼容接口的供应商。",
|
||||
"sourceFormat": "源格式(客户端)",
|
||||
"targetFormat": "目标格式(上游)",
|
||||
"transformStreaming": "转换流式响应"
|
||||
},
|
||||
"codexConfig": {
|
||||
"authJson": "auth.json (JSON) *",
|
||||
|
||||
Reference in New Issue
Block a user